more samples
authorderaadt <deraadt@openbsd.org>
Thu, 2 Jan 1997 23:14:54 +0000 (23:14 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 2 Jan 1997 23:14:54 +0000 (23:14 +0000)
etc/ppp/chatscript.sample [new file with mode: 0644]
etc/ppp/options.sample [new file with mode: 0644]

diff --git a/etc/ppp/chatscript.sample b/etc/ppp/chatscript.sample
new file mode 100644 (file)
index 0000000..1ba6f9d
--- /dev/null
@@ -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 (file)
index 0000000..2ae6d00
--- /dev/null
@@ -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"