danke kb für dein feddback. Mache ich gern.
Ubuntu Version:
# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04.4 LTS"
Hier der ping auf die Fritzbox.
# ping 192.168.178.1
PING 192.168.178.1 (192.168.178.1) 56(84) bytes of data.
64 bytes from 192.168.178.1: icmp_seq=1 ttl=64 time=1.03 ms
64 bytes from 192.168.178.1: icmp_seq=2 ttl=64 time=0.663 ms
64 bytes from 192.168.178.1: icmp_seq=3 ttl=64 time=0.798 ms
64 bytes from 192.168.178.1: icmp_seq=4 ttl=64 time=0.581 ms
64 bytes from 192.168.178.1: icmp_seq=5 ttl=64 time=0.796 ms
64 bytes from 192.168.178.1: icmp_seq=6 ttl=64 time=0.914 ms
64 bytes from 192.168.178.1: icmp_seq=7 ttl=64 time=0.849 ms
64 bytes from 192.168.178.1: icmp_seq=8 ttl=64 time=0.829 ms
^C
--- 192.168.178.1 ping statistics ---
8 packets transmitted, 8 received, 0% packet loss, time 7070ms
rtt min/avg/max/mdev = 0.581/0.807/1.031/0.130 ms
Und hier der ping auf die beiden Windows Rechner:
Win10
# ping 192.168.178.195
PING 192.168.178.195 (192.168.178.195) 56(84) bytes of data.
From 192.168.178.148 icmp_seq=1 Destination Host Unreachable
ping: sendmsg: Keine Route zum Zielrechner
From 192.168.178.148 icmp_seq=2 Destination Host Unreachable
From 192.168.178.148 icmp_seq=3 Destination Host Unreachable
From 192.168.178.148 icmp_seq=5 Destination Host Unreachable
ping: sendmsg: Keine Route zum Zielrechner
From 192.168.178.148 icmp_seq=6 Destination Host Unreachable
From 192.168.178.148 icmp_seq=7 Destination Host Unreachable
^C
--- 192.168.178.195 ping statistics ---
8 packets transmitted, 0 received, +6 errors, 100% packet loss, time 7172ms
pipe 3
Win11
# ping 192.168.178.105
PING 192.168.178.105 (192.168.178.105) 56(84) bytes of data.
^C
--- 192.168.178.105 ping statistics ---
17 packets transmitted, 0 received, 100% packet loss, time 16372ms
Ich hoffe ich habe jetzt alles richtig eingefügt.