I just concluded that the problem happened because of the last three lines:
#NEWGW=$(/sbin/ifconfig ppp0 | grep inet | cut -d":" -f3 | tail -1 | cut -d" " -f1) #/sbin/route add default gw $NEWGW #/sbin/route del default gw $CABLEGW Without running any of these, the net connection is just find. Though, executing these prevent any net connection and you will just find that ppp0 is not up. ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
