Personal tools
You are here: Home Network Services Linux Modem PPP

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
crtscts
modem
mru 296
mtu 296
netmask 255.255.255.0
defaultroute
/etc/ppp/pap-secrets
username	*	kerberos-PW
Note: 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
Document Actions