Below is the output from the machine that works:<br /><br />ifconfig:<br />eth0      Link encap:Ethernet  HWaddr 00:40:33:AA:94:56  <br />          inet addr:192.168.1.199  Bcast:192.168.1.255  Mask:255.255.255.0<br />          inet6 addr: fe80::240:33ff:feaa:9456/64 Scope:Link<br />          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br />          RX packets:10263 errors:0 dropped:0 overruns:0 frame:0<br />          TX packets:129 errors:0 dropped:0 overruns:0 carrier:0<br />          collisions:0 txqueuelen:1000 <br />          RX bytes:3210318 (3.0 Mb)  TX bytes:10568 (10.3 Kb)<br />          Interrupt:10 Base address:0xec00 <br /><br />lo        Link encap:Local Loopback  <br />          inet addr:127.0.0.1  Mask:255.0.0.0<br />          inet6 addr: ::1/128 Scope:Host<br />          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br />          RX packets:171 errors:0 dropped:0 overruns:0 frame:0<br />          TX packets:171 errors:0 dropped:0 overruns:0 carrier:0<br 
/>          collisions:0 txqueuelen:0 <br />          RX bytes:11228 (10.9 Kb)  TX bytes:11228 (10.9 Kb)<br /><br />route:<br />Kernel IP routing table<br />Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br />192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0<br />169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0<br />0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth0<br /><br />Here's the ouput from the machine that's not working:<br /><br />ifconfig:<br />eth0      Link encap:Ethernet  HWaddr 00:03:47:DE:F2:B5  <br />          inet addr:192.168.1.198  Bcast:192.168.1.255  Mask:255.255.255.0<br />          inet6 addr: fe80::203:47ff:fede:f2b5/64 Scope:Link<br />          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1<br />          RX packets:75 errors:0 dropped:0 overruns:0 frame:0<br />          TX packets:9 errors:0 dropped:0 overruns:0 carrier:0<br 
/>          collisions:0 txqueuelen:1000 <br />          RX bytes:24217 (23.6 Kb)  TX bytes:546 (546.0 b)<br /><br />eth1      Link encap:Ethernet  HWaddr 00:03:47:DE:EF:D3  <br />          inet addr:192.168.1.198  Bcast:192.168.1.255  Mask:255.255.255.0<br />          inet6 addr: fe80::203:47ff:fede:efd3/64 Scope:Link<br />          UP BROADCAST MULTICAST  MTU:1500  Metric:1<br />          RX packets:0 errors:0 dropped:0 overruns:0 frame:0<br />          TX packets:9 errors:9 dropped:0 overruns:0 carrier:9<br />          collisions:0 txqueuelen:1000 <br />          RX bytes:0 (0.0 b)  TX bytes:546 (546.0 b)<br /><br />lo        Link encap:Local Loopback  <br />          inet addr:127.0.0.1  Mask:255.0.0.0<br />          inet6 addr: ::1/128 Scope:Host<br />          UP LOOPBACK RUNNING  MTU:16436  Metric:1<br />          RX packets:10 errors:0 dropped:0 overruns:0 frame:0<br />          TX packets:10 errors:0 dropped:0 overruns:0 carrier:0<br />          collisions:0 
txqueuelen:0 <br />          RX bytes:700 (700.0 b)  TX bytes:700 (700.0 b)<br /><br />route:<br />Kernel IP routing table<br />Destination     Gateway         Genmask         Flags Metric Ref    Use Iface<br />192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1<br />192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1<br />169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth1<br />127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo<br />0.0.0.0         192.168.1.1     0.0.0.0         UG    0      0        0 eth1<br /><br /> --- On Sun 02/11, Mikkel L. Ellertson <mikkel> wrote:Bruce Hyatt wrote:<br />&gt; I have a new fedora installation and I can't get it to connect to<br />&gt; my network; not to other computers on my network nor to the internet.<br />&gt; <br />&gt; It is connected through a hub to a router using a static IP<br />&gt; address. I have another linux box connected 
without any problems<br />&gt; through the same hub, it's not a problem with the NIC and it's not a<br />&gt; problem with the cable.<br />&gt; <br />&gt; Yes, I have enabled ip forwarding in /etc/sysctl.conf<br />&gt;<br /> This should not be necessary unless you have more then one interfaceon the computer. For a system connected directly to a hug or router,you are not forwarding IP connections. That is for a system withmore then one connection, and you want to forward connections fromone interface to another.<br />&gt; I've compared all the network settings on the two computers andthey're the same except for one thing; the one that is working hasIPTables running. The one that won't work doesn't even have the tables.<br />&gt; <br />&gt; Could it be that not having IPTables configured and running is the problem?!!!<br />&gt; <br />&gt; Thanks in advance,<br />&gt; Bruce<br />&gt; <br />I do not think it is IP tables. It wounds more like your static IPaddress for the new 
machine is wrong. Are you sure it is in the samenetwork as the other machines, and that is doesn't duplicate theaddress of another machine? Also, are you sure the Interface is upon the new install?If you would post the output of ifconfig and &quot;route -n&quot; from boththe machine that works, and the one that doesn't, we would have abetter idea of what is going on, and may be able to help you.Mikkel--   Do not meddle in the affairs of dragons,for thou art crunchy and taste good with Ketchup!<br /><br /> --- On Sun 02/11, Guillermo Garron &lt; guillermo.fedora@gmail.com &gt; wrote:From: Guillermo Garron [mailto: guillermo.fedora@gmail.com]To: bjhyatt@myway.com, fedora-list@redhat.comDate: Sun, 11 Feb 2007 01:18:11 -0400Subject: Re: DNS or network problemOn 2/10/07, Bruce Hyatt <bjhyatt> wrote:&gt;&gt; I have a new fedora installation and I can't get it to connect to my network; not to other computers on my network nor to the internet.&gt;&gt; It is connected through a hub t!
 o 
a router using a static IP address. I have another linux box connected without any problems through the same hub, it's not a problem with the NIC and it's not a problem with the cable.&gt;&gt; Yes, I have enabled ip forwarding in /etc/sysctl.conf&gt;&gt; I've compared all the network settings on the two computers and they're the same except for one thing; the one that is working has IPTables running. The one that won't work doesn't even have the tables.&gt;&gt; Could it be that not having IPTables configured and running is the problem?!!!I think -no way-but help you better could you please describe your network better?what is the IP/mask/def_gateway of the two PCs the working and not working?The IP of the router they are using to get the Internet?Also you can try this.use this command on the working and not working PCtcpdump -i any -s 1500 -w capture.cap--- first turn off the firewall on the working PC --- then analysethese files with Ethereal software, or if you want put th!
 e 
files wherewe I can download them and I will try to help you.If you do not have tcpdump use$yum install tcpdumpregards,-- Guillermo Garron&quot;Linux IS user friendly... It's just selective about who its friends are.&quot;(Using FC6, CentOS4.4 and Ubuntu 6.06)http://feeds.feedburner.com/go2linuxhttp://www.go2linux.org</bjhyatt></mikkel><p><hr><font size=2 face=verdana><span style='font-weight:bold'>No banners. No pop-ups. No kidding.</span><br>Make My Way  your home on the Web - <a href=http://www.myway.com target=_blank>http://www.myway.com</a></font></b>