diff options
-rw-r--r-- | etc/ppp/chatscript.sample | 6 | ||||
-rw-r--r-- | etc/ppp/options.sample | 11 |
2 files changed, 17 insertions, 0 deletions
diff --git a/etc/ppp/chatscript.sample b/etc/ppp/chatscript.sample new file mode 100644 index 00000000000..1ba6f9dac06 --- /dev/null +++ b/etc/ppp/chatscript.sample @@ -0,0 +1,6 @@ +ABORT BUSY ABORT 'NO CARRIER' '' ATZ OK ATDT*70,5551212 +CONNECT '' +'' '' +'' '' +Userid:--Userid: myloginname +assword?--assword? mypassword diff --git a/etc/ppp/options.sample b/etc/ppp/options.sample new file mode 100644 index 00000000000..2ae6d005f68 --- /dev/null +++ b/etc/ppp/options.sample @@ -0,0 +1,11 @@ +/dev/ttyb +19200 +modem +crtscts +defaultroute +netmask 255.255.255.0 +ipcp-accept-local +ipcp-accept-remote +noipdefault +lock +connect "/usr/sbin/chat -v -f /etc/ppp/chatscript" |