Advertisement
Guest User

Untitled

a guest
Feb 19th, 2024
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.00 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. pivpnforceipv6route=1
  16. IPv4dev=wlan0
  17. dhcpReserv=1
  18. IPv4addr=192.168.86.54/24
  19. IPv4gw=192.168.86.1
  20. install_user=pi
  21. install_home=/home/pi
  22. VPN=wireguard
  23. pivpnPORT=51820
  24. pivpnDNS1=10.40.148.1
  25. pivpnDNS2=
  26. pivpnHOST=REDACTED
  27. INPUT_CHAIN_EDITED=1
  28. FORWARD_CHAIN_EDITED=0
  29. INPUT_CHAIN_EDITEDv6=
  30. FORWARD_CHAIN_EDITEDv6=
  31. pivpnPROTO=udp
  32. pivpnMTU=1420
  33. pivpnDEV=wg0
  34. pivpnNET=10.40.148.0
  35. subnetClass=24
  36. pivpnenableipv6=0
  37. ALLOWED_IPS="0.0.0.0/0, ::0/0"
  38. UNATTUPG=1
  39. INSTALLED_PACKAGES=(wireguard-tools qrencode unattended-upgrades)
  40. =============================================
  41. :::: Server configuration shown below ::::
  42. [Interface]
  43. PrivateKey = server_priv
  44. Address = 10.40.148.1/24
  45. MTU = 1420
  46. ListenPort = 51820
  47. ### begin billy-redmi-home ###
  48. [Peer]
  49. PublicKey = billy-redmi-home_pub
  50. PresharedKey = billy-redmi-home_psk
  51. AllowedIPs = 10.40.148.2/32
  52. ### end billy-redmi-home ###
  53. =============================================
  54. :::: Client configuration shown below ::::
  55. [Interface]
  56. PrivateKey = billy-redmi-home_priv
  57. Address = 10.40.148.2/24
  58. DNS = 10.40.148.1
  59.  
  60. [Peer]
  61. PublicKey = server_pub
  62. PresharedKey = billy-redmi-home_psk
  63. Endpoint = REDACTED:51820
  64. AllowedIPs = 0.0.0.0/0, ::0/0
  65. =============================================
  66. :::: Recursive list of files in ::::
  67. :::: /etc/wireguard shown below ::::
  68. /etc/wireguard:
  69. configs
  70. keys
  71. wg0.conf
  72.  
  73. /etc/wireguard/configs:
  74. billy-redmi-home.conf
  75. clients.txt
  76.  
  77. /etc/wireguard/keys:
  78. billy-redmi-home_priv
  79. billy-redmi-home_psk
  80. billy-redmi-home_pub
  81. server_priv
  82. server_pub
  83. =============================================
  84. :::: Self check ::::
  85. :: [OK] IP forwarding is enabled
  86. :: [OK] Iptables MASQUERADE rule set
  87. :: [OK] Iptables INPUT rule set
  88. :: [OK] WireGuard is running
  89. :: [OK] WireGuard is enabled
  90. (it will automatically start on reboot)
  91. :: [OK] WireGuard is listening on port 51820/udp
  92. =============================================
  93. :::: Having trouble connecting? Take a look at the FAQ:
  94. :::: https://docs.pivpn.io/faq
  95. =============================================
  96. :::: WARNING: This script should have automatically masked sensitive ::::
  97. :::: information, however, still make sure that PrivateKey, PublicKey ::::
  98. :::: and PresharedKey are masked before reporting an issue. An example key ::::
  99. :::: that you should NOT see in this log looks like this: ::::
  100. :::: YIAoJVsdIeyvXfGGDDadHh6AxsMRymZTnnzZoAb9cxRe ::::
  101. =============================================
  102. :::: Debug complete ::::
  103. :::
  104. ::: Debug output completed above.
  105. ::: Copy saved to /tmp/debug.log
  106.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement