<?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: Problems in adding static route in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744432#M585502</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt; It should show INTERFACE_STATE[0]=up. Did you try command  "ifconfig lan0 up"? Try that and see whether the interface is up.</description>
    <pubDate>Thu, 13 Jun 2002 20:03:19 GMT</pubDate>
    <dc:creator>Arockia Jegan</dc:creator>
    <dc:date>2002-06-13T20:03:19Z</dc:date>
    <item>
      <title>Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744426#M585496</link>
      <description />
      <pubDate>Thu, 13 Jun 2002 19:43:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744426#M585496</guid>
      <dc:creator>Jieming Wang</dc:creator>
      <dc:date>2002-06-13T19:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744427#M585497</link>
      <description>Can you post the contents of the file /etc/rc.config.d/netconf (minus the comments)&lt;BR /&gt;&lt;BR /&gt;There may be an error in you IP configuration.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;&lt;BR /&gt;Duncan</description>
      <pubDate>Thu, 13 Jun 2002 19:47:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744427#M585497</guid>
      <dc:creator>Duncan Edmonstone</dc:creator>
      <dc:date>2002-06-13T19:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744428#M585498</link>
      <description>Try ...&lt;BR /&gt;&lt;BR /&gt;# route add net 10.4.144.0 netmask 255.255.255.0 10.4.143.254 1&lt;BR /&gt;&lt;BR /&gt;  You should include count. count is the integer that indicates whether the gateway is a remote host or the local host.</description>
      <pubDate>Thu, 13 Jun 2002 19:51:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744428#M585498</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-13T19:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744429#M585499</link>
      <description>&lt;BR /&gt; route add net 10.4.144.0 netmask 255.255.255.0 10.4.143.254 &lt;COUNT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;COUNT&gt; is missing in the syntax. Replace the count with 1 it will work.&lt;BR /&gt;&lt;/COUNT&gt;&lt;/COUNT&gt;</description>
      <pubDate>Thu, 13 Jun 2002 19:54:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744429#M585499</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-13T19:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744430#M585500</link>
      <description />
      <pubDate>Thu, 13 Jun 2002 19:56:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744430#M585500</guid>
      <dc:creator>Jieming Wang</dc:creator>
      <dc:date>2002-06-13T19:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744431#M585501</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;You should add a count...it is missing at the end of the command for local or remote.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# route add net 10.4.144.0 netmask 255.255.255.0 10.4.143.254 1&lt;BR /&gt;&lt;BR /&gt;Piyush&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 20:00:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744431#M585501</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-06-13T20:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744432#M585502</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt; It should show INTERFACE_STATE[0]=up. Did you try command  "ifconfig lan0 up"? Try that and see whether the interface is up.</description>
      <pubDate>Thu, 13 Jun 2002 20:03:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744432#M585502</guid>
      <dc:creator>Arockia Jegan</dc:creator>
      <dc:date>2002-06-13T20:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problems in adding static route</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744433#M585503</link>
      <description>It worked after add count (1). Howevere, /etc/rc.config.d/netconf did contain the count, and they were ignored during system startup.&lt;BR /&gt;&lt;BR /&gt;Before I rebuilt the kernel, I didn't need to manually add the route. So I suspect that something wrong the kernel.&lt;BR /&gt;&lt;BR /&gt;Thanks for all replies.&lt;BR /&gt;&lt;BR /&gt;--Jieming&lt;BR /&gt;</description>
      <pubDate>Thu, 13 Jun 2002 20:06:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-in-adding-static-route/m-p/2744433#M585503</guid>
      <dc:creator>Jieming Wang</dc:creator>
      <dc:date>2002-06-13T20:06:03Z</dc:date>
    </item>
  </channel>
</rss>

