<?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: Old IP addresses appear in arp table after changes in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763769#M583571</link>
    <description>If you manually delete the entry and it comes back with an old entry you are probably using arpd/rarpd.&lt;BR /&gt;The temporary fix is to add the arp entry manually with "arp -s hostname mac".  Depending on your broadcast timer from arpd this may not last long.&lt;BR /&gt;Usually a router takes care of the arpd server and your workstation is a client.&lt;BR /&gt;You need to flush the arp table on your device pushing arp entries.  &lt;BR /&gt;&lt;BR /&gt;If it's a router and yours then the easy way is to power cycle it.  If it's not yours then have the network admin take care of it.&lt;BR /&gt;&lt;BR /&gt;Note: I have seen sites (and done so myself) where arp tables are manually loaded at system boot time.  Hopefully this is not your case.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
    <pubDate>Mon, 15 Jul 2002 16:12:11 GMT</pubDate>
    <dc:creator>Shannon Petry</dc:creator>
    <dc:date>2002-07-15T16:12:11Z</dc:date>
    <item>
      <title>Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763761#M583563</link>
      <description>Hi, &lt;BR /&gt;  I changed the addresses to our netport print servers on our HP-9000 HP-UX 11.0. I did an arp -a and the old addresses are still associated with the MAC address. How do I refresh the arp table in HP-UX 11.0 to recognize the IP addresses changes.&lt;BR /&gt;&lt;BR /&gt; Attilio</description>
      <pubDate>Mon, 15 Jul 2002 12:41:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763761#M583563</guid>
      <dc:creator>Attilio Gatto</dc:creator>
      <dc:date>2002-07-15T12:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763762#M583564</link>
      <description>&lt;BR /&gt;Do an arp -d  command to delete the old entry, then ping the new entry and the arp table will update with the new one.&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 12:44:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763762#M583564</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2002-07-15T12:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763763#M583565</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;arp -d to delete the old entry. Once you ping the new ip address it will appear in the arp table.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Mon, 15 Jul 2002 12:48:06 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763763#M583565</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-15T12:48:06Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763764#M583566</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/arp -s hostname hw_address&lt;BR /&gt;&lt;BR /&gt;This will update the arp table.&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Mon, 15 Jul 2002 12:51:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763764#M583566</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-15T12:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763765#M583567</link>
      <description>Hi Attilio,&lt;BR /&gt;&lt;BR /&gt;arp has a cache which remembers the information stored into it.( I think for 5 minutes) You first have to delete these informations using the command:&lt;BR /&gt;&lt;BR /&gt;arp -d&lt;BR /&gt;&lt;BR /&gt;After this the new IP- adresses will appear in arp cache, if you try to establish any connection to remote host.&lt;BR /&gt;&lt;BR /&gt;Allways stay on the bright side of life!&lt;BR /&gt;&lt;BR /&gt;Peter</description>
      <pubDate>Mon, 15 Jul 2002 12:52:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763765#M583567</guid>
      <dc:creator>Peter Kloetgen</dc:creator>
      <dc:date>2002-07-15T12:52:34Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763766#M583568</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;  I did an arp -d {IP address}. I do an arp -a&lt;BR /&gt;the entry does not exist.  I ping the hostname of the printer and the ping comes back with the old IP address.  The /etc/hosts file is correct.&lt;BR /&gt;&lt;BR /&gt; Attilio&lt;BR /&gt;</description>
      <pubDate>Mon, 15 Jul 2002 13:45:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763766#M583568</guid>
      <dc:creator>Attilio Gatto</dc:creator>
      <dc:date>2002-07-15T13:45:42Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763767#M583569</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;What about changing the IP address on the printer server itself. Did you try with the arp -s command with the hostname and mac-address ???&lt;BR /&gt;&lt;BR /&gt;Check the IP address if it exists in the /etc/rc.config.d/netconf file also&lt;BR /&gt;&lt;BR /&gt;Piyush</description>
      <pubDate>Mon, 15 Jul 2002 14:50:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763767#M583569</guid>
      <dc:creator>PIYUSH D. PATEL</dc:creator>
      <dc:date>2002-07-15T14:50:08Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763768#M583570</link>
      <description>Hi,&lt;BR /&gt;  The IP addresses on the print servers are correct. If I do an arp -d the IP and MAC addreses are correct. When I ping the device using the alias I get the old IP address.&lt;BR /&gt;&lt;BR /&gt;Attilio</description>
      <pubDate>Mon, 15 Jul 2002 15:10:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763768#M583570</guid>
      <dc:creator>Attilio Gatto</dc:creator>
      <dc:date>2002-07-15T15:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763769#M583571</link>
      <description>If you manually delete the entry and it comes back with an old entry you are probably using arpd/rarpd.&lt;BR /&gt;The temporary fix is to add the arp entry manually with "arp -s hostname mac".  Depending on your broadcast timer from arpd this may not last long.&lt;BR /&gt;Usually a router takes care of the arpd server and your workstation is a client.&lt;BR /&gt;You need to flush the arp table on your device pushing arp entries.  &lt;BR /&gt;&lt;BR /&gt;If it's a router and yours then the easy way is to power cycle it.  If it's not yours then have the network admin take care of it.&lt;BR /&gt;&lt;BR /&gt;Note: I have seen sites (and done so myself) where arp tables are manually loaded at system boot time.  Hopefully this is not your case.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Shannon</description>
      <pubDate>Mon, 15 Jul 2002 16:12:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763769#M583571</guid>
      <dc:creator>Shannon Petry</dc:creator>
      <dc:date>2002-07-15T16:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Old IP addresses appear in arp table after changes</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763770#M583572</link>
      <description>it may sound like a silly question, but when you changed the IP address of the printer, did you happen to update all the sources of hostname to IP address translation? /etc/hosts, DNS etc? Does /etc/nsswitch.conf point to the sources of hostname to IP address translation that you updated?&lt;BR /&gt;&lt;BR /&gt;That the ping of a hostname comes back with the old IP address implies that the hostname to IP mappings did not get updated.</description>
      <pubDate>Tue, 16 Jul 2002 01:36:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/old-ip-addresses-appear-in-arp-table-after-changes/m-p/2763770#M583572</guid>
      <dc:creator>rick jones</dc:creator>
      <dc:date>2002-07-16T01:36:13Z</dc:date>
    </item>
  </channel>
</rss>

