[ale] Re:PPP
Mike Kachline
kachline at cc.gatech.edu
Fri Apr 10 02:08:14 EDT 1998
Usually, when I am in a crunch to get PPP up, I do the following:
minicom
Dial up ISP, establish a PPP connection on the ISP's end.
<Control Z> Q (or Alt Q)
Leave Without Reset? Yes
#/usr/sbin/pppd -detach defaultroute crtscts modem /dev/ttyS1
38400
Wait a sec or so.
#/sbin/ifconfig
Make sure you see stuff show up for "ppp0".
Use net as you wish.
Use <Control C> to kill pppd / hence hang up the modem.
#/usr/sbin/pppd -detach defaultroute crtscts modem /dev/ttyS1
38400 ^C
#
More information about the Ale
mailing list