Open rrickfox opened 3 weeks ago
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid.
One thing I also noticed is the line s6-rc: fatal: unable to take locks: Resource busy
in the logs, which I thought would explain the issue, but the issue #290 says that it should be resolved upstream?
Update: I have now switched to running wireguard on bare metal, which now works. If the issue is therefore not needed anymore, please just close it, I would leave it open for others to see
Is there an existing issue for this?
Current Behavior
When connecting with a wg_config.conf file to a remote wireguard server (happens to be a fritz box), I am unable to ping any devices in the remote network from inside my machine. When connecting with a windows laptop to this network, everything works as expected. I am also able to ping the machine in question from this windows laptop, but connections to http-servers and ssh-requests are denied.
Expected Behavior
The machine should behave naturally in the remote network.
Steps To Reproduce
[Peer] PublicKey = [...] PresharedKey = [...] AllowedIPs = 192.168.20.0/24 Endpoint = [...].myfritz.net:58231 PersistentKeepalive = 25
// Test to see if general Internet is working ping 8.8.8.8 PING 8.8.8.8 (8.8.8.8) 56(84) bytes of data. 64 bytes from 8.8.8.8: icmp_seq=1 ttl=115 time=18.9 ms ...
// Router (fritz box) on remote network ping 192.168.20.1 PING 192.168.20.1 (192.168.20.1) 56(84) bytes of data. From 192.168.16.1 icmp_seq=1 Destination Host Unreachable ...
// Windows laptop that is vpn-ed into same remote network ping 192.168.20.201 PING 192.168.20.201 (192.168.20.201) 56(84) bytes of data. From 192.168.16.1 icmp_seq=1 Destination Host Unreachable ...
// Ping remote router ping 192.168.20.1 Ping wird ausgeführt für 192.168.20.1 mit 32 Bytes Daten: Antwort von 192.168.20.1: Bytes=32 Zeit=22ms TTL=64 ...
// Ping machine in question ping 192.168.20.202 Ping wird ausgeführt für 192.168.20.202 mit 32 Bytes Daten: Antwort von 192.168.20.202: Bytes=32 Zeit=130ms TTL=63 ...
// curl http server curl 192.168.20.202 curl : Die Verbindung mit dem Remoteserver kann nicht hergestellt werden.
// try ssh ssh user@192.168.20.202 ssh: connect to host 192.168.20.202 port 22: Connection refused
CPU architecture
x86-64
Docker creation
Container logs