-- my route panic:/# route -n Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 203.190.72.104 0.0.0.0 255.255.255.248 U 0 0 0 eth0 192.168.129.0 10.0.0.2 255.255.255.0 UG 0 0 0 eth1 10.0.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth1 0.0.0.0 203.190.72.110 0.0.0.0 UG 0 0 0 eth0 -- my masq iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE I can connect to 192.168.129.x but, on my workstation inside my masq lan I cannot, whats wrong? -- thanks, louie miranda