Richtig, die 252 ist der Client, die 253 ist der Server. Die Geräte hätten die 10, die 240 und die 241. Die 254 gibt es nicht und gab es auch nie...
Was mache ich mit dem falschen ARP-Eintrag?
Die 254 habe ich mal versucht rauszunehmen, die war als Gateway in der Bridge eingetragen. Seltsam, da das wie gesagt seit Jahren läuft und nicht verändert wurde...
Server jetzt
Code
ip a s br0
route -n
arp -av
5: br0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 00:50:b6:28:14:b6 brd ff:ff:ff:ff:ff:ff
inet 10.10.10.253/24 brd 10.10.10.255 scope global br0
valid_lft forever preferred_lft forever
inet6 fe80::250:b6ff:fe28:14b6/64 scope link
valid_lft forever preferred_lft forever
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 192.168.101.1 0.0.0.0 UG 202 0 0 eth0
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
169.254.0.0 0.0.0.0 255.255.0.0 U 204 0 0 eth1
192.168.101.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
? (192.168.101.64) at e4:5f:01:71:af:bb [ether] on eth0
? (192.168.101.84) at 30:05:5c:79:e6:22 [ether] on eth0
? (192.168.101.1) at c0:c9:e3:da:06:24 [ether] on eth0
? (10.10.10.252) at <incomplete> on br0
Entries: 4 Skipped: 0 Found: 4
Display More
Client jetzt
Code
ip a s br0
route -n
arp -av
-bash: ip: command not found
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
0.0.0.0 10.10.10.253 128.0.0.0 UG 0 0 0 br0
0.0.0.0 192.168.101.1 0.0.0.0 UG 202 0 0 eth0
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 br0
10.10.10.0 0.0.0.0 255.255.255.0 U 0 0 0 tap0
128.0.0.0 10.10.10.253 128.0.0.0 UG 0 0 0 br0
192.168.101.0 0.0.0.0 255.255.255.0 U 202 0 0 eth0
192.168.101.66 192.168.101.1 255.255.255.255 UGH 0 0 0 eth0
? (192.168.101.1) at c0:c9:e3:da:06:24 [ether] on eth0
? (192.168.101.118) at c8:60:00:6e:51:f1 [ether] on eth0
? (192.168.101.84) at 30:05:5c:79:e6:22 [ether] on eth0
? (192.168.101.66) at e4:5f:01:71:b0:0c [ether] on eth0
? (10.10.10.253) at <incomplete> on br0
Entries: 5 Skipped: 0 Found: 5
Display More