Advertisement
Guest User

Untitled

a guest
Jan 27th, 2020
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.63 KB | None | 0 0
  1. :::: PiVPN debug ::::
  2. =============================================
  3. :::: Latest commit ::::
  4. commit 843daa73cf0c0bf11716cc03fdffcccb4612ac53 (grafted, HEAD -> master, origin/master, origin/HEAD)
  5. Author: 4s3ti <4s3ti@protonmail.com>
  6. Date: Fri Jan 24 16:28:08 2020 +0100
  7.  
  8. Add link to pivpn.dev status dashboard (#922)
  9.  
  10. * added link to server status dashboard
  11. =============================================
  12. :::: Installation settings ::::
  13. PLAT=Raspbian
  14. OSCN=buster
  15. USING_UFW=0
  16. IPv4dev=eth0
  17. IPv4addr=192.168.1.2
  18. IPv4gw=192.168.1.1
  19. install_user=pi
  20. install_home=/home/pi
  21. VPN=wireguard
  22. pivpnPORT=1330
  23. pivpnDNS1=9.9.9.9
  24. pivpnDNS2=149.112.112.112
  25. pivpnHOST=REDACTED
  26. INPUT_CHAIN_EDITED=0
  27. FORWARD_CHAIN_EDITED=0
  28. UNATTUPG=1
  29. TO_INSTALL=(qrencode raspberrypi-kernel-headers wireguard wireguard-tools wireguard-dkms unattended-upgrades)
  30. =============================================
  31. :::: Server configuration shown below ::::
  32. [Interface]
  33. PrivateKey = server_priv
  34. Address = 10.6.0.1/24
  35. ListenPort = 1330
  36. # begin M-Pixel3XL
  37. [Peer]
  38. PublicKey = M-Pixel3XL_pub
  39. PresharedKey = psk
  40. AllowedIPs = 10.6.0.2/32
  41. # end M-Pixel3XL
  42. =============================================
  43. :::: Client configuration shown below ::::
  44. [Interface]
  45. PrivateKey = M-Pixel3XL_priv
  46. Address = 10.6.0.2/24
  47. DNS = 9.9.9.9, 149.112.112.112
  48.  
  49. [Peer]
  50. PublicKey = server_pub
  51. PresharedKey = psk
  52. Endpoint = REDACTED:1330
  53. AllowedIPs = 0.0.0.0/0
  54. =============================================
  55. :::: Recursive list of files in ::::
  56. :::: /etc/wireguard shown below ::::
  57. /etc/wireguard:
  58. configs keys wg0.conf
  59.  
  60. /etc/wireguard/configs:
  61. clients.txt M-Pixel3XL.conf
  62.  
  63. /etc/wireguard/keys:
  64. M-Pixel3XL_priv M-Pixel3XL_pub psk server_priv server_pub
  65. =============================================
  66. :::: Self check ::::
  67. :: [OK] IP forwarding is enabled
  68. :: [OK] Iptables MASQUERADE rule set
  69. :: [OK] WireGuard is running
  70. :: [OK] WireGuard is enabled (it will automatically start on reboot)
  71. :: [OK] WireGuard is listening on port 1330/udp
  72. =============================================
  73. :::: WARNING: This script should have automatically masked sensitive ::::
  74. :::: information, however, still make sure that PrivateKey, PublicKey ::::
  75. :::: and PresharedKey are masked before reporting an issue. An example key ::::
  76. :::: that you should NOT see in this log looks like this: ::::
  77. :::: YIAoJVsdIeyvXfGGDDadHh6AxsMRymZTnnzZoAb9cxRe ::::
  78. =============================================
  79. :::: Debug complete ::::
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement