Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@kaihendry
Last active August 1, 2019 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kaihendry/c84777cf31bac9e7742b80a4c7585d56 to your computer and use it in GitHub Desktop.
Save kaihendry/c84777cf31bac9e7742b80a4c7585d56 to your computer and use it in GitHub Desktop.
On my non-working wireguard VPN server
hendry@knuckles ~ $ ping -I wg0 8.8.8.8
PING 8.8.8.8 (8.8.8.8) from 192.168.2.1 wg0: 56(84) bytes of data.
ping: sendmsg: No error information
ping: sendmsg: No error information
^C
--- 8.8.8.8 ping statistics ---
2 packets transmitted, 0 received, 100% packet loss, time 1005ms
On a working wireguard VPN server
[hendry@bible ~]$ ping -I wg0 8.8.8.8
PING 8.8.8.8 (8.8.8.8) from 192.168.2.1 wg0: 56(84) bytes of data.
ping: sendmsg: Required key not available
ping: sendmsg: Required key not available
ping: sendmsg: Required key not available
ping: sendmsg: Required key not available
^C
--- 8.8.8.8 ping statistics ---
4 packets transmitted, 0 received, 100% packet loss, time 24ms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment