Advertisement
totok

Gluetun Logs - EOF Failure

Dec 30th, 2024
1,010
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.86 KB | None | 0 0
  1. gluetun | ========================================
  2. gluetun | ========================================
  3. gluetun | =============== gluetun ================
  4. gluetun | ========================================
  5. gluetun | =========== Made with ❤️ by ============
  6. gluetun | ======= https://github.com/qdm12 =======
  7. gluetun | ========================================
  8. gluetun | ========================================
  9. gluetun |
  10. gluetun | Running version latest built on 2024-12-27T20:18:46.989Z (commit 61b053f)
  11. gluetun |
  12. gluetun | 🔧 Need help? ☕ Discussion? https://github.com/qdm12/gluetun/discussions/new/choose
  13. gluetun | 🐛 Bug? ✨ New feature? https://github.com/qdm12/gluetun/issues/new/choose
  14. gluetun | 💻 Email? [email protected]
  15. gluetun | 💰 Help me? https://www.paypal.me/qmcgaw https://github.com/sponsors/qdm12
  16. gluetun | 2024-12-30T11:43:24Z INFO [routing] default route found: interface eth0, gateway 172.16.6.1, assigned IP 172.16.6.2 and family v4
  17. gluetun | 2024-12-30T11:43:24Z INFO [routing] local ethernet link found: eth1
  18. gluetun | 2024-12-30T11:43:24Z INFO [routing] local ethernet link found: eth2
  19. gluetun | 2024-12-30T11:43:24Z INFO [routing] local ethernet link found: eth0
  20. gluetun | 2024-12-30T11:43:24Z INFO [routing] local ipnet found: 172.16.0.0/24
  21. gluetun | 2024-12-30T11:43:24Z INFO [routing] local ipnet found: 172.16.1.0/24
  22. gluetun | 2024-12-30T11:43:24Z INFO [routing] local ipnet found: 172.16.6.0/24
  23. gluetun | 2024-12-30T11:43:25Z INFO [firewall] enabling...
  24. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --policy INPUT DROP
  25. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --policy OUTPUT DROP
  26. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --policy FORWARD DROP
  27. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --policy INPUT DROP
  28. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --policy OUTPUT DROP
  29. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --policy FORWARD DROP
  30. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append INPUT -i lo -j ACCEPT
  31. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --append INPUT -i lo -j ACCEPT
  32. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append OUTPUT -o lo -j ACCEPT
  33. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --append OUTPUT -o lo -j ACCEPT
  34. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append OUTPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
  35. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --append OUTPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
  36. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
  37. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --append INPUT -m conntrack --ctstate ESTABLISHED,RELATED -j ACCEPT
  38. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append OUTPUT -o eth2 -s 172.16.0.12 -d 172.16.0.0/24 -j ACCEPT
  39. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --append OUTPUT -o eth2 -d ff02::1:ff00:0/104 -j ACCEPT
  40. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append OUTPUT -o eth1 -s 172.16.1.10 -d 172.16.1.0/24 -j ACCEPT
  41. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --append OUTPUT -o eth1 -d ff02::1:ff00:0/104 -j ACCEPT
  42. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append OUTPUT -o eth0 -s 172.16.6.2 -d 172.16.6.0/24 -j ACCEPT
  43. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/ip6tables --append OUTPUT -o eth0 -d ff02::1:ff00:0/104 -j ACCEPT
  44. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append INPUT -i eth2 -d 172.16.0.0/24 -j ACCEPT
  45. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append INPUT -i eth1 -d 172.16.1.0/24 -j ACCEPT
  46. gluetun | 2024-12-30T11:43:25Z DEBUG [firewall] /sbin/iptables --append INPUT -i eth0 -d 172.16.6.0/24 -j ACCEPT
  47. gluetun | 2024-12-30T11:43:25Z INFO [firewall] enabled successfully
  48. gluetun | 2024-12-30T11:43:25Z INFO [storage] creating /gluetun/servers.json with 20776 hardcoded servers
  49. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] IPv6 is not supported after searching 1 routes
  50. gluetun | 2024-12-30T11:43:26Z INFO Alpine version: 3.20.3
  51. gluetun | 2024-12-30T11:43:26Z INFO OpenVPN 2.5 version: 2.5.10
  52. gluetun | 2024-12-30T11:43:26Z INFO OpenVPN 2.6 version: 2.6.11
  53. gluetun | 2024-12-30T11:43:26Z INFO IPtables version: v1.8.10
  54. gluetun | 2024-12-30T11:43:26Z INFO Settings summary:
  55. gluetun | ├── VPN settings:
  56. gluetun | | ├── VPN provider settings:
  57. gluetun | | | ├── Name: custom
  58. gluetun | | | └── Server selection settings:
  59. gluetun | | | ├── VPN type: openvpn
  60. gluetun | | | └── OpenVPN server selection settings:
  61. gluetun | | | ├── Protocol: UDP
  62. gluetun | | | └── Custom configuration file: /gluetun/custom.conf
  63. gluetun | | └── OpenVPN settings:
  64. gluetun | | ├── OpenVPN version: 2.6
  65. gluetun | | ├── User: R...7
  66. gluetun | | ├── Password: JI...U5
  67. gluetun | | ├── Custom configuration file: /gluetun/custom.conf
  68. gluetun | | ├── Network interface: tun0
  69. gluetun | | ├── Run OpenVPN as: root
  70. gluetun | | └── Verbosity level: 1
  71. gluetun | ├── DNS settings:
  72. gluetun | | ├── Keep existing nameserver(s): no
  73. gluetun | | ├── DNS server address to use: 127.0.0.1
  74. gluetun | | └── DNS over TLS settings:
  75. gluetun | | ├── Enabled: yes
  76. gluetun | | ├── Update period: every 24h0m0s
  77. gluetun | | ├── Upstream resolvers:
  78. gluetun | | | └── cloudflare
  79. gluetun | | ├── Caching: yes
  80. gluetun | | ├── IPv6: no
  81. gluetun | | └── DNS filtering settings:
  82. gluetun | | ├── Block malicious: yes
  83. gluetun | | ├── Block ads: no
  84. gluetun | | ├── Block surveillance: no
  85. gluetun | | └── Blocked IP networks:
  86. gluetun | | ├── 127.0.0.1/8
  87. gluetun | | ├── 10.0.0.0/8
  88. gluetun | | ├── 172.16.0.0/12
  89. gluetun | | ├── 192.168.0.0/16
  90. gluetun | | ├── 169.254.0.0/16
  91. gluetun | | ├── ::1/128
  92. gluetun | | ├── fc00::/7
  93. gluetun | | ├── fe80::/10
  94. gluetun | | ├── ::ffff:127.0.0.1/104
  95. gluetun | | ├── ::ffff:10.0.0.0/104
  96. gluetun | | ├── ::ffff:169.254.0.0/112
  97. gluetun | | ├── ::ffff:172.16.0.0/108
  98. gluetun | | └── ::ffff:192.168.0.0/112
  99. gluetun | ├── Firewall settings:
  100. gluetun | | └── Enabled: yes
  101. gluetun | ├── Log settings:
  102. gluetun | | └── Log level: debug
  103. gluetun | ├── Health settings:
  104. gluetun | | ├── Server listening address: 127.0.0.1:9999
  105. gluetun | | ├── Target address: cloudflare.com:443
  106. gluetun | | ├── Duration to wait after success: 5s
  107. gluetun | | ├── Read header timeout: 100ms
  108. gluetun | | ├── Read timeout: 500ms
  109. gluetun | | └── VPN wait durations:
  110. gluetun | | ├── Initial duration: 30s
  111. gluetun | | └── Additional duration: 5s
  112. gluetun | ├── Shadowsocks server settings:
  113. gluetun | | └── Enabled: no
  114. gluetun | ├── HTTP proxy settings:
  115. gluetun | | └── Enabled: no
  116. gluetun | ├── Control server settings:
  117. gluetun | | ├── Listening address: :8000
  118. gluetun | | ├── Logging: yes
  119. gluetun | | └── Authentication file path: /gluetun/auth/config.toml
  120. gluetun | ├── Storage settings:
  121. gluetun | | └── Filepath: /gluetun/servers.json
  122. gluetun | ├── OS Alpine settings:
  123. gluetun | | ├── Process UID: 1000
  124. gluetun | | └── Process GID: 1000
  125. gluetun | ├── Public IP settings:
  126. gluetun | | ├── IP file path: /tmp/gluetun/ip
  127. gluetun | | ├── Public IP data base API: ipinfo
  128. gluetun | | └── Public IP data backup APIs:
  129. gluetun | | ├── ifconfigco
  130. gluetun | | ├── ip2location
  131. gluetun | | └── cloudflare
  132. gluetun | └── Version settings:
  133. gluetun | └── Enabled: yes
  134. gluetun | 2024-12-30T11:43:26Z INFO [routing] default route found: interface eth0, gateway 172.16.6.1, assigned IP 172.16.6.2 and family v4
  135. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -4 rule list
  136. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -6 rule list
  137. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -f 0 rule add from 172.16.6.2/32 lookup 200 pref 100
  138. gluetun | 2024-12-30T11:43:26Z INFO [routing] adding route for 0.0.0.0/0
  139. gluetun | 2024-12-30T11:43:26Z DEBUG [routing] ip route replace 0.0.0.0/0 via 172.16.6.1 dev eth0 table 200
  140. gluetun | 2024-12-30T11:43:26Z INFO [firewall] setting allowed subnets...
  141. gluetun | 2024-12-30T11:43:26Z INFO [routing] default route found: interface eth0, gateway 172.16.6.1, assigned IP 172.16.6.2 and family v4
  142. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -4 rule list
  143. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -6 rule list
  144. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -f 0 rule add to 172.16.0.0/24 lookup 254 pref 98
  145. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -4 rule list
  146. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -6 rule list
  147. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -f 0 rule add to 172.16.1.0/24 lookup 254 pref 98
  148. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -4 rule list
  149. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -6 rule list
  150. gluetun | 2024-12-30T11:43:26Z DEBUG [netlink] ip -f 0 rule add to 172.16.6.0/24 lookup 254 pref 98
  151. gluetun | 2024-12-30T11:43:26Z INFO [http server] http server listening on [::]:8000
  152. gluetun | 2024-12-30T11:43:26Z INFO [dns] using plaintext DNS at address 1.1.1.1
  153. gluetun | 2024-12-30T11:43:26Z INFO [healthcheck] listening on 127.0.0.1:9999
  154. gluetun | 2024-12-30T11:43:26Z INFO [firewall] allowing VPN connection...
  155. gluetun | 2024-12-30T11:43:26Z DEBUG [firewall] /sbin/iptables --append OUTPUT -d 185.12.44.169 -o eth0 -p udp -m udp --dport 8041 -j ACCEPT
  156. gluetun | 2024-12-30T11:43:26Z DEBUG [firewall] /sbin/iptables --append OUTPUT -o tun0 -j ACCEPT
  157. gluetun | 2024-12-30T11:43:26Z DEBUG [firewall] /sbin/ip6tables --append OUTPUT -o tun0 -j ACCEPT
  158. gluetun | 2024-12-30T11:43:26Z INFO [openvpn] OpenVPN 2.6.11 x86_64-alpine-linux-musl [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [MH/PKTINFO] [AEAD]
  159. gluetun | 2024-12-30T11:43:26Z INFO [openvpn] library versions: OpenSSL 3.3.2 3 Sep 2024, LZO 2.10
  160. gluetun | 2024-12-30T11:43:26Z WARN [openvpn] --ping should normally be used with --ping-restart or --ping-exit
  161. gluetun | 2024-12-30T11:43:26Z INFO [openvpn] TCP/UDP: Preserving recently used remote address: [AF_INET]185.12.44.169:8041
  162. gluetun | 2024-12-30T11:43:26Z INFO [openvpn] UDPv4 link local: (not bound)
  163. gluetun | 2024-12-30T11:43:26Z INFO [openvpn] UDPv4 link remote: [AF_INET]185.12.44.169:8041
  164. gluetun | 2024-12-30T11:43:26Z INFO [openvpn] [metal-band.us] Peer Connection Initiated with [AF_INET]185.12.44.169:8041
  165. gluetun | 2024-12-30T11:43:27Z INFO [openvpn] TUN/TAP device tun0 opened
  166. gluetun | 2024-12-30T11:43:27Z INFO [openvpn] /sbin/ip link set dev tun0 up mtu 1500
  167. gluetun | 2024-12-30T11:43:27Z INFO [openvpn] /sbin/ip link set dev tun0 up
  168. gluetun | 2024-12-30T11:43:27Z INFO [openvpn] /sbin/ip addr add dev tun0 10.254.128.29/17
  169. gluetun | 2024-12-30T11:43:32Z INFO [openvpn] UID set to nonrootuser
  170. gluetun | 2024-12-30T11:43:32Z INFO [openvpn] Initialization Sequence Completed
  171. gluetun | 2024-12-30T11:43:32Z INFO [dns] downloading hostnames and IP block lists
  172. gluetun | 2024-12-30T11:43:32Z WARN [dns] cannot update filter block lists: Get "https://raw.githubusercontent.com/qdm12/files/master/malicious-hostnames.updated": EOF, Get "https://raw.githubusercontent.com/qdm12/files/master/malicious-ips.updated": EOF
  173. gluetun | 2024-12-30T11:43:32Z INFO [dns] attempting restart in 10s
  174. gluetun | 2024-12-30T11:43:33Z ERROR [vpn] getting public IP address information: fetching information: Get "https://ipinfo.io/": EOF
  175. gluetun | 2024-12-30T11:43:33Z ERROR [vpn] cannot get version information: Get "https://api.github.com/repos/qdm12/gluetun/commits": EOF
  176. gluetun | 2024-12-30T11:43:42Z INFO [dns] downloading hostnames and IP block lists
  177. gluetun | 2024-12-30T11:43:43Z WARN [dns] cannot update filter block lists: Get "https://raw.githubusercontent.com/qdm12/files/master/malicious-hostnames.updated": EOF, Get "https://raw.githubusercontent.com/qdm12/files/master/malicious-ips.updated": EOF
  178. gluetun | 2024-12-30T11:43:43Z INFO [dns] attempting restart in 20s
  179.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement