summaryrefslogtreecommitdiff
path: root/etc/ppp
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-02 23:14:55 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-01-02 23:14:55 +0000
commitebec939ed1d80493a0c8dbdbd34c9ed61e316b6a (patch)
tree5aa648916c631e23ac322c9bf9878c8fd47b6877 /etc/ppp
parent8dd8e1d415751c3d61b0dd222f39cd30d736efea (diff)
more samples
Diffstat (limited to 'etc/ppp')
-rw-r--r--etc/ppp/chatscript.sample6
-rw-r--r--etc/ppp/options.sample11
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"