<?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: HP-UX netconf question in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346734#M56426</link>
    <description>according to the ip addresses you have given for your routers, your netconf file's routes section should look like this:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=192.168.58.254&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]=196.28.61.130&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=10.230.3.15&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after you update your route lines, run these commands:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;make sure you do it from the console as your telnet/ssh session might most probably get disconnected when you stop networking.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
    <pubDate>Wed, 28 Jan 2009 15:54:49 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2009-01-28T15:54:49Z</dc:date>
    <item>
      <title>HP-UX netconf question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346731#M56423</link>
      <description>I'm trying to configure a statis route without much luck (lack of knowledge I guess). I have two lan cards. The default gateway (192.168.58.254) (WAN) is on lan1(192.168.50.10). lan0(10.230.3.1) has a gateway(10.230.3.15) (DSL Internet connection). All trafic thru the WAN (lan1) works fine. I am trying to setup a static route to an Internet Mail server (196.28.61.130) via the DSL connection on lan0. With my current configuration, the traceroute to the email server goes thru the lan1 card instead of lan0. I can ping the lan0 gateway fine.&lt;BR /&gt;&lt;BR /&gt;Here is my current config.&lt;BR /&gt;&lt;BR /&gt;lan0:&lt;BR /&gt;INTERFACE_NAME[0]=lan0&lt;BR /&gt;IP_ADDRESS[0]=10.230.3.1&lt;BR /&gt;SUBNET_MASK[0]=255.255.255.0&lt;BR /&gt;BROADCAST_ADDRESS[0]=""&lt;BR /&gt;INTERFACE_STATE[0]=up&lt;BR /&gt;DHCP_ENABLE[0]=0&lt;BR /&gt;lan1:&lt;BR /&gt;IP_ADDRESS[1]=192.168.58.10&lt;BR /&gt;SUBNET_MASK[1]=255.255.255.0&lt;BR /&gt;INTERFACE_NAME[1]=lan1&lt;BR /&gt;BROADCAST_ADDRESS[1]=""&lt;BR /&gt;INTERFACE_STATE[1]=up&lt;BR /&gt;DHCP_ENABLE[1]=0&lt;BR /&gt;&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]="192.168.58.254"&lt;BR /&gt;ROUTE_COUNT[0]="1"&lt;BR /&gt;ROUTE_DESTINATION[1]="196.28.61.130"&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]="10.230.3.15"&lt;BR /&gt;ROUTE_COUNT[1]=0&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 15:37:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346731#M56423</guid>
      <dc:creator>NonGuru</dc:creator>
      <dc:date>2009-01-28T15:37:36Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX netconf question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346732#M56424</link>
      <description># netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask      Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH       0        420  lo0        4136&lt;BR /&gt;192.168.58.10     192.168.58.10      UH       0          2  lan1       4136&lt;BR /&gt;10.230.3.1           10.230.3.1         UH       0          0  lan0       4136&lt;BR /&gt;10.230.3.0           10.230.3.1         U        2          0  lan0       1500&lt;BR /&gt;192.168.58.0       192.168.58.10      U        2          0  lan1       1500&lt;BR /&gt;196.28.68.130     10.230.3.15        UGH      0          0  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default                 192.168.58.254     UG       0          0  lan1       1500&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 28 Jan 2009 15:44:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346732#M56424</guid>
      <dc:creator>NonGuru</dc:creator>
      <dc:date>2009-01-28T15:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX netconf question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346733#M56425</link>
      <description>Bonjour,&lt;BR /&gt;&lt;BR /&gt;You miss ROUTE_DESTINATION[1]="host 196.28.61.130" and ROUTE_COUNT[1]=1&lt;BR /&gt;&lt;BR /&gt;I suppose that ROUTE_ROUTE_DESTINATION[0]="default" ?&lt;BR /&gt;&lt;BR /&gt;Eric</description>
      <pubDate>Wed, 28 Jan 2009 15:45:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346733#M56425</guid>
      <dc:creator>Eric SAUBIGNAC</dc:creator>
      <dc:date>2009-01-28T15:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX netconf question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346734#M56426</link>
      <description>according to the ip addresses you have given for your routers, your netconf file's routes section should look like this:&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[0]=default&lt;BR /&gt;ROUTE_MASK[0]=""&lt;BR /&gt;ROUTE_GATEWAY[0]=192.168.58.254&lt;BR /&gt;ROUTE_COUNT[0]=1&lt;BR /&gt;ROUTE_ARGS[0]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ROUTE_DESTINATION[1]=196.28.61.130&lt;BR /&gt;ROUTE_MASK[1]=""&lt;BR /&gt;ROUTE_GATEWAY[1]=10.230.3.15&lt;BR /&gt;ROUTE_COUNT[1]=1&lt;BR /&gt;ROUTE_ARGS[1]=""&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;after you update your route lines, run these commands:&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/net stop&lt;BR /&gt;/sbin/init.d/net start&lt;BR /&gt;&lt;BR /&gt;make sure you do it from the console as your telnet/ssh session might most probably get disconnected when you stop networking.&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Wed, 28 Jan 2009 15:54:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346734#M56426</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2009-01-28T15:54:49Z</dc:date>
    </item>
    <item>
      <title>Re: HP-UX netconf question</title>
      <link>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346735#M56427</link>
      <description>That did it. Thanks.</description>
      <pubDate>Wed, 28 Jan 2009 16:08:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/hp-ux-netconf-question/m-p/4346735#M56427</guid>
      <dc:creator>NonGuru</dc:creator>
      <dc:date>2009-01-28T16:08:59Z</dc:date>
    </item>
  </channel>
</rss>

