<?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: problem in adding additional permanent routes using netconf file in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453944#M209185</link>
    <description>Hi Peter,&lt;BR /&gt;          10.205.46.93 comes under 10.205.x.x its default gateway is 172.168.10.1,&lt;BR /&gt;But I am having 10.205.40.x, 10.205.41.x etc network... how to use thos network....&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 03 Jan 2005 08:09:59 GMT</pubDate>
    <dc:creator>Sunil Singh_1</dc:creator>
    <dc:date>2005-01-03T08:09:59Z</dc:date>
    <item>
      <title>problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453937#M209178</link>
      <description>Hi All,&lt;BR /&gt;        I am trying to add two permanent additional routes in HP-UX11i other than default route.&lt;BR /&gt;&lt;BR /&gt;Problem:-- when I am doing /sbin/init.d/net start .... Its adding only one additional route i.e..for network 172.16.0.0... an giving the error for 10.205.0.0.... network...&lt;BR /&gt;I am attaching my netconf file.... &lt;BR /&gt;&lt;BR /&gt;NOTE:-- but using route add net..... it is adding...&lt;BR /&gt;&lt;BR /&gt;ERROR:  Failed to add route entry because its interface is not yet initialized.  May need to add this route entry witha route commad after the interface is up &lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 06:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453937#M209178</guid>
      <dc:creator>Sunil Singh_1</dc:creator>
      <dc:date>2005-01-03T06:44:27Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453938#M209179</link>
      <description>show me u'r &lt;BR /&gt;lanscan, netstat -in and netstat -rvn &lt;BR /&gt;What do you type to add it manually?&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 07:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453938#M209179</guid>
      <dc:creator>Paul Torp</dc:creator>
      <dc:date>2005-01-03T07:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453939#M209180</link>
      <description>Hi Sunil,&lt;BR /&gt;&lt;BR /&gt;The error you show us tells me that you might have a card problem (however not sure), check with lanscan (as Paul said as well) and see if all your cards are up and running. If not, reset the card that gives you a problem with the lanadmin command. See if that helps.&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Peter.</description>
      <pubDate>Mon, 03 Jan 2005 07:50:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453939#M209180</guid>
      <dc:creator>Peter Bemers</dc:creator>
      <dc:date>2005-01-03T07:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453940#M209181</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Manually I use &lt;BR /&gt;route add net 10.205.0.0 netmask 255.255.0.0 10.205.46.20 2(for matric)&lt;BR /&gt;&lt;BR /&gt;other info is in attched file.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 07:53:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453940#M209181</guid>
      <dc:creator>Sunil Singh_1</dc:creator>
      <dc:date>2005-01-03T07:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453941#M209182</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Can you give us the complete command you use when you add route manually?&lt;BR /&gt;&lt;BR /&gt;Is the interface up when /sbin/init.d/net start is use?&lt;BR /&gt;&lt;BR /&gt;Add keyword "net " before @ip in ROUTE_DESTINATION when your destination is a network:  &lt;BR /&gt;ROUTE_DESTINATION[2]="net 10.205.0.0"&lt;BR /&gt;...&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;JMB&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 07:56:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453941#M209182</guid>
      <dc:creator>BONNAFOUS Jean Marc</dc:creator>
      <dc:date>2005-01-03T07:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453942#M209183</link>
      <description>Hi Sunil,&lt;BR /&gt;&lt;BR /&gt;From your netstat output:&lt;BR /&gt;&lt;BR /&gt;10.205.46.0/255.255.255.0       10.205.46.93       U         3  lan900     1500&lt;BR /&gt;10.205.0.0/255.255.0.0          10.205.46.20       UG        0  lan900        0&lt;BR /&gt;&lt;BR /&gt;What you do with the last line you "overrule" the first line (if HP-UX at least accepts it). The 10.205.46.0 C class network is within the 10.205.0.0 B class network, that might be an issue, so it might has to do something regarding this.&lt;BR /&gt;&lt;BR /&gt;If the 10.205.46.20 is a router/gateway that nows the 10.205.46.0 (sub?)network as well, then better delete the 10.205.46.0 line from your routing table.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;BR /&gt;&lt;BR /&gt;Peter.&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 07:59:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453942#M209183</guid>
      <dc:creator>Peter Bemers</dc:creator>
      <dc:date>2005-01-03T07:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453943#M209184</link>
      <description>ROUTE_DESTINATION[1]="net 172.16.0.0"&lt;BR /&gt;ROUTE_MASK[1]=255.255.0.0&lt;BR /&gt;ROUTE_GATEWAY[1]=10.205.46.230&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[2]="net 10.205.0.0"&lt;BR /&gt;ROUTE_MASK[2]=255.255.0.0&lt;BR /&gt;ROUTE_GATEWAY[2]=10.205.46.20&lt;BR /&gt;ROUTE_COUNT[2]=1&lt;BR /&gt;ROUTE_ARGS[2]=""&lt;BR /&gt;&lt;BR /&gt;and try to unplumb the devices and plumb them again..&lt;BR /&gt;&lt;BR /&gt;the bad part is that to unplumb the lan900:1 u also have to unplumb the lan900&lt;BR /&gt;&lt;BR /&gt;ifconfig lan900:1 unplumb&lt;BR /&gt;ifconfig lan900 unplumb&lt;BR /&gt;ifoconfig lan900 plumb&lt;BR /&gt;&lt;BR /&gt;give it a try</description>
      <pubDate>Mon, 03 Jan 2005 08:07:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453943#M209184</guid>
      <dc:creator>Paul Torp</dc:creator>
      <dc:date>2005-01-03T08:07:07Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453944#M209185</link>
      <description>Hi Peter,&lt;BR /&gt;          10.205.46.93 comes under 10.205.x.x its default gateway is 172.168.10.1,&lt;BR /&gt;But I am having 10.205.40.x, 10.205.41.x etc network... how to use thos network....&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 08:09:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453944#M209185</guid>
      <dc:creator>Sunil Singh_1</dc:creator>
      <dc:date>2005-01-03T08:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453945#M209186</link>
      <description>hmm looking at the table.. Peter is right..&lt;BR /&gt;&lt;BR /&gt;adding a B class net 10.205.x.x&lt;BR /&gt;&lt;BR /&gt;WITH an existing C class net will be the issue here.</description>
      <pubDate>Mon, 03 Jan 2005 08:12:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453945#M209186</guid>
      <dc:creator>Paul Torp</dc:creator>
      <dc:date>2005-01-03T08:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453946#M209187</link>
      <description>change the default to that 10.205.46.20 &lt;BR /&gt;&lt;BR /&gt;and add 172.168.10.1   to the network u are connecting from (if its not too many corrections you have to make)&lt;BR /&gt;&lt;BR /&gt;just a suggestion..&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 08:15:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453946#M209187</guid>
      <dc:creator>Paul Torp</dc:creator>
      <dc:date>2005-01-03T08:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: problem in adding additional permanent routes using netconf file</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453947#M209188</link>
      <description>H Paul,,&lt;BR /&gt;        This worked..... thanks....&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]="net 172.16.0.0"&lt;BR /&gt;ROUTE_MASK[1]=255.255.0.0&lt;BR /&gt;ROUTE_GATEWAY[1]=10.205.46.230&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[2]="net 10.205.0.0"&lt;BR /&gt;ROUTE_MASK[2]=255.255.0.0&lt;BR /&gt;ROUTE_GATEWAY[2]=10.205.46.20&lt;BR /&gt;ROUTE_COUNT[2]=1&lt;BR /&gt;ROUTE_ARGS[2]=""&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 03 Jan 2005 08:21:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-in-adding-additional-permanent-routes-using-netconf-file/m-p/3453947#M209188</guid>
      <dc:creator>Sunil Singh_1</dc:creator>
      <dc:date>2005-01-03T08:21:00Z</dc:date>
    </item>
  </channel>
</rss>

