Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2020-11-28 18:09:55,306 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing
- 2020-11-28 18:09:55,306 INFO Set uid to user 0 succeeded
- 2020-11-28 18:09:55,308 INFO supervisord started with pid 6
- 2020-11-28 18:09:56,310 INFO spawned: 'start-script' with pid 144
- 2020-11-28 18:09:56,313 INFO spawned: 'watchdog-script' with pid 145
- 2020-11-28 18:09:56,313 INFO reaped unknown pid 7 (exit status 0)
- 2020-11-28 18:09:56,317 DEBG 'start-script' stdout output:
- [info] VPN is enabled, beginning configuration of VPN
- 2020-11-28 18:09:56,317 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- 2020-11-28 18:09:56,318 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
- 2020-11-28 18:09:56,320 DEBG 'start-script' stdout output:
- [info] Adding 1.1.1.1 to /etc/resolv.conf
- 2020-11-28 18:09:56,324 DEBG 'start-script' stdout output:
- [info] Adding 8.8.8.8 to /etc/resolv.conf
- 2020-11-28 18:09:56,329 DEBG 'start-script' stdout output:
- [info] ip route defined as follows...
- --------------------
- 2020-11-28 18:09:56,380 DEBG 'start-script' stdout output:
- default via 172.19.0.1 dev eth0
- 10.1.1.0/24 via 172.19.0.1 dev eth0
- 172.19.0.0/16 dev eth0 proto kernel scope link src 172.19.0.4
- 2020-11-28 18:09:56,380 DEBG 'start-script' stdout output:
- --------------------
- 2020-11-28 18:09:56,380 DEBG 'start-script' stdout output:
- --------------------
- 2020-11-28 18:09:56,385 DEBG 'start-script' stdout output:
- iptable_mangle 16384 0
- ip_tables 32768 4 iptable_filter,iptable_raw,iptable_nat,iptable_mangle
- 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
- 2020-11-28 18:09:56,385 DEBG 'start-script' stdout output:
- [info] iptable_mangle support detected, adding fwmark for tables
- 2020-11-28 18:09:56,447 DEBG 'start-script' stdout output:
- [info] iptables defined as follows...
- 2020-11-28 18:09:56,447 DEBG 'start-script' stdout output:
- [info] iptables defined as follows...
- --------------------
- 2020-11-28 18:09:56,449 DEBG 'start-script' stdout output:
- -P INPUT DROP
- -P FORWARD DROP
- -P OUTPUT DROP
- -A INPUT -s 172.19.0.0/16 -d 172.19.0.0/16 -j ACCEPT
- -A INPUT -i eth0 -p tcp -m tcp --sport 1443 -j ACCEPT
- -A INPUT -i eth0 -p udp -m udp --sport 1443 -j ACCEPT
- -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
- -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
- -A INPUT -s 10.1.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT
- -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT
- -A INPUT -i lo -j ACCEPT
- -A INPUT -i wg0 -j ACCEPT
- -A OUTPUT -s 172.19.0.0/16 -d 172.19.0.0/16 -j ACCEPT
- -A OUTPUT -o eth0 -p tcp -m tcp --dport 1443 -j ACCEPT
- -A OUTPUT -o eth0 -p udp -m udp --dport 1443 -j ACCEPT
- -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT
- -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT
- -A OUTPUT -d 10.1.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT
- -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT
- -A OUTPUT -o lo -j ACCEPT
- -A OUTPUT -o wg0 -j ACCEPT
- 2020-11-28 18:09:56,450 DEBG 'start-script' stdout output:
- --------------------
- 2020-11-28 18:09:56,454 DEBG 'start-script' stdout output:
- [info] Attempting to bring WireGuard interface 'up'...
- 2020-11-28 18:09:56,466 DEBG 'start-script' stderr output:
- Warning: `/config/wireguard/wg0.conf' is world accessible
- 2020-11-28 18:09:56,473 DEBG 'start-script' stderr output:
- [#] curl -ks "https://${VPN_USER}:${VPN_PASS}@104.223.94.2:1443/api/v1/setup?public-key=Hvusjh2QQGJsyHkCLWhRsaW1rCoCySf9b%2FsEid77cVI%3D"
- 2020-11-28 18:09:56,479 DEBG 'start-script' stderr output:
- Unable to access interface: No such device
- 2020-11-28 18:09:56,480 DEBG 'start-script' stderr output:
- [#] ip link delete dev wg0
- 2020-11-28 18:09:56,484 DEBG 'start-script' stderr output:
- Cannot find device "wg0"
- 2020-11-28 18:09:56,454 DEBG 'start-script' stdout output:
- [info] Attempting to bring WireGuard interface 'up'...
- 2020-11-28 18:09:56,466 DEBG 'start-script' stderr output:
- Warning: `/config/wireguard/wg0.conf' is world accessible
- 2020-11-28 18:09:56,473 DEBG 'start-script' stderr output:
- [#] curl -ks "https://${VPN_USER}:${VPN_PASS}@104.223.94.2:1443/api/v1/setup?public-key=Hvusjh2QQGJsyHkCLWhRsaW1rCoCySf9b%2FsEid77cVI%3D"
- 2020-11-28 18:09:56,479 DEBG 'start-script' stderr output:
- Unable to access interface: No such device
- 2020-11-28 18:09:56,480 DEBG 'start-script' stderr output:
- [#] ip link delete dev wg0
- 2020-11-28 18:09:56,484 DEBG 'start-script' stderr output:
- Cannot find device "wg0"
- 2020-11-28 18:09:56,485 DEBG 'start-script' stdout output:
- [warn] WireGuard interface failed to come 'up', exit code is '1'
Advertisement
Add Comment
Please, Sign In to add comment