I originally had just 1 NIC (eth1 I believe) configured and connected. I tried deactivating the one and activating the other. I also tried switching the cable between them, switched cables. I finally activated both of them and then tried connecting both of them. I did restart the network service after every change and rebooted after many of them too.<br /><br />I'm not trying to bridge nor use this machine as a firewall. I set ipforwarding=1 because it was a problem I remember having connecting to the network when I set up the other machine which does act as a firewall.<br /><br />When I get home I'll try reconfiguring the NICs again as you suggested. The whole thing has just baffled me because I've set up quite a few linux machines and this setup seems like it should be so straight forward.<br /><br />Thanks,<br />Bruce<br /><br /> --- On Mon 02/12, Mikkel L. Ellertson < mikkel@infinity-ltd.com > wrote:<br /><blockquote style="border-left: 2px solid orange; 
padding-left: 7px; margin-left: 7px;"><b>From: </b>Mikkel L. Ellertson [mailto: mikkel@infinity-ltd.com]<br /><b>To: </b>fedora-list@redhat.com<br /><b>Date: </b>Mon, 12 Feb 2007 20:49:06 -0600<br /><b>Subject: </b>Re: DNS or network problem<br /><br />The first thing that leaps out at me is the fact that eth0 and eth1<br />on the machine with problems have the same IP address, and are on<br />the same network. The second is that eth1 is not getting any trafic<br />on it. Because all your routes passes through eth1, and not eth0, I<br />can see why you are not able to talk to any machines. All outgoing<br />traffic tries to use an interface that is not connected to the<br />network you are trying to talk to. (All outgoing packets dropped,<br />and not incoming packets on eth1 as compared to 75 packets recieved,<br />and 9 sent on eth0, with none dropped.)<br /><br />Probably the quickest fix is to disable eth1, or at least<br />re-configure it, and drop the default route. Fo!
 r 
a quick test, try<br />running, as root:<br /><br />ifdown eth1<br />ifdown eth0<br />ifup eth0<br /><br />This should reset everything to use eth0, at least until you reboot.<br />If eth0 and eth1 are both Ethernet cards, you could move the cable<br />to the other interface and also have things working.<br /><br />Now, if you want the machine to bridge or route between eth0 and<br />eth1, then things need to be set up different. If you want this box<br />to be a firewall between two networks, then you will need to put<br />eth0 and eth1 on different networks.<br /><br />Mikkel<br />-- <br />Bruce Hyatt wrote:<br />> 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<br />> 
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<br />> 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 /><br /><br /><br />  Do not meddle in the affairs of dragons,<br />for thou art crunchy and taste good with Ketchup!<br /><br />-- <br />fedora-list mailing list<br />fedora-list@redhat.com<br />To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list<br /></blockquote><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>