On Tue, 22 Feb 2000, Carl A. Cook wrote:
> Axalon,
>
> You were right about the gateway. When I set the gateway to nothing on the inside
> machine, interface pinging worked correctly. So I guess I AM filtering packets.
>
> Kernel IP routing table (partial)
> Destination Gateway Genmask Flags Metric Ref Use Iface
> 192.168.111.2 * 255.255.255.255 UH 0 0 0 eth1
> 216.87.138.156 * 255.255.255.252 U 0 0 0 eth0
> 192.168.111.0 * 255.255.255.0 U 0 0 0
> eth1
> 127.0.0.0 * 255.0.0.0 U 0
> 0 0 lo
> default quantumgateway. 0.0.0.0 UG 0 0 0
> eth0
>
> Wish I understood this better. Don't know why there's a 192.168.111.0. I
> haven't intentionally assigned that.
>
> Also would like to set up a point-to-point connection, but don't know how to tell
> the WinNT machine. Believe this would act as a 'switched' connection.
I did some brief code reading, and well now i've to really read it all
just for curiosity's sake. :) but anyway,
The kernel adds the route entry for 192.168.111.0 based on the netmask you
used (full class C)
Have a look at the VPN howto, and post if you get stuck. :)