……
TELEPHONE=555-1212
# The telephone number for the connection
ACCOUNT=george
# The account name for logon (as in 'George Burns')
PASSWORD=gracie
# The password for this account (and 'Gracie Allen')
LOCAL_IP=0.0.0.0
# Local IP address if known. Dynamic = 0.0.0.0
REMOTE_IP=0.0.0.0
# Remote IP address if desired. Normally 0.0.0.0
NETMASK=255.255.255.0
# The proper netmask if needed
……
export TELEPHONE ACCOUNT PASSWORD
……
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
……
exec /usr/sbin/pppd debug /dev/ttySx 38400
$LOCAL_IP:$REMOTE_IP
connect $DIALER_SCRIPT
TELEPHONE=163
# The telephone number for the connection
ACCOUNT=test
# The account name for logon (as in 'George Burns')
PASSWORD=test123
# The password for this account (and 'Gracie Allen')
LOCAL_IP=0.0.0.0
# Local IP address if known. Dynamic = 0.0.0.0
REMOTE_IP=0.0.0.0
# Remote IP address if desired. Normally 0.0.0.0
NETMASK=255.255.255.0
# The proper netmask if needed
DIALER_SCRIPT=/etc/ppp/ppp-on-dialer
exec /usr/sbin/pppd debug /dev/modem 38400
$LOCAL_IP:$REMOTE_IP
connect $DIALER_SCRIPT