<?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: route add using SAM in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950945#M926941</link>
    <description>Yes you can add a default gateway through SAM. Go into Networks, then Hosts, select hosts modify and then once in the host file tab back up to actions and there you have an option to set defautl gateway..&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 14 Apr 2003 16:35:06 GMT</pubDate>
    <dc:creator>Michael Thomas_1</dc:creator>
    <dc:date>2003-04-14T16:35:06Z</dc:date>
    <item>
      <title>route add using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950942#M926938</link>
      <description>Where in SAM do I go to route add? Or can I only do a route add in inetd.conf.</description>
      <pubDate>Mon, 14 Apr 2003 15:47:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950942#M926938</guid>
      <dc:creator>Ronnie Carr</dc:creator>
      <dc:date>2003-04-14T15:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: route add using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950943#M926939</link>
      <description>Hi,&lt;BR /&gt;You can't set a route in SAM, but you can do it on the command line (one time shot)&lt;BR /&gt;&lt;BR /&gt;route add default &lt;IP of="" your="" gateway=""&gt; 1&lt;BR /&gt;&lt;BR /&gt;You can also modify the entries in /etc/rc.config.d/netconf&lt;BR /&gt;ROUTE_DESTINATION[0]="default"&lt;BR /&gt;ROUTE_GATEWAY[0]="&lt;GATEWAY ip=""&gt;"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;&lt;BR /&gt;man route for more details, this is the simplest setup.&lt;BR /&gt;&lt;BR /&gt;Good luck,&lt;BR /&gt;Kel&lt;/GATEWAY&gt;&lt;/IP&gt;</description>
      <pubDate>Mon, 14 Apr 2003 15:53:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950943#M926939</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-04-14T15:53:06Z</dc:date>
    </item>
    <item>
      <title>Re: route add using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950944#M926940</link>
      <description>Oops,&lt;BR /&gt;If you add the netconf entries you will need to reboot and they will run at every reboot unlike using the route command which will not survive a reboot.&lt;BR /&gt;No points for this one please. Meant to add.&lt;BR /&gt;Thanks,&lt;BR /&gt;Kel</description>
      <pubDate>Mon, 14 Apr 2003 15:55:03 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950944#M926940</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-04-14T15:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: route add using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950945#M926941</link>
      <description>Yes you can add a default gateway through SAM. Go into Networks, then Hosts, select hosts modify and then once in the host file tab back up to actions and there you have an option to set defautl gateway..&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2003 16:35:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950945#M926941</guid>
      <dc:creator>Michael Thomas_1</dc:creator>
      <dc:date>2003-04-14T16:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: route add using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950946#M926942</link>
      <description>Good catch Michael.&lt;BR /&gt;I didn't know about that.&lt;BR /&gt;We have applications that don't play nicely if you modify the hosts file using SAM, so I never use it.&lt;BR /&gt;It's under SAM --&amp;gt; Network and Communication --&amp;gt; hosts --&amp;gt; local hosts --&amp;gt; Actions --&amp;gt; Modify Default Gateway&lt;BR /&gt;&lt;BR /&gt;Thanks for the update,&lt;BR /&gt;Kel</description>
      <pubDate>Mon, 14 Apr 2003 16:43:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950946#M926942</guid>
      <dc:creator>Kelli Ward</dc:creator>
      <dc:date>2003-04-14T16:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: route add using SAM</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950947#M926943</link>
      <description>You can also set the default gateway via "set_parms addl_netwrk".&lt;BR /&gt;&lt;BR /&gt;To add a non-default route, the only way I have found is to manually modify the /etc/rc.config.d/netconf file and add the details, or else you can write your own script in /sbin/init.d and link to /sbin/rc3.d/S???.&lt;BR /&gt;&lt;BR /&gt;This method of using an rc script can be useful if you are adding a lot of different routes. Basically you create the multuple "route add host|net &lt;ADDR&gt; netmask &lt;MASK&gt; routername| router IP" or route del ..... commands&lt;BR /&gt;&lt;BR /&gt;&lt;/MASK&gt;&lt;/ADDR&gt;</description>
      <pubDate>Mon, 14 Apr 2003 18:55:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/route-add-using-sam/m-p/2950947#M926943</guid>
      <dc:creator>John Waller</dc:creator>
      <dc:date>2003-04-14T18:55:05Z</dc:date>
    </item>
  </channel>
</rss>

