amnezia-vpn / amneziawg-go

AmneziaWG VPN protocol
MIT License
496 stars 60 forks source link

ping clients #43

Open lomik31 opened 3 weeks ago

lomik31 commented 3 weeks ago

I can't access awg clients. neither from the server nor from the docker container.

bash-5.1# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         172.29.172.1    0.0.0.0         UG    0      0        0 eth0
10.8.1.0        *               255.255.255.0   U     0      0        0 wg0
172.17.0.0      *               255.255.0.0     U     0      0        0 eth1
172.29.172.0    *               255.255.255.0   U     0      0        0 eth0

sun@cloud-server:~$ route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
default         _gateway        0.0.0.0         UG    100    0        0 eth0
10.66.66.0      0.0.0.0         255.255.255.0   U     0      0        0 wg0
172.17.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker0
172.18.0.0      0.0.0.0         255.255.0.0     U     0      0        0 docker_gwbridge
172.29.172.0    0.0.0.0         255.255.255.0   U     0      0        0 amn0
_gateway        0.0.0.0         255.255.255.255 UH    100    0        0 eth0
ns1.recursivedn _gateway        255.255.255.255 UGH   100    0        0 eth0
ns2.recursivedn _gateway        255.255.255.255 UGH   100    0        0 eth0

sun@cloud-server:~$ traceroute 10.8.1.7
traceroute to 10.8.1.7 (10.8.1.7), 30 hops max, 60 byte packets
 1  * * *
 2  * * *
 3  * * *
 4  * * *
 5  * * *
 6  *^C

sun@cloud-server:~$ ping 10.8.1.7
PING 10.8.1.7 (10.8.1.7) 56(84) bytes of data.
^C
--- 10.8.1.7 ping statistics ---
288 packets transmitted, 0 received, 100% packet loss, time 293922ms
leninalive commented 2 weeks ago

Hi, please provide more information about your setup.