Subject: Re: ISP routing Question
To: Caloro Maurizio <mauric@gmx.ch>
From: Patrick Welche <prlw1@newn.cam.ac.uk>
List: netbsd-users
Date: 10/07/2004 00:11:55
On Tue, Oct 05, 2004 at 05:03:34PM +0200, Caloro Maurizio wrote:
> Oct  4 14:30:27 pluto pppd[5257]: Connect: ppp0 <--> /dev/tty00
> Oct  4 14:30:27 pluto pppd[5257]: Serial connection established.
> Oct  4 14:30:27 pluto pppd[5257]: Using interface ppp0
> Oct  4 14:30:27 pluto pppd[5257]: Connect: ppp0 <--> /dev/tty00
> Oct  4 14:30:28 pluto pppd[5257]: local  IP address 194.230.213.94
> Oct  4 14:30:28 pluto pppd[5257]: remote IP address 194.230.4.160
> Oct  4 14:30:28 pluto pppd[5257]: primary   DNS address 194.230.1.136
> Oct  4 14:30:28 pluto pppd[5257]: secondary DNS address 194.230.1.200
> Oct  4 14:30:28 pluto pppd[5257]: local  IP address 194.230.213.94
> Oct  4 14:30:28 pluto pppd[5257]: remote IP address 194.230.4.160
> Oct  4 14:30:28 pluto pppd[5257]: primary   DNS address 194.230.1.136
> Oct  4 14:30:28 pluto pppd[5257]: secondary DNS address 194.230.1.200
> 
> - "what does 'route show' tell  you?"
> 
> pluto# route show
> 
> Routing tables
> Internet:
> Destination       Gateway            Flags
> default           10.76.34.1         UG
> 10.76.34.0        link#2             U

Maybe you would rather have 194.230.4.160 as the default gateway? So,
route delete default
route add default 194.230.4.160
?

It looks as though you have another interface, and your packets are going
to it rather than the ppp interface..

> rtr003579.waedwil 00:0f:24:c8:bb:42  UH
> pluto.waedwil01.l 127.0.0.1          UGH
> loopback          127.0.0.1          UGR
> localhost         127.0.0.1          UH
> 194.230.4.160     194.230.213.94     UH

Cheers,

Patrick