Hello I currently have a slate ax which i am using as a client to create a tunnel to a tplink router using wireguard however I am having issues making the wireguard connection to the router work.
Not sure why this is happening and here are the logs and my configuration below - help is greatly appreciated.
Logs
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Zone 'lan'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Zone 'wan'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Zone 'guest'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Zone 'wgclient'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Set tcp_ecn to off
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Set tcp_syncookies to on
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Set tcp_window_scaling to on
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Running script '/etc/firewall.nat6'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Running script '/etc/firewall.swap_wan_in_conn_mark.sh'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Running script '/var/etc/gls2s.include'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): ! Skipping due to path error: No such file or directory
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Running script '/usr/bin/gl_block.sh'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): * Running script '/etc/firewall.vpn_server_policy.sh'
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): Failed to parse json data: unexpected character
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): uci: Entry not found
Tue Nov 7 14:29:43 2023 daemon.notice netifd: wgclient (19674): cat: can't open '/tmp/run/wg_resolved_ip': No such file or directory
Tue Nov 7 14:29:44 2023 daemon.notice netifd: Interface 'wgclient' is now down
Tue Nov 7 14:29:44 2023 daemon.notice netifd: Interface 'wgclient' is setting up now
Tue Nov 7 14:29:44 2023 user.notice mwan3[19799]: Execute ifdown event on interface wgclient (unknown)
Tue Nov 7 14:29:45 2023 user.notice firewall: Reloading firewall due to ifdown of wgclient ()
Client Slate AX Config
[Interface]
Address = 10.5.5.3/32
ListenPort = 51820
PrivateKey = 4HCOt8/PazTdPUTQONyXN4PhiJJ6swnVNnoBPHxKfkw=
MTU = 1230
[Peer]
AllowedIPs = 0.0.0.0/1, 128.0.0.0/1
Endpoint = 125.209.152.198:23232
PersistentKeepalive = 25
PublicKey = XrvTuhncCMqKJEsMYUsFbWg8oWvRjlwSO7QOu6kLhmk=