<?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: Linux Redhat 7.2 2 NIC's problem with RIP configuration in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722539#M90152</link>
    <description>You may try to tcpdump from your Linux box and see whats happening, tryt with normal NIC operation, then try again in promiscous mode to see if the RIP messages are getting to your Linux box,&lt;BR /&gt;&lt;BR /&gt;cheers</description>
    <pubDate>Fri, 24 May 2002 19:42:14 GMT</pubDate>
    <dc:creator>Fabi</dc:creator>
    <dc:date>2002-05-24T19:42:14Z</dc:date>
    <item>
      <title>Linux Redhat 7.2 2 NIC's problem with RIP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722536#M90149</link>
      <description>Hello readers,&lt;BR /&gt;&lt;BR /&gt;We have a configuration which consists of a Cisco 2611 router, 2 Cisco Catalyst 1924 switches and 1 IBM X232 server, running Redhat Linux 7.2.&lt;BR /&gt;The server has 2 NIC's, through which he is connected to the router (via the switches).&lt;BR /&gt;&lt;BR /&gt;               WAN&lt;BR /&gt;                |&lt;BR /&gt;                |&lt;BR /&gt;          Cisco router&lt;BR /&gt;           |        |&lt;BR /&gt;           |        |&lt;BR /&gt;      switch 1    switch 2&lt;BR /&gt;           |        |&lt;BR /&gt;           |        |&lt;BR /&gt;        IBM Linux server  &lt;BR /&gt;   &lt;BR /&gt;We (try to) use RIP between the router and the server to pass the IP address of the default gateway from the router to the server.&lt;BR /&gt;When we pull out the patchcord of the Ethernet interface on the router, which is currently the default gateway, we see that the router distributes via RIP that the default gateway is now the IP address of his other Ethernet interface. However, the server does not react to this notification, and does not change his default gateway. Only after 3 minutes the server seems to detect that his default gateway is no longer valid, and changes the default gateway to the second alternative.&lt;BR /&gt;&lt;BR /&gt;We have a similar configuration with a Cisco 2611 router, 2 Cisco Catalyst 1924 switches and 2 HP9000 servers, running HP-UX 11.00.&lt;BR /&gt;Here we also use RIP to distribute the default gateway to the servers. Everything works fine.&lt;BR /&gt;&lt;BR /&gt;The RIP configuration on the Cisco router is identical for both configurations (Linux and HP-UX):&lt;BR /&gt;&lt;BR /&gt;!&lt;BR /&gt;router rip&lt;BR /&gt; version 2&lt;BR /&gt; redistribute static&lt;BR /&gt; redistribute eigrp 100 metric 1&lt;BR /&gt; passive-interface Serial0/0&lt;BR /&gt; passive-interface BRI0/0&lt;BR /&gt; passive-interface Serial0/1&lt;BR /&gt; offset-list 25 out 1 Ethernet0/0&lt;BR /&gt; network 10.0.0.0&lt;BR /&gt; distribute-list 31 out Ethernet0/0&lt;BR /&gt; distribute-list 31 out Ethernet0/1&lt;BR /&gt; distance 180&lt;BR /&gt;!&lt;BR /&gt;access-list 25 permit any&lt;BR /&gt;access-list 31 permit 0.0.0.0&lt;BR /&gt;!&lt;BR /&gt;&lt;BR /&gt;Explanation:&lt;BR /&gt;- The router uses RIP version 2.&lt;BR /&gt;- The router only distributes RIP information&lt;BR /&gt;  over its interfaces Ethernet0/0 and&lt;BR /&gt;  Ethernet0/1. These are the connections to&lt;BR /&gt;  the 2 switches.&lt;BR /&gt;- Only the default gateway is distributed via&lt;BR /&gt;  RIP (access-list 31 takes care of that).&lt;BR /&gt;- Interface Ethernet0/0 gets an "offset" of 1.&lt;BR /&gt;  This means that the gateway via interface&lt;BR /&gt;  Ethernet0/0 is 1 hop-count further than the&lt;BR /&gt;  gateway via interface Ethernet0/1. Therefore&lt;BR /&gt;  the router will prefer interface Ethernet0/1&lt;BR /&gt;  as default gateway. Interface Ethernet0/0 &lt;BR /&gt;  will be his second choise as default gateway.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The content of the /etc/gated.conf file on the IBM Linux server:&lt;BR /&gt;&lt;BR /&gt;traceoptions "/var/log/gated.log" general ;&lt;BR /&gt;&lt;BR /&gt;interfaces {&lt;BR /&gt; interface all passive ;&lt;BR /&gt;} ;&lt;BR /&gt;&lt;BR /&gt;rip yes {&lt;BR /&gt; interface eth0 version 2 ;&lt;BR /&gt; interface eth1 version 2 ;&lt;BR /&gt;} ;&lt;BR /&gt;&lt;BR /&gt;kernel {&lt;BR /&gt; options noflushatexit ;&lt;BR /&gt;} ;&lt;BR /&gt;&lt;BR /&gt;static {&lt;BR /&gt; default gateway 10.60.105.251 preference 200 retain ;&lt;BR /&gt; default gateway 10.60.104.251 preference 210 retain ;&lt;BR /&gt;} ; &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Possibly important remark is that "IP multicasting" is disabled in the Linux kernel, whereas RIP version 2 uses multicast addresses to distribute information.&lt;BR /&gt;&lt;BR /&gt;Any suggestions?&lt;BR /&gt;&lt;BR /&gt;Johan Leroy&lt;BR /&gt;Network Engineer&lt;BR /&gt;Infoco n.v./s.a.&lt;BR /&gt;Edingensesteenweg 196, 1500 Halle, Belgium&lt;BR /&gt;&lt;BR /&gt;tel: +32 2 360 10 40&lt;BR /&gt;fax: +32 2 360 02 07&lt;BR /&gt;email: johan.leroy@infoco.be&lt;BR /&gt;http: &lt;A href="http://www.infoco.be" target="_blank"&gt;http://www.infoco.be&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 13 May 2002 14:22:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722536#M90149</guid>
      <dc:creator>Johan Leroy</dc:creator>
      <dc:date>2002-05-13T14:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Redhat 7.2 2 NIC's problem with RIP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722537#M90150</link>
      <description>hi.&lt;BR /&gt;RIP Version 2 can use multicast or broadcast also for distribution . it depends on the configuration.&lt;BR /&gt;Anyway try enabling the multicast in your ethernet interface.&lt;BR /&gt;after that ,&lt;BR /&gt;#ifconfig eth0&lt;BR /&gt;MULTICAST- this line should be there in the output &lt;BR /&gt;#netstat -rn&lt;BR /&gt;does it shows a entry for 224.0.0.9 in the &lt;BR /&gt;routing table.&lt;BR /&gt;I think what has happened in your case is simple dead gateway detection by linux. But&lt;BR /&gt;not because of RIP updates from router.&lt;BR /&gt;Can you ping to 224.0.0.1 from the server ?.&lt;BR /&gt;There should be no issue with switches for &lt;BR /&gt;multicast because they handle multicast in&lt;BR /&gt;the same way they handle broadcast.&lt;BR /&gt;So try enabling multicast in ethernet interface.&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 14 May 2002 05:52:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722537#M90150</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-05-14T05:52:07Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Redhat 7.2 2 NIC's problem with RIP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722538#M90151</link>
      <description>Seems to me that if the gateway changes after 3 minutes that either the router is not sending updates (however you said an HPUX box could see the changes so that's out) or there is something in your Linux code which keeps it from reacting to unscheduled updates. It must be getting the regularly scheduled updates since it does change when the 3 minute timer expires.  Have you checked to make sure you have the latest version of gated?&lt;BR /&gt;&lt;BR /&gt;Also check to see what the RIP timers are set to by default.  They could be set real high and cause this slow response.&lt;BR /&gt;&lt;BR /&gt;I believe gated has a debug option.  That might give you a clue about what is going on.&lt;BR /&gt;&lt;BR /&gt;On the Cisco you can run the debug to watch the updates:&lt;BR /&gt;debug ip rip &lt;BR /&gt;or&lt;BR /&gt;debug ip rip events&lt;BR /&gt;&lt;BR /&gt;If you are logged on by telnet you need to do&lt;BR /&gt;term mon&lt;BR /&gt;to see the debug output on the Cisco.&lt;BR /&gt;&lt;BR /&gt;Also on the Cisco&lt;BR /&gt;sh ip protocol&lt;BR /&gt;&lt;BR /&gt;should show you something like this:&lt;BR /&gt;&lt;BR /&gt;Routing Protocol is "rip"&lt;BR /&gt;  Sending updates every 30 seconds, next due in 1 seconds&lt;BR /&gt;  Invalid after 180 seconds, hold down 180, flushed after 240&lt;BR /&gt;  Outgoing update filter list for all interfaces is not set&lt;BR /&gt;  Incoming update filter list for all interfaces is not set&lt;BR /&gt;  Redistributing: rip &lt;BR /&gt;&lt;BR /&gt;Now that I think about it I think the RIP is working correctly.  Just HPUX has this gateway health detection trick where they ping the gateway every so often to make sure it's alive.  Don't think Linux does that.  Try turning  off rpdp in netconf on the hp and see if it slows down.&lt;BR /&gt;&lt;BR /&gt;Ron</description>
      <pubDate>Thu, 16 May 2002 01:52:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722538#M90151</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2002-05-16T01:52:39Z</dc:date>
    </item>
    <item>
      <title>Re: Linux Redhat 7.2 2 NIC's problem with RIP configuration</title>
      <link>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722539#M90152</link>
      <description>You may try to tcpdump from your Linux box and see whats happening, tryt with normal NIC operation, then try again in promiscous mode to see if the RIP messages are getting to your Linux box,&lt;BR /&gt;&lt;BR /&gt;cheers</description>
      <pubDate>Fri, 24 May 2002 19:42:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/linux-redhat-7-2-2-nic-s-problem-with-rip-configuration/m-p/2722539#M90152</guid>
      <dc:creator>Fabi</dc:creator>
      <dc:date>2002-05-24T19:42:14Z</dc:date>
    </item>
  </channel>
</rss>

