[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

IP antwortet mit 2 MAC Adressen



Hallo,

warum antwortet meine IP Adresse 172.20.35.10 mit 2 MAC Adressen?

$ sudo arping -c 1 172.20.35.10
ARPING 172.20.35.10
60 bytes from 00:e0:81:b4:a1:c1 (172.20.35.10): index=0 time=210.047 usec
60 bytes from 00:e0:81:b4:a1:c0 (172.20.35.10): index=1 time=304.937 usec

Hier mal aus der /etc/network/interfaces:

auto eth0
iface eth0 inet static
        address 172.20.32.25
        netmask 255.255.224.0
        network 172.20.32.0
        broadcast 172.20.63.255
        gateway 172.20.63.254


auto eth1
iface eth1 inet static
        address 172.20.35.10
        netmask 255.255.224.0
        network 172.20.32.0
        broadcast 172.20.63.255
        gateway 172.20.63.254

Hier mal ein "ip addr":
# ip addr
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
    inet6 ::1/128 scope host
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 100
    link/ether 00:e0:81:b4:a1:c0 brd ff:ff:ff:ff:ff:ff
    inet 172.20.32.25/19 brd 172.20.63.255 scope global eth0
    inet6 xxx scope global dynamic
       valid_lft 431989sec preferred_lft 431989sec
    inet6 xxx scope link
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP qlen 100
    link/ether 00:e0:81:b4:a1:c1 brd ff:ff:ff:ff:ff:ff
    inet 172.20.35.10/19 brd 172.20.63.255 scope global eth1
    inet6 xxx scope global dynamic
       valid_lft 431989sec preferred_lft 431989sec
    inet6 xxx scope link
       valid_lft forever preferred_lft forever
4: eth2: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:1b:21:30:1e:2c brd ff:ff:ff:ff:ff:ff
5: eth3: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN qlen 1000
    link/ether 00:1b:21:30:1e:2d brd ff:ff:ff:ff:ff:ff
6: sit0: <NOARP> mtu 1480 qdisc noop state DOWN
    link/sit 0.0.0.0 brd 0.0.0.0

eth2 und eth3 sind hierbei nicht zu beachten. IPv6 Adressen wurde durch xxx ersetzt.

Nun, hat jemand eine Idee? Ich stehe gerade auf dem Schlauch...

Gruß, Thomas


Reply to: