Portál AbcLinuxu, 14. srpna 2025 08:11
#!/bin/sh #Debug mode debug #Device for your connetcion /dev/ttyS0 #Speed 115200 #With this option, pppd will accept all control characters from the peer, including those marked in the receive asyncmap receive-all #Disable every compression in both directions (send and receive) nopcomp noaccomp noccp novj novjccomp #Don't detach from the controlling terminal nodetach #Ask the peer for up to 2 DNS server addresses usepeerdns #Do not require the peer to authenticate itself. (This option is privileged for root) noauth #Other options crtscts modem lock noipdefault defaultroute #Connect script connect '/usr/sbin/chat -e -f ./siemens-c55-connect -v' #Disconnect script disconnect '/usr/sbin/chat -e -f ./disconnect -v'
Tiskni
Sdílej:
ISSN 1214-1267, (c) 1999-2007 Stickfish s.r.o.