<?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: Network Routing problem.,, in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242627#M469989</link>
    <description>check your file&lt;BR /&gt;you have given the wrong IP&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="110.40.10.51"&lt;BR /&gt;&lt;BR /&gt;it should read 10.40.10.51</description>
    <pubDate>Tue, 08 Jun 2010 06:21:24 GMT</pubDate>
    <dc:creator>AnthonySN</dc:creator>
    <dc:date>2010-06-08T06:21:24Z</dc:date>
    <item>
      <title>Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242620#M469982</link>
      <description>Greetings Friends,&lt;BR /&gt;&lt;BR /&gt; We are plan to migrate N/W on our production.&lt;BR /&gt; &lt;BR /&gt; For the test purpose one of the server make it 2 no's IP Address and 2 different G/W.&lt;BR /&gt;&lt;BR /&gt;For ex:&lt;BR /&gt;&lt;BR /&gt; 1.IP:10.x.x.51&lt;BR /&gt;   netmask:255.255.255.0&lt;BR /&gt;   G/W    :10.x.x.201 its running primary lan card.&lt;BR /&gt;-----------------------------------------------&lt;BR /&gt; I am planning to configure the second Lan card new IP and netmask , G/W &lt;BR /&gt; For ex :&lt;BR /&gt;1.IP:10.x.x.236&lt;BR /&gt;   netmask:255.255.255.224&lt;BR /&gt;   G/W    :10.x.x.221 &lt;BR /&gt;How can i make 2 G/W in single server.Please advice to me any one.For the testing purpose i want access both IP address from remote location.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajamani</description>
      <pubDate>Mon, 07 Jun 2010 08:17:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242620#M469982</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-06-07T08:17:02Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242621#M469983</link>
      <description>&lt;!--!*#--&gt;&amp;gt; [...] 10.x.x.51 [...]&lt;BR /&gt;&lt;BR /&gt;&amp;gt; [...] 10.x.x.236 [...]&lt;BR /&gt;&lt;BR /&gt;Are these "xx.xx" values the same or&lt;BR /&gt;different?  Why hide such potentially&lt;BR /&gt;important information?  Are you afraid that&lt;BR /&gt;the Dread Pirate Roberts will attack your&lt;BR /&gt;systems if he learns your real (non-routable)&lt;BR /&gt;IP addresses?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; For the testing purpose i want access both&lt;BR /&gt;&amp;gt; IP address from remote location.&lt;BR /&gt;&lt;BR /&gt;How do you do that now?</description>
      <pubDate>Mon, 07 Jun 2010 13:15:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242621#M469983</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-07T13:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242622#M469984</link>
      <description>Steven Schweda,&lt;BR /&gt;&lt;BR /&gt; Ok, this is testing only.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; lan0 IP :10.37.12.51&lt;BR /&gt;  subnet :255.255.255.0&lt;BR /&gt;  G/W    :10.37.12.201&lt;BR /&gt;&lt;BR /&gt; lan1 IP :10.39.17.224&lt;BR /&gt;  subnet :255.255.255.224&lt;BR /&gt;  G/W    :10.37.12.225&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajamani</description>
      <pubDate>Mon, 07 Jun 2010 14:05:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242622#M469984</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-06-07T14:05:30Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242623#M469985</link>
      <description>vi /etc/rc.config.d/netconf and add the below lines to it.&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="10.37.12.51"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.37.12.201"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="10.39.17.224"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="10.37.12.225"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;then &lt;BR /&gt;/sbin/init.d/net start</description>
      <pubDate>Mon, 07 Jun 2010 14:29:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242623#M469985</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-07T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242624#M469986</link>
      <description>you should see the routes when you give the command&lt;BR /&gt;netstat -rn&lt;BR /&gt;&lt;BR /&gt;ping the gw to check the connectivity</description>
      <pubDate>Mon, 07 Jun 2010 18:25:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242624#M469986</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-07T18:25:26Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242625#M469987</link>
      <description>Dear SASJ,&lt;BR /&gt;&lt;BR /&gt; I am trying to edit the /etc/rc.netconf.d/netcof as per your replay.&lt;BR /&gt; Still i can't reach my new G/W .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt; # IMPORTANT:  for 9.x-to-10.0 transition, do not put blank lines between&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.40.10.51&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;IP_ADDRESS[0]=10.39.17.226&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.224&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=""&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;# IMPORTANT:  for 9.x-to-10.0 transition, do not put blank lines between&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="110.40.10.51"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.40.10.211"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="10.39.17.236"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="10.39.17.225"&lt;BR /&gt;ROUTE_COUNT[1]=""&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;Can any one advise how to resolve in this issue...</description>
      <pubDate>Tue, 08 Jun 2010 05:59:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242625#M469987</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-06-08T05:59:13Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242626#M469988</link>
      <description>Dear SASJ,&lt;BR /&gt;&lt;BR /&gt;I am trying to edit the /etc/rc.netconf.d/netcof as per your replay.&lt;BR /&gt;Still i can't reach my new G/W .&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.40.10.51&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;IP_ADDRESS[0]=10.39.17.226&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.224&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=""&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;# IMPORTANT: for 9.x-to-10.0 transition, do not put blank lines between&lt;BR /&gt;# the next set of statements&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="110.40.10.51"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.40.10.211"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="10.39.17.236"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="10.39.17.225"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;Can any one advise how to resolve in this issue...&lt;BR /&gt;&lt;BR /&gt;I am getting this error:&lt;BR /&gt; /sbin/init.d/net start&lt;BR /&gt;WARNING: Missing ROUTE_DESTINATION for corresponding ROUTE_GATEWAY&lt;BR /&gt;         or ROUTE_COUNT in the file /etc/rc.config.d/netconf.&lt;BR /&gt;         Excess variables will be ignored.&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajamani&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 06:19:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242626#M469988</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-06-08T06:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242627#M469989</link>
      <description>check your file&lt;BR /&gt;you have given the wrong IP&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]="110.40.10.51"&lt;BR /&gt;&lt;BR /&gt;it should read 10.40.10.51</description>
      <pubDate>Tue, 08 Jun 2010 06:21:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242627#M469989</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-08T06:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242628#M469990</link>
      <description>Dear SASJ, &lt;BR /&gt;&lt;BR /&gt;# netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;10.40.10.51            10.40.10.51         UH        0  lan0       4136&lt;BR /&gt;10.39.17.236          10.39.17.236       UH        0  lan1       4136&lt;BR /&gt;10.39.17.224          10.39.17.236       U         2  lan1       1500&lt;BR /&gt;10.40.10.0             10.40.10.51         U         2  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               10.40.10.211        UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;Here second G/W is not taking ...</description>
      <pubDate>Tue, 08 Jun 2010 06:55:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242628#M469990</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-06-08T06:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242629#M469991</link>
      <description>post the output of&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net start</description>
      <pubDate>Tue, 08 Jun 2010 08:21:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242629#M469991</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-08T08:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242630#M469992</link>
      <description>Dear SASJ,&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/net start&lt;BR /&gt;WARNING: Missing ROUTE_DESTINATION for corresponding ROUTE_GATEWAY&lt;BR /&gt;         or ROUTE_COUNT in the file /etc/rc.config.d/netconf.&lt;BR /&gt;         Excess variables will be ignored.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 08:56:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242630#M469992</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-06-08T08:56:30Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242631#M469993</link>
      <description>&lt;!--!*#--&gt;&amp;gt; WARNING: Missing ROUTE_DESTINATION for&lt;BR /&gt;&amp;gt; corresponding ROUTE_GATEWAY&lt;BR /&gt;&amp;gt; or ROUTE_COUNT [...]&lt;BR /&gt;&lt;BR /&gt;How carefully did you look at this stuff?&lt;BR /&gt;&lt;BR /&gt;&amp;gt; INTERFACE_NAME[1]=lan1&lt;BR /&gt;&amp;gt; IP_ADDRESS[0]=10.39.17.226&lt;BR /&gt;&amp;gt; SUBNET_MASK[0]=255.255.255.224&lt;BR /&gt;&amp;gt; BROADCAST_ADDRESS[1]=""&lt;BR /&gt;&amp;gt; INTERFACE_STATE[1]=""&lt;BR /&gt;&amp;gt; DHCP_ENABLE[1]=0&lt;BR /&gt;&amp;gt; INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;I see "[1]", "[0]", "[0]", "[1]", "[1]",&lt;BR /&gt;"[1]", and "[0]".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; ROUTE_DESTINATION[0]="110.40.10.51"&lt;BR /&gt;&amp;gt; ROUTE_MASK[0]=""&lt;BR /&gt;&amp;gt; ROUTE_GATEWAY[0]="10.40.10.211"&lt;BR /&gt;&amp;gt; ROUTE_COUNT[1]="1"&lt;BR /&gt;&amp;gt; ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;I see "[0]", "[0]", "[0]", "[1]", and "[0]".&lt;BR /&gt;&lt;BR /&gt;Do you not understand what array subscripts&lt;BR /&gt;are or how they should be used here?</description>
      <pubDate>Tue, 08 Jun 2010 09:05:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242631#M469993</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-06-08T09:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242632#M469994</link>
      <description>ROUTE_DESTINATION[0]="110.40.10.51"&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="10.40.10.211"&lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;change the &lt;BR /&gt;ROUTE_COUNT[1]="1"&lt;BR /&gt;to&lt;BR /&gt;&lt;BR /&gt;ROUTE_COUNT[0]="1"</description>
      <pubDate>Tue, 08 Jun 2010 09:07:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242632#M469994</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-08T09:07:59Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242633#M469995</link>
      <description>also as steven mentioned&lt;BR /&gt;&amp;gt; INTERFACE_NAME[1]=lan1&lt;BR /&gt;&amp;gt; IP_ADDRESS[0]=10.39.17.226&lt;BR /&gt;&amp;gt; SUBNET_MASK[0]=255.255.255.224&lt;BR /&gt;&amp;gt; BROADCAST_ADDRESS[1]=""&lt;BR /&gt;&amp;gt; INTERFACE_STATE[1]=""&lt;BR /&gt;&amp;gt; DHCP_ENABLE[1]=0&lt;BR /&gt;&amp;gt; INTERFACE_MODULES[0]=""&lt;BR /&gt;&lt;BR /&gt;change 1 to 0 accordingly.&lt;BR /&gt;you need to be carefull and try to understand what you doing.</description>
      <pubDate>Tue, 08 Jun 2010 09:12:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242633#M469995</guid>
      <dc:creator>AnthonySN</dc:creator>
      <dc:date>2010-06-08T09:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: Network Routing problem.,,</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242634#M469996</link>
      <description>&lt;BR /&gt;&lt;BR /&gt;Greetings friends,&lt;BR /&gt;&lt;BR /&gt; I got find the problem and resolved and its resolved with help SASJ .Thanks lot for all repliers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;Rajamani.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 08 Jun 2010 09:24:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/network-routing-problem/m-p/5242634#M469996</guid>
      <dc:creator>Kannandgl_1</dc:creator>
      <dc:date>2010-06-08T09:24:10Z</dc:date>
    </item>
  </channel>
</rss>

