<?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: source ip in arp who-has request not valid in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450735#M18922</link>
    <description>I see the same on a number of my Procurve switches:&lt;BR /&gt;&lt;BR /&gt;Switch configuration:&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "Local"&lt;BR /&gt;   untagged 1-18&lt;BR /&gt;   ip address 1.2.3.4 255.255.255.0&lt;BR /&gt;   ip address 10.118.254.254 255.255.0.0&lt;BR /&gt;&lt;BR /&gt;Packet dump:&lt;BR /&gt;Who has 10.118.0.47?  Tell 1.2.3.4&lt;BR /&gt;&lt;BR /&gt;Unfortunately some equipment will not respond to the ARP request since the address is out of the subnet.&lt;BR /&gt;&lt;BR /&gt;Have you found a solution for this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Jul 2010 22:35:12 GMT</pubDate>
    <dc:creator>Eric Plikuhn</dc:creator>
    <dc:date>2010-07-15T22:35:12Z</dc:date>
    <item>
      <title>source ip in arp who-has request not valid</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450731#M18918</link>
      <description>&lt;!--!*#--&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;my switch is a procurve 2626.&lt;BR /&gt;When i want to ping a PC from lan 192.168.10.x to lan 192.168.22.x it works.&lt;BR /&gt;But when i want to ping a network equipement&lt;BR /&gt;from lan 192.168.10.x to lan 192.168.22.x it doesn't work (Such as switchs, wifi equipement ...).&lt;BR /&gt;&lt;BR /&gt;I have 2 VLANs (vlan 1 and vlan 2)&lt;BR /&gt;On the vlan 1, i have 4 subnets :&lt;BR /&gt;192.168.1.x, gw 192.168.1.33&lt;BR /&gt;192.168.10.x, gw 192.168.10.253&lt;BR /&gt;192.168.22.x, gw 192.168.22.254&lt;BR /&gt;192.168.21.x, gw 192.168.21.254&lt;BR /&gt;&lt;BR /&gt;Routing is enable&lt;BR /&gt;&lt;BR /&gt;The procurve switch has 4 IPs addresses :&lt;BR /&gt;192.168.1.33, 192.168.10.253, 192.168.22.254,&lt;BR /&gt;192.168.21.254&lt;BR /&gt;&lt;BR /&gt;I sniff the subnet 192.168.22.x and see that&lt;BR /&gt;the arp request looks like :&lt;BR /&gt;procurve-mac-&amp;gt; broadcast who-has 192.168.22.33 ? tell 192.168.1.33&lt;BR /&gt;&lt;BR /&gt;I think the problem is from the source in the request. Why the procurve uses 192.168.1.33 as source and not 192.168.22.254 ? Is there a parameter on the switch to modify ?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;Pascal</description>
      <pubDate>Wed, 01 Jul 2009 08:07:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450731#M18918</guid>
      <dc:creator>psa14</dc:creator>
      <dc:date>2009-07-01T08:07:38Z</dc:date>
    </item>
    <item>
      <title>Re: source ip in arp who-has request not valid</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450732#M18919</link>
      <description>this is because the order that adresses are assigned&lt;BR /&gt;it will use the primary adress for arp requests, not separate secondary adresses for each matching subnet.&lt;BR /&gt;&lt;BR /&gt;from 2600-2800-4100-6108-MgmtConfigGde:&lt;BR /&gt;The switch assigns the first IP address manually configured on a VLAN as the primary IP address. The switch then assigns any subsequent IP addresses (for other subnets) manually configured on the VLAN as secondary&lt;BR /&gt;addresses.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jul 2009 08:04:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450732#M18919</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-07-02T08:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: source ip in arp who-has request not valid</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450733#M18920</link>
      <description>Hi Peter,&lt;BR /&gt;thanks for you response,&lt;BR /&gt;&lt;BR /&gt;i fact, i want this switch acts as rounting between 4 physical networks.&lt;BR /&gt;I want to route packets from and to the 4 networks in the vlan 1.&lt;BR /&gt;1.x&amp;lt;-&amp;gt;10.x&lt;BR /&gt;1.x&amp;lt;-&amp;gt;22.x&lt;BR /&gt;1.x&amp;lt;-&amp;gt;21.x&lt;BR /&gt;10.x&amp;lt;-&amp;gt;22.x&lt;BR /&gt;21.x&amp;lt;-&amp;gt;22.x&lt;BR /&gt;10.x&amp;lt;-&amp;gt;21.x&lt;BR /&gt;&lt;BR /&gt;The vlan2 exists on the 4 networks, but there are one subnet.&lt;BR /&gt;&lt;BR /&gt;I have made a test ping between subnet 10.x&lt;BR /&gt;and subnet 22.x. It works only for pc&lt;BR /&gt;equipement and not for other network equipement.&lt;BR /&gt;&lt;BR /&gt;Is it possible with the procurve ?&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;</description>
      <pubDate>Thu, 02 Jul 2009 11:07:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450733#M18920</guid>
      <dc:creator>psa14</dc:creator>
      <dc:date>2009-07-02T11:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: source ip in arp who-has request not valid</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450734#M18921</link>
      <description>Just beacause it's not separate (sub)interfaces, but secondary adresses on a single interface , I think the 2626 may not route between primary/secondary and between secondary/secondary adresses.&lt;BR /&gt;&lt;BR /&gt;what output does "show ip route" produce?.</description>
      <pubDate>Thu, 02 Jul 2009 11:33:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450734#M18921</guid>
      <dc:creator>Pieter 't Hart</dc:creator>
      <dc:date>2009-07-02T11:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: source ip in arp who-has request not valid</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450735#M18922</link>
      <description>I see the same on a number of my Procurve switches:&lt;BR /&gt;&lt;BR /&gt;Switch configuration:&lt;BR /&gt;vlan 1&lt;BR /&gt;   name "Local"&lt;BR /&gt;   untagged 1-18&lt;BR /&gt;   ip address 1.2.3.4 255.255.255.0&lt;BR /&gt;   ip address 10.118.254.254 255.255.0.0&lt;BR /&gt;&lt;BR /&gt;Packet dump:&lt;BR /&gt;Who has 10.118.0.47?  Tell 1.2.3.4&lt;BR /&gt;&lt;BR /&gt;Unfortunately some equipment will not respond to the ARP request since the address is out of the subnet.&lt;BR /&gt;&lt;BR /&gt;Have you found a solution for this?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Jul 2010 22:35:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/source-ip-in-arp-who-has-request-not-valid/m-p/4450735#M18922</guid>
      <dc:creator>Eric Plikuhn</dc:creator>
      <dc:date>2010-07-15T22:35:12Z</dc:date>
    </item>
  </channel>
</rss>

