Sorry for the delay.... We just got back from dinner. Is your /etc/resolv.conf file okay? I would think that your 'dig' test would have verified this. I usually check routing, dns, and network by doing a : 'ping www.mot.com' aka (129.188.106.25) Your routing cache seems okay... hmm What do you get with just a: # route You should see something like : Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface 192.168.1.0 * 255.255.255.0 U 0 0 0 eth0 127.0.0.0 * 255.0.0.0 U 0 0 0 lo default brickyard 0.0.0.0 UG 0 0 0 eth0 In this case, brickyard is my firewall box. /etc/sysconfig/network should look something like : NETWORKING=yes FORWARD_IPV4=false HOSTNAME="machine.mydomain.org" DOMAINNAME=mydomain.org GATEWAY=192.168.1.XX (whatever the address of your firewall's internal is) I am pretty sure that you can just do a : # service network restart once you have these files right and things should go back to normal. I have found the netconf program a real quick way to update these things without having to muck around in the /etc/sysconfig files. Just set up your etho interface and your default gateway, then do your 'service network restart'. I hope this helps :-) Bryce C wrote: > Nope. Not yet. However, as I posted earlier, my routing tables are set > right. > Source Destination Gateway Flags Metric Ref Use > Iface > TheBadComputer 193.246.240.251 Router 0 > 0 1 eth0 > > That's part of my route -C. > -- KevinO Matz's Law: A conclusion is the place where you got tired of thinking.