Guest
2004-02-29, 07:00 PM
I've got a slackware 9.1 box w/ 3 interfaces
192.168.200.1 eth0 internal lan
192.168.0.10 eth1 external lan (has access to net connection thru cable router)
10.100.200.1 tr0 internal lan
trying to route between all three lans (no restrictions).
both internal lans can ping all addresses owned by the router.
hosts on the external lan cannot ping either of the internal interfaces.
no hosts can be pinged thru the router from any of the 3 networks.
looks terrible in HTML but here's my routing table.
#route
Dest - Gateway - Genmask - Flags - Metric - Ref - Use - IFace
192.168.200.0 - * - 255.255.255.0 - U - 0 0 0 - eth0
192.168.0.0 - * - 255.255.255.0 - U - 0 0 0 - eth1
10.100.200.0 - * - 255.255.255.0 - U - 0 0 0 - tr0
loopback - * - 255.0.0.0 - U - 0 0 0 - lo
default - 192.168.0.10 - 0.0.0.0 - UG - 0 0 0 - eth1
any ideas on what's missing?
maybe some other service that needs to be enabled or something..
bitwarrior