<?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: transparent routing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810109#M582896</link>
    <description>Hi Siva,&lt;BR /&gt;&lt;BR /&gt;If there are routes defined on the HP server to both the boxes you will be able to do a ping.&lt;BR /&gt;&lt;BR /&gt;By this i mean, that the route should be going through the hp box for PC1 to PC2.&lt;BR /&gt;&lt;BR /&gt;On PC1&lt;BR /&gt;route add net pc2ipaddress netmask *.*.*.* hpuxipaddress 0&lt;BR /&gt;&lt;BR /&gt;This will enable PC1 to use IP address of HP UX box to use as a gateway.&lt;BR /&gt;&lt;BR /&gt;Then do the similar thing in PC2 providing Ip address of pc1 instead of pc2 in the route add command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
    <pubDate>Fri, 20 Sep 2002 20:13:59 GMT</pubDate>
    <dc:creator>Anil C. Sedha</dc:creator>
    <dc:date>2002-09-20T20:13:59Z</dc:date>
    <item>
      <title>transparent routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810105#M582892</link>
      <description>Hi,&lt;BR /&gt;Assume i have a setup like this.&lt;BR /&gt;&lt;BR /&gt; |PC|-------------| HP-UX box |-----------|PC|&lt;BR /&gt;      90.0.0.0                  90.0.0.0&lt;BR /&gt;      255.0.0.0                 255.0.0.0&lt;BR /&gt;        net A                     net B&lt;BR /&gt;&lt;BR /&gt;net A and net B are physically isolated.&lt;BR /&gt;&lt;BR /&gt;Now my question is , Can I ping from one PC to&lt;BR /&gt;another ?. &lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 20 Sep 2002 04:41:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810105#M582892</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-20T04:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: transparent routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810106#M582893</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  you can setup gated on the HP box and a default route on each PC to the HP box.&lt;BR /&gt;&lt;BR /&gt;HTH, cu l8r, Edgar.</description>
      <pubDate>Fri, 20 Sep 2002 09:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810106#M582893</guid>
      <dc:creator>Edgar Matzinger</dc:creator>
      <dc:date>2002-09-20T09:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: transparent routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810107#M582894</link>
      <description>I don't think gated is necessary--that just determines whether HP-UX _advertises_ itself as a router.  Since time immemorial a multi-homed HP-UX server will act as a router unless the function is specifically turned off.  You used to have to hack the kernel with adb, but can now turn it off in /etc/rc.config.d/nddconf:&lt;BR /&gt;TRANSPORT_NAME[8]=ip&lt;BR /&gt;NDD_NAME[8]=ip_forwarding&lt;BR /&gt;NDD_VALUE[8]=0 &lt;BR /&gt;&lt;BR /&gt;Unless it has been turned off, the HP-UX box in your diagram would try to forward packets based on its own routing tables if one of the PCs used it as a router.  But since you seem to have the same network number on both sides of the HP-UX box, I don't think it could know what to do.</description>
      <pubDate>Fri, 20 Sep 2002 15:57:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810107#M582894</guid>
      <dc:creator>W.C. Epperson</dc:creator>
      <dc:date>2002-09-20T15:57:29Z</dc:date>
    </item>
    <item>
      <title>Re: transparent routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810108#M582895</link>
      <description>Assuming ip_forwarding is on on the HP box, yes you should be able to ping from one PC to the other as long as each PC has a route defining the HP box at the gateway to use to get to the other network.&lt;BR /&gt;Even if you turn ip_forwarding on the HP box off you can still set up the routing on the HP box to make this possible. Turning ip_forwarding off basically turns the HP box into a simple firewall.&lt;BR /&gt;&lt;BR /&gt;Ray</description>
      <pubDate>Fri, 20 Sep 2002 16:08:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810108#M582895</guid>
      <dc:creator>Ray Brewer</dc:creator>
      <dc:date>2002-09-20T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: transparent routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810109#M582896</link>
      <description>Hi Siva,&lt;BR /&gt;&lt;BR /&gt;If there are routes defined on the HP server to both the boxes you will be able to do a ping.&lt;BR /&gt;&lt;BR /&gt;By this i mean, that the route should be going through the hp box for PC1 to PC2.&lt;BR /&gt;&lt;BR /&gt;On PC1&lt;BR /&gt;route add net pc2ipaddress netmask *.*.*.* hpuxipaddress 0&lt;BR /&gt;&lt;BR /&gt;This will enable PC1 to use IP address of HP UX box to use as a gateway.&lt;BR /&gt;&lt;BR /&gt;Then do the similar thing in PC2 providing Ip address of pc1 instead of pc2 in the route add command.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Anil</description>
      <pubDate>Fri, 20 Sep 2002 20:13:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810109#M582896</guid>
      <dc:creator>Anil C. Sedha</dc:creator>
      <dc:date>2002-09-20T20:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: transparent routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810110#M582897</link>
      <description>Well , If iam connecting from&lt;BR /&gt;HP-UX server , there can be some conflict.&lt;BR /&gt;&lt;BR /&gt;But iam not going to use the server. then in the both PCs&lt;BR /&gt;I give default gateway as respective HP server's interfaces.&lt;BR /&gt;&lt;BR /&gt;It should work now ?&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;U.SivaKumar</description>
      <pubDate>Mon, 23 Sep 2002 05:53:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/transparent-routing/m-p/2810110#M582897</guid>
      <dc:creator>U.SivaKumar_2</dc:creator>
      <dc:date>2002-09-23T05:53:10Z</dc:date>
    </item>
  </channel>
</rss>

