<?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: Help needed in GateD in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276762#M537083</link>
    <description>route add net {network-address} netmask {subnet} {router-address}&lt;BR /&gt;&lt;BR /&gt;Let us assume your router address is 192.168.1.254 and network ID is 192.168.1.0/24, then you can type route command as follows:&lt;BR /&gt;# route add net 192.168.1.0 netmask 255.255.255.0 192.168.1.254&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;To add a default route:&lt;BR /&gt;# route add default 192.168.1.254&lt;BR /&gt;&lt;BR /&gt;Verify that (display) routing table is updated (display routing table):&lt;BR /&gt;# netstat -nr&lt;BR /&gt;&lt;BR /&gt;Test it i.e. try to ping or send nslookup request:&lt;BR /&gt;# ping mycorp.com&lt;BR /&gt;&lt;BR /&gt;To flush all routing entries use command [quite handy to clean your gordian knot ;)] :&lt;BR /&gt;# route -f&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
    <pubDate>Fri, 26 Sep 2008 12:25:45 GMT</pubDate>
    <dc:creator>SKR_1</dc:creator>
    <dc:date>2008-09-26T12:25:45Z</dc:date>
    <item>
      <title>Help needed in GateD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276759#M537080</link>
      <description>Hi All,&lt;BR /&gt;&lt;BR /&gt;I have query regarding configuration of Static route in Gated.&lt;BR /&gt;Does static route added/configured through gated get stored in kernel routing table? If no, how to add the route to kernel routing table?&lt;BR /&gt;Could you please confirm on this.&lt;BR /&gt;&lt;BR /&gt;For example, RIP routes learned by gated are reflected in kernel routing table, similarly should not static routes also be reflected in kernel routing table?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&lt;BR /&gt;&lt;BR /&gt;With regards,&lt;BR /&gt;Manav</description>
      <pubDate>Fri, 26 Sep 2008 11:49:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276759#M537080</guid>
      <dc:creator>manaav</dc:creator>
      <dc:date>2008-09-26T11:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in GateD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276760#M537081</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;default route is read from /etc/rc.config.d/netconf and remains in the kernel while the network is up.&lt;BR /&gt;&lt;BR /&gt;Additional routes can be defined there or defined with the route command.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 26 Sep 2008 12:19:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276760#M537081</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2008-09-26T12:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in GateD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276761#M537082</link>
      <description>You can use route command to add routes.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Fri, 26 Sep 2008 12:22:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276761#M537082</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-09-26T12:22:51Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in GateD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276762#M537083</link>
      <description>route add net {network-address} netmask {subnet} {router-address}&lt;BR /&gt;&lt;BR /&gt;Let us assume your router address is 192.168.1.254 and network ID is 192.168.1.0/24, then you can type route command as follows:&lt;BR /&gt;# route add net 192.168.1.0 netmask 255.255.255.0 192.168.1.254&lt;BR /&gt;&lt;BR /&gt;OR&lt;BR /&gt;&lt;BR /&gt;To add a default route:&lt;BR /&gt;# route add default 192.168.1.254&lt;BR /&gt;&lt;BR /&gt;Verify that (display) routing table is updated (display routing table):&lt;BR /&gt;# netstat -nr&lt;BR /&gt;&lt;BR /&gt;Test it i.e. try to ping or send nslookup request:&lt;BR /&gt;# ping mycorp.com&lt;BR /&gt;&lt;BR /&gt;To flush all routing entries use command [quite handy to clean your gordian knot ;)] :&lt;BR /&gt;# route -f&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Fri, 26 Sep 2008 12:25:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276762#M537083</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-09-26T12:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in GateD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276763#M537084</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Thanks a lot for your reply.&lt;BR /&gt;&lt;BR /&gt;If I have not mistaken, the command 'route add' is provided in Linux to add static routes.&lt;BR /&gt;Similarly, there is provision in Gated as well where we can add static routes.&lt;BR /&gt;e.g. static &lt;DEST_MASK&gt; &lt;GATEWAY&gt;&lt;BR /&gt;Kindly refer to the following link:&lt;BR /&gt;&lt;A href="http://osr600doc.sco.com/en/NET_tcp/iproutingC.gated_static_state.html" target="_blank"&gt;http://osr600doc.sco.com/en/NET_tcp/iproutingC.gated_static_state.html&lt;/A&gt;&lt;BR /&gt;One more thing is I am adding static routes through Gated CLI not through gated.conf.&lt;BR /&gt;&lt;BR /&gt;I wanted to confirm whether routes added in this way get stored in kernel routing table or not. &lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Manav&lt;BR /&gt;&lt;/GATEWAY&gt;&lt;/DEST_MASK&gt;</description>
      <pubDate>Mon, 29 Sep 2008 04:38:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276763#M537084</guid>
      <dc:creator>manaav</dc:creator>
      <dc:date>2008-09-29T04:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in GateD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276764#M537085</link>
      <description>Are you running gated on HP-UX or on Linux?  FWIW, this is an _HP-UX_ networking forum :)&lt;BR /&gt;&lt;BR /&gt;The "route" command is available on just about any Unix or Unix-like (eg Linux) system.  The netconf file is specific to HP-UX.&lt;BR /&gt;&lt;BR /&gt;It is rather uncommon for a HP-UX system to need to run GateD - what sort of situation has you needing to run a routing protocol daemon?</description>
      <pubDate>Mon, 29 Sep 2008 15:53:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276764#M537085</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2008-09-29T15:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Help needed in GateD</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276765#M537086</link>
      <description>I am running GateD on VXWorks. &lt;BR /&gt;&lt;BR /&gt;I could not find any communities which is purely dedicated to GateD. Thats why I posted my query on this forum thinking I would get some pointers. &lt;BR /&gt;&lt;BR /&gt;I believe knowledge never goes in vain no matter in what form it is. Thanks for sharing your knowledge.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Manav</description>
      <pubDate>Tue, 30 Sep 2008 07:34:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/help-needed-in-gated/m-p/4276765#M537086</guid>
      <dc:creator>manaav</dc:creator>
      <dc:date>2008-09-30T07:34:12Z</dc:date>
    </item>
  </channel>
</rss>

