<?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: Add route with 'source' persistent? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575292#M531827</link>
    <description>cat the top of the /sbin/init.d/net file.  It will tell you which ROUTE parameters are valid.  I can't tell as we don't use v2 anymore ( 8 (</description>
    <pubDate>Mon, 01 Feb 2010 14:20:23 GMT</pubDate>
    <dc:creator>Keith Bryson</dc:creator>
    <dc:date>2010-02-01T14:20:23Z</dc:date>
    <item>
      <title>Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575285#M531820</link>
      <description>Hi!&lt;BR /&gt;&lt;BR /&gt;I wanted to add a route reboot persistent to netconf but its a route with the parameter 'source'. The command line looks like:&lt;BR /&gt;&lt;BR /&gt;route add net 10.8.4.224 195.36.80.129 195.36.80.183&lt;BR /&gt;&lt;BR /&gt;Does anyone knows a way how to implement the 'source' parameter into the netconf? We just added a short script to rc3.d which adds the route 'manually' at a startup but within netconf it would be smarter...</description>
      <pubDate>Mon, 01 Feb 2010 12:33:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575285#M531820</guid>
      <dc:creator>twalter</dc:creator>
      <dc:date>2010-02-01T12:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575286#M531821</link>
      <description>&lt;BR /&gt;netconf and the /sbin/init.d/net script don't expect to see this additional parameter so no you can't use netconf.&lt;BR /&gt;&lt;BR /&gt;Hope that helps&lt;BR /&gt;Keith</description>
      <pubDate>Mon, 01 Feb 2010 12:39:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575286#M531821</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2010-02-01T12:39:52Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575287#M531822</link>
      <description>Have you tried puting your gateway in netconf as follows? (adjust i for your index)&lt;BR /&gt;ROUTE_GATEWAY[i]="195.36.80.129 195.36.80.183"&lt;BR /&gt;</description>
      <pubDate>Mon, 01 Feb 2010 13:06:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575287#M531822</guid>
      <dc:creator>TTr</dc:creator>
      <dc:date>2010-02-01T13:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575288#M531823</link>
      <description>Sorry for misleading you here, according to the net script, you can specify the following in the netconf file:&lt;BR /&gt;&lt;BR /&gt;ROUTE_SOURCE[x]="xxx.xxx.xxx.xxx"&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Mon, 01 Feb 2010 13:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575288#M531823</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2010-02-01T13:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575289#M531824</link>
      <description>This is on v3 BTW.  v1 didn't have this functionality!&lt;BR /&gt;&lt;BR /&gt;So, to summarise you'd have in netconf:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[x]="net 10.8.4.224"&lt;BR /&gt;ROUTE_GATEWAY[x]="195.36.80.129"&lt;BR /&gt;ROUTE_COUNT[x]="1"&lt;BR /&gt;ROUTE_SOURCE[x]="195.36.80.183"&lt;BR /&gt;&lt;BR /&gt;Just keep [x] unique&lt;BR /&gt;&lt;BR /&gt;Keith</description>
      <pubDate>Mon, 01 Feb 2010 14:03:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575289#M531824</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2010-02-01T14:03:14Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575290#M531825</link>
      <description>Hi &lt;BR /&gt;&lt;BR /&gt;it is better and suggested that for addding the route to the system permanently do add the entries as suggested in the earlier threads.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;regards&lt;BR /&gt;sujit</description>
      <pubDate>Mon, 01 Feb 2010 14:17:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575290#M531825</guid>
      <dc:creator>sujit kumar singh</dc:creator>
      <dc:date>2010-02-01T14:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575291#M531826</link>
      <description>And on v2? Because we have this version ;)</description>
      <pubDate>Mon, 01 Feb 2010 14:18:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575291#M531826</guid>
      <dc:creator>twalter</dc:creator>
      <dc:date>2010-02-01T14:18:54Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575292#M531827</link>
      <description>cat the top of the /sbin/init.d/net file.  It will tell you which ROUTE parameters are valid.  I can't tell as we don't use v2 anymore ( 8 (</description>
      <pubDate>Mon, 01 Feb 2010 14:20:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575292#M531827</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2010-02-01T14:20:23Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575293#M531828</link>
      <description>If you don't find ROUTE_SOURCE in the net script, TTr has your solution and gets the points!!!&lt;BR /&gt;&lt;BR /&gt;All the best - Keith</description>
      <pubDate>Mon, 01 Feb 2010 14:29:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575293#M531828</guid>
      <dc:creator>Keith Bryson</dc:creator>
      <dc:date>2010-02-01T14:29:35Z</dc:date>
    </item>
    <item>
      <title>Re: Add route with 'source' persistent?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575294#M531829</link>
      <description>No, there is no ROUTE_SOURCE in v2. And the tricky thing with adding the SOURCE after the GW brings up an error 'Failed to add route ...' When i delete the SOURCE after the GW in netconf all is fine. So no chance it seems :( Perhaps we will implement the part from v3 soon in our v2 script, shouldnt be that much of a problem.&lt;BR /&gt;&lt;BR /&gt;Thx anyway! Right now its running fine with a startup script.</description>
      <pubDate>Mon, 01 Feb 2010 14:48:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/add-route-with-source-persistent/m-p/4575294#M531829</guid>
      <dc:creator>twalter</dc:creator>
      <dc:date>2010-02-01T14:48:40Z</dc:date>
    </item>
  </channel>
</rss>

