hey friends,<br>
<br>
 I am using FC3 on 2 computers and both the computers having 2 Lan Cards.<br>
<br>
The network id of my company is <a href="http://192.168.1.0/24.I">192.168.1.0/24.I</a> have given
192.168.1.67(on first computer) and 192.168.1.68(on 2nd Computer) .The
other lan card on both the machines are having network id <a href="http://10.0.0.0/24">10.0.0.0/24</a>
with ipaddress 10.0.0.1(on first computer) and 10.0.0.2(on second
comptuer).I am trying to build clustering with Heartbeat that is why I
required 2 Lan cards on each machine.<br>
<br>
Now the problem I am facing is that I am not able to browse the
internet from these 2 pcs.The SELinux and Firewall is disabled on both
these pcs.The configuration files for both Lan Card is <br>
<br>
First Lan Card on First Computer<br>
# Marvell Technology Group Ltd.: Unknown device 4361<br>
DEVICE=eth0<br>
ONBOOT=yes<br>
BOOTPROTO=static<br>
IPADDR=<a href="http://192.168.1.67">192.168.1.67</a><br>
NETMASK=<a href="http://255.255.255.0">255.255.255.0</a><br>
GATEWAY=<a href="http://192.168.1.1">192.168.1.1</a><br>
HWADDR=00:11:11:65:76:76<br>
TYPE=Ethernet<br>
<br>
2nd Card Lan on First Computer<br>
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+<br>
DEVICE=eth1<br>
ONBOOT=yes<br>
BOOTPROTO=static<br>
IPADDR=<a href="http://10.0.0.1">10.0.0.1</a><br>
NETMASK=<a href="http://255.255.255.0">255.255.255.0</a><br>
GATEWAY=<a href="http://10.0.0.2">10.0.0.2</a><br>
HWADDR=00:02:44:99:04:5A<br>
TYPE=Ethernet<br>
<br>
<br>
First Lan Card on 2nd Computer<br>
# Marvell Technology Group Ltd.: Unknown device 4361<br>
DEVICE=eth0<br>
ONBOOT=yes<br>
BOOTPROTO=static<br>
IPADDR=<a href="http://192.168.1.68">192.168.1.68</a><br>
NETMASK=<a href="http://255.255.255.0">255.255.255.0</a><br>
GATEWAY=<a href="http://192.168.1.1">192.168.1.1</a><br>
HWADDR=00:11:11:65:76:<a href="http://7Fmail.yahoo.com">7Fmail.yahoo.com</a>)<br>
TYPE=Ethernet<br>
<br>
2nd Lan Card on 2nd Computer<br>
# Realtek Semiconductor Co., Ltd. RTL-8139/8139C/8139C+<br>
DEVICE=eth1<br>
ONBOOT=yes<br>
BOOTPROTO=static<br>
IPADDR=<a href="http://10.0.0.2">10.0.0.2</a><br>
NETMASK=<a href="http://255.255.255.0">255.255.255.0</a><br>
GATEWAY=<a href="http://10.0.0.1">10.0.0.1</a><br>
HWADDR=00:E0:4C:33:2E:80<br>
TYPE=Ethernet<br>
<br>
<br>
The eth0 on both the computers are connected through switch and eth1 on
both the machines are connected with each other through "cross over "
cable.<br>
<br>
I am able to ping <a href="http://10.0.0.1">10.0.0.1</a> and <a href="http://192.168.1.0">192.168.1.0</a> network from both the
machines but not to  any machine on the internet (for ex ping
<a href="http://www.google.com">www.google.com</a>).<br>
<br>
Even If I disable the eth1 on both the pcs still I am not able to
browse the internet.If I give the command "neat" I can see eth1 is the
first entry and eth0 is the second entry.<br>
<br>
Please help me in solving the problem.<br>
<br>
Thanks & Regards<br>
<br>
Ankush Grover<br>