#!/bin/sh killproc -9 /sbin/ipppd # TELEPHONE=0063329750 # The telephone number for the connection ACCOUNT=username # The account name for logon (as in 'George Burns') 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=0.0.0.0 # The proper netmask if needed PPP_FLAGS="modem debug kdebug 0 defaultroute noipdefault" # # ifconfig ippp0 up isdnctrl addphone ippp0 out $TELEPHONE isdnctrl eaz ippp0 56 isdnctrl dialmax ippp0 1 isdnctrl huptimeout ippp0 3600 #isdnctrl ihup ippp0 off /sbin/ipppd ippp0 lock user $ACCOUNT $PPP_FLAGS $LOCAL_IP:$REMOTE_IP sleep 2 isdnctrl dial ippp0 /mail/mail.pause & /mail/senden &