On 17 Oct 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed)
wrote:
>Then I tried to find out what is going on. I ping several computer in
>the LAN including gateway, and then "/usr/sbin/arp -an -i eth0", which
>command outputed something like :
Something like??? What exactly? (IP addresses can be munged without
to much of a problem, but the actual MAC addresses must be shown.)
>? (10.100.105.251) at 00:07:84:52:55:3C [ether] on eth0 (I suppose this
>is one of gateways)
>? (10.100.105.252) at 00:07:84:52:55:3D [ether] on eth0 (this is
>another of gateways I suppose)
[compton ~]$ etherwhois 00:07:84
00-07-84 (hex) Cisco Systems Inc.
000784 (base 16) Cisco Systems Inc.
170 West Tasman Dr.
San Jose CA 95134
UNITED STATES
[compton ~]$
Well, they are from Cisco, but why not look at your routing table - are
those IP addresses listed as gateways in '/sbin/route -n'?
>? (10.100.105.13) at 00:00:0C:07:AC:00 [ether] on eth0
>? (10.100.105.250) at 00:00:0C:07:AC:00 [ether] on eth0( this seems a
>common virtual IP for the two gateway)
>? (10.100.105.14) at 00:00:0C:07:AC:00 [ether] on eth0
[compton ~]$ etherwhois 00:00:0C
00-00-0C (hex) CISCO SYSTEMS, INC.
00000C (base 16) CISCO SYSTEMS, INC.
170 WEST TASMAN DRIVE
SAN JOSE CA 95134-1706
UNITED STATES
[compton ~]$
That's the original OUI allocation to Cisco.
>Why do computers other than real IP of gateways have the same pecular
>MAC address? Is it normal? If not, what may be going on?
You should ask your network administrator. Given these are Cicso MACs,
my first thought would be Proxy-ARP - where 10.100.105.13 and 10.100.105.14
might be located on a different network cable, and 10.100.105.250 is
forwarding packets for those addresses.
-rw-rw-r-- 1 gferg ldp 19372 Aug 28 2000 Proxy-ARP-Subnet
That mini-howto may be on your system, or you can find it on the web using
a search engine.
Old guy