Ok here's the deal.. I have a linux box set up as a firewall:
eth0 x.136
eth1 x.137
table:
x.129 * x.255 eth0
x.136 * x.255 eth0
x.137 * x.255 eth1
x.138 * x.192 eth1 (my subnet)
127.0 * 255.0
default x.129 0.0 eth0
Ok now I have a linux host sitting inside the firewall:
Destination Gateway Genmask Flags MSS Window irtt Iface
x.130 * 255.255.255.255 UH 0 0 0 eth0
x.128 * 255.255.255.192 U 0 0 0 eth0
127.0.0.0 * 255.0.0.0 U 0 0 0 lo
default 207.8.43.137 0.0.0.0 UG 0 0 0 eth0
THIS HOST WON'T WORK. I can pig all IP's on the LAN and it works fine.
Note: this is not
the firewall, b/c win boxes and another vanilla redhat 7.0 system will route
thru the firewall and can ping hosts on the internet. I have the firewall set
up to ACCEPT everything for now. It's just a router to the router pizza box
from our ISP.
The system is a vanilla 6.0 system upgraded to vanilla 6.2. I know this can
work.
BTW if plug this host DIRECTLY into the dumb pizza box router, it works (
assuming I change the default gw from .137 (the firewall) to .129 (the routers
address)
Any help appreciated.
-allen-