Cornell-PPP Mini-HOWTO
These scripts should dial in to the cornell EZRemote service.
For the impatient, cornellppp.tar.gz includes an install script that will get you up and running.
Requirements:
- /usr/sbin/pppd and ppp support by the kernel
- /usr/sbin/chat is used to talk to the modem
- Linux-compatible modem linked to /dev/modem
Legend :
56kbs modem pool - specific configuration (254-5600)
culow 14.4kbs (254-7000) / cuhigh 28.8kbs (254-6000) - specific configuration
Instructions:
tar -xzvf cuppp.tar.gz ; cd cuppp
su
# if you're not aready root
./install.sh
- # edit /etc/ppp/pap-secrets
- Change rwa2 to your netID.
- Change hwarf to your Cornell password.
- # edit /etc/ppp/cuhighdial
- Change rwa2 to your netID.
- # edit /etc/ppp/cuchatscript
- By default, the script dials into the EZ-Remote/low service. Change the
ATDT
number to 2546000 to dial the EZ-Remote/high modem pool if you are registered for the faster service.
- Change the two instances of rwa2 to your netID.
- Change hwarf to your Cornell password.
- #activate the ppp connection :
cuhighdial
# or
cudialup
tail -f /var/log/chat
# monitors modem communication with the servers.
tail -f /var/log/messages
# monitors pppd status.
ppp-off
# is a script included with some distributions to deactivate a running ppp link. Otherwise,
killall pppd
may also work.
Rowin Andruscavage rwa2@cornell.edu
Last modified: Thu Apr 8 22:41:50 EDT 1999