<?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 route table in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108648#M148372</link>
    <description>Hi &lt;BR /&gt;this is my route table &lt;BR /&gt;/root # netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0  260158914  lo0        4136&lt;BR /&gt;145.78.106.70         145.78.106.70      UH       0      58877  lan0       4136&lt;BR /&gt;145.78.106.64         145.78.106.70      U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               145.78.106.65      UG       0          0  lan0       1500&lt;BR /&gt;My ip adres = 145.78.106.70&lt;BR /&gt;my GW = 145.78.106.65&lt;BR /&gt;my network = 145.78.106.64 &lt;BR /&gt;why shoud i need a route from my ip to my ip ??? &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Nov 2003 09:42:33 GMT</pubDate>
    <dc:creator>MeZaRcI_1</dc:creator>
    <dc:date>2003-11-03T09:42:33Z</dc:date>
    <item>
      <title>route table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108648#M148372</link>
      <description>Hi &lt;BR /&gt;this is my route table &lt;BR /&gt;/root # netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0  260158914  lo0        4136&lt;BR /&gt;145.78.106.70         145.78.106.70      UH       0      58877  lan0       4136&lt;BR /&gt;145.78.106.64         145.78.106.70      U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default               145.78.106.65      UG       0          0  lan0       1500&lt;BR /&gt;My ip adres = 145.78.106.70&lt;BR /&gt;my GW = 145.78.106.65&lt;BR /&gt;my network = 145.78.106.64 &lt;BR /&gt;why shoud i need a route from my ip to my ip ??? &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Nov 2003 09:42:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108648#M148372</guid>
      <dc:creator>MeZaRcI_1</dc:creator>
      <dc:date>2003-11-03T09:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: route table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108649#M148373</link>
      <description>This host route is automatically set by ifconfig if you also supply it with a netmask (which is common) when you bind an IP address to your NIC</description>
      <pubDate>Mon, 03 Nov 2003 09:45:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108649#M148373</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2003-11-03T09:45:27Z</dc:date>
    </item>
    <item>
      <title>Re: route table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108650#M148374</link>
      <description>Why? Is something not working? That is a manual setting, but if you have to know; The network address will need to Hop from your network to your address. Then from your address to your default route. Its all about how the machine uses the MAC address.</description>
      <pubDate>Mon, 03 Nov 2003 09:51:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108650#M148374</guid>
      <dc:creator>hpuxrox</dc:creator>
      <dc:date>2003-11-03T09:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: route table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108651#M148375</link>
      <description>Your routing table looks some what weired to me.&lt;BR /&gt;actually your destination subnet should have your IP address as gateway address.&lt;BR /&gt;all the routes learned WITH "uh" IS FOR the host .&lt;BR /&gt;specimen of routing table.&lt;BR /&gt;&lt;BR /&gt;Destination     Gateway         Flags   Refs     Use  Interface  Pmtu PmtuTime&lt;BR /&gt;10.17.17.1      127.0.0.1       UH        52  556998  lo0        4608&lt;BR /&gt;127.0.0.1       127.0.0.1       UH         0    3839  lo0        4608&lt;BR /&gt;default         10.17.16.2      UG        39 1065426  lan2       1500&lt;BR /&gt;10.17.16.0      10.17.17.1      U          4   43094  lan2       1500</description>
      <pubDate>Mon, 03 Nov 2003 14:15:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108651#M148375</guid>
      <dc:creator>Rahul Mehta_1</dc:creator>
      <dc:date>2003-11-03T14:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: route table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108652#M148376</link>
      <description>This bit:&lt;BR /&gt;&lt;BR /&gt;127.0.0.1 127.0.0.1 UH 0 260158914 lo0 4136&lt;BR /&gt;145.78.106.70 145.78.106.70 UH 0 58877 lan0 4136&lt;BR /&gt;&lt;BR /&gt;is normal, and automatically configured by the OS when you setup lan0.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;mark</description>
      <pubDate>Mon, 03 Nov 2003 14:21:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108652#M148376</guid>
      <dc:creator>Mark Greene_1</dc:creator>
      <dc:date>2003-11-03T14:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: route table</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108653#M148377</link>
      <description>&lt;BR /&gt;Your config is "normal" for HP's.&lt;BR /&gt; &lt;BR /&gt;It's there (your "145.78.106.70 145.78.106.70 UH 0 58877 lan0 4136") so processes on your machine that address your machines IP will stay on your machine without going to the wire (network).&lt;BR /&gt; &lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Mon, 03 Nov 2003 15:18:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-table/m-p/3108653#M148377</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2003-11-03T15:18:39Z</dc:date>
    </item>
  </channel>
</rss>

