Guest User

Untitled

a guest
Feb 10th, 2024
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.70 KB | None | 0 0
  1. ::: Generating Debug Output
  2. :::: PiVPN debug ::::
  3. =============================================
  4. :::: Latest commit ::::
  5. Branch: master
  6. Commit: 20d3a4ccd4f2d080d6f9a13a74e6369aa9d54476
  7. Author: Orazio
  8. Date: Mon Jan 29 08:53:41 2024 +0100
  9. Summary: fix(install): don't treat http errors as unavailable ipv6
  10. =============================================
  11. :::: Installation settings ::::
  12. PLAT=Debian
  13. OSCN=bookworm
  14. USING_UFW=0
  15. IPv4dev=eth0
  16. dhcpReserv=1
  17. IPv4addr=192.168.1.67/24
  18. IPv4gw=192.168.1.254
  19. install_user=antony
  20. install_home=/home/antony
  21. VPN=wireguard
  22. pivpnPORT=51820
  23. pivpnDNS1=1.1.1.1
  24. pivpnDNS2=1.0.0.1
  25. pivpnHOST=REDACTED
  26. INPUT_CHAIN_EDITED=0
  27. FORWARD_CHAIN_EDITED=0
  28. INPUT_CHAIN_EDITEDv6=0
  29. FORWARD_CHAIN_EDITEDv6=0
  30. pivpnPROTO=udp
  31. pivpnMTU=1420
  32. pivpnDEV=wg0
  33. pivpnNET=10.222.129.0
  34. subnetClass=24
  35. pivpnenableipv6=1
  36. pivpnNETv6="fd11:5ee:bad:c0de::"
  37. subnetClassv6=64
  38. ALLOWED_IPS="0.0.0.0/0, ::0/0"
  39. UNATTUPG=1
  40. INSTALLED_PACKAGES=()
  41. =============================================
  42. :::: Server configuration shown below ::::
  43. [Interface]
  44. PrivateKey = server_priv
  45. Address = 10.222.129.1/24,fd11:5ee:bad:c0de::1/64
  46. MTU = 1420
  47. ListenPort = 51820
  48. PostUp = iptables -A FORWARD -o %i -j ACCEPT
  49. PostDown = iptables -D FORWARD -o %i -j ACCEPT
  50. ### begin Antony ###
  51. [Peer]
  52. PublicKey = Antony_pub
  53. PresharedKey = Antony_psk
  54. AllowedIPs = 10.222.129.2/32,fd11:5ee:bad:c0de::2/128
  55. ### end Antony ###
  56. =============================================
  57. :::: Client configuration shown below ::::
  58. [Interface]
  59. PrivateKey = Antony_priv
  60. Address = 10.222.129.2/24,fd11:5ee:bad:c0de::2/64
  61. DNS = 1.1.1.1, 1.0.0.1
  62.  
  63. [Peer]
  64. PublicKey = server_pub
  65. PresharedKey = Antony_psk
  66. Endpoint = REDACTED:51820
  67. AllowedIPs = 0.0.0.0/0, ::0/0
  68. =============================================
  69. :::: Recursive list of files in ::::
  70. :::: /etc/wireguard shown below ::::
  71. /etc/wireguard:
  72. configs
  73. keys
  74. wg0.conf
  75.  
  76. /etc/wireguard/configs:
  77. Antony.conf
  78. clients.txt
  79.  
  80. /etc/wireguard/keys:
  81. Antony_priv
  82. Antony_psk
  83. Antony_pub
  84. server_priv
  85. server_pub
  86. =============================================
  87. :::: Self check ::::
  88. :: [OK] IP forwarding is enabled
  89. :: [OK] Iptables MASQUERADE rule set
  90. :: [OK] WireGuard is running
  91. :: [OK] WireGuard is enabled
  92. (it will automatically start on reboot)
  93. :: [OK] WireGuard is listening on port 51820/udp
  94. =============================================
  95. :::: Having trouble connecting? Take a look at the FAQ:
  96. :::: https://docs.pivpn.io/faq
  97. =============================================
  98. :::: Debug complete ::::
  99. :::
  100. ::: Debug output completed above.
  101. ::: Copy saved to /tmp/debug.log
  102. :::
Advertisement
Add Comment
Please, Sign In to add comment