<?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: routing and arp problem in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263186#M569263</link>
    <description>Again, thats what I entered to nddconf :&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[5]=ip&lt;BR /&gt;NDD_NAME[5]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[5]=0&lt;BR /&gt;&lt;BR /&gt;but when I execute "ndd -c" or "ndd -a" the value keeps on 1. &lt;BR /&gt;N.B. /sbin/init.d/net or .../net.init using these ndd commands.&lt;BR /&gt;So: I assumed these are changing what I configured, but thats not the case.</description>
    <pubDate>Thu, 29 Apr 2004 18:46:29 GMT</pubDate>
    <dc:creator>Juergen Tappe</dc:creator>
    <dc:date>2004-04-29T18:46:29Z</dc:date>
    <item>
      <title>routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263180#M569257</link>
      <description>Hi,&lt;BR /&gt;in one of our subnets any HP-UX system has a problem to reach any system outsite this subnet.&lt;BR /&gt;&lt;BR /&gt;i.e. a traceroute -n &lt;A href="http://www.google.com" target="_blank"&gt;www.google.com&lt;/A&gt; returns:&lt;BR /&gt;traceroute to &lt;A href="http://www.google.akadns.net" target="_blank"&gt;www.google.akadns.net&lt;/A&gt; (66.102.11.104), 30 hops max, 20 byte packet&lt;BR /&gt;s&lt;BR /&gt; 1 10.99.4.84           1 ms !N    0 ms !N    0 ms !N&lt;BR /&gt;&lt;BR /&gt;and no ping or whatever to anywhere except the local subnet.&lt;BR /&gt;&lt;BR /&gt;Lansettings of one of these systems as an example:&lt;BR /&gt;#ifconfig lan0&lt;BR /&gt;lan0: flags=843&lt;UP&gt;&lt;BR /&gt;        inet 10.99.4.84 netmask fffffc00 broadcast 10.99.7.255&lt;BR /&gt;&lt;BR /&gt;Please note the special subnet mask.&lt;BR /&gt;&lt;BR /&gt;#netstat -rnv&lt;BR /&gt;Routing tables&lt;BR /&gt;Dest/Netmask          Gateway            Flags  Refs       Use  Interface  Pmtu&lt;BR /&gt;127.0.0.1/255.255.255.255&lt;BR /&gt;                      127.0.0.1          UH       0     174392  lo0        4136&lt;BR /&gt;10.99.4.84/255.255.255.255&lt;BR /&gt;                      10.99.4.84          UH       0      98539  lan0       4136&lt;BR /&gt;10.99.4.0/255.255.252.0 10.99.4.84          U        2          0  lan0       1500&lt;BR /&gt;127.0.0.0/255.0.0.0   127.0.0.1          U        0          0  lo0        4136&lt;BR /&gt;default/0.0.0.0       10.99.4.255         UG       0          0  lan0       1500&lt;BR /&gt;&lt;BR /&gt;if I do :&lt;BR /&gt;route delete default 10.99.4.255&lt;BR /&gt;route add default 10.99.4.255 1&lt;BR /&gt;&lt;BR /&gt;ping/traceroute is OK for about a minute.&lt;BR /&gt;After that I have the same problem.&lt;BR /&gt;&lt;BR /&gt;The 10.99.4.255 IP is one of several Cluster IPs of another HP-UX System, which connects to other subnets.&lt;BR /&gt;&lt;BR /&gt;with a fresh initialies default route arp shows me :&lt;BR /&gt;#arp -a | grep 8:0:9:c3:ca:92&lt;BR /&gt;system1.xx.de (10.2.4.1) at 8:0:9:c3:ca:92 ether&lt;BR /&gt;system2.xx.de (10.2.4.121) at 8:0:9:c3:ca:92 ether&lt;BR /&gt;system3.xx.de (10.2.4.255) at 8:0:9:c3:ca:92 ether&lt;BR /&gt;(system names changed)&lt;BR /&gt;&lt;BR /&gt;as soon the ping hangs, the .255 entry ismissing in arp.&lt;BR /&gt;&lt;BR /&gt;I have the problem on all HP-UX systems in this subnet with various models lan card types.&lt;BR /&gt;But no other computer running i.e. windows/linux/sun has any problem with the default .255 router.&lt;BR /&gt;&lt;BR /&gt;I guess this is something HP-UX specific together with the combibation of special subnetting, the .255 IP for the router and the multilpe IPs for the same MAC (arp).&lt;BR /&gt;&lt;BR /&gt;But how I make it running ?&lt;BR /&gt;What else I can check / configure ?&lt;BR /&gt;&lt;BR /&gt;Any ideas?&lt;BR /&gt;Thx in advance&lt;BR /&gt;Juergen&lt;/UP&gt;</description>
      <pubDate>Thu, 29 Apr 2004 11:17:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263180#M569257</guid>
      <dc:creator>Juergen Tappe</dc:creator>
      <dc:date>2004-04-29T11:17:13Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263181#M569258</link>
      <description>ndd -h ip_ire_gw_probe&lt;BR /&gt;&lt;BR /&gt;Get the setting.&lt;BR /&gt;ndd -get /dev/tcp ip_ir_gw_probe&lt;BR /&gt;&lt;BR /&gt;Set it to 0&lt;BR /&gt;&lt;BR /&gt;ndd -set /dev/tcp ip_ire_gw_probe 0&lt;BR /&gt;&lt;BR /&gt;Hardcore the settings in /etc/rc.config.d/nddconf.&lt;BR /&gt;&lt;BR /&gt;Anil</description>
      <pubDate>Thu, 29 Apr 2004 11:21:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263181#M569258</guid>
      <dc:creator>RAC_1</dc:creator>
      <dc:date>2004-04-29T11:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263182#M569259</link>
      <description>Hi Juergen,&lt;BR /&gt;&lt;BR /&gt;"0" and "255" in the last field of an ip address are not allowed.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007950522" target="_blank"&gt;http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&amp;amp;docId=200000007950522&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For eg,&lt;BR /&gt;&lt;BR /&gt;//Quote//&lt;BR /&gt;&lt;BR /&gt;CLASS C ADDRESS:&lt;BR /&gt;NETWORK PORTION range is 192.0.1 - 223.255.254&lt;BR /&gt;number of available hosts is 254&lt;BR /&gt;24 NETWORK bits; 8 HOST bits&lt;BR /&gt;&lt;BR /&gt;//EndQuote//&lt;BR /&gt;&lt;BR /&gt;You'll see the no of available hosts is 254 (0-255=256 addresses, These two excluded are 0 &amp;amp; 255)&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Regds&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 11:34:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263182#M569259</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2004-04-29T11:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263183#M569260</link>
      <description>RAC,&lt;BR /&gt;Thx very much.&lt;BR /&gt;The commands are working perfectly and my test ping is running &amp;gt; 30 mins now.&lt;BR /&gt;&lt;BR /&gt;But :&lt;BR /&gt;When I configure /etc/rc.config.d/nddconf &lt;BR /&gt;to :&lt;BR /&gt;TRANSPORT_NAME[5]=ip&lt;BR /&gt;NDD_NAME[5]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[5]=0&lt;BR /&gt;&lt;BR /&gt;and execute ndd -c&lt;BR /&gt;The value keeps on "1".&lt;BR /&gt;Im doing something wrong? what?&lt;BR /&gt;&lt;BR /&gt;Sanjay:&lt;BR /&gt;It is possible using special subnetting, which we are doing since years.&lt;BR /&gt;Cut+paste out of "your document"&lt;BR /&gt;CLASS B ADDRESS: 16 NETWORK BITS  16 HOST BITS&lt;BR /&gt;&lt;BR /&gt;  # BITS      NETMASK          # SUBNETS         # HOSTS&lt;BR /&gt;(contiguous)                                     PER SUBNET&lt;BR /&gt;&lt;BR /&gt;    2         255.255.192.0           2              16382&lt;BR /&gt;    3         255.255.224.0           6               8190&lt;BR /&gt;    4         255.255.240.0          14               4090&lt;BR /&gt;    5         255.255.248.0          30               2046&lt;BR /&gt;    6         255.255.252.0          62               1022 &amp;lt;- We are using this one&lt;BR /&gt;    7         255.255.254.0         126                510&lt;BR /&gt;    8         255.255.255.0         254                254&lt;BR /&gt;    9         255.255.255.128       510                126&lt;BR /&gt;   10         255.255.255.192      1022                 62&lt;BR /&gt;   11         255.255.255.224      2046                 30&lt;BR /&gt;   12         255.255.255.240      4094                 14&lt;BR /&gt;   13         255.255.255.248      8190                  6&lt;BR /&gt;   14         255.255.255.252     16382                  2&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 12:04:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263183#M569260</guid>
      <dc:creator>Juergen Tappe</dc:creator>
      <dc:date>2004-04-29T12:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263184#M569261</link>
      <description>Anybody knows how to configure /etc/rc.config.d/nddconf correctly or which command to use to enable the entries in it?&lt;BR /&gt;&lt;BR /&gt;ndd -c ist nor working.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 18:23:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263184#M569261</guid>
      <dc:creator>Juergen Tappe</dc:creator>
      <dc:date>2004-04-29T18:23:22Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263185#M569262</link>
      <description>The standard nddconf file has many examples of what parameters you could set.  These examples "use" indexes 0,1,2,3 and 4.  &lt;BR /&gt;&lt;BR /&gt;I notice you used index [5] to set your parameter.  Do you have 5 other uncommented values being set?  If not, then you should be using index [0] (or whatever is appropriate...)&lt;BR /&gt;&lt;BR /&gt;e.g.&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;# For each additional tunable parameter, add a set of variable assignments&lt;BR /&gt;# like the ones below, changing the index to "[0]", "[1]" et cetera.&lt;BR /&gt;# Index must be starting from 0 and they must be in sequential order.&lt;BR /&gt;# Missing index values inside the array range is not supported.&lt;BR /&gt;</description>
      <pubDate>Thu, 29 Apr 2004 18:41:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263185#M569262</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-04-29T18:41:30Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263186#M569263</link>
      <description>Again, thats what I entered to nddconf :&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[5]=ip&lt;BR /&gt;NDD_NAME[5]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[5]=0&lt;BR /&gt;&lt;BR /&gt;but when I execute "ndd -c" or "ndd -a" the value keeps on 1. &lt;BR /&gt;N.B. /sbin/init.d/net or .../net.init using these ndd commands.&lt;BR /&gt;So: I assumed these are changing what I configured, but thats not the case.</description>
      <pubDate>Thu, 29 Apr 2004 18:46:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263186#M569263</guid>
      <dc:creator>Juergen Tappe</dc:creator>
      <dc:date>2004-04-29T18:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263187#M569264</link>
      <description>I didnt wanted to use the [0] because there are these examples, and if somebody uncomments one of them i.e. the [0] the new change will not be active anymore.&lt;BR /&gt;&lt;BR /&gt;I will try to use [0] tomorrow......&lt;BR /&gt;&lt;BR /&gt;thanks for the tip.</description>
      <pubDate>Thu, 29 Apr 2004 18:49:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263187#M569264</guid>
      <dc:creator>Juergen Tappe</dc:creator>
      <dc:date>2004-04-29T18:49:56Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263188#M569265</link>
      <description>Look closely at what you've written, and what I've written.&lt;BR /&gt;&lt;BR /&gt;I wrote:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[0]=ip&lt;BR /&gt;NDD_NAME[0]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[0]=0&lt;BR /&gt;&lt;BR /&gt;You wrote:&lt;BR /&gt;&lt;BR /&gt;TRANSPORT_NAME[5]=ip&lt;BR /&gt;NDD_NAME[5]=ip_ire_gw_probe&lt;BR /&gt;NDD_VALUE[5]=0&lt;BR /&gt;&lt;BR /&gt;The index values are different.  If you are not setting any other parameters in your nddconf file then you MUST use index 0.</description>
      <pubDate>Thu, 29 Apr 2004 18:50:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263188#M569265</guid>
      <dc:creator>James A. Donovan</dc:creator>
      <dc:date>2004-04-29T18:50:29Z</dc:date>
    </item>
    <item>
      <title>Re: routing and arp problem</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263189#M569266</link>
      <description>Jim,&lt;BR /&gt;&lt;BR /&gt;you are absolutly correct, with index [0] its working fine.&lt;BR /&gt;&lt;BR /&gt;I realy should have read the nddconf file and your post more carefully.&lt;BR /&gt;&lt;BR /&gt;Sorry and Thx&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Apr 2004 05:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/routing-and-arp-problem/m-p/3263189#M569266</guid>
      <dc:creator>Juergen Tappe</dc:creator>
      <dc:date>2004-04-30T05:23:41Z</dc:date>
    </item>
  </channel>
</rss>

