Re: Well I managed to connect to the internet!
Iguanaman <iggyman25@hotmail.com> writes:
]Many thanks, I managed to connect to the internet using a pppd line
]like this:
]/usr/sbin/pppd /dev/ttyS1 115200 debug user dwlee connect
]"/usr/sbin/chat -v '' ATDT5472107 CONNECT''"
]The only problem is that it does not set the default route
]automatically, so I have to enter this line to make the internet
]scautly work:
a) make sure that there is no default route when ppp starts up. Most
distros set up a default route on any ethernet card on the system.
Eitehr remove it (eg put route del default at the end of rc.local) or
set up the ethernet so that the default route is not set up.
b) make sure you have
defaultroute
in /etc/ppp/options.
|