> > I need some help with the following.
> > I can make the connection to my ISP but can get no further. PPP is not
> > replacing existing default route eth0 . I have included the log file
> > below. What file to I need to edit to correct this?
I wish people would stop asking "what file do I need to edit?" and
look.
So you've got a bogus default route defined? You want to remove it
right.
Just about all configs are under /etc somewhere so...
grep "route.*default" $( find /etc )
Quote:> route add default gw isp's_ipaddress_where_you_connect_to ppp0
> I'm not sure about syntax, but more or less it should do the job (see
> man route).
> I put it in your dialing-script.
That would fail as it would be executed too soon.
If you put this anywhere it should be in your /etc/ppp/ip-up and it
should be:
route add default gw $5
"isp's_ipaddress_where_you_connect_to" is passed to ip-up as the 5th
argument.
Of course this is still only a kludge, and a much simpler kludge is
simply remove the bogus route before you start PPP.
route del default
The real solution is still to remove whatever is creating the bogus
default route in the first place.
--
. _\\__[oo from | Phones: +44 121 471 3789 (home)
. l___\\ /~~) /~~[ / [ | PGP-fp: D7 03 2A 4B D8 3A 05 37...
# ll l\\ ~~~~ ~ ~ ~ ~ | http://wcl-l.bham.ac.uk/~bam/