· 5 years ago · Feb 19, 2021, 05:24 PM
1username@servername:/home/docker/certproxy$ docker logs wg-pia
2Fetching next-gen PIA server list
3Verified OK
4Verified server list
5Registering public key with PIA endpoint; id: XXXXXXX, cn: XXXXXXXXX, ip: XXX.XXX.XX.XX
6Generating /etc/wireguard/wg0.conf
7Using PIA DNS servers: 10.0.0.243,10.0.0.242
8Port forwarding is available at this location
9Successfully generated /etc/wireguard/wg0.conf
10Fri Feb 19 16:30:36 UTC 2021: Bringing up WireGuard interface wg0
11[#] ip link add wg0 type wireguard
12[#] wg setconf wg0 /dev/fd/63
13[#] ip -4 address add 10.53.170.107 dev wg0
14[#] ip link set mtu 1420 up dev wg0
15[#] resolvconf -a wg0 -m 0 -x
16[#] wg set wg0 fwmark 51820
17[#] ip -4 route add 0.0.0.0/0 dev wg0 table 51820
18[#] ip -4 rule add not fwmark 51820 table 51820
19[#] ip -4 rule add table main suppress_prefixlength 0
20sysctl: error setting key 'net.ipv4.conf.all.src_valid_mark': Read-only file system
21[#] iptables-restore -n
22
23interface: wg0
24 public key: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
25 private key: (hidden)
26 listening port: 43857
27 fwmark: 0xca6c
28
29peer: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
30 endpoint: XXX.XXX.XXX.XXXX:1337
31 allowed ips: 0.0.0.0/0
32
33Fri Feb 19 16:30:36 UTC 2021: WireGuard successfully started
34Fri Feb 19 16:30:36 UTC 2021: Firewall enabled: Blocking non-WireGuard traffic
35Fri Feb 19 16:30:36 UTC 2021: Allowing network access to 192.168.1.0/24
36Fri Feb 19 16:30:36 UTC 2021: Adding route to 192.168.1.0/24
37Fri Feb 19 16:30:36 UTC 2021: Starting port forward script
38Fri Feb 19 16:30:36 UTC 2021: Verifying API requests. CN: XXXXXXXX
39Fri Feb 19 16:30:36 UTC 2021: Getting PF token
40Fri Feb 19 16:30:36 UTC 2021 Reusing previous PF token
41Fri Feb 19 16:30:37 UTC 2021: Obtained PF token. Expires at 2021-04-21T05:02:42.82196578Z
42Fri Feb 19 16:30:37 UTC 2021: Server accepted PF bind
43Fri Feb 19 16:30:37 UTC 2021: Forwarding on port XXXXX
44Fri Feb 19 16:30:37 UTC 2021: Running /scripts/pf_success.sh
45Fri Feb 19 16:30:37 UTC 2021: Allowing incoming traffic on port XXXXX
46Fri Feb 19 16:30:37 UTC 2021: Rebind interval: 900 seconds
47Fri Feb 19 16:30:37 UTC 2021: Port dumped to /pia-shared/port.dat
48Fri Feb 19 16:30:37 UTC 2021: This script should remain running to keep the forwarded port alive
49Fri Feb 19 16:30:37 UTC 2021: Press Ctrl+C to exit