Subject: Re: pppd
To: None <thxrci@earthlink.net>
From: synapse <synapse@gim.net>
List: port-mac68k
Date: 12/29/1996 10:49:20
maybe i can help you out...here is what some of my setup files look like:
start off with /etc/ppp/options
--cut here--
/dev/tty00
57600
noipdefault
connect '/etc/ppp/chatfile'
modem
--cut here--
my /etc/ppp/chatfile looks like:
--cut here--
#!/bin/sh
/usr/sbin/chat -v \
""  "atz" \
"OK"  "ate1v1" \
"OK"  "atdt<dialupnumber>" \
"ogin: " "<myuseridhere>" \
"assword: " "<mypasswordhere>"
--cut here--
my /etc/resolv.conf looks like:
--cut here--
domain ziplink.net
nameserver 199.232.240.3
nameserver 199.232.140.4
nameserver 206.75.206.100
--cut here--
after putting all this information in the respective files, i simply type
"pppd" and it connects gracefully.
(to save you some time figuring this out later, to kill pppd, do just that,
"kill <pidofpppd>". "kill -9 <pidofpppd>" does NOT work, so don't try it.
well, pppd works on my machine, so if you need anymore info, i;'ll be happy
to supply it to you :)
  - a