<?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: Routing problems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038284#M543764</link>
    <description>Hello David, &lt;BR /&gt;            does your question have a typing error ? &lt;BR /&gt;&amp;gt; Gateway 192.168.1.65&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; How can I add a route all my traffic to 192.168.1.64 through lan1???&lt;BR /&gt;&lt;BR /&gt;Which one is the router/gateway address ? &lt;BR /&gt;Please post the ouput of netstat -nrv . &lt;BR /&gt;Since you have a subnet mask of 255.255.255.192 which is uncommon have you checked that other interfaces on this subnet ( including the router) have the mask set correctly ? &lt;BR /&gt;Have you checked for duplicate ip addresses on the 192.168.1.xxx subnet ? &lt;BR /&gt;In order to make routes appear at boot time you need to edit  /etc/rc.config.d/netconf&lt;BR /&gt;adding something like  this &lt;BR /&gt;[x] is the instance number e.g.[0] for the script which reads conf file. &lt;BR /&gt;  &lt;BR /&gt;ROUTE_DESTINATION[x]="default"&lt;BR /&gt;ROUTE_MASK[x]="255.255.255.192"&lt;BR /&gt;ROUTE_GATEWAY[x]="192.168.1.65"  or is it 64 ? &lt;BR /&gt;ROUTE_COUNT[x]="1"&lt;BR /&gt;ROUTE_ARGS[x]=""&lt;BR /&gt; &lt;BR /&gt;mike &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 11 Apr 2007 04:16:43 GMT</pubDate>
    <dc:creator>BUPA IS</dc:creator>
    <dc:date>2007-04-11T04:16:43Z</dc:date>
    <item>
      <title>Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038281#M543761</link>
      <description>Hi, &lt;BR /&gt;   I'm having the next trouble.  I have the next subnets configured on my system.&lt;BR /&gt;192.168.1.95  255.255.255.192    lan1   PUBLIC&lt;BR /&gt;100.100.100.1 255.255.255.0      lan3   PRIVATE&lt;BR /&gt;10.10.10.1    255.255.255.0      lan5   PRIVATE&lt;BR /&gt;Gateway  192.168.1.65&lt;BR /&gt;&lt;BR /&gt;Because of this I sometimes have correct connection to my server (from another net) and sometimes it doesn't answer.&lt;BR /&gt;&lt;BR /&gt;when I did a traceroute to another host on my public subnet I got an error like this:&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 100.100.100.1 @ lan3&lt;BR /&gt;&lt;BR /&gt;How can I add a route all my traffic to 192.168.1.64 through lan1???&lt;BR /&gt;&lt;BR /&gt;I want to add this even when I reboot my system, no only temporary.&lt;BR /&gt;&lt;BR /&gt;I appreciate any suggestion.&lt;BR /&gt;&lt;BR /&gt;Regards.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2007 13:51:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038281#M543761</guid>
      <dc:creator>David Islas González_1</dc:creator>
      <dc:date>2007-04-04T13:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038282#M543762</link>
      <description>The config looks correct.&lt;BR /&gt;&lt;BR /&gt;With multihomed you must tell traceroute which interface to use. ( traceroute -i lanx )&lt;BR /&gt;&lt;BR /&gt;If you are on another subnet and accessing 192.168.1.95 does not always work I would look at the router itself.  Perhaps the privates are not privates or the "other" subnet matches one of your privates.  In this case the server will send the return packet out the private interface and to never-never land.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 04 Apr 2007 16:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038282#M543762</guid>
      <dc:creator>Tim Nelson</dc:creator>
      <dc:date>2007-04-04T16:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038283#M543763</link>
      <description>Hi David,&lt;BR /&gt;&lt;BR /&gt;As you have a router that you want to act as your default gateway it might be good to turn off IP forwarding on the HP-UX host using ndd. This of course provided that you don't want to use the HP-UX host to do any routing from the private networks to your public network and vice versa.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Harm Meijer</description>
      <pubDate>Wed, 11 Apr 2007 03:05:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038283#M543763</guid>
      <dc:creator>HarmM</dc:creator>
      <dc:date>2007-04-11T03:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038284#M543764</link>
      <description>Hello David, &lt;BR /&gt;            does your question have a typing error ? &lt;BR /&gt;&amp;gt; Gateway 192.168.1.65&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; How can I add a route all my traffic to 192.168.1.64 through lan1???&lt;BR /&gt;&lt;BR /&gt;Which one is the router/gateway address ? &lt;BR /&gt;Please post the ouput of netstat -nrv . &lt;BR /&gt;Since you have a subnet mask of 255.255.255.192 which is uncommon have you checked that other interfaces on this subnet ( including the router) have the mask set correctly ? &lt;BR /&gt;Have you checked for duplicate ip addresses on the 192.168.1.xxx subnet ? &lt;BR /&gt;In order to make routes appear at boot time you need to edit  /etc/rc.config.d/netconf&lt;BR /&gt;adding something like  this &lt;BR /&gt;[x] is the instance number e.g.[0] for the script which reads conf file. &lt;BR /&gt;  &lt;BR /&gt;ROUTE_DESTINATION[x]="default"&lt;BR /&gt;ROUTE_MASK[x]="255.255.255.192"&lt;BR /&gt;ROUTE_GATEWAY[x]="192.168.1.65"  or is it 64 ? &lt;BR /&gt;ROUTE_COUNT[x]="1"&lt;BR /&gt;ROUTE_ARGS[x]=""&lt;BR /&gt; &lt;BR /&gt;mike &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 11 Apr 2007 04:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038284#M543764</guid>
      <dc:creator>BUPA IS</dc:creator>
      <dc:date>2007-04-11T04:16:43Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038285#M543765</link>
      <description>Try this :)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.netfilter.org/" target="_blank"&gt;http://www.netfilter.org/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;really good if you want to port forward, or perform source/destination NAT and masquerading&lt;BR /&gt;</description>
      <pubDate>Sun, 29 Apr 2007 08:09:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038285#M543765</guid>
      <dc:creator>Wei Jung</dc:creator>
      <dc:date>2007-04-29T08:09:17Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038286#M543766</link>
      <description>Could you post the output of 'netstat -nr' ?&lt;BR /&gt;&lt;BR /&gt;I would expect the system to automatically add routes for its configured networks, so let's see whether there is one for your 192.168.1.64 network on lan1..&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Wout</description>
      <pubDate>Mon, 30 Apr 2007 03:43:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038286#M543766</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-04-30T03:43:10Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038287#M543767</link>
      <description>Also, in response to:&lt;BR /&gt;&amp;gt;  does your question have a typing error ?&lt;BR /&gt;&lt;BR /&gt;The netmask of 255.255.255.192 means the IP 192.168.1.95 is in the network 192.168.1.64. The first IP in this network is 192.168.1.65 and the broadcast address would be 192.168.1.127.&lt;BR /&gt;&lt;BR /&gt;Hence, no typo in the question: David has his default gateway on 192.168.1.65 and wants to have the traffic to the 192.168.1.64 -network- routed to the lan1 interface.&lt;BR /&gt;&lt;BR /&gt;..if I understand correctly. &lt;BR /&gt;Hope that clarifies :)&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Wout</description>
      <pubDate>Mon, 30 Apr 2007 04:03:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038287#M543767</guid>
      <dc:creator>Wouter Jagers</dc:creator>
      <dc:date>2007-04-30T04:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038288#M543768</link>
      <description>Hi everybody sorry about the late.&lt;BR /&gt;&lt;BR /&gt;It seems to be that only the traceroute wasn't working OK :S, and my traffic was correctly routed.  I didn't have a correct connection to my server because of a user ...&lt;BR /&gt;&lt;BR /&gt;He took that address by mistake...&lt;BR /&gt;&lt;BR /&gt;Thanks everybody!!&lt;BR /&gt;&lt;BR /&gt;Regards</description>
      <pubDate>Wed, 02 May 2007 12:29:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038288#M543768</guid>
      <dc:creator>David Islas González_1</dc:creator>
      <dc:date>2007-05-02T12:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038289#M543769</link>
      <description>..</description>
      <pubDate>Wed, 02 May 2007 12:42:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038289#M543769</guid>
      <dc:creator>David Islas González_1</dc:creator>
      <dc:date>2007-05-02T12:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: Routing problems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038290#M543770</link>
      <description>hi , &lt;BR /&gt;You have Router ?  Operating system not itself route , we can put ip for routing &lt;BR /&gt;give your netstat -rn out put from hp ux , ipconfig/all output fron windows pc ...&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;noble &lt;BR /&gt;</description>
      <pubDate>Tue, 08 May 2007 21:39:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-problems/m-p/5038290#M543770</guid>
      <dc:creator>Noble Sebastian</dc:creator>
      <dc:date>2007-05-08T21:39:48Z</dc:date>
    </item>
  </channel>
</rss>

