> I need help!! My VLAN IP is 192.168.202.1. I can ping another PC with > the VLAN IP of 192.168.206.1 but i can't ping the 202.184.41.41 > address in that PC. Am i supposed to do some sort of routing > configuration? I am using FC3 as my OS. What am i supposed to do to > ping 202.184.41.41? Thanks Perhaps you noticed that this is the Netfilter list, not Linux Routing ? Anyway. I'll give it a try. - Your IP is 192.168.202.1 and you can ping 192.168.206.1, so I'm guessing that your netmask is would be 255.255.0.0. - If I understand you correctly, you say that 202.184.41.41 is configured to the PC that also has 192.168.202.1. To be able to ping that IP, - you need, on your PC, to set the default gateway to 192.168.206.1 or have a specific route for 202.184.41.41 which points to 192.168.206.1. - on the machine that holds both 192.168.206.1 and 202.184.41.41, you need to enable IP forwarding, make sure that it has routes for both networks and check the iptables rules if they permit this FORWARD traffic. If the above does not help you, you should add more details about your setup. Gr, Rob