Advertisement
Guest User

Untitled

a guest
Jun 16th, 2025
10
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.09 KB | None | 0 0
  1. :::: PiVPN debug ::::
  2. =============================================
  3. :::: Latest commit ::::
  4. Branch: master
  5. Commit: 8cb0a4eab6bd2d1d670cce3f95fd16d9b8055861
  6. Author: Rafael Alexandre
  7. Date: Wed Apr 23 20:09:22 2025 +0200
  8. Summary: add --client-ip/-ip 'auto' option + fix default/empty peer name logic
  9. =============================================
  10. :::: Installation settings ::::
  11. PLAT=Debian
  12. OSCN=bullseye
  13. USING_UFW=0
  14. pivpnforceipv6route=0
  15. IPv4dev=wlan0
  16. install_user=orangepi
  17. install_home=/home/orangepi
  18. VPN=wireguard
  19. pivpnPORT=51820
  20. pivpnDNS1=1.1.1.1
  21. pivpnDNS2=1.0.0.1
  22. pivpnHOST=REDACTED
  23. INPUT_CHAIN_EDITED=0
  24. FORWARD_CHAIN_EDITED=0
  25. INPUT_CHAIN_EDITEDv6=
  26. FORWARD_CHAIN_EDITEDv6=
  27. pivpnPROTO=udp
  28. pivpnMTU=1420
  29. pivpnDEV=wg0
  30. pivpnNET=10.244.37.0
  31. subnetClass=24
  32. pivpnenableipv6=0
  33. ALLOWED_IPS="0.0.0.0/0"
  34. UNATTUPG=1
  35. INSTALLED_PACKAGES=(grepcidr bsdmainutils iptables-persistent wireguard-tools)
  36. =============================================
  37. :::: Server configuration shown below ::::
  38. [Interface]
  39. PrivateKey = server_priv
  40. Address = 10.244.37.1/24
  41. MTU = 1420
  42. ListenPort = 51820
  43. ### begin IPhone_14_Pro ###
  44. [Peer]
  45. PublicKey = IPhone_14_Pro_pub
  46. PresharedKey = IPhone_14_Pro_psk
  47. AllowedIPs = 10.244.37.2/32
  48. ### end IPhone_14_Pro ###
  49. ### begin Ipad ###
  50. [Peer]
  51. PublicKey = Ipad_pub
  52. PresharedKey = Ipad_psk
  53. AllowedIPs = 10.244.37.3/32
  54. ### end Ipad ###
  55. =============================================
  56. :::: Client configuration shown below ::::
  57. [Interface]
  58. PrivateKey = IPhone_14_Pro_priv
  59. Address = 10.244.37.2/24
  60. DNS = 1.1.1.1, 1.0.0.1
  61.  
  62. [Peer]
  63. PublicKey = server_pub
  64. PresharedKey = IPhone_14_Pro_psk
  65. Endpoint = REDACTED:51820
  66. AllowedIPs = 0.0.0.0/0
  67. =============================================
  68. :::: Recursive list of files in ::::
  69. :::: /etc/wireguard shown below ::::
  70. /etc/wireguard:
  71. configs
  72. keys
  73. wg0.conf
  74.  
  75. /etc/wireguard/configs:
  76. clients.txt
  77. Ipad.conf
  78. IPhone_14_Pro.conf
  79.  
  80. /etc/wireguard/keys:
  81. Ipad_priv
  82. Ipad_psk
  83. Ipad_pub
  84. IPhone_14_Pro_priv
  85. IPhone_14_Pro_psk
  86. IPhone_14_Pro_pub
  87. server_priv
  88. server_pub
  89. =============================================
  90. :::: Self check ::::
  91. :: [OK] IP forwarding is enabled
  92. :: [OK] Iptables MASQUERADE rule set
  93. :: [OK] WireGuard is running
  94. :: [OK] WireGuard is enabled
  95. (it will automatically start on reboot)
  96. :: [OK] WireGuard is listening on port 51820/udp
  97. =============================================
  98. :::: Having trouble connecting? Take a look at the FAQ:
  99. :::: https://docs.pivpn.io/faq
  100. =============================================
  101. :::: WARNING: This script should have automatically masked sensitive ::::
  102. :::: information, however, still make sure that PrivateKey, PublicKey ::::
  103. :::: and PresharedKey are masked before reporting an issue. An example key ::::
  104. :::: that you should NOT see in this log looks like this: ::::
  105. :::: YIAoJVsdIeyvXfGGDDadHh6AxsMRymZTnnzZoAb9cxRe ::::
  106. =============================================
  107. :::: Debug complete ::::
  108.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement