Subject: Re: i don't understand netbsd ppp :(
To: None <wojtek@wojtek.from.pl>
From: Chris Gilbert <chris@paradox.demon.co.uk>
List: netbsd-users
Date: 01/28/2001 14:50:46
On Sunday 28 January 2001 9:42 am, wojtek@wojtek.from.pl wrote:
> Routing tables
>
> Internet:
> Destination Gateway Flags
> default 195.117.150.129 UG
> 10.20.30.0 link#1 U
> 10.20.30.1 0:20:af:f7:cd:71 UH
> 127.0.0.0 127.0.0.1 UG
> 127.0.0.1 127.0.0.1 UH
> 195.117.150.129 195.117.150.137 UH
>
> ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 576
> inet 195.117.150.137 -> 195.117.150.129 netmask 0xffffffff
>
it looks similiar to mine, other than the netmask looks wrong (and the mtu is
smaller, but that shouldn't stop it working), what's in your options file?
Routing tables
Internet:
Destination Gateway Flags Refs Use Mtu Interface
default 158.152.1.222 UGS 2 10776 1524 ppp0
10.30.64/24 link#1 UC 0 0 1500 tlp0
127 127.0.0.1 UGRS 0 0 33228 lo0
127.0.0.1 127.0.0.1 UH 1 0 33228 lo0
158.152.1.222 194.222.29.33 UH 1 0 1524 ppp0
ppp0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> mtu 1524
inet 194.222.29.33 -> 158.152.1.222 netmask 0xffffff00
> the same works ok with 10.20.30.1 or 127.0.0.1
perhaps it's some other problem, eg filtering? is the machine meant to
forward connections? How did you configure ppp? There's a some stuff in the
netbsd guide on this.
Cheers,
Chris