Please Advise: Second Nic not working.


Recommended Posts

I have a supermicro H8DME-2 mobo from tamsolutions. Currently my nics are configured as follows:

 

eth0   Link encap:Ethernet  HWaddr 00:30:48:c5:e3:c8
          inet addr:192.168.2.4  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:18467970 errors:3886 dropped:133 overruns:3874 frame:12
          TX packets:11018289 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:15567303157 (14.4 GiB)  TX bytes:23461615818 (21.8 GiB)

eth1      Link encap:Ethernet  HWaddr 00:30:48:c5:e3:c9
          inet addr:192.168.2.5  Bcast:192.168.2.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:119557 errors:0 dropped:50 overruns:0 frame:0
          TX packets:1557 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:10378058 (9.8 MiB)  TX bytes:247455 (241.6 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:65536  Metric:1
          RX packets:4896500 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4896500 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:36161200743 (33.6 GiB)  TX bytes:36161200743 (33.6 GiB)

 

when i ping from eth1 to eth0 i get:

root@Icarus:/# ping -I eth1 192.168.2.4
PING 192.168.2.4 (192.168.2.4) from 192.168.2.5 eth1: 56(84) bytes of data.
64 bytes from 192.168.2.4: icmp_req=1 ttl=64 time=0.044 ms
64 bytes from 192.168.2.4: icmp_req=2 ttl=64 time=0.033 ms
64 bytes from 192.168.2.4: icmp_req=3 ttl=64 time=0.045 ms
^C
--- 192.168.2.4 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.033/0.040/0.045/0.009 ms
root@Icarus:/#

 

however if i try to ping WAN i get

root@Icarus:/# ping -I eth1 google.com
PING google.com (74.125.224.226) from 192.168.2.5 eth1: 56(84) bytes of data.
From 192.168.2.5 icmp_seq=1 Destination Host Unreachable
From 192.168.2.5 icmp_seq=2 Destination Host Unreachable
From 192.168.2.5 icmp_seq=3 Destination Host Unreachable
^C
--- google.com ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4169ms
pipe 4
root@Icarus:/#

 

For some reason i cannot ping the WAN from eth1 (eth0 is perfect)

 

Here is my route table as well.

root@Icarus:/# route -n
root@Icarus:/# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
0.0.0.0         192.168.2.1     0.0.0.0         UG    1      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
root@Icarus:/#

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.