Linux Modem PPP
Dial-in from Linux via modem
Most Linux distributions come with their own setup tools; you should consult the docs that came with it.Here are examples of the configuration files; the path names may be different on your system.
/etc/ppp/options
user username/etc/ppp/pap-secrets
crtscts
modem
mru 296
mtu 296
netmask 255.255.255.0
defaultroute
username * kerberos-PWNote: If your password contains special characters, you may have to enclose it in double quotes.
Start with:
#!/bin/sh
pppd connect 'chat -v "" atdt32929901 CONNECT' /dev/modem 38400 debug crtscts modem :130.183.205.1
