<?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: weird route in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144522#M8610</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is nothing strange. Those are the machines and hosts your Linux box knows. First is the others box address, third the maks (255.255.255.255 means that all are individual boxes, and your router don't know the network related), gatekeeper is your gateway name, what is strange is lo at the end, meaning that all those are to be reached through your loopback interface, that is to say that all these are seen as your own machine... Nothing wrong with it aprat from the fact that it won't help you reach any machine on the net.&lt;BR /&gt;Maybe could you run a 'neat' to set your NIC up properly ?&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
    <pubDate>Mon, 15 Dec 2003 05:23:34 GMT</pubDate>
    <dc:creator>Jerome Henry</dc:creator>
    <dc:date>2003-12-15T05:23:34Z</dc:date>
    <item>
      <title>weird route</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144521#M8609</link>
      <description>Hi all!&lt;BR /&gt;&lt;BR /&gt;Can somebody explain it to me the following and what action do I have to make?&lt;BR /&gt;&lt;BR /&gt;[root]# route&lt;BR /&gt;Kernel IP routing table&lt;BR /&gt;Destination     Gateway         Genmask         Flags Metric Ref    Use Iface&lt;BR /&gt;192.9.200.51    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.97    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.134   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.167   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.212   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.3     gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.81    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.49    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.66    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.82    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.99    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.48    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.67    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.164   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.68    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.117   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.146   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.179   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.178   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.53    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.177   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.5     gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.129   gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;192.9.200.26    gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;169.254.251.26  gatekeeper      255.255.255.255 UGH   0      0        0 lo&lt;BR /&gt;&lt;BR /&gt;This is the firstime I see this when I run the route command on the shell of redhat 7.1. &lt;BR /&gt;&lt;BR /&gt;Hope you could help me on this.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;LAT</description>
      <pubDate>Mon, 15 Dec 2003 05:13:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144521#M8609</guid>
      <dc:creator>Leovino A. Trinidad, Jr</dc:creator>
      <dc:date>2003-12-15T05:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: weird route</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144522#M8610</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;This is nothing strange. Those are the machines and hosts your Linux box knows. First is the others box address, third the maks (255.255.255.255 means that all are individual boxes, and your router don't know the network related), gatekeeper is your gateway name, what is strange is lo at the end, meaning that all those are to be reached through your loopback interface, that is to say that all these are seen as your own machine... Nothing wrong with it aprat from the fact that it won't help you reach any machine on the net.&lt;BR /&gt;Maybe could you run a 'neat' to set your NIC up properly ?&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Mon, 15 Dec 2003 05:23:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144522#M8610</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-12-15T05:23:34Z</dc:date>
    </item>
    <item>
      <title>Re: weird route</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144523#M8611</link>
      <description>BTW, you can use&lt;BR /&gt;route del -host 192.9.2.51 to delete this host, and same for the others.&lt;BR /&gt;&lt;BR /&gt;hth&lt;BR /&gt;&lt;BR /&gt;J</description>
      <pubDate>Mon, 15 Dec 2003 05:26:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144523#M8611</guid>
      <dc:creator>Jerome Henry</dc:creator>
      <dc:date>2003-12-15T05:26:18Z</dc:date>
    </item>
    <item>
      <title>Re: weird route</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144524#M8612</link>
      <description>Actually, it looks a bit odd to me.  &lt;BR /&gt; &lt;BR /&gt;You seem to have a netmask of 255.255.255.255.  It makes for an exciting network but probably isn't what you want.  I think this might be the reason you have a route for each machine because you don't actually have a network you can route to.&lt;BR /&gt; &lt;BR /&gt;</description>
      <pubDate>Mon, 15 Dec 2003 06:09:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144524#M8612</guid>
      <dc:creator>Mark Grant</dc:creator>
      <dc:date>2003-12-15T06:09:26Z</dc:date>
    </item>
    <item>
      <title>Re: weird route</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144525#M8613</link>
      <description>If you didnt make these routes yourself, I would assume that 'IP Redirects' are left enabled on your machine.&lt;BR /&gt;&lt;BR /&gt;Your machine can be told to ignore such requests (thus not populating your routing table like this) faily simply.&lt;BR /&gt;&lt;BR /&gt;As it is, a populated routing table like this isn't going to hurt, but it's not terribly efficint (a network route, or default route pointed correctly would be more efficient).</description>
      <pubDate>Mon, 15 Dec 2003 18:54:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144525#M8613</guid>
      <dc:creator>Stuart Browne</dc:creator>
      <dc:date>2003-12-15T18:54:19Z</dc:date>
    </item>
    <item>
      <title>Re: weird route</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144526#M8614</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I too think, you have a netmask of 255.255.255.255, which doesnt make a lot of sense, for there is no ip part for the computer left, there should be at least one bit left for the computer address. I wonder, how it works at all. So every new address has to be addressed via gateway, even the host is in the same net.&lt;BR /&gt;&lt;BR /&gt;greetings,&lt;BR /&gt;&lt;BR /&gt;Michael&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Dec 2003 16:49:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144526#M8614</guid>
      <dc:creator>Michael Schulte zur Sur</dc:creator>
      <dc:date>2003-12-16T16:49:46Z</dc:date>
    </item>
    <item>
      <title>Re: weird route</title>
      <link>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144527#M8615</link>
      <description>You've probably got gateways set up improperly in your ifcfg files in /etc/sysconfig/network-scripts&lt;BR /&gt;&lt;BR /&gt;Post up an example or two and I'll recommend changes.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 16 Dec 2003 22:06:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/weird-route/m-p/3144527#M8615</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2003-12-16T22:06:08Z</dc:date>
    </item>
  </channel>
</rss>

