- May 4, 2001
- 15,381
- 6
- 91
I have a host server with 4 NICs. Two (eth0 and eth1) are bonded to an external network, and working fine. The other two are each static on a private, unmanaged switch for iSCSI traffic.
Basically, I'm trying to get multipathing properly setup with an equallogic iSCSI array. However, it seems only one NIC is truly active, though both say they're up.
For example:
1.after a network restart, both NICs (eth2 and eth3) are up.
2. Only eth2 will ping out to the iSCSI group, eth3 will fail.
3. ifdown eth2, eth3 will begin to work.
4. ifup eth2, eth3 will ping, eth2 will fail
5. ifdown eth3, eth2 will ping
6. rinse, repeat
I'm not terribly knowedgable about networks. Server is running SLES11, I set things up in Yast.
Any ideas on this? Here are some various config outputs:
ifconfig:
cat /etc/sysconfig/network/ifcfg-eth2:
cat /etc/sysconfig/network/ifcfg-eth3:
route -n:
Basically, I'm trying to get multipathing properly setup with an equallogic iSCSI array. However, it seems only one NIC is truly active, though both say they're up.
For example:
1.after a network restart, both NICs (eth2 and eth3) are up.
2. Only eth2 will ping out to the iSCSI group, eth3 will fail.
3. ifdown eth2, eth3 will begin to work.
4. ifup eth2, eth3 will ping, eth2 will fail
5. ifdown eth3, eth2 will ping
6. rinse, repeat
I'm not terribly knowedgable about networks. Server is running SLES11, I set things up in Yast.
Any ideas on this? Here are some various config outputs:
ifconfig:
bond0 Link encap:Ethernet HWaddr 00:22:19:5D:0F:46
inet addr:XXX.XXX.252.59 Bcast:XXX.XXX.252.255 Mask:255.255.255.0
inet6 addr: fe80::222:19ff:fe5d:f46/64 Scope:Link
UP BROADCAST RUNNING MASTER MULTICAST MTU:1500 Metric:1
RX packets:38807 errors:0 dropped:0 overruns:0 frame:0
TX packets:50571 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:3156959 (3.0 Mb) TX bytes:64312025 (61.3 Mb)
eth0 Link encap:Ethernet HWaddr 00:22:19:5D:0F:46
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:19289 errors:0 dropped:0 overruns:0 frame:0
TX packets:25190 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1571305 (1.4 Mb) TX bytes:32007732 (30.5 Mb)
Interrupt:36 Memory:d6000000-d6012700
eth1 Link encap:Ethernet HWaddr 00:22:19:5D:0F:46
UP BROADCAST RUNNING SLAVE MULTICAST MTU:1500 Metric:1
RX packets:19518 errors:0 dropped:0 overruns:0 frame:0
TX packets:25381 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:1585654 (1.5 Mb) TX bytes:32304293 (30.8 Mb)
Interrupt:48 Memory:d8000000-d8012700
eth2 Link encap:Ethernet HWaddr 00:22:19:5D:0F:4A
inet addr:192.168.130.10 Bcast:192.168.130.255 Mask:255.255.255.0
inet6 addr: fe80::222:19ff:fe5d:f4a/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:6 errors:0 dropped:0 overruns:0 frame:0
TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:498 (498.0 b) TX bytes:976 (976.0 b)
Interrupt:32 Memory:da000000-da012700
eth3 Link encap:Ethernet HWaddr 00:22:19:5D:0F:4C
inet addr:192.168.130.20 Bcast:192.168.130.255 Mask:255.255.255.0
inet6 addr: fe80::222:19ff:fe5d:f4c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:10 errors:0 dropped:0 overruns:0 frame:0
TX packets:14 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:868 (868.0 b) TX bytes:1232 (1.2 Kb)
Interrupt:42 Memory:dc000000-dc012700
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:29560 errors:0 dropped:0 overruns:0 frame:0
TX packets:29560 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:56996219 (54.3 Mb) TX bytes:56996219 (54.3 Mb)
cat /etc/sysconfig/network/ifcfg-eth2:
BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='192.168.130.10/24'
MTU=''
NAME='NetXtreme II BCM5709 Gigabit Ethernet'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
PREFIXLEN='24'
cat /etc/sysconfig/network/ifcfg-eth3:
BOOTPROTO='static'
BROADCAST=''
ETHTOOL_OPTIONS=''
IPADDR='192.168.130.20/24'
MTU=''
NAME='NetXtreme II BCM5709 Gigabit Ethernet'
NETMASK=''
NETWORK=''
REMOTE_IPADDR=''
STARTMODE='auto'
USERCONTROL='no'
route -n:
Kernel IP routing table
Destination........Gateway................Genmask..........Flags..Metric..Ref..Use...Iface
192.168.130.0....0.0.0.0..................255.255.255.0...U.......0.........0.....0.......eth2
192.168.130.0....0.0.0.0..................255.255.255.0...U.......0.........0.....0.......eth3
XXX.XXX.252.0..0.0.0.0..................255.255.255.0...U.......0.........0.....0.......bond0
169.254.0.0.......0.0.0.0..................255.255.0.0.......U.......0.........0.....0.......eth2
127.0.0.0...........0.0.0.0..................255.0.0.0..........U.......0.........0.....0.......lo
0.0.0.0..............XXX.XXX.252.252...0.0.0.0..............UG.....0.........0.....0.......bond0