<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Can't ping the gateway... in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671360#M41808</link>
    <description>Partick, Thank you for the response. I am trying to ping with the ip address of the gateway and not the hostname.</description>
    <pubDate>Mon, 09 Aug 2010 14:13:05 GMT</pubDate>
    <dc:creator>Qcheck</dc:creator>
    <dc:date>2010-08-09T14:13:05Z</dc:date>
    <item>
      <title>Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671353#M41801</link>
      <description>I can't ping the gateway, however I can ping other servers. This is 5.1 redhar linux node. I had a gateway entry in the /etc/sysconfig/network file, but still can't ping the gateway. This server is really slow because of this.&lt;BR /&gt;&lt;BR /&gt;What could be wrong? I have the same settings on other two nodes and they are fine.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Fri, 06 Aug 2010 12:55:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671353#M41801</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-06T12:55:17Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671354#M41802</link>
      <description>&lt;!--!*#--&gt;Adding the gateway entry to /etc/sysconfig/network has no immediate effect by itself: that file is only read when the system is booting, or when you're running ifdown/ifup commands.&lt;BR /&gt;&lt;BR /&gt;If you want to add a default gateway route without bringing down any network interfaces and want it to take effect immediately, you should use the "route" command (or "ip route" if you need some special advanced routing functionality).&lt;BR /&gt;&lt;BR /&gt;Run "route -n" on the problematic node and the other two nodes, and compare the results. If you see differences, read "man route" for the correct syntax for fixing them.&lt;BR /&gt;&lt;BR /&gt;If your routing table is OK, there might be various other possible causes:&lt;BR /&gt;&lt;BR /&gt;* hardware failure&lt;BR /&gt;  - broken network card&lt;BR /&gt;  - broken cable&lt;BR /&gt;  - broken network switch&lt;BR /&gt;&lt;BR /&gt;* firewall/iptables configuration (run "iptables -L -v -n" to check locally: talk with the gateway admin to have the gateway side checked)&lt;BR /&gt;&lt;BR /&gt;  - your node does not allow outgoing ping requests and discards them silently (a DROP rule in iptables)&lt;BR /&gt;&lt;BR /&gt;  - your node rejects incoming ping replies&lt;BR /&gt;&lt;BR /&gt;  - your node's iptables filter does not allow communication with the gateway (all traffic to the gateway DROPped)&lt;BR /&gt;&lt;BR /&gt;  - the gateway has a firewall feature that is currently configured to discard any traffic from your node&lt;BR /&gt;&lt;BR /&gt;  - if you use VLANs at your site, the switch port where your node is plugged in may be configured to a wrong VLAN&lt;BR /&gt;&lt;BR /&gt;  - the gateway is in fact functioning normally, but has been configured to not answer to pings unless they come from "trusted sources"... and your node is not on the list.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 06 Aug 2010 14:13:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671354#M41802</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-08-06T14:13:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671355#M41803</link>
      <description>MK,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response. route -n shows the gateway is up. But can't ping it. I wonder the same thing something is wrong somewhere else, probably on switch end. Since the servers are at our data center, it is very hard to diagnose. They are away in the city at the clients place and we manage them so far.&lt;BR /&gt;&lt;BR /&gt;So is there any other way from O/S side to determine that particular hardware or switch settings are not correct?&lt;BR /&gt;&lt;BR /&gt;Thank you for your time.</description>
      <pubDate>Fri, 06 Aug 2010 14:37:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671355#M41803</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-06T14:37:45Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671356#M41804</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I can't ping the gateway,&lt;BR /&gt;&lt;BR /&gt;I assume that that really means that you&lt;BR /&gt;don't get a "ping" response from that system.&lt;BR /&gt;&lt;BR /&gt;What is "the gateway"?  Does it respond to&lt;BR /&gt;"ping" requests from other systems?&lt;BR /&gt;&lt;BR /&gt;&amp;gt;  however I can ping other servers.&lt;BR /&gt;&lt;BR /&gt;What are the network IP addresses and&lt;BR /&gt;netmasks involved here?  Routes?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; What could be wrong?&lt;BR /&gt;&lt;BR /&gt;Almost anything?  Based on practically no&lt;BR /&gt;information ("I can't"), how exact an answer&lt;BR /&gt;were you expecting?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; I have the same settings on other two nodes&lt;BR /&gt;&amp;gt; and they are fine.&lt;BR /&gt;&lt;BR /&gt;The "same settings" of _what_?  _All_ the&lt;BR /&gt;network parameters?  _Some_ of them?  What?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] route -n shows the gateway is up.&lt;BR /&gt;&lt;BR /&gt;It shows me nothing, because my psychic&lt;BR /&gt;powers are too weak to show me the results of&lt;BR /&gt;your "route -n" command.  Perhaps you could&lt;BR /&gt;help.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] it is very hard to diagnose.&lt;BR /&gt;&lt;BR /&gt;Imagine how hard it must be for anyone with&lt;BR /&gt;no evidence to work with other than your&lt;BR /&gt;vague reports.&lt;BR /&gt;&lt;BR /&gt;As usual, showing actual commands with their&lt;BR /&gt;actual output can be more helpful than vague&lt;BR /&gt;descriptions and interpretations.</description>
      <pubDate>Fri, 06 Aug 2010 17:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671356#M41804</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-08-06T17:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671357#M41805</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt; I can't ping the gateway,?&lt;BR /&gt;&lt;BR /&gt;Are you able to ping the gateway from other servers which is in the same segment of problematic server and having the same gateway.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;This server is really slow because of this&lt;BR /&gt;&lt;BR /&gt;How can you say that the server is slow because it is not able to ping the gateway.&lt;BR /&gt;Which application is running on this server and what is slow?&lt;BR /&gt;&lt;BR /&gt;In our environment ping to the gateway is disabled due to security reason and i think it is a best practise as per secuirty and audit comncern.&lt;BR /&gt;&lt;BR /&gt;We never faced any performance issues with  RHEL 5 because gateway is not able to ping.&lt;BR /&gt;&lt;BR /&gt;Manoj K&lt;BR /&gt;</description>
      <pubDate>Sun, 08 Aug 2010 07:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671357#M41805</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2010-08-08T07:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671358#M41806</link>
      <description>Thank you for the response.&lt;BR /&gt;&lt;BR /&gt;Yes, I am able to ping the gateway from other two nodes. The cluster has 4 nodes and two of the nodes are able to ping the default gateway and the other two can't. Yes, all the configurations(network scripts) are same on all 4 nodes and the same gateway I can't ping from two nodes and the other two can ping the gateway. It was all working until Friday. I can tell the server is slow because I noticed that if I ssh from working node, then the management port(bond2=eth1+eth3) is working normally, means, I get the login prompt very quickly as it is supposed to and whereas the data port(bond1=eth0+eth2) is very slow. But neither one is working from the putty session.&lt;BR /&gt;&lt;BR /&gt;I noticed these two things:&lt;BR /&gt;1) Can't ssh or taking forever to get the login prompt from ssh putty session. If I ssh from the working node then it takes so long to get the login prompt. &lt;BR /&gt;&lt;BR /&gt;2) Can't ping the gateway from two nodes.&lt;BR /&gt;&lt;BR /&gt;Oracle ASM cluster is running on all 4 nodes.&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Mon, 09 Aug 2010 13:08:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671358#M41806</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-09T13:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671359#M41807</link>
      <description>How are you trying to ping the gateway?  Are you using the IP address or the hostname?  If you are using the hostname, is the /etc/resolv.conf file set up the same way on all servers?  What about /etc/nsswitch.conf?&lt;BR /&gt;</description>
      <pubDate>Mon, 09 Aug 2010 13:54:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671359#M41807</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2010-08-09T13:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671360#M41808</link>
      <description>Partick, Thank you for the response. I am trying to ping with the ip address of the gateway and not the hostname.</description>
      <pubDate>Mon, 09 Aug 2010 14:13:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671360#M41808</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-09T14:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671361#M41809</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;From your explanation what i understood is, The node is having a public ip (bond1) and private ip (bond2).bond1 is using for communication to external and bond2 is for cluster internal communication.&lt;BR /&gt;Through private segment (bond2 ip) you are able to ssh very fast and throufh public segment (bond1 ip) the ssh login is slow.&lt;BR /&gt;&lt;BR /&gt;Can you please paste the out put of "ip addr" &amp;amp; "netstat -rn" from both the problematic and good server. Also paste /etc/resolv.conf.&lt;BR /&gt;&lt;BR /&gt;From your expalanation I didn't understand "But neither one is working from the putty session" what is it?&lt;BR /&gt;&lt;BR /&gt;When these cluster nodes are rebooted last?&lt;BR /&gt;&lt;BR /&gt;What about the communication (ssh login) in between these cluster nodes through bond 1 &amp;amp; bond2)&lt;BR /&gt;&lt;BR /&gt;Manoj K</description>
      <pubDate>Tue, 10 Aug 2010 05:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671361#M41809</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2010-08-10T05:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671362#M41810</link>
      <description>Manoj,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response. Here is the information:&lt;BR /&gt;&lt;BR /&gt;I can't login neither the bond1(10.157.63.101) nor bond2(10.157.120.196) from the putty session. I saved the putty sessions with both the ips saving as mtstalpd-rac4-data(bond1) and mtstalpd-rac4-mgt(bond2).&lt;BR /&gt;However, when I was logged into the rac3 node, then I am able to ssh to 10.157.120.196 but not 10.157.63.101&lt;BR /&gt;&lt;BR /&gt;On Friday, cluster nodes have been rebooted.&lt;BR /&gt;&lt;BR /&gt;************Not WORKING NODE ****************&lt;BR /&gt;[root@mtstalpd-rac4 standby]# ip addr&lt;BR /&gt;1: lo: &lt;LOOPBACK&gt; mtu 16436 qdisc noqueue&lt;BR /&gt;    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;BR /&gt;    inet 127.0.0.1/8 scope host lo&lt;BR /&gt;    inet6 ::1/128 scope host&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;2: eth0: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond1 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:78:aa:50 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fe78:aa50/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;3: eth1: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond2 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:78:aa:51 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fe78:aa51/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;4: eth2: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond1 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:78:aa:50 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fe78:aa50/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;5: eth3: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond2 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:78:aa:51 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fe78:aa51/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;6: sit0: &lt;NOARP&gt; mtu 1480 qdisc noop&lt;BR /&gt;    link/sit 0.0.0.0 brd 0.0.0.0&lt;BR /&gt;7: ib0: &lt;BROADCAST&gt; mtu 65520 qdisc pfifo_fast master bond0 qlen 256&lt;BR /&gt;    link/infiniband 80:00:04:04:fe:80:00:00:00:00:00:00:00:06:6a:00:a0:00:fc:9f brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::206:6a00:a000:fc9f/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;8: ib1: &lt;BROADCAST&gt; mtu 65520 qdisc pfifo_fast master bond0 qlen 256&lt;BR /&gt;    link/infiniband 80:00:04:05:fe:80:00:00:00:00:00:00:00:06:6a:01:a0:00:fc:9f brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::206:6a01:a000:fc9f/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;9: bond0: &lt;BROADCAST&gt; mtu 65520 qdisc noqueue&lt;BR /&gt;    link/infiniband 80:00:04:04:fe:80:00:00:00:00:00:00:00:06:6a:00:a0:00:fc:9f brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff&lt;BR /&gt;    inet 10.218.22.197/27 brd 10.218.22.223 scope global bond0&lt;BR /&gt;    inet6 fe80::206:6a00:a000:fc9f/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;10: bond1: &lt;BROADCAST&gt; mtu 1500 qdisc noqueue&lt;BR /&gt;    link/ether 00:1e:68:78:aa:50 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet 10.157.63.101/24 brd 10.157.63.255 scope global bond1&lt;BR /&gt;    inet 10.157.63.97/24 brd 10.157.63.255 scope global secondary bond1:5&lt;BR /&gt;    inet 10.157.63.96/24 brd 10.157.63.255 scope global secondary bond1:1&lt;BR /&gt;    inet6 fe80::21e:68ff:fe78:aa50/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;11: bond2: &lt;BROADCAST&gt; mtu 1500 qdisc noqueue&lt;BR /&gt;    link/ether 00:1e:68:78:aa:51 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet 10.157.120.196/25 brd 10.157.120.255 scope global bond2&lt;BR /&gt;    inet6 fe80::21e:68ff:fe78:aa51/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;[root@mtstalpd-rac4 standby]#&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac4 standby]# netstat -rn&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;10.218.22.192   0.0.0.0         255.255.255.224 U         0 0          0 bond0&lt;BR /&gt;10.157.120.128  0.0.0.0         255.255.255.128 U         0 0          0 bond2&lt;BR /&gt;10.157.63.0     0.0.0.0         255.255.255.0   U         0 0          0 bond1&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 bond2&lt;BR /&gt;0.0.0.0         10.157.63.1     0.0.0.0         UG        0 0          0 bond1&lt;BR /&gt;[root@mtstalpd-rac4 standby]#&lt;BR /&gt;[root@mtstalpd-rac4 standby]# cat /etc/resolv.conf&lt;BR /&gt;domain nycnet&lt;BR /&gt;nameserver 10.217.255.161&lt;BR /&gt;nameserver 10.136.8.21&lt;BR /&gt;nameserver 10.152.8.5&lt;BR /&gt;search nycnet doitt.nycnet nyc.gov&lt;BR /&gt;[root@mtstalpd-rac4 standby]#&lt;BR /&gt;&lt;BR /&gt;**********WORKING NODE****************&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac3 oracle]# ip addr&lt;BR /&gt;1: lo: &lt;LOOPBACK&gt; mtu 16436 qdisc noqueue&lt;BR /&gt;    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00&lt;BR /&gt;    inet 127.0.0.1/8 scope host lo&lt;BR /&gt;    inet6 ::1/128 scope host&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;2: eth0: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond1 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:c6:03:46 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fec6:346/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;3: eth1: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond2 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:c6:03:47 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fec6:347/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;4: eth2: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond1 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:c6:03:46 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fec6:346/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;5: eth3: &lt;BROADCAST&gt; mtu 1500 qdisc pfifo_fast master bond2 qlen 1000&lt;BR /&gt;    link/ether 00:1e:68:c6:03:47 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::21e:68ff:fec6:347/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;6: sit0: &lt;NOARP&gt; mtu 1480 qdisc noop&lt;BR /&gt;    link/sit 0.0.0.0 brd 0.0.0.0&lt;BR /&gt;7: ib0: &lt;BROADCAST&gt; mtu 65520 qdisc pfifo_fast master bond0 qlen 256&lt;BR /&gt;    link/infiniband 80:00:04:04:fe:80:00:00:00:00:00:00:00:06:6a:00:a0:00:84:75 brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::206:6a00:a000:8475/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;8: ib1: &lt;BROADCAST&gt; mtu 65520 qdisc pfifo_fast master bond0 qlen 256&lt;BR /&gt;    link/infiniband 80:00:04:05:fe:80:00:00:00:00:00:00:00:06:6a:01:a0:00:84:75 brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff&lt;BR /&gt;    inet6 fe80::206:6a01:a000:8475/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;9: bond0: &lt;BROADCAST&gt; mtu 65520 qdisc noqueue&lt;BR /&gt;    link/infiniband 80:00:04:04:fe:80:00:00:00:00:00:00:00:06:6a:00:a0:00:84:75 brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff&lt;BR /&gt;    inet 10.218.22.196/27 brd 10.218.22.223 scope global bond0&lt;BR /&gt;    inet6 fe80::206:6a00:a000:8475/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;10: bond1: &lt;BROADCAST&gt; mtu 1500 qdisc noqueue&lt;BR /&gt;    link/ether 00:1e:68:c6:03:46 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet 10.157.63.100/24 brd 10.157.63.255 scope global bond1&lt;BR /&gt;    inet6 fe80::21e:68ff:fec6:346/64 scope link&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;11: bond2: &lt;BROADCAST&gt; mtu 1500 qdisc noqueue&lt;BR /&gt;    link/ether 00:1e:68:c6:03:47 brd ff:ff:ff:ff:ff:ff&lt;BR /&gt;    inet 10.157.120.195/25 brd 10.157.120.255 scope global bond2&lt;BR /&gt;    inet6 fe80::21e:68ff:fec6:347/64 scope link tentative&lt;BR /&gt;       valid_lft forever preferred_lft forever&lt;BR /&gt;[root@mtstalpd-rac3 oracle]# netstat -rn&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface&lt;BR /&gt;10.218.22.192   0.0.0.0         255.255.255.224 U         0 0          0 bond0&lt;BR /&gt;10.157.120.128  0.0.0.0         255.255.255.128 U         0 0          0 bond2&lt;BR /&gt;10.157.63.0     0.0.0.0         255.255.255.0   U         0 0          0 bond1&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 bond2&lt;BR /&gt;0.0.0.0         10.157.63.1     0.0.0.0         UG        0 0          0 bond1&lt;BR /&gt;[root@mtstalpd-rac3 oracle]#&lt;BR /&gt;[root@mtstalpd-rac3 oracle]# cat /etc/resolv.conf&lt;BR /&gt;domain nycnet&lt;BR /&gt;nameserver 10.217.255.161&lt;BR /&gt;nameserver 10.136.8.21&lt;BR /&gt;nameserver 10.152.8.5&lt;BR /&gt;search nycnet doitt.nycnet nyc.gov&lt;BR /&gt;[root@mtstalpd-rac3 oracle]#&lt;BR /&gt;&lt;BR /&gt;*********************************************&lt;BR /&gt;&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/NOARP&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/LOOPBACK&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/NOARP&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/BROADCAST&gt;&lt;/LOOPBACK&gt;</description>
      <pubDate>Tue, 10 Aug 2010 18:19:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671362#M41810</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-10T18:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671363#M41811</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;So it is clear that the issue got started after rebooting  the servers.&lt;BR /&gt;&lt;BR /&gt;Are you trying ssh to the IP Address or hostname?&lt;BR /&gt;Are you able to do a "nslookup &lt;HOSTNAME&gt;" from each server with the hostname and IP Address in between?&lt;BR /&gt;There is any firewall activated in OS level? please check firewall status and share the output of "iptables -L" and "cat /etc/nsswitch.conf"&lt;BR /&gt;Also check any physical firewall is configured in your environment?&lt;BR /&gt;&lt;BR /&gt;Test the ssh (port 22)reachability by using the command "telnet &lt;HOST ip="" address=""&gt; 22" in between the servers.&lt;BR /&gt;eg:&lt;BR /&gt;from rac3 node run the command "telnet 10.157.63.101 22" and paste the outpt.&lt;BR /&gt;&lt;BR /&gt;You can check the network slowness by the  command "ping -s 128 &lt;HOSTNAME&gt;"  in between the servers and check the response time.&lt;BR /&gt;The response time (time=) should be in ms.&lt;BR /&gt;&lt;BR /&gt;Manoj K&lt;/HOSTNAME&gt;&lt;/HOST&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 11 Aug 2010 06:44:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671363#M41811</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2010-08-11T06:44:33Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671364#M41812</link>
      <description>sorry, there is a typing mistake in my previous post.&lt;BR /&gt;&lt;BR /&gt;You can check the network slowness by the command "ping -s 128 &lt;HOSTNAME&gt;" in between the servers and check the response time.&lt;BR /&gt;The response time (time=) should be less than 1 ms.&lt;BR /&gt;&lt;BR /&gt;Try to ping also from the system from where you are trying to connect through putty.&lt;BR /&gt;&lt;BR /&gt;Manoj K&lt;BR /&gt;&lt;/HOSTNAME&gt;</description>
      <pubDate>Wed, 11 Aug 2010 06:48:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671364#M41812</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2010-08-11T06:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671365#M41813</link>
      <description>This looks like a problem between switch and server configuration.&lt;BR /&gt;&lt;BR /&gt;How is your bond configured on the server and how is it configured on the switches?&lt;BR /&gt;It looks like one is using active/active while the other is using active/passive.&lt;BR /&gt;Then it depends on things like MAC or IP addresses what is reachable and what not... because only half the trafic is routed through the right interface.</description>
      <pubDate>Wed, 11 Aug 2010 10:42:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671365#M41813</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2010-08-11T10:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671366#M41814</link>
      <description>Manoj,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response.&lt;BR /&gt;&lt;BR /&gt;******************** NOT WORKING NODE ****************************&lt;BR /&gt;[root@mtstalpd-rac4 ~]# nslookup mtstalpd-rac3&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac4 ~]# nslookup mtstalpd-rac4&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac4 ~]# nslookup 10.157.120.196&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac4 ~]#&lt;BR /&gt;[root@mtstalpd-rac4 sysconfig]# route -n&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;BR /&gt;10.218.22.192   0.0.0.0         255.255.255.224 U     0      0        0 bond0&lt;BR /&gt;10.157.120.128  0.0.0.0         255.255.255.128 U     0      0        0 bond2&lt;BR /&gt;10.157.63.0     0.0.0.0         255.255.255.0   U     0      0        0 bond1&lt;BR /&gt;169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 bond2&lt;BR /&gt;0.0.0.0         10.157.63.1     0.0.0.0         UG    0      0        0 bond1&lt;BR /&gt;[root@mtstalpd-rac4 sysconfig]# ping 10.157.63.1&lt;BR /&gt;PING 10.157.63.1 (10.157.63.1) 56(84) bytes of data.&lt;BR /&gt;From 10.157.63.101 icmp_seq=1 Destination Host Unreachable&lt;BR /&gt;From 10.157.63.101 icmp_seq=2 Destination Host Unreachable&lt;BR /&gt;From 10.157.63.101 icmp_seq=3 Destination Host Unreachable&lt;BR /&gt;&lt;BR /&gt;--- 10.157.63.1 ping statistics ---&lt;BR /&gt;4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 3001ms&lt;BR /&gt;, pipe 3&lt;BR /&gt;[root@mtstalpd-rac4 sysconfig]# ping &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac4 sysconfig]# nslookup &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac4 sysconfig]#&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;******************************** WORKING NODE *************************&lt;BR /&gt;[root@mtstalpd-rac3 ~]# nslookup mtstalpd-rac3&lt;BR /&gt;Server:         10.217.255.161&lt;BR /&gt;Address:        10.217.255.161#53&lt;BR /&gt;&lt;BR /&gt;Name:   mtstalpd-rac3.nycnet&lt;BR /&gt;Address: 10.157.63.100&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac3 ~]# rac4&lt;BR /&gt;ssh: connect to host mtstalpd-rac4 port 22: No route to host&lt;BR /&gt;[root@mtstalpd-rac3 ~]# iptables -L&lt;BR /&gt;Chain INPUT (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination&lt;BR /&gt;&lt;BR /&gt;Chain FORWARD (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination&lt;BR /&gt;&lt;BR /&gt;Chain OUTPUT (policy ACCEPT)&lt;BR /&gt;target     prot opt source               destination&lt;BR /&gt;[root@mtstalpd-rac3 ~]# cat /etc/nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# /etc/nsswitch.conf&lt;BR /&gt;#&lt;BR /&gt;# An example Name Service Switch config file. This file should be&lt;BR /&gt;# sorted with the most-used services at the beginning.&lt;BR /&gt;#&lt;BR /&gt;# The entry '[NOTFOUND=return]' means that the search for an&lt;BR /&gt;# entry should stop if the search in the previous entry turned&lt;BR /&gt;# up nothing. Note that if the search failed due to some other reason&lt;BR /&gt;# (like no NIS server responding) then the search continues with the&lt;BR /&gt;# next entry.&lt;BR /&gt;#&lt;BR /&gt;# Legal entries are:&lt;BR /&gt;#&lt;BR /&gt;#       nisplus or nis+         Use NIS+ (NIS version 3)&lt;BR /&gt;#       nis or yp               Use NIS (NIS version 2), also called YP&lt;BR /&gt;#       dns                     Use DNS (Domain Name Service)&lt;BR /&gt;#       files                   Use the local files&lt;BR /&gt;#       db                      Use the local database (.db) files&lt;BR /&gt;#       compat                  Use NIS on compat mode&lt;BR /&gt;#       hesiod                  Use Hesiod for user lookups&lt;BR /&gt;#       [NOTFOUND=return]       Stop searching if not found so far&lt;BR /&gt;#&lt;BR /&gt;&lt;BR /&gt;# To use db, put the "db" in front of "files" for entries you want to be&lt;BR /&gt;# looked up first in the databases&lt;BR /&gt;#&lt;BR /&gt;# Example:&lt;BR /&gt;#passwd:    db files nisplus nis&lt;BR /&gt;#shadow:    db files nisplus nis&lt;BR /&gt;#group:     db files nisplus nis&lt;BR /&gt;&lt;BR /&gt;passwd:     files&lt;BR /&gt;shadow:     files&lt;BR /&gt;group:      files&lt;BR /&gt;&lt;BR /&gt;#hosts:     db files nisplus nis dns&lt;BR /&gt;hosts:      files dns&lt;BR /&gt;&lt;BR /&gt;# Example - obey only what nisplus tells us...&lt;BR /&gt;#services:   nisplus [NOTFOUND=return] files&lt;BR /&gt;#networks:   nisplus [NOTFOUND=return] files&lt;BR /&gt;#protocols:  nisplus [NOTFOUND=return] files&lt;BR /&gt;#rpc:        nisplus [NOTFOUND=return] files&lt;BR /&gt;#ethers:     nisplus [NOTFOUND=return] files&lt;BR /&gt;#netmasks:   nisplus [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;bootparams: nisplus [NOTFOUND=return] files&lt;BR /&gt;&lt;BR /&gt;ethers:     files&lt;BR /&gt;netmasks:   files&lt;BR /&gt;networks:   files&lt;BR /&gt;protocols:  files&lt;BR /&gt;rpc:        files&lt;BR /&gt;services:   files&lt;BR /&gt;&lt;BR /&gt;netgroup:   nisplus&lt;BR /&gt;&lt;BR /&gt;publickey:  nisplus&lt;BR /&gt;&lt;BR /&gt;automount:  files nisplus&lt;BR /&gt;aliases:    files nisplus&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac3 ~]# telnet 10.157.120.196 22&lt;BR /&gt;Trying 10.157.120.196...&lt;BR /&gt;Connected to mtstalpd-racm4 (10.157.120.196).&lt;BR /&gt;Escape character is '^]'.&lt;BR /&gt;SSH-2.0-OpenSSH_4.3&lt;BR /&gt;^]&lt;BR /&gt;Protocol mismatch.&lt;BR /&gt;Connection closed by foreign host.&lt;BR /&gt;[root@mtstalpd-rac3 ~]# telnet 10.157.63.101 22&lt;BR /&gt;Trying 10.157.63.101...&lt;BR /&gt;telnet: connect to address 10.157.63.101: No route to host&lt;BR /&gt;telnet: Unable to connect to remote host: No route to host&lt;BR /&gt;[root@mtstalpd-rac3 ~]# ping -s 128 mtstalpd-rac4&lt;BR /&gt;PING mtstalpd-rac4 (10.157.63.101) 128(156) bytes of data.&lt;BR /&gt;From mtstalpd-rac3 (10.157.63.100) icmp_seq=2 Destination Host Unreachable&lt;BR /&gt;From mtstalpd-rac3 (10.157.63.100) icmp_seq=3 Destination Host Unreachable&lt;BR /&gt;From mtstalpd-rac3 (10.157.63.100) icmp_seq=4 Destination Host Unreachable&lt;BR /&gt;&lt;BR /&gt;--- mtstalpd-rac4 ping statistics ---&lt;BR /&gt;7 packets transmitted, 0 received, +3 errors, 100% packet loss, time 6000ms&lt;BR /&gt;, pipe 3&lt;BR /&gt;[root@mtstalpd-rac3 ~]#&lt;BR /&gt;[root@mtstalpd-rac3 sysconfig]# nslookup &lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;&lt;BR /&gt;Server:         10.217.255.161&lt;BR /&gt;Address:        10.217.255.161#53&lt;BR /&gt;&lt;BR /&gt;Non-authoritative answer:&lt;BR /&gt;&lt;A href="http://www.yahoo.com" target="_blank"&gt;www.yahoo.com&lt;/A&gt;   canonical name = fp.wg1.b.yahoo.com.&lt;BR /&gt;fp.wg1.b.yahoo.com      canonical name = any-fp.wa1.b.yahoo.com.&lt;BR /&gt;Name:   any-fp.wa1.b.yahoo.com&lt;BR /&gt;Address: 67.195.160.76&lt;BR /&gt;Name:   any-fp.wa1.b.yahoo.com&lt;BR /&gt;Address: 69.147.125.65&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac3 sysconfig]#&lt;BR /&gt;*********************************************&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2010 13:58:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671366#M41814</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-11T13:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671367#M41815</link>
      <description>Elmar, Thank you for the response. &lt;BR /&gt;&lt;BR /&gt;I am not sure how it is configured on switch but I configured on the server as active-backup policy(mode1) for both bond1(eth0+eth2) and bond2(eth1+eth3).&lt;BR /&gt;&lt;BR /&gt;So for the network(switch) team, what should I ask to check on their side?&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Aug 2010 17:58:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671367#M41815</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-11T17:58:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671368#M41816</link>
      <description>How are you trying to ping the gateway? Are you using the IP address or the hostname? If you are using the hostname, is the /etc/resolv.conf file set up the same way on all servers? What about /etc/nsswitch.conf?&lt;BR /&gt;&lt;BR /&gt;Patrick, I am trying to ping the gateway with the IP address. All the /etc/hosts, /etc/resolv.conf and network-scripts are configured the same way but only two out of four racs in the cluster having the issue of not able to ping the gateway. Also can't nslookup:&lt;BR /&gt;#nslookup mstalpd-rac4&lt;BR /&gt;;; connection timed out; no servers could be reached&lt;BR /&gt;&lt;BR /&gt;Even with the IP address, the nslookup doesn't work. Driving me crazy.......</description>
      <pubDate>Wed, 11 Aug 2010 18:06:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671368#M41816</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-11T18:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671369#M41817</link>
      <description>Hi Qcheck,&lt;BR /&gt;&lt;BR /&gt;Is it posssible for you to break bond1 and assign the same ip adddress to eth0 or eth2 and try ping &amp;amp; ssh.&lt;BR /&gt;&lt;BR /&gt;This is to check whether there is a  problem with bonding.&lt;BR /&gt;&lt;BR /&gt;Manoj K</description>
      <pubDate>Thu, 12 Aug 2010 03:26:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671369#M41817</guid>
      <dc:creator>ManojK_1</dc:creator>
      <dc:date>2010-08-12T03:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671370#M41818</link>
      <description>Manoj,&lt;BR /&gt;&lt;BR /&gt;Thank you for the response again, means a lot to me.&lt;BR /&gt;&lt;BR /&gt;If I break the bonding and just use the nic cards, I don't get the duplicate address messages but still ssh is slow. So definitely, something to do with the bonding.&lt;BR /&gt;&lt;BR /&gt;So here, I have two issues. &lt;BR /&gt;1) Can't ping the gateway and nslookup doesn't work, and probably that is the reason of slowness.&lt;BR /&gt;2) I get the duplicate address detected messages, when I use the bonding and don't get them when I break the bonding.&lt;BR /&gt; &lt;BR /&gt;Also, why I am getting the following messages when I use the bonding, also do I need put max_bonds option?:  &lt;BR /&gt;  &lt;BR /&gt;Aug 11 15:48:34 mtstalpd-rac4 kernel: bonding: bond0: Warning: The first slave device you specified does not support setting the MAC address. This bond MAC address would be that of the active slave.  &lt;BR /&gt;Aug 11 15:48:34 mtstalpd-rac4 kernel: bonding: bond0: Warning: enslaved VLAN challenged slave ib1. Adding VLANs will be blocked as long as ib1 is part of bond bond0  &lt;BR /&gt;Aug 11 15:55:35 mtstalpd-rac4 kernel: bonding: bond1: Warning: the permanent HWaddr of eth0 - 00:1E:68:78:AA:50 - is still in use by bond1. Set the HWaddr of eth0 to a different address to avoid conflicts.  &lt;BR /&gt;Aug 11 15:55:35 mtstalpd-rac4 kernel: bonding: bond2: Warning: the permanent HWaddr of eth1 - 00:1E:68:78:AA:51 - is still in use by bond2. Set the HWaddr of eth1 to a different address to avoid conflicts.  &lt;BR /&gt;Aug 11 16:02:20 mtstalpd-rac4 kernel: bonding: bond1: Warning: the permanent HWaddr of eth0 - 00:1E:68:78:AA:50 - is still in use by bond1. Set the HWaddr of eth0 to a different address to avoid conflicts.  &lt;BR /&gt;Aug 11 16:02:20 mtstalpd-rac4 kernel: bonding: bond2: Warning: the permanent HWaddr of eth1 - 00:1E:68:78:AA:51 - is still in use by bond2. Set the HWaddr of eth1 to a different address to avoid conflicts.  &lt;BR /&gt;Aug 12 07:55:04 mtstalpd-rac4 kernel: bonding: bond1: Warning: the permanent HWaddr of eth0 - 00:1E:68:78:AA:50 - is still in use by bond1. Set the HWaddr of eth0 to a different address to avoid conflicts.  &lt;BR /&gt;Aug 12 07:55:04 mtstalpd-rac4 kernel: bonding: bond2: Warning: the permanent HWaddr of eth1 - 00:1E:68:78:AA:51 - is still in use by bond2. Set the HWaddr of eth1 to a different address to avoid conflicts.  &lt;BR /&gt;[root@mtstalpd-rac4 ~]#  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2010 11:51:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671370#M41818</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-12T11:51:35Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671371#M41819</link>
      <description>The following problem along with duplicate address detected gone away, by adding the speed, IPV6INIT=no and PEERDNS=yes in ifcfg-ethx scripts.&lt;BR /&gt;Aug 12 07:55:04 mtstalpd-rac4 kernel: bonding: bond2: Warning: the permanent HWaddr of eth1 - 00:1E:68:78:AA:51 - is still in use by bond2. Set the HWaddr of eth1 to a different address to avoid conflicts&lt;BR /&gt;&lt;BR /&gt;However still the slowness, unable to ping the gateway and nslookup doesn't work and also can't ping the /etc/resolv.conf ipaddresses.&lt;BR /&gt;&lt;BR /&gt;I noticed the following:&lt;BR /&gt;1) When I type route command, it hangs at the point of default gateway and eventually the prompts come back.&lt;BR /&gt;2) netstat -rn(works fine, that means not using DNS) and netstat -r hangs the same way like route.&lt;BR /&gt;3) The ping gives DUP! for the following:&lt;BR /&gt;rac1=10.157.63.98&lt;BR /&gt;rac2=10.157.63.99&lt;BR /&gt;rac3=10.157.63.100&lt;BR /&gt;rac4=10.157.63.101&lt;BR /&gt;&lt;BR /&gt;[root@mtstalpd-rac4 network-scripts]# ping 10.157.63.98&lt;BR /&gt;PING 10.157.63.98 (10.157.63.98) 56(84) bytes of data.&lt;BR /&gt;From 10.157.63.101 icmp_seq=2 Destination Host Unreachable&lt;BR /&gt;From 10.157.63.101 icmp_seq=3 Destination Host Unreachable&lt;BR /&gt;From 10.157.63.101 icmp_seq=4 Destination Host Unreachable&lt;BR /&gt;64 bytes from 10.157.63.98: icmp_seq=9 ttl=64 time=0.157 ms&lt;BR /&gt;64 bytes from 10.157.63.98: icmp_seq=12 ttl=64 time=0.120 ms&lt;BR /&gt;&lt;BR /&gt;--- 10.157.63.98 ping statistics ---&lt;BR /&gt;47 packets transmitted, 2 received, +3 errors, 95% packet loss, time 46001ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.120/0.138/0.157/0.021 ms, pipe 3&lt;BR /&gt;[root@mtstalpd-rac4 network-scripts]# ping 10.157.63.99&lt;BR /&gt;PING 10.157.63.99 (10.157.63.99) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.157.63.99: icmp_seq=2 ttl=64 time=1.24 ms&lt;BR /&gt;64 bytes from 10.157.63.99: icmp_seq=2 ttl=64 time=1.27 ms (DUP!)&lt;BR /&gt;64 bytes from 10.157.63.99: icmp_seq=3 ttl=64 time=0.104 ms&lt;BR /&gt;64 bytes from 10.157.63.99: icmp_seq=3 ttl=64 time=0.139 ms (DUP!)&lt;BR /&gt;64 bytes from 10.157.63.99: icmp_seq=4 ttl=64 time=0.144 ms&lt;BR /&gt;64 bytes from 10.157.63.99: icmp_seq=4 ttl=64 time=0.168 ms (DUP!)&lt;BR /&gt;&lt;BR /&gt;--- 10.157.63.99 ping statistics ---&lt;BR /&gt;4 packets transmitted, 3 received, +3 duplicates, 25% packet loss, time 3000ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.104/0.512/1.270/0.529 ms&lt;BR /&gt;[root@mtstalpd-rac4 network-scripts]# ping 10.157.63.100&lt;BR /&gt;PING 10.157.63.100 (10.157.63.100) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.157.63.100: icmp_seq=4 ttl=64 time=0.119 ms&lt;BR /&gt;64 bytes from 10.157.63.100: icmp_seq=4 ttl=64 time=0.143 ms (DUP!)&lt;BR /&gt;64 bytes from 10.157.63.100: icmp_seq=6 ttl=64 time=0.091 ms&lt;BR /&gt;64 bytes from 10.157.63.100: icmp_seq=8 ttl=64 time=0.082 ms&lt;BR /&gt;64 bytes from 10.157.63.100: icmp_seq=8 ttl=64 time=0.105 ms (DUP!)&lt;BR /&gt;64 bytes from 10.157.63.100: icmp_seq=9 ttl=64 time=0.106 ms&lt;BR /&gt;64 bytes from 10.157.63.100: icmp_seq=9 ttl=64 time=0.118 ms (DUP!)&lt;BR /&gt;&lt;BR /&gt;--- 10.157.63.100 ping statistics ---&lt;BR /&gt;9 packets transmitted, 4 received, +3 duplicates, 55% packet loss, time 8000ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.082/0.109/0.143/0.019 ms&lt;BR /&gt;[root@mtstalpd-rac4 network-scripts]# ping 10.157.63.101&lt;BR /&gt;PING 10.157.63.101 (10.157.63.101) 56(84) bytes of data.&lt;BR /&gt;64 bytes from 10.157.63.101: icmp_seq=1 ttl=64 time=0.030 ms&lt;BR /&gt;64 bytes from 10.157.63.101: icmp_seq=2 ttl=64 time=0.009 ms&lt;BR /&gt;64 bytes from 10.157.63.101: icmp_seq=3 ttl=64 time=0.013 ms&lt;BR /&gt;64 bytes from 10.157.63.101: icmp_seq=4 ttl=64 time=0.008 ms&lt;BR /&gt;64 bytes from 10.157.63.101: icmp_seq=5 ttl=64 time=0.010 ms&lt;BR /&gt;&lt;BR /&gt;--- 10.157.63.101 ping statistics ---&lt;BR /&gt;5 packets transmitted, 5 received, 0% packet loss, time 4000ms&lt;BR /&gt;rtt min/avg/max/mdev = 0.008/0.014/0.030/0.008 ms&lt;BR /&gt;[root@mtstalpd-rac4 network-scripts]#&lt;BR /&gt;</description>
      <pubDate>Thu, 12 Aug 2010 15:04:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671371#M41819</guid>
      <dc:creator>Qcheck</dc:creator>
      <dc:date>2010-08-12T15:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: Can't ping the gateway...</title>
      <link>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671372#M41820</link>
      <description>Qckeck, what you need to ask the network-guys is how they have configured their channel... It should be active/passive or whatever they call it...&lt;BR /&gt;What I see from above output it seems it is now active/active on the switch side. With your bond-setup, that means that all trafic from 1 of the interfaces was dropped on your linux box.&lt;BR /&gt;&lt;BR /&gt;If you are going for the active/active setup, also use lacp to make sure that a half-broken link is detected and ignored for trafic. There are some good documents on the net about setting this up (just google for 'linux lacp').&lt;BR /&gt;</description>
      <pubDate>Fri, 13 Aug 2010 05:41:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/can-t-ping-the-gateway/m-p/4671372#M41820</guid>
      <dc:creator>Elmar P. Kolkman</dc:creator>
      <dc:date>2010-08-13T05:41:52Z</dc:date>
    </item>
  </channel>
</rss>

