D4rkSl4ve

wg0.conf

Nov 28th, 2020
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.73 KB | None | 0 0
  1. 2020-11-28 18:09:55,306 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
  2. 2020-11-28 18:09:55,306 INFO Set uid to user 0 succeeded
  3. 2020-11-28 18:09:55,308 INFO supervisord started with pid 6
  4. 2020-11-28 18:09:56,310 INFO spawned: 'start-script' with pid 144
  5. 2020-11-28 18:09:56,313 INFO spawned: 'watchdog-script' with pid 145
  6. 2020-11-28 18:09:56,313 INFO reaped unknown pid 7 (exit status 0)
  7. 2020-11-28 18:09:56,317 DEBG 'start-script' stdout output:
  8. [info] VPN is enabled, beginning configuration of VPN
  9. 2020-11-28 18:09:56,317 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  10. 2020-11-28 18:09:56,318 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  11. 2020-11-28 18:09:56,320 DEBG 'start-script' stdout output:
  12. [info] Adding 1.1.1.1 to /etc/resolv.conf
  13. 2020-11-28 18:09:56,324 DEBG 'start-script' stdout output:
  14. [info] Adding 8.8.8.8 to /etc/resolv.conf
  15. 2020-11-28 18:09:56,329 DEBG 'start-script' stdout output:
  16. [info] ip route defined as follows...
  17. --------------------
  18.  
  19. 2020-11-28 18:09:56,380 DEBG 'start-script' stdout output:
  20. default via 172.19.0.1 dev eth0
  21. 10.1.1.0/24 via 172.19.0.1 dev eth0
  22. 172.19.0.0/16 dev eth0 proto kernel scope link src 172.19.0.4
  23. 2020-11-28 18:09:56,380 DEBG 'start-script' stdout output:
  24. --------------------
  25.  
  26. 2020-11-28 18:09:56,380 DEBG 'start-script' stdout output:
  27. --------------------
  28. 2020-11-28 18:09:56,385 DEBG 'start-script' stdout output:
  29. iptable_mangle 16384 0
  30. ip_tables 32768 4 iptable_filter,iptable_raw,iptable_nat,iptable_mangle
  31. x_tables 40960 12 xt_conntrack,iptable_filter,xt_tcpudp,xt_addrtype,xt_nat,xt_comment,xt_connmark,iptable_raw,ip_tables,xt_MASQUERADE,iptable_mangle,xt_mark
  32. 2020-11-28 18:09:56,385 DEBG 'start-script' stdout output:
  33. [info] iptable_mangle support detected, adding fwmark for tables
  34. 2020-11-28 18:09:56,447 DEBG 'start-script' stdout output:
  35. [info] iptables defined as follows...
  36. 2020-11-28 18:09:56,447 DEBG 'start-script' stdout output:
  37. [info] iptables defined as follows...
  38. --------------------
  39.  
  40. 2020-11-28 18:09:56,449 DEBG 'start-script' stdout output:
  41. -P INPUT DROP
  42. -P FORWARD DROP
  43. -P OUTPUT DROP
  44. -A INPUT -s 172.19.0.0/16 -d 172.19.0.0/16 -j ACCEPT
  45. -A INPUT -i eth0 -p tcp -m tcp --sport 1443 -j ACCEPT
  46. -A INPUT -i eth0 -p udp -m udp --sport 1443 -j ACCEPT
  47. -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  48. -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  49. -A INPUT -s 10.1.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
  50. -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
  51. -A INPUT -i lo -j ACCEPT
  52. -A INPUT -i wg0 -j ACCEPT
  53. -A OUTPUT -s 172.19.0.0/16 -d 172.19.0.0/16 -j ACCEPT
  54. -A OUTPUT -o eth0 -p tcp -m tcp --dport 1443 -j ACCEPT
  55. -A OUTPUT -o eth0 -p udp -m udp --dport 1443 -j ACCEPT
  56. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  57. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  58. -A OUTPUT -d 10.1.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
  59. -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
  60. -A OUTPUT -o lo -j ACCEPT
  61. -A OUTPUT -o wg0 -j ACCEPT
  62.  
  63. 2020-11-28 18:09:56,450 DEBG 'start-script' stdout output:
  64. --------------------
  65.  
  66. 2020-11-28 18:09:56,454 DEBG 'start-script' stdout output:
  67. [info] Attempting to bring WireGuard interface 'up'...
  68. 2020-11-28 18:09:56,466 DEBG 'start-script' stderr output:
  69. Warning: `/config/wireguard/wg0.conf' is world accessible
  70. 2020-11-28 18:09:56,473 DEBG 'start-script' stderr output:
  71. [#] curl -ks "https://${VPN_USER}:${VPN_PASS}@104.223.94.2:1443/api/v1/setup?public-key=Hvusjh2QQGJsyHkCLWhRsaW1rCoCySf9b%2FsEid77cVI%3D"
  72. 2020-11-28 18:09:56,479 DEBG 'start-script' stderr output:
  73. Unable to access interface: No such device
  74. 2020-11-28 18:09:56,480 DEBG 'start-script' stderr output:
  75. [#] ip link delete dev wg0
  76. 2020-11-28 18:09:56,484 DEBG 'start-script' stderr output:
  77. Cannot find device "wg0"
  78. 2020-11-28 18:09:56,454 DEBG 'start-script' stdout output:
  79. [info] Attempting to bring WireGuard interface 'up'...
  80. 2020-11-28 18:09:56,466 DEBG 'start-script' stderr output:
  81. Warning: `/config/wireguard/wg0.conf' is world accessible
  82. 2020-11-28 18:09:56,473 DEBG 'start-script' stderr output:
  83. [#] curl -ks "https://${VPN_USER}:${VPN_PASS}@104.223.94.2:1443/api/v1/setup?public-key=Hvusjh2QQGJsyHkCLWhRsaW1rCoCySf9b%2FsEid77cVI%3D"
  84. 2020-11-28 18:09:56,479 DEBG 'start-script' stderr output:
  85. Unable to access interface: No such device
  86. 2020-11-28 18:09:56,480 DEBG 'start-script' stderr output:
  87. [#] ip link delete dev wg0
  88. 2020-11-28 18:09:56,484 DEBG 'start-script' stderr output:
  89. Cannot find device "wg0"
  90. 2020-11-28 18:09:56,485 DEBG 'start-script' stdout output:
  91. [warn] WireGuard interface failed to come 'up', exit code is '1'
Advertisement
Add Comment
Please, Sign In to add comment