[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

ipchains from hell



Greetings...

I'm having some problems with my home network configuration and I'm
hoping that a new set of eye's can see what I'm missing.

I have dial on demand working and all is well with the linux box.
What's not working is my windows box. I can ping the eth0
(192.168.0.1) just fine from the win95 box. I can ping the ppp0
(216.93.70.147) just fine from the win95 box. The linux box dials the
phone when I try to access the internet from the windows box. I can
not ping anything out to the internet.

This is what netstat looks like when I'm connected. I think this looks
wrong but I mot sure.

[root@localhost /root]# netstat -r
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window
irtt Iface
as0-eth0.chrl.m *               255.255.255.255 UH        0 0
0 ppp0
192.168.0.0     *               255.255.255.0   U         0 0
0 eth0
127.0.0.0       *               255.0.0.0       U         0 0
0 lo
default         as0-eth0.chrl.m 0.0.0.0         UG        0 0
0 ppp0

I've read the ipchains-how-to but I've obviously missed something.