TEXT   215
Generating Debug Output PiVPN debug
By test on 18th July 2021 10:46:37 AM


  1. ::: Generating Debug Output
  2. ::::            PiVPN debug              ::::
  3. =============================================
  4. ::::            Latest commit            ::::
  5. commit 5aa0de636f32fd674b77a2b3dd64d97b51680707
  6. Author: 4s3ti <4s3ti@protonmail.com>
  7. Date:   Mon May 31 21:01:46 2021 +0200
  8.  
  9.     IRC From freenode to libera.chat
  10.  
  11.     Changed info about IRC Chanel,
  12.     Chanel moved from freenode to libera.chat
  13. =============================================
  14. ::::        Installation settings        ::::
  15. PLAT=Raspbian
  16. OSCN=buster
  17. USING_UFW=0
  18. IPv4dev=eth0
  19. dhcpReserv=1
  20. IPv4addr=10.200.241.5/24
  21. IPv4gw=10.200.241.1
  22. install_user=pi
  23. install_home=/home/pi
  24. VPN=wireguard
  25. pivpnPORT=20001
  26. pivpnDNS1=9.9.9.9
  27. pivpnDNS2=149.112.112.112
  28. pivpnHOST=REDACTED
  29. INPUT_CHAIN_EDITED=0
  30. FORWARD_CHAIN_EDITED=0
  31. pivpnPROTO=udp
  32. pivpnMTU=1420
  33. pivpnDEV=wg0
  34. pivpnNET=10.6.0.0
  35. subnetClass=24
  36. ALLOWED_IPS="0.0.0.0/0, ::0/0"
  37. UNATTUPG=1
  38. INSTALLED_PACKAGES=()
  39. =============================================
  40. ::::  Server configuration shown below   ::::
  41. [Interface]
  42. PrivateKey = server_priv
  43. Address = 10.6.0.1/24
  44. MTU = 1420
  45. ListenPort = 20001
  46. ### begin mads-iphone7 ###
  47. [Peer]
  48. PublicKey = mads-iphone7_pub
  49. PresharedKey = mads-iphone7_psk
  50. AllowedIPs = 10.6.0.2/32
  51. ### end mads-iphone7 ###
  52. ### begin maria-laptop ###
  53. [Peer]
  54. PublicKey = maria-laptop_pub
  55. PresharedKey = maria-laptop_psk
  56. AllowedIPs = 10.6.0.3/32
  57. ### end maria-laptop ###
  58. =============================================
  59. ::::  Client configuration shown below   ::::
  60. [Interface]
  61. PrivateKey = mads-iphone7_priv
  62. Address = 10.6.0.2/24
  63. MTU = 1420
  64. DNS = 9.9.9.9, 149.112.112.112
  65.  
  66. [Peer]
  67. PublicKey = server_pub
  68. PresharedKey = mads-iphone7_psk
  69. Endpoint = REDACTED:20001
  70. AllowedIPs = 0.0.0.0/0, ::0/0
  71. =============================================
  72. ::::    Recursive list of files in       ::::
  73. ::::    /etc/wireguard shown below       ::::
  74. /etc/wireguard:
  75. configs
  76. keys
  77. wg0.conf
  78.  
  79. /etc/wireguard/configs:
  80. clients.txt
  81. mads-iphone7.conf
  82. maria-laptop.conf
  83.  
  84. /etc/wireguard/keys:
  85. mads-iphone7_priv
  86. mads-iphone7_psk
  87. mads-iphone7_pub
  88. maria-laptop_priv
  89. maria-laptop_psk
  90. maria-laptop_pub
  91. server_priv
  92. server_pub
  93. =============================================
  94. ::::            Self check               ::::
  95. :: [OK] IP forwarding is enabled
  96. :: [OK] Iptables MASQUERADE rule set
  97. :: [OK] WireGuard is running
  98. :: [OK] WireGuard is enabled (it will automatically start on reboot)
  99. :: [OK] WireGuard is listening on port 20001/udp
  100. =============================================
  101. :::: Having trouble connecting? Take a look at the FAQ:
  102. :::: https://github.com/pivpn/pivpn/wiki/FAQ
  103. =============================================
  104. :::: WARNING: This script should have automatically masked sensitive       ::::
  105. :::: information, however, still make sure that PrivateKey, PublicKey      ::::
  106. :::: and PresharedKey are masked before reporting an issue. An example key ::::
  107. :::: that you should NOT see in this log looks like this:                  ::::
  108. :::: YIAoJVsdIeyvXfGGDDadHh6AxsMRymZTnnzZoAb9cxRe                          ::::
  109. =============================================
  110. ::::            Debug complete           ::::
  111. :::
  112. ::: Debug output completed above.
  113. ::: Copy saved to /tmp/debug.log
  114. :::

Raw Paste

Login or Register to edit or fork this paste. It's free.