Not shure how to do it in FC4 as i have currently Ubuntu installed.
Please post the output of:
netstat -rn
If the default route does not point to your gateway, you can set the routing on the commandline with:
/sbin/route add -net 0.0.0.0 gw 1.1.1.1 eth0
where you have to replace 1.1.1.1 with the IP address of your gateway.
|