Advertisement
Guest User

Untitled

a guest
Feb 27th, 2020
419
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.32 KB | None | 0 0
  1.  
  2.  
  3. 2020-02-27 16:58:05,771 DEBG 'start-script' stdout output:
  4. Thu Feb 27 16:58:05 2020 TLS Error: local/remote TLS keys are out of sync: [AF_INET]37.120.192.180:161 [0]
  5.  
  6.  
  7. 2020-02-27 16:58:05,780 DEBG 'start-script' stdout output:
  8. Thu Feb 27 16:58:05 2020 [nl1.celo.net] Peer Connection Initiated with [AF_INET]37.120.192.180:161
  9.  
  10. 2020-02-27 16:58:05,002 INFO spawned: 'start-script' with pid 157
  11. 2020-02-27 16:58:05,003 INFO spawned: 'watchdog-script' with pid 158
  12. 2020-02-27 16:58:05,003 INFO reaped unknown pid 9
  13. 2020-02-27 16:58:05,007 DEBG 'start-script' stdout output:
  14. [info] VPN is enabled, beginning configuration of VPN
  15.  
  16. 2020-02-27 16:58:05,007 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  17. 2020-02-27 16:58:05,007 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
  18. 2020-02-27 16:58:05,009 DEBG 'watchdog-script' stdout output:
  19. [info] qBittorrent config file already exists, skipping copy
  20. [info] Removing session lock file (if it exists)...
  21.  
  22. 2020-02-27 16:58:05,016 DEBG 'start-script' stdout output:
  23. [warn] Password contains characters which could cause authentication issues, please consider changing this if possible
  24.  
  25. 2020-02-27 16:58:05,045 DEBG 'start-script' stdout output:
  26. [info] Default route for container is 172.17.0.1
  27.  
  28. 2020-02-27 16:58:05,047 DEBG 'start-script' stdout output:
  29. [info] Adding 209.222.18.222 to /etc/resolv.conf
  30.  
  31. 2020-02-27 16:58:05,050 DEBG 'start-script' stdout output:
  32. [info] Adding 84.200.69.80 to /etc/resolv.conf
  33.  
  34. 2020-02-27 16:58:05,052 DEBG 'start-script' stdout output:
  35. [info] Adding 37.235.1.174 to /etc/resolv.conf
  36.  
  37. 2020-02-27 16:58:05,055 DEBG 'start-script' stdout output:
  38. [info] Adding 1.1.1.1 to /etc/resolv.conf
  39.  
  40. 2020-02-27 16:58:05,057 DEBG 'start-script' stdout output:
  41. [info] Adding 209.222.18.218 to /etc/resolv.conf
  42.  
  43. 2020-02-27 16:58:05,060 DEBG 'start-script' stdout output:
  44. [info] Adding 37.235.1.177 to /etc/resolv.conf
  45.  
  46. 2020-02-27 16:58:05,062 DEBG 'start-script' stdout output:
  47. [info] Adding 84.200.70.40 to /etc/resolv.conf
  48.  
  49. 2020-02-27 16:58:05,064 DEBG 'start-script' stdout output:
  50. [info] Adding 1.0.0.1 to /etc/resolv.conf
  51.  
  52. 2020-02-27 16:58:05,244 DEBG 'start-script' stdout output:
  53. [info] Docker network defined as 172.17.0.0/16
  54.  
  55. 2020-02-27 16:58:05,247 DEBG 'start-script' stdout output:
  56. [info] Adding 192.168.1.0/24 as route via docker eth0
  57.  
  58. 2020-02-27 16:58:05,248 DEBG 'start-script' stdout output:
  59. [info] ip route defined as follows...
  60. --------------------
  61.  
  62. 2020-02-27 16:58:05,248 DEBG 'start-script' stdout output:
  63. default via 172.17.0.1 dev eth0
  64. 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.3
  65. 192.168.1.0/24 via 172.17.0.1 dev eth0
  66.  
  67. 2020-02-27 16:58:05,249 DEBG 'start-script' stdout output:
  68. --------------------
  69.  
  70. 2020-02-27 16:58:05,251 DEBG 'start-script' stdout output:
  71. iptable_mangle 16384 3
  72. ip_tables 24576 7 iptable_filter,iptable_nat,iptable_mangle
  73.  
  74. 2020-02-27 16:58:05,251 DEBG 'start-script' stdout output:
  75. [info] iptable_mangle support detected, adding fwmark for tables
  76.  
  77. 2020-02-27 16:58:05,279 DEBG 'start-script' stdout output:
  78. [info] iptables defined as follows...
  79. --------------------
  80.  
  81. 2020-02-27 16:58:05,280 DEBG 'start-script' stdout output:
  82. -P INPUT DROP
  83. -P FORWARD DROP
  84. -P OUTPUT DROP
  85. -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  86. -A INPUT -i eth0 -p udp -m udp --sport 161 -j ACCEPT
  87. -A INPUT -i eth0 -p tcp -m tcp --dport 8082 -j ACCEPT
  88. -A INPUT -i eth0 -p tcp -m tcp --sport 8082 -j ACCEPT
  89. -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 8082 -j ACCEPT
  90. -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -j ACCEPT
  91. -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
  92. -A INPUT -i lo -j ACCEPT
  93. -A INPUT -i tun0 -j ACCEPT
  94. -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT
  95. -A OUTPUT -o eth0 -p udp -m udp --dport 161 -j ACCEPT
  96. -A OUTPUT -o eth0 -p tcp -m tcp --dport 8082 -j ACCEPT
  97. -A OUTPUT -o eth0 -p tcp -m tcp --sport 8082 -j ACCEPT
  98. -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 8082 -j ACCEPT
  99. -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -j ACCEPT
  100. -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
  101. -A OUTPUT -o lo -j ACCEPT
  102. -A OUTPUT -o tun0 -j ACCEPT
  103.  
  104. 2020-02-27 16:58:05,281 DEBG 'start-script' stdout output:
  105. --------------------
  106.  
  107. 2020-02-27 16:58:05,281 DEBG 'start-script' stdout output:
  108. [info] Starting OpenVPN...
  109.  
  110. 2020-02-27 16:58:05,286 DEBG 'start-script' stdout output:
  111. Thu Feb 27 16:58:05 2020 WARNING: file 'credentials.conf' is group or others accessible
  112.  
  113. Thu Feb 27 16:58:05 2020 OpenVPN 2.4.8 [git:makepkg/3976acda9bf10b5e+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Jan 3 2020
  114. Thu Feb 27 16:58:05 2020 library versions: OpenSSL 1.1.1d 10 Sep 2019, LZO 2.10
  115.  
  116. 2020-02-27 16:58:05,286 DEBG 'start-script' stdout output:
  117. [info] OpenVPN started
  118.  
  119. 2020-02-27 16:58:05,286 DEBG 'start-script' stdout output:
  120. Thu Feb 27 16:58:05 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts
  121.  
  122. 2020-02-27 16:58:05,287 DEBG 'start-script' stdout output:
  123. Thu Feb 27 16:58:05 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]37.120.192.180:161
  124. Thu Feb 27 16:58:05 2020 UDP link local (bound): [AF_INET][undef]:1194
  125. Thu Feb 27 16:58:05 2020 UDP link remote: [AF_INET]37.120.192.180:161
  126.  
  127. 2020-02-27 16:58:05,474 DEBG 'start-script' stdout output:
  128. Thu Feb 27 16:58:05 2020 TLS Error: local/remote TLS keys are out of sync: [AF_INET]37.120.192.180:161 [0]
  129.  
  130.  
  131. 2020-02-27 16:58:05,711 DEBG 'start-script' stdout output:
  132. Thu Feb 27 16:58:05 2020 TLS Error: local/remote TLS keys are out of sync: [AF_INET]37.120.192.180:161 [0]
  133.  
  134.  
  135. 2020-02-27 16:58:05,749 DEBG 'start-script' stdout output:
  136. Thu Feb 27 16:58:05 2020 TLS Error: local/remote TLS keys are out of sync: [AF_INET]37.120.192.180:161 [0]
  137.  
  138.  
  139. 2020-02-27 16:58:05,766 DEBG 'start-script' stdout output:
  140. Thu Feb 27 16:58:05 2020 TLS Error: local/remote TLS keys are out of sync: [AF_INET]37.120.192.180:161 [0]
  141.  
  142.  
  143. 2020-02-27 16:58:05,771 DEBG 'start-script' stdout output:
  144. Thu Feb 27 16:58:05 2020 TLS Error: local/remote TLS keys are out of sync: [AF_INET]37.120.192.180:161 [0]
  145.  
  146.  
  147. 2020-02-27 16:58:05,780 DEBG 'start-script' stdout output:
  148. Thu Feb 27 16:58:05 2020 [nl1.celo.net] Peer Connection Initiated with [AF_INET]37.120.192.180:161
  149.  
  150. 2020-02-27 16:58:07,059 DEBG 'start-script' stdout output:
  151. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 options
  152. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE: failed to parse/resolve route for host/network: fc00::/7
  153.  
  154. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 options
  155. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE: failed to parse/resolve route for host/network: 3000::/4
  156.  
  157. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 options
  158. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE: failed to parse/resolve route for host/network: 2000::/4
  159.  
  160. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE6: OpenVPN needs a gateway parameter for a --route-ipv6 option and no default was specified by either --route-ipv6-gateway or --ifconfig-ipv6 options
  161. Thu Feb 27 16:58:07 2020 OpenVPN ROUTE: failed to parse/resolve route for host/network: ::/3
  162.  
  163.  
  164. 2020-02-27 16:58:07,059 DEBG 'start-script' stdout output:
  165. Thu Feb 27 16:58:07 2020 TUN/TAP device tun0 opened
  166. Thu Feb 27 16:58:07 2020 /usr/bin/ip link set dev tun0 up mtu 1500
  167.  
  168. 2020-02-27 16:58:07,060 DEBG 'start-script' stdout output:
  169. Thu Feb 27 16:58:07 2020 /usr/bin/ip addr add dev tun0 10.100.0.151/24 broadcast 10.100.0.255
  170.  
  171. 2020-02-27 16:58:07,061 DEBG 'start-script' stdout output:
  172. Thu Feb 27 16:58:07 2020 /root/openvpnup.sh tun0 1500 1552 10.100.0.151 255.255.255.0 init
  173.  
  174. 2020-02-27 16:58:07,065 DEBG 'start-script' stdout output:
  175. Thu Feb 27 16:58:07 2020 WARNING: OpenVPN was configured to add an IPv6 route over tun0. However, no IPv6 has been configured for this interface, therefore the route installation may fail or may not work as expected.
  176.  
  177. Thu Feb 27 16:58:07 2020 Initialization Sequence Completed
  178.  
  179. 2020-02-27 16:58:07,173 DEBG 'start-script' stdout output:
  180. [info] Application does not require port forwarding or VPN provider is != pia, skipping incoming port assignment
  181.  
  182. 2020-02-27 16:58:07,174 DEBG 'start-script' stdout output:
  183. [info] Checking we can resolve name 'www.google.com' to address...
  184.  
  185. 2020-02-27 16:58:07,324 DEBG 'start-script' stdout output:
  186. [info] DNS operational, we can resolve name 'www.google.com' to address '172.217.18.164'
  187.  
  188. 2020-02-27 16:58:07,325 DEBG 'start-script' stdout output:
  189. [info] Attempting to get external IP using Name Server 'ns1.google.com'...
  190.  
  191. 2020-02-27 16:58:07,758 DEBG 'start-script' stdout output:
  192. [info] Successfully retrieved external IP address 37.120.192.180
  193.  
  194. 2020-02-27 16:58:07,859 DEBG 'watchdog-script' stdout output:
  195. [info] qBittorrent listening interface IP 0.0.0.0 and VPN provider IP 10.100.0.151 different, marking for reconfigure
  196.  
  197. 2020-02-27 16:58:07,861 DEBG 'watchdog-script' stdout output:
  198. [info] qBittorrent not running
  199.  
  200. 2020-02-27 16:58:07,864 DEBG 'watchdog-script' stdout output:
  201. [info] Privoxy not running
  202.  
  203. 2020-02-27 16:58:07,864 DEBG 'watchdog-script' stdout output:
  204. [info] Removing session lock file (if it exists)...
  205.  
  206. 2020-02-27 16:58:07,865 DEBG 'watchdog-script' stdout output:
  207. [info] Attempting to start qBittorrent...
  208.  
  209. 2020-02-27 16:58:07,875 DEBG 'watchdog-script' stdout output:
  210. [info] qBittorrent process started
  211. [info] Waiting for qBittorrent process to start listening on port 8082...
  212.  
  213. 2020-02-27 16:58:07,982 DEBG 'watchdog-script' stdout output:
  214. [info] qBittorrent process listening on port 8082
  215.  
  216. 2020-02-27 16:58:07,986 DEBG 'watchdog-script' stdout output:
  217. [info] Attempting to start Privoxy...
  218.  
  219. 2020-02-27 16:58:08,989 DEBG 'watchdog-script' stdout output:
  220. [info] Privoxy process started
  221. [info] Waiting for Privoxy process to start listening on port 8118...
  222.  
  223. 2020-02-27 16:58:08,992 DEBG 'watchdog-script' stdout output:
  224. [info] Privoxy process listening on port 8118
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement