Hallo zusammen,
ich habe mir einen VPS-Server bei Ionos gemietet und dort
einen Wireguard-Server installiert.
In meinem Heimnetz habe ich eine Z-Box mit Ubuntu-Server 24.04 LTS laufen und dort den
Wireguard-Client.
Der Aufbau des Tunnels funktioniert und ich kann von beiden Seiten Server und Client anpingen.
Was nicht funktioniert ist der Ping vom Wireguard-Server auf die PC im Netzwerk des Clients.
Auf dem Client ist eine frische Ubuntu-Server-Installation. Firewall ist nicht aktiv.
Wireguard-Tunnel IPs: 10.0.0.x
Lokale PC: 192.168.1.x
Wie bekomme ich das zum Laufen?
Meine Configs sehen so aus:
Server:
[Interface]
Address = 10.0.0.1/24
SaveConfig = true
PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o ens6 -j MASQUERADE
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o ens6 -j MASQUERADE
ListenPort = 51820
PrivateKey = xxxx
[Peer]
PublicKey = xxxx
AllowedIPs = 10.0.0.0/24, 192.168.1.0/24
PersistentKeepalive = 25
Client:
[Interface]
Address = 10.0.0.3/24
SaveConfig = true
PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING ->
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING>
PrivateKey = xxxx
[Peer]
PublicKey = xxxx
AllowedIPs = 10.0.0.0/24
Endpoint = xxx.xxx.xxx.xxx:51820
PersistentKeepalive = 25
Hat jemand eine Idee?
Ich werde hier noch verrückt….
ich habe mir einen VPS-Server bei Ionos gemietet und dort
einen Wireguard-Server installiert.
In meinem Heimnetz habe ich eine Z-Box mit Ubuntu-Server 24.04 LTS laufen und dort den
Wireguard-Client.
Der Aufbau des Tunnels funktioniert und ich kann von beiden Seiten Server und Client anpingen.
Was nicht funktioniert ist der Ping vom Wireguard-Server auf die PC im Netzwerk des Clients.
Auf dem Client ist eine frische Ubuntu-Server-Installation. Firewall ist nicht aktiv.
Wireguard-Tunnel IPs: 10.0.0.x
Lokale PC: 192.168.1.x
Wie bekomme ich das zum Laufen?
Meine Configs sehen so aus:
Server:
[Interface]
Address = 10.0.0.1/24
SaveConfig = true
PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING -o ens6 -j MASQUERADE
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING -o ens6 -j MASQUERADE
ListenPort = 51820
PrivateKey = xxxx
[Peer]
PublicKey = xxxx
AllowedIPs = 10.0.0.0/24, 192.168.1.0/24
PersistentKeepalive = 25
Client:
[Interface]
Address = 10.0.0.3/24
SaveConfig = true
PostUp = iptables -A FORWARD -i wg0 -j ACCEPT; iptables -t nat -A POSTROUTING ->
PostDown = iptables -D FORWARD -i wg0 -j ACCEPT; iptables -t nat -D POSTROUTING>
PrivateKey = xxxx
[Peer]
PublicKey = xxxx
AllowedIPs = 10.0.0.0/24
Endpoint = xxx.xxx.xxx.xxx:51820
PersistentKeepalive = 25
Hat jemand eine Idee?
Ich werde hier noch verrückt….