<?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: arp command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077033#M141865</link>
    <description>Part of your problem may be that you are using a '0' subnet.  By default HP-UX does not allow you to use 80.0.0.  There is an NDD setting that you need to change to allow that.  &lt;BR /&gt; &lt;BR /&gt;This may not be your problem, but it is possible.</description>
    <pubDate>Wed, 24 Sep 2003 08:48:07 GMT</pubDate>
    <dc:creator>Patrick Wallek</dc:creator>
    <dc:date>2003-09-24T08:48:07Z</dc:date>
    <item>
      <title>arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077029#M141861</link>
      <description>Trying to change host's ARP table to add a mapping from the IP address I want to assign to the print server's Ethernet address.  I am using arp command:&lt;BR /&gt;arp -s 80.0.0.235 0:40:05:4a:81:a7&lt;BR /&gt;but error is there :&lt;BR /&gt;SIOCSARP: Invalid argument&lt;BR /&gt;How to overcome this error?</description>
      <pubDate>Wed, 24 Sep 2003 02:22:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077029#M141861</guid>
      <dc:creator>deepu</dc:creator>
      <dc:date>2003-09-24T02:22:02Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077030#M141862</link>
      <description>Try applying the latest arp patch&lt;BR /&gt;&lt;A href="http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_21184&amp;amp;context=hpux:800:11:00" target="_blank"&gt;http://www2.itrc.hp.com/service/patch/patchDetail.do?patchid=PHNE_21184&amp;amp;context=hpux:800:11:00&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 24 Sep 2003 02:41:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077030#M141862</guid>
      <dc:creator>twang</dc:creator>
      <dc:date>2003-09-24T02:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077031#M141863</link>
      <description>Hi,&lt;BR /&gt;I have downloaded the patch and installed it and also rebooted the server.&lt;BR /&gt;But still the same error is coming.&lt;BR /&gt;SIOCSARP:Invalid argument.</description>
      <pubDate>Wed, 24 Sep 2003 08:08:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077031#M141863</guid>
      <dc:creator>deepu</dc:creator>
      <dc:date>2003-09-24T08:08:35Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077032#M141864</link>
      <description>1)Does it happen for any arp entry you add? (Try to add another one)&lt;BR /&gt;2)Is "80.0.0.235" shown when "arp -a" run?With or without MAC address?</description>
      <pubDate>Wed, 24 Sep 2003 08:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077032#M141864</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-09-24T08:39:50Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077033#M141865</link>
      <description>Part of your problem may be that you are using a '0' subnet.  By default HP-UX does not allow you to use 80.0.0.  There is an NDD setting that you need to change to allow that.  &lt;BR /&gt; &lt;BR /&gt;This may not be your problem, but it is possible.</description>
      <pubDate>Wed, 24 Sep 2003 08:48:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077033#M141865</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2003-09-24T08:48:07Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077034#M141866</link>
      <description>Hm,that address 80.0.0.235 is not accessible via current routing table I guess (netstat -rn)?&lt;BR /&gt;&lt;BR /&gt;Then add a host route :&lt;BR /&gt;route add  host 80.0.0.235 &lt;GATEWAY&gt;.Then add &lt;BR /&gt;entry to arp cache.&lt;BR /&gt;&lt;BR /&gt;Zeev &lt;BR /&gt;&lt;BR /&gt;P.S no ndd parameter on the 0.0 issue that I saw :)&lt;/GATEWAY&gt;</description>
      <pubDate>Wed, 24 Sep 2003 09:09:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077034#M141866</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-09-24T09:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077035#M141867</link>
      <description>Hi Zeev,&lt;BR /&gt;Not able to add in route table. &lt;BR /&gt;#route add host 80.0.0.235 70.0.0.106&lt;BR /&gt;add host 80.0.0.235: gateway 70.0.0.106: Network is unreachable&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 25 Sep 2003 04:57:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077035#M141867</guid>
      <dc:creator>deepu</dc:creator>
      <dc:date>2003-09-25T04:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077036#M141868</link>
      <description>And I assume that 80.0.0.235 is somewhere not in your LAN (ie behind a firewall) so no routing is to there?&lt;BR /&gt;&lt;BR /&gt;By the way,can you see the entry with arp -a &lt;BR /&gt;or "ndd -get /dev/arp arp_cache_report | grep 235"?</description>
      <pubDate>Thu, 25 Sep 2003 06:24:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077036#M141868</guid>
      <dc:creator>Zeev Schultz</dc:creator>
      <dc:date>2003-09-25T06:24:40Z</dc:date>
    </item>
    <item>
      <title>Re: arp command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077037#M141869</link>
      <description>Thanks Zeev, problem resolved..&lt;BR /&gt;&lt;BR /&gt;--Deepu&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Oct 2003 01:59:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/arp-command/m-p/3077037#M141869</guid>
      <dc:creator>deepu</dc:creator>
      <dc:date>2003-10-01T01:59:17Z</dc:date>
    </item>
  </channel>
</rss>

