Advertisement
djshank

Untitled

Jun 28th, 2017
706
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.38 KB | None | 0 0
  1. ::: Generating Debug Output
  2. ::: :::
  3. :: PiVPN Debug ::
  4. ::: :::
  5. :: Latest Commit ::
  6. ::: :::
  7. commit 6ce39bfec399d9a8203409a108ef27f2ee29327a
  8. Author: 0-kaladin <0.kaladin@gmail.com>
  9. Date: Mon Feb 27 21:01:23 2017 -0500
  10.  
  11. Update README for IRC channel
  12.  
  13. Due to discontinuation of Google Spaces
  14. ::: :::
  15. :: Recursive list of files in ::
  16. :: /etc/openvpn/easy-rsa/pki ::
  17. ::: :::
  18. /etc/openvpn/easy-rsa/pki/:
  19. ca.crt
  20. Default.txt
  21. dh2048.pem
  22. index.txt
  23. index.txt.attr
  24. index.txt.old
  25. issued
  26. private
  27. serial
  28. serial.old
  29. ta.key
  30.  
  31. /etc/openvpn/easy-rsa/pki/issued:
  32. server.crt
  33.  
  34. /etc/openvpn/easy-rsa/pki/private:
  35. ca.key
  36. server.key
  37. ::: :::
  38. :: Output of /etc/pivpn/* ::
  39. ::: :::
  40. :: START /etc/pivpn/DET_PLATFORM ::
  41. Raspbian
  42. :: END /etc/pivpn/DET_PLATFORM ::
  43. :: START /etc/pivpn/INSTALL_PORT ::
  44. 9202
  45. :: END /etc/pivpn/INSTALL_PORT ::
  46. :: START /etc/pivpn/INSTALL_PROTO ::
  47. udp
  48. :: END /etc/pivpn/INSTALL_PROTO ::
  49. :: START /etc/pivpn/INSTALL_USER ::
  50. pi
  51. :: END /etc/pivpn/INSTALL_USER ::
  52. :: START /etc/pivpn/NO_UFW ::
  53. 1
  54. :: END /etc/pivpn/NO_UFW ::
  55. :: START /etc/pivpn/pivpnINTERFACE ::
  56. eth0
  57. :: END /etc/pivpn/pivpnINTERFACE ::
  58. :: START /etc/pivpn/REVOKE_STATUS ::
  59. 0
  60. :: END /etc/pivpn/REVOKE_STATUS ::
  61. ::: :::
  62. :: /etc/openvpn/easy-rsa/pki/Default.txt ::
  63. ::: :::
  64. client
  65. dev tun
  66. proto udp
  67. remote xxx.xxxxxxxxxxx.com 1234
  68. resolv-retry infinite
  69. nobind
  70. persist-key
  71. persist-tun
  72. key-direction 1
  73. remote-cert-tls server
  74. tls-version-min 1.2
  75. verify-x509-name server name
  76. cipher AES-256-CBC
  77. auth SHA256
  78. comp-lzo
  79. verb 1
  80. ::: :::
  81. :: Debug Output Complete ::
  82. ::: :::
  83. :::
  84. ::: Debug output completed above.
  85. ::: Copy saved to /tmp/debug.txt
  86. :::
  87. modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.50-v7+/modules.dep.bin'
  88. iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
  89. Perhaps iptables or your kernel needs to be upgraded.
  90. modprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.50-v7+/modules.dep.bin'
  91. iptables v1.4.21: can't initialize iptables table `nat': Table does not exist (do you need to insmod?)
  92. Perhaps iptables or your kernel needs to be upgraded.
  93. ::: We detected some potential issues with your iptables.
  94. ::: Would you like us to try to fix this? [y/n]:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement