On Fri, 2004-12-17 at 11:01 -0500, Don wrote: > More Info: > > When I ping an INET site, it seems to be trying to use the SECOND NIC (my > internal interface) instead of the FIRST NIC (me external interface). > > Looks like installing a second NIC messed up the routing tables? Can anyone > tell me how to direct INET requests through my proper NIC - I assume I have > to hard set a route? ---- cat /etc/sysconfig/network #should include... GATEWAY=ip.address.of.next.hop.often.called.gateway GATEWAYDEV=eth1 #or eth0 or whichever device has external ip address service network restart Craig