<?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: Static Routing in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276593#M334953</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check '/etc/rc.config.d/netconf' there should be both interfaces and it's also the right place for a permanent routing.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
    <pubDate>Fri, 26 Sep 2008 07:31:14 GMT</pubDate>
    <dc:creator>V. Nyga</dc:creator>
    <dc:date>2008-09-26T07:31:14Z</dc:date>
    <item>
      <title>Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276592#M334952</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;If any expert can help.&lt;BR /&gt;&lt;BR /&gt;My rx46460 (11i v2)server have 2 lan interfaces.&lt;BR /&gt;lan0 : 172.130.8.197 (production)&lt;BR /&gt;lan1 :192.169.1.240  (backup)&lt;BR /&gt;&lt;BR /&gt;backup server ip :192.169.1.40&lt;BR /&gt;&lt;BR /&gt;The purpose of this routing is to make the lan1 traffic dedicated for backup purposes and will not congest the production traffic.&lt;BR /&gt;&lt;BR /&gt;I did run this command....&lt;BR /&gt;&lt;BR /&gt;route add host 192.169.1.40 192.169.1.240&lt;BR /&gt;&lt;BR /&gt;But somehow all the traffic(both lan) use the backup lan.So I need to disable the routing.&lt;BR /&gt;&lt;BR /&gt;Currently the the backup use the production lan which reduce the throughput.&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2008 07:24:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276592#M334952</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-09-26T07:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276593#M334953</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check '/etc/rc.config.d/netconf' there should be both interfaces and it's also the right place for a permanent routing.&lt;BR /&gt;&lt;BR /&gt;HTH&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2008 07:31:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276593#M334953</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-26T07:31:14Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276594#M334954</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Your Lan1 IP (192.169.1.240) and the backup server IP (192.169.1.40) is in the same subnet. So need not to add the route.&lt;BR /&gt;You can simply fire backup from the production server. It will use the  192.169.1.240 IP only. beacuse It cannot communicate to the other lan interface (Different Class IP is assigned to lan0).&lt;BR /&gt;&lt;BR /&gt;So simply delete the route and you can achieve the target.&lt;BR /&gt;&lt;BR /&gt;Rgds&lt;BR /&gt;Sreekanth&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2008 07:35:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276594#M334954</guid>
      <dc:creator>sreekanthtm</dc:creator>
      <dc:date>2008-09-26T07:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276595#M334955</link>
      <description>Hi&lt;BR /&gt;When asking such question you should include&lt;BR /&gt;a netstat -nrv&lt;BR /&gt;&lt;BR /&gt;because like that like already said, lan0 and lan1 have not the same class,&lt;BR /&gt;&lt;BR /&gt;so traffic to net 192.169 should go lan1&lt;BR /&gt;and to net 172.130 go through lan0&lt;BR /&gt;&lt;BR /&gt;execept if the remote address ids in lan1 range, or that default gateway s in lan1 network.&lt;BR /&gt;</description>
      <pubDate>Fri, 26 Sep 2008 08:42:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276595#M334955</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-09-26T08:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276596#M334956</link>
      <description>Below is the output from netstat&lt;BR /&gt;&lt;BR /&gt;camracd0:&amp;gt;netstat -rnv&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask                    Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255       127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;192.169.1.240/255.255.255.255   192.169.1.240      UH        0  lan1       4136&lt;BR /&gt;172.30.8.197/255.255.255.255    172.30.8.197       UH        0  lan0       4136&lt;BR /&gt;172.30.8.0/255.255.255.0        172.30.8.197       U         2  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default/0.0.0.0                 172.30.8.1         UG        0  lan0          0&lt;BR /&gt;</description>
      <pubDate>Sun, 28 Sep 2008 23:36:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276596#M334956</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-09-28T23:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276597#M334957</link>
      <description>camracd0:&amp;gt;netstat -rnv&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask Gateway Flags Refs Interface Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255 127.0.0.1 UH 0 lo0 4136&lt;BR /&gt;192.169.1.240/255.255.255.255 192.169.1.240 UH 0 lan1 4136&lt;BR /&gt;172.30.8.197/255.255.255.255 172.30.8.197 UH 0 lan0 4136&lt;BR /&gt;172.30.8.0/255.255.255.0 172.30.8.197 U 2 lan0 1500&lt;BR /&gt;127.0.0.0/255.0.0.0 127.0.0.1 U 0 lo0 0&lt;BR /&gt;default/0.0.0.0 172.30.8.1 UG 0 lan0 0&lt;BR /&gt;&lt;BR /&gt;It is strange that you don't have any &lt;BR /&gt;192.169.1.0/255.255.255.0 192.168.1.240 U 2 lan1 1500&lt;BR /&gt;it is like if you configured it as a point to point.&lt;BR /&gt;can you send also a&lt;BR /&gt;netstat -ni and ifconfig lan1&lt;BR /&gt;&lt;BR /&gt;you should make a &lt;BR /&gt;route add net 192.169.1.0 192.168.1.240&lt;BR /&gt;&lt;BR /&gt;then any message sent to 192.169.1.* will be send through lan1&lt;BR /&gt;all other traffic should gor through lan0&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 05:29:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276597#M334957</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-09-29T05:29:41Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276598#M334958</link>
      <description>Thanks for the reply.&lt;BR /&gt;&lt;BR /&gt;BTW..below is the sample traceroute ..&lt;BR /&gt;Which still use lan 1 instead of lan0 raouting&lt;BR /&gt;&lt;BR /&gt;---/etc/hosts------------&lt;BR /&gt; &lt;BR /&gt;172.30.8.197    camracd0&lt;BR /&gt;192.169.1.240   camracd0 #nbu&lt;BR /&gt;127.0.0.1       localhost       loopback&lt;BR /&gt;&lt;BR /&gt;---traceroute----&lt;BR /&gt;camracd0:&amp;gt;traceroute 172.30.8.197&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 192.169.1.240 @ lan1&lt;BR /&gt;traceroute to 172.30.8.197 (172.30.8.197), 30 hops max, 40 byte packets&lt;BR /&gt; 1  camracd0 (172.30.8.197)  0.082 ms  0.046 ms  0.014 ms&lt;BR /&gt;&lt;BR /&gt;---netstat -in&lt;BR /&gt;&lt;BR /&gt;camracd0:&amp;gt;ifconfig lan1&lt;BR /&gt;lan1: flags=1842&lt;BROADCAST&gt;&lt;BR /&gt;        inet 192.169.1.240 netmask ffffff00 broadcast 192.169.1.255&lt;BR /&gt;camracd0:&amp;gt;netstat -in&lt;BR /&gt;Name      Mtu  Network         Address         Ipkts   Ierrs Opkts   Oerrs Coll&lt;BR /&gt;lan1*     1500 192.169.1.0     192.169.1.240   141761  6     319     0     0   &lt;BR /&gt;lan0      1500 172.30.8.0      172.30.8.197    783607563 0     94770870 0     0   &lt;BR /&gt;lo0       4136 127.0.0.0       127.0.0.1       29784553 0     29784553 0     0&lt;/BROADCAST&gt;</description>
      <pubDate>Mon, 29 Sep 2008 05:40:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276598#M334958</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-09-29T05:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276599#M334959</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;check with 'lanscan' if lan0 is 'UP' or 'DOWN'.&lt;BR /&gt;Can you give us the output?&lt;BR /&gt;&lt;BR /&gt;Volkmar&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:16:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276599#M334959</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-29T07:16:06Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276600#M334960</link>
      <description>camracd0:&amp;gt;lanscan&lt;BR /&gt;Hardware Station        Crd Hdw   Net-Interface  NM  MAC       HP-DLPI DLPI&lt;BR /&gt;Path     Address        In# State NamePPA        ID  Type      Support Mjr#&lt;BR /&gt;0/1/2/0  0x001438EB9BD4 0   UP    lan0 snap0     1   ETHER     Yes     119&lt;BR /&gt;0/1/2/1  0x001438EB9BD5 1   UP    lan1 snap1     2   ETHER     Yes     119&lt;BR /&gt;0/3/1/0  0x001321BD3E72 2   UP    lan2 snap2     3   ETHER     Yes     119&lt;BR /&gt;0/4/1/0  0x001321BD3EC9 3   UP    lan3 snap3     4   ETHER     Yes     119&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:17:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276600#M334960</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-09-29T07:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276601#M334961</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;somewhere you have a typo error:&lt;BR /&gt;192.169.1.240/255.255.255.255 192.169.1.240 UH 0 lan1 4136&lt;BR /&gt;&lt;BR /&gt;You want&lt;BR /&gt;192.169.1.40/255.255.255.255 192.169.1.240 UH 0 lan1 4136&lt;BR /&gt;&lt;BR /&gt;240 - 40&lt;BR /&gt;&lt;BR /&gt;Where have you defined the routing?&lt;BR /&gt;'/etc/rc.config.d/netconf' ?&lt;BR /&gt;&lt;BR /&gt;V.</description>
      <pubDate>Mon, 29 Sep 2008 07:24:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276601#M334961</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-29T07:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276602#M334962</link>
      <description>Sorry ..&lt;BR /&gt;I deleted the 192.169.1.40 routing before I capture the netstat -rn. I need to delete it because dont want the production traffic use the 192.169.1.40 routing(Which is the main problem)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;#route add host 192.169.1.40 192.169.1.24&lt;BR /&gt;&lt;BR /&gt;camracd0:&amp;gt;netstat -rn&lt;BR /&gt;Routing tables&lt;BR /&gt;Destination           Gateway            Flags   Refs Interface  Pmtu&lt;BR /&gt;127.0.0.1             127.0.0.1          UH        0  lo0        4136&lt;BR /&gt;192.169.1.240         192.169.1.240      UH        0  lan1       4136&lt;BR /&gt;172.30.8.197          172.30.8.197       UH        0  lan0       4136&lt;BR /&gt;192.169.1.40          192.169.1.240      UH        0  lan1          0&lt;BR /&gt;172.30.8.0            172.30.8.197       U         2  lan0       1500&lt;BR /&gt;127.0.0.0             127.0.0.1          U         0  lo0           0&lt;BR /&gt;default               172.30.8.1         UG        0  lan0          0&lt;BR /&gt;&lt;BR /&gt;Please help.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:29:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276602#M334962</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-09-29T07:29:16Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276603#M334963</link>
      <description>&lt;!--!*#--&gt;also:&lt;BR /&gt;netstat -in&lt;BR /&gt;Name  Mtu  Network      Address       Ipkts Ierrs Opkts Oerrs Coll&lt;BR /&gt;lan1* 1500 192.169.1.0 192.169.1.240 141761 6      319    0     0 &lt;BR /&gt;&lt;BR /&gt;you have had errors at lan1&lt;BR /&gt;&lt;BR /&gt;Can you reset the error counter and try it again? (landiag?)&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 07:33:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276603#M334963</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-29T07:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276604#M334964</link>
      <description>Hi V. Nyga&lt;BR /&gt;&lt;BR /&gt;Can you tell me how to reset the counter. ? &lt;BR /&gt;Or maybe the full command.&lt;BR /&gt;&lt;BR /&gt;FYI, we dont face similar issue on UNIX server running other than HPUX OS.</description>
      <pubDate>Mon, 29 Sep 2008 07:41:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276604#M334964</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-09-29T07:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276605#M334965</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;my example if for hp-ux 11.11:&lt;BR /&gt;&lt;BR /&gt;'landiag' &lt;BR /&gt;-&amp;gt; Test Selection mode.&lt;BR /&gt;&lt;BR /&gt;lan      = LAN Interface Administration&lt;BR /&gt;menu     = Display this menu&lt;BR /&gt;quit     = Terminate the Administration&lt;BR /&gt;terse    = Do not display command menu&lt;BR /&gt;verbose  = Display command menu&lt;BR /&gt;&lt;BR /&gt;'lan'&lt;BR /&gt;ppa      = PPA Number of the LAN Interface&lt;BR /&gt;&lt;BR /&gt;'ppa 1'&lt;BR /&gt;&lt;BR /&gt;'dis' -&amp;gt; Display LAN Interface status and statistics registers:&lt;BR /&gt;second page:&lt;BR /&gt;&lt;BR /&gt;Ethernet-like Statistics Group&lt;BR /&gt;&lt;BR /&gt;Index                           = 1&lt;BR /&gt;Alignment Errors                = 0&lt;BR /&gt;FCS Errors                      = 0&lt;BR /&gt;Single Collision Frames         = 0&lt;BR /&gt;Multiple Collision Frames       = 0&lt;BR /&gt;Deferred Transmissions          = 0&lt;BR /&gt;Late Collisions                 = 0&lt;BR /&gt;Excessive Collisions            = 0&lt;BR /&gt;Internal MAC Transmit Errors    = 0&lt;BR /&gt;Carrier Sense Errors            = 0&lt;BR /&gt;Frames Too Long                 = 0&lt;BR /&gt;Internal MAC Receive Errors     = 0&lt;BR /&gt;&lt;BR /&gt;'clear' -&amp;gt; Clear statistics registers&lt;BR /&gt;&lt;BR /&gt;-&amp;gt; all counters of 'dis' are zero.&lt;BR /&gt;&lt;BR /&gt;Test lan1 again - new errors?&lt;BR /&gt;Any traffic at all?&lt;BR /&gt;&lt;BR /&gt;What's about disabling production lan0 ?&lt;BR /&gt;Traffic at lan1 ?&lt;BR /&gt;&lt;BR /&gt;Maybe the switch is not configured properly?&lt;BR /&gt;Half-Duplex/Full-Duplex?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 08:09:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276605#M334965</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-29T08:09:20Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276606#M334966</link>
      <description>in fact everything is in:&lt;BR /&gt;camracd0:&amp;gt;traceroute 172.30.8.197&lt;BR /&gt;traceroute: Warning: Multiple interfaces found; using 192.169.1.240 @ lan1&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;When you have more than one interface on a system, traceroute is chosing  one to make its probe, whatever be the routing table!&lt;BR /&gt;&lt;BR /&gt;So if you want to check traceroute is not the right tool to use except if you precise the -i option.&lt;BR /&gt;&lt;BR /&gt;try ping -o 172.30.8.197  -n 3&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 08:41:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276606#M334966</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-09-29T08:41:18Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276607#M334967</link>
      <description>Hi again,&lt;BR /&gt;&lt;BR /&gt;sorry, I think my last answers go to the wrong direction lan1 is used the most time and you don't want to, right?&lt;BR /&gt;&lt;BR /&gt;Another try:&lt;BR /&gt;Where's the backup server '192.169.1.40' in your host?&lt;BR /&gt;Also you check traceroute to yourself (172.30.8.197).&lt;BR /&gt;&lt;BR /&gt;What's about another (external) ip?&lt;BR /&gt;&lt;BR /&gt;V.&lt;BR /&gt;</description>
      <pubDate>Mon, 29 Sep 2008 08:55:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276607#M334967</guid>
      <dc:creator>V. Nyga</dc:creator>
      <dc:date>2008-09-29T08:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276608#M334968</link>
      <description>traceroute chose one interface but don't look at the routing table to chose it, so &lt;BR /&gt;don't use traceroute to do that.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;in your case traceroute chose 192.169.1.240&lt;BR /&gt;to send its traffic. &lt;BR /&gt;but if you telnet, ping or watever you use it will chose according to the routing table.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;try ping -o you will see that.&lt;BR /&gt;&lt;BR /&gt;or make a network trace with tcpdump for instance, you will see that the interface used is lan1 only for 192.169.1.*&lt;BR /&gt;&lt;BR /&gt;Don"t use traceroute to check that on a multi homed system!</description>
      <pubDate>Mon, 29 Sep 2008 12:51:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276608#M334968</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2008-09-29T12:51:21Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276609#M334969</link>
      <description>Yes you are correct!!&lt;BR /&gt;"Don"t use traceroute to check that on a multi homed system!"&lt;BR /&gt;&lt;BR /&gt;But it in a real time on our production server...the traffic went hywire....&lt;BR /&gt;whenever we enable the netbackup routing..&lt;BR /&gt;&lt;BR /&gt;We already report this case to hp last week...&lt;BR /&gt;and they gave this kind of solution&lt;BR /&gt;&lt;BR /&gt;1. ndd -set /dev/ip ip_strong_es_model 0&lt;BR /&gt;which require "PHNE_37670 " patch....&lt;BR /&gt;anyone have tried install this patches..&lt;BR /&gt;any problem so far?&lt;BR /&gt;FYI...our production server is running Oracle 10g RAC.</description>
      <pubDate>Mon, 29 Sep 2008 23:57:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276609#M334969</guid>
      <dc:creator>Idham</dc:creator>
      <dc:date>2008-09-29T23:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Static Routing</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276610#M334970</link>
      <description>Rather than zero counters and (possibly) confuse SNMP one can instead use beforeafter from &lt;A href="ftp://ftp.cup.hp.com/dist/networking/tools/" target="_blank"&gt;ftp://ftp.cup.hp.com/dist/networking/tools/&lt;/A&gt; to "subtract" one lanadmin -b mibstats or netstat -s output from another:&lt;BR /&gt;&lt;BR /&gt;netstat -s -p tcp &amp;gt; before&lt;BR /&gt;&lt;INTERVAL&gt;&lt;BR /&gt;netstat -s -p tcp &amp;gt; after&lt;BR /&gt;beforeafter before after &amp;gt; delta&lt;BR /&gt;less delta &lt;BR /&gt;&lt;BR /&gt;etc etc&lt;BR /&gt;&lt;BR /&gt;I'm guessing you have remote clients in other subnets and that is why return traffic to them would be following the default route even though you have your production and backup interfaces configured into separate IP subnets.&lt;BR /&gt;&lt;BR /&gt;You will need to add an additional "default" route pointing at an IP in your backup subnet range and then indeed set ip_strong_es_model to either 1 or 2.  I would suggest experiementing with this at a time when the DB is not in active production use, just to be careful.&lt;BR /&gt;&lt;BR /&gt;You also need to be sure that if your backup server software _initiates_ connections (rather than passively accepts them) that it will bind to your backup network IP directly otherwise route selection may cause it to use the production IP and flow through the production network.&lt;/INTERVAL&gt;</description>
      <pubDate>Fri, 10 Oct 2008 18:14:14 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/static-routing/m-p/4276610#M334970</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2008-10-10T18:14:14Z</dc:date>
    </item>
  </channel>
</rss>

