es gibt keine ausgabemat6937 hat geschrieben: OK, dann waren die arp-cache-Einträge auch nicht richtig. Versuch mal mit:Code: Alles auswählen
sudo ip neigh flush all && sudo arp -i wlan0 -s 10.0.0.1 00:0F:C9:03:2E:12 && sudo arp -i wlan0 -s 10.0.0.80 e8:94:f6:fb:e6:65
mat6937 hat geschrieben:Code: Alles auswählen
ping -c 2 -W 2 10.0.0.80 ping -c 2 -W 2 10.0.0.1
Code: Alles auswählen
ping -c 2 -W 2 10.0.0.80
PING 10.0.0.80 (10.0.0.80) 56(84) bytes of data.
--- 10.0.0.80 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 999ms
Code: Alles auswählen
ping -c 2 -W 2 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=3.21 ms
64 bytes from 10.0.0.1: icmp_seq=2 ttl=64 time=397 ms
--- 10.0.0.1 ping statistics ---
2 packets transmitted, 2 received, 0% packet loss, time 1001ms
rtt min/avg/max/mdev = 3.212/200.214/397.217/197.003 ms
mat6937 hat geschrieben: und:Code: Alles auswählen
sudo arping -c 3 -w 10 -b -f -I wlan0 -s 10.0.0.8 10.0.0.1 sudo arping -c 3 -w 10 -b -f -I wlan0 -s 10.0.0.8 10.0.0.80
Code: Alles auswählen
arping -c 3 -w 10 -b -f -I wlan0 -s 10.0.0.8 10.0.0.1
ARPING 10.0.0.1 from 10.0.0.8 wlan0
Sent 3 probes (3 broadcast(s))
Received 0 response(s)
Code: Alles auswählen
arping -c 3 -w 10 -b -f -I wlan0 -s 10.0.0.8 10.0.0.80
ARPING 10.0.0.80 from 10.0.0.8 wlan0
Sent 3 probes (3 broadcast(s))
Received 0 response(s)