<?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: Static Routes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073816#M572845</link>
    <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies. I also referred to the following post,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41e4aff9e020f84b976d697a73d7bb91,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41e4aff9e020f84b976d697a73d7bb91,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Karthik S S</description>
    <pubDate>Thu, 18 Sep 2003 08:07:40 GMT</pubDate>
    <dc:creator>Karthik S S</dc:creator>
    <dc:date>2003-09-18T08:07:40Z</dc:date>
    <item>
      <title>Static Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073813#M572842</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;We have planned to configure 4 Networks with static routing. The rough network plan is given below,&lt;BR /&gt;&lt;BR /&gt;NW Range - 192.168.1.0, Hosts per N/W - 6&lt;BR /&gt;&lt;BR /&gt;Subnet Mask - 255.255.255.248&lt;BR /&gt;&lt;BR /&gt;Network -1 : 192.168.1.8&lt;BR /&gt;Host1 - has two NICs - one for LAN and the other for Routing the other network (Network2).&lt;BR /&gt;host1-LAN : 192.168.1.9&lt;BR /&gt;host1-External : 10.0.0.1&lt;BR /&gt;&lt;BR /&gt;Network-2 : 192.168.1.16&lt;BR /&gt;Host1 - has two NICs - one for LAN and the other for Routing the other network (Network1).&lt;BR /&gt;host1-LAN : 192.168.1.17&lt;BR /&gt;host1-External : 10.0.0.2&lt;BR /&gt;Host2 - has two NICs - one for LAN and the other for Routing the other network (Network3)&lt;BR /&gt;host2-LAN : 192.168.1.18&lt;BR /&gt;host2-External : 11.0.0.1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Network3 : 192.168.1.24&lt;BR /&gt;Host1 - has two NICs - one for LAN and the other for Routing the other network (Network2).&lt;BR /&gt;host1-LAN : 192.168.1.25&lt;BR /&gt;host1-External : 11.0.0.2&lt;BR /&gt;Host2 - has two NICs - one for LAN and the other for Routing the other network (Network4)&lt;BR /&gt;host2-LAN : 192.168.1.26&lt;BR /&gt;host2-External : 12.0.0.1&lt;BR /&gt;&lt;BR /&gt;Network4 : 192.168.1.32&lt;BR /&gt;Host1 - has two NICs - one for LAN and the other for Routing the other network (Network3).&lt;BR /&gt;host1-LAN : 192.168.1.33&lt;BR /&gt;host1-External : 12.0.0.2&lt;BR /&gt;&lt;BR /&gt;Now please help me in configuring Static Route entries in these routers.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Karthik S S&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Sep 2003 05:33:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073813#M572842</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-09-18T05:33:37Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073814#M572843</link>
      <description>Not sure whether I've understand what you are requiring as this appears over the top, but take a look at these entries to be entered into the /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt;Network 1&lt;BR /&gt;&lt;BR /&gt;Host1&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.168.1.9&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=10.0.0.1&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=net 192.168.1.16&lt;BR /&gt;ROUTE_MASK[0]=255.255.255.248&lt;BR /&gt;ROUTE_GATEWAY[0]=10.0.0.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Any clients on this network will need a gateway address of 192.168.1.9&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Network 2&lt;BR /&gt;&lt;BR /&gt;host1&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.168.1.17&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=10.0.0.2&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=net 192.168.1.8&lt;BR /&gt;ROUTE_MASK[0]=255.255.255.248&lt;BR /&gt;ROUTE_GATEWAY[0]=10.0.0.2&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Host2&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.168.1.18&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=11.0.0.1&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=net 192.168.1.24&lt;BR /&gt;ROUTE_MASK[0]=255.255.255.248&lt;BR /&gt;ROUTE_GATEWAY[0]=11.0.0.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Any clients on this network will need gateway entries of 192.168.1.17 and/or 192.168.1.18&lt;BR /&gt;&lt;BR /&gt;I hope this gives you an idea.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Sep 2003 06:23:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073814#M572843</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2003-09-18T06:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073815#M572844</link>
      <description>Not sure whether I've understand what you are requiring as this appears over the top, but take a look at these entries to be entered into the /etc/rc.config.d/netconf file&lt;BR /&gt;&lt;BR /&gt;Network 1&lt;BR /&gt;&lt;BR /&gt;Host1&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.168.1.9&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=10.0.0.1&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=net 192.168.1.16&lt;BR /&gt;ROUTE_MASK[0]=255.255.255.248&lt;BR /&gt;ROUTE_GATEWAY[0]=10.0.0.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Any clients on this network will need a gateway address of 192.168.1.9&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Network 2&lt;BR /&gt;&lt;BR /&gt;host1&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.168.1.17&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=10.0.0.2&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=net 192.168.1.8&lt;BR /&gt;ROUTE_MASK[0]=255.255.255.248&lt;BR /&gt;ROUTE_GATEWAY[0]=10.0.0.2&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Host2&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=192.168.1.18&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;INTERFACE_NAME[0]=lan1&lt;BR /&gt;IP_ADDRESS[0]=11.0.0.1&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.248&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=""&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=net 192.168.1.24&lt;BR /&gt;ROUTE_MASK[0]=255.255.255.248&lt;BR /&gt;ROUTE_GATEWAY[0]=11.0.0.1&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;Any clients on this network will need gateway entries of 192.168.1.17 and/or 192.168.1.18&lt;BR /&gt;&lt;BR /&gt;I hope this gives you an idea.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Sep 2003 06:23:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073815#M572844</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2003-09-18T06:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073816#M572845</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;Thanks for the replies. I also referred to the following post,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41e4aff9e020f84b976d697a73d7bb91,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x41e4aff9e020f84b976d697a73d7bb91,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Karthik S S</description>
      <pubDate>Thu, 18 Sep 2003 08:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073816#M572845</guid>
      <dc:creator>Karthik S S</dc:creator>
      <dc:date>2003-09-18T08:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073817#M572846</link>
      <description>You may run into the ndd check subnet problem if you are running 11.0.  Your 192.168.1.0 255.255.255.248 violates an obsolete RFC's restriction on using the first subnet when you break a class down into smaller subnets.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_check_subnet_addr &lt;BR /&gt;&lt;BR /&gt;If it comes back with a 1 then you can expect problems with it. &lt;BR /&gt;&lt;BR /&gt;ndd -get /dev/ip ip_check_subnet_addr 0 &lt;BR /&gt;&lt;BR /&gt;to fix the problem and also edit /etc/rc.config.d/nddconf to add &lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip &lt;BR /&gt;NDD_NAME[0]=ip_check_subnet_addr &lt;BR /&gt;NDD_VALUE[0]=0 &lt;BR /&gt;&lt;BR /&gt;Use the next higher integer in the brackets if you already have entries.&lt;BR /&gt;&lt;BR /&gt;Ron&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 18 Sep 2003 14:00:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routes/m-p/3073817#M572846</guid>
      <dc:creator>Ron Kinner</dc:creator>
      <dc:date>2003-09-18T14:00:48Z</dc:date>
    </item>
  </channel>
</rss>

