Advertisement
Guest User

Untitled

a guest
Jan 10th, 2017
158
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.95 KB | None | 0 0
  1. 2017-01-10 20:07:48.565246 [info] Starting Supervisor...
  2. 2017-01-10 20:07:48,658 CRIT Set uid to user 0
  3. 2017-01-10 20:07:48,658 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
  4. 2017-01-10 20:07:48,660 INFO supervisord started with pid 1
  5. 2017-01-10 20:07:49,662 INFO spawned: 'start-script' with pid 104
  6. 2017-01-10 20:07:49,663 INFO spawned: 'webui-script' with pid 105
  7. 2017-01-10 20:07:49,664 INFO spawned: 'deluge-script' with pid 106
  8. 2017-01-10 20:07:49,666 INFO spawned: 'privoxy-script' with pid 107
  9. 2017-01-10 20:07:49,674 DEBG 'start-script' stdout output:
  10. [info] VPN is enabled, beginning configuration of VPN
  11.  
  12. 2017-01-10 20:07:49,674 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  13. 2017-01-10 20:07:49,674 INFO success: webui-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  14. 2017-01-10 20:07:49,674 INFO success: deluge-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  15. 2017-01-10 20:07:49,674 INFO success: privoxy-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  16. 2017-01-10 20:07:49,678 DEBG 'deluge-script' stdout output:
  17. [info] deluge config file already exists, skipping copy
  18.  
  19. 2017-01-10 20:07:49,679 DEBG 'deluge-script' stdout output:
  20. [info] VPN is enabled, checking VPN tunnel local ip is valid
  21.  
  22. 2017-01-10 20:07:49,683 DEBG 'start-script' stdout output:
  23. [info] VPN config file (ovpn extension) is located at /config/openvpn/my_expressvpn_usa_-_new_york_-_2_udp.ovpn
  24.  
  25. 2017-01-10 20:07:49,716 DEBG 'start-script' stdout output:
  26. [info] Default route for container is 172.17.0.1
  27. [info] Setting permissions recursively on /config/openvpn...
  28.  
  29. 2017-01-10 20:07:49,721 DEBG 'start-script' stdout output:
  30. [info] Adding 8.8.8.8 to /etc/resolv.conf
  31.  
  32. 2017-01-10 20:07:49,723 DEBG 'start-script' stdout output:
  33. [info] Adding 37.235.1.174 to /etc/resolv.conf
  34.  
  35. 2017-01-10 20:07:49,726 DEBG 'start-script' stdout output:
  36. [info] Adding 8.8.4.4 to /etc/resolv.conf
  37.  
  38. 2017-01-10 20:07:49,729 DEBG 'start-script' stdout output:
  39. [info] Adding 37.235.1.177 to /etc/resolv.conf
  40.  
  41. 2017-01-10 20:07:49,731 DEBG 'start-script' stdout output:
  42. [info] Adding 192.168.1.0/24 as route via docker eth0
  43.  
  44. 2017-01-10 20:07:49,732 DEBG 'start-script' stdout output:
  45. [info] ip route defined as follows...
  46. --------------------
  47.  
  48. 2017-01-10 20:07:49,733 DEBG 'start-script' stdout output:
  49. default via 172.17.0.1 dev eth0
  50. 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.4
  51. 192.168.1.0/24 via 172.17.0.1 dev eth0
  52.  
  53. 2017-01-10 20:07:49,733 DEBG 'start-script' stdout output:
  54. --------------------
  55.  
  56. 2017-01-10 20:07:49,735 DEBG 'start-script' stdout output:
  57. [info] iptable_mangle module not supported, attempting to load...
  58.  
  59. 2017-01-10 20:07:49,736 DEBG 'start-script' stderr output:
  60. modprobe: FATAL: Module iptable_mangle not found in directory /lib/modules/4.4.30-unRAID
  61.  
  62. 2017-01-10 20:07:49,736 DEBG 'start-script' stdout output:
  63. [warn] iptable_mangle module not supported, you will not be able to connect to Deluge webui or Privoxy outside of your LAN
  64.  
  65. 2017-01-10 20:07:49,759 DEBG 'start-script' stdout output:
  66. [info] iptables defined as follows...
  67. --------------------
  68.  
  69. 2017-01-10 20:07:49,759 DEBG 'start-script' stdout output:
  70. -P INPUT DROP
  71. -P FORWARD ACCEPT
  72. -P OUTPUT DROP
  73. -A INPUT -i tun0 -j ACCEPT
  74. -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  75. -A INPUT -i eth0 -p udp -m udp --sport 1195 -j ACCEPT
  76. -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  77. -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  78. -A INPUT -i eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
  79. -A INPUT -i eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
  80. -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
  81. -A INPUT -p udp -m udp --sport 53 -j ACCEPT
  82. -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
  83. -A INPUT -i lo -j ACCEPT
  84. -A OUTPUT -o tun0 -j ACCEPT
  85. -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  86. -A OUTPUT -o eth0 -p udp -m udp --dport 1195 -j ACCEPT
  87. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
  88. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
  89. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8118 -j ACCEPT
  90. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8118 -j ACCEPT
  91. -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
  92. -A OUTPUT -p udp -m udp --dport 53 -j ACCEPT
  93. -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
  94. -A OUTPUT -o lo -j ACCEPT
  95.  
  96. 2017-01-10 20:07:49,759 DEBG 'start-script' stdout output:
  97. --------------------
  98. [info] Starting OpenVPN...
  99.  
  100. 2017-01-10 20:07:49,764 DEBG 'start-script' stdout output:
  101. Tue Jan 10 20:07:49 2017 OpenVPN 2.3.12 x86_64-unknown-linux-gnu [SSL (OpenSSL)] [LZO] [EPOLL] [PKCS11] [MH] [IPv6] built on Aug 24 2016
  102. Tue Jan 10 20:07:49 2017 library versions: OpenSSL 1.0.2j 26 Sep 2016, LZO 2.09
  103. Tue Jan 10 20:07:49 2017 WARNING: file 'credentials.conf' is group or others accessible
  104.  
  105.  
  106. 2017-01-10 20:07:49,764 DEBG 'start-script' stdout output:
  107. Tue Jan 10 20:07:49 2017 Control Channel Authentication: tls-auth using INLINE static key file
  108. Tue Jan 10 20:07:49 2017 Outgoing Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
  109. Tue Jan 10 20:07:49 2017 Incoming Control Channel Authentication: Using 512 bit message hash 'SHA512' for HMAC authentication
  110.  
  111. 2017-01-10 20:07:49,765 DEBG 'start-script' stdout output:
  112. Tue Jan 10 20:07:49 2017 Socket Buffers: R=[212992->1048576] S=[212992->1048576]
  113.  
  114. 2017-01-10 20:07:49,793 DEBG 'start-script' stdout output:
  115. Tue Jan 10 20:07:49 2017 UDPv4 link local: [undef]
  116. Tue Jan 10 20:07:49 2017 UDPv4 link remote: [AF_INET]157.97.120.51:1195
  117.  
  118. 2017-01-10 20:08:49,135 DEBG 'start-script' stdout output:
  119. Tue Jan 10 20:08:49 2017 [UNDEF] Inactivity timeout (--ping-restart), restarting
  120.  
  121. 2017-01-10 20:08:49,135 DEBG 'start-script' stdout output:
  122. Tue Jan 10 20:08:49 2017 SIGUSR1[soft,ping-restart] received, process restarting
  123. Tue Jan 10 20:08:49 2017 Restart pause, 2 second(s)
  124.  
  125. 2017-01-10 20:08:49,135 DEBG 'start-script' stdout output:
  126. Tue Jan 10 20:08:49 2017 [UNDEF] Inactivity timeout (--ping-restart), restarting
  127.  
  128. 2017-01-10 20:08:49,135 DEBG 'start-script' stdout output:
  129. Tue Jan 10 20:08:49 2017 SIGUSR1[soft,ping-restart] received, process restarting
  130. Tue Jan 10 20:08:49 2017 Restart pause, 2 second(s)
  131.  
  132. 2017-01-10 20:08:51,135 DEBG 'start-script' stdout output:
  133. Tue Jan 10 20:08:51 2017 Socket Buffers: R=[212992->1048576] S=[212992->1048576]
  134.  
  135. 2017-01-10 20:08:51,193 DEBG 'start-script' stdout output:
  136. Tue Jan 10 20:08:51 2017 UDPv4 link local: [undef]
  137. Tue Jan 10 20:08:51 2017 UDPv4 link remote: [AF_INET]208.167.233.204:1195
  138.  
  139. 2017-01-10 20:08:51,135 DEBG 'start-script' stdout output:
  140. Tue Jan 10 20:08:51 2017 Socket Buffers: R=[212992->1048576] S=[212992->1048576]
  141.  
  142. 2017-01-10 20:08:51,193 DEBG 'start-script' stdout output:
  143. Tue Jan 10 20:08:51 2017 UDPv4 link local: [undef]
  144. Tue Jan 10 20:08:51 2017 UDPv4 link remote: [AF_INET]208.167.233.204:1195
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement