You're apparently testing an internet address (173.x.x.x) and not a VPN address (10.0.2.0)
The guide you've linked tests connectivity between VPN addresses (10.0.2.1 and 10.0.2.2.) In the guide, the peer endpoint is at internet address 35.36.37.38
The guide you've linked tests connectivity between VPN addresses (10.0.2.1 and 10.0.2.2.) In the guide, the peer endpoint is at internet address 35.36.37.38
Try testing with ping and route towards 10.0.2.1 or 10.0.2.2 and you should get a similar output to the guide....Code:
...# the IP address of the server on the WireGuard network AllowedIPs = 10.0.2.1/32# public IP address and port of the WireGuard serverEndpoint = 35.36.37.38:51820
Code:
$ ip route get 10.0.2.110.0.2.1 dev wg0 src 10.0.2.2 uid 1000 cache
Statistics: Posted by epoch1970 — Wed May 08, 2024 12:26 pm