Hi folks,
trying to establish a VPN-connection to a Wireguard-server with a GL-E750 which is connected to the internet via Wifi.
This is the log-result:
Sat Nov 15 21:50:52 2025 daemon.notice netifd: Interface 'wgclient' is setting up now
Sat Nov 15 21:52:42 2025 user.notice wireguard-debug: USER=root ifname=wgclient ACTION=REKEY-GIVEUP SHLVL=1 HOME=/ HOTPLUG_TYPE=wireguard LOGNAME=root DEVICENAME= TERM=linux SUBSYSTEM=wireguard PATH=/usr/sbin:/usr/bin:/sbin:/bin PWD=/
Sat Nov 15 21:52:43 2025 daemon.notice netifd: wgclient (26751): REJECT udp opt -- in br+ out * 0.0.0.0/0 -> 0.0.0.0/0 udp dpt:53 /* block_dns_manual */ reject-with icmp-port-unreachable
Sat Nov 15 21:52:43 2025 daemon.notice netifd: wgclient (26751): REJECT tcp opt -- in br+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp dpt:53 /* block_dns_manual */ reject-with icmp-port-unreachable
Sat Nov 15 21:52:43 2025 daemon.notice netifd: wgclient (26751): cat: can't open '/tmp/run/wg_resolved_ip': No such file or directory
Sat Nov 15 21:52:43 2025 daemon.notice netifd: Interface 'wgclient' is now down
Sat Nov 15 21:52:43 2025 daemon.notice netifd: Interface 'wgclient' is setting up now
Sat Nov 15 21:52:48 2025 user.notice mwan3[26779]: Execute ifdown event on interface wgclient (unknown)
Sat Nov 15 21:52:54 2025 user.notice firewall: Reloading firewall due to ifdown of wgclient ()
Sat Nov 15 21:54:36 2025 user.notice wireguard-debug: USER=root ifname=wgclient ACTION=REKEY-GIVEUP SHLVL=1 HOME=/ HOTPLUG_TYPE=wireguard LOGNAME=root DEVICENAME= TERM=linux SUBSYSTEM=wireguard PATH=/usr/sbin:/usr/bin:/sbin:/bin PWD=/
Sat Nov 15 21:54:37 2025 daemon.notice netifd: wgclient (29582): REJECT udp opt -- in br+ out * 0.0.0.0/0 -> 0.0.0.0/0 udp dpt:53 /* block_dns_manual */ reject-with icmp-port-unreachable
Sat Nov 15 21:54:37 2025 daemon.notice netifd: wgclient (29582): REJECT tcp opt -- in br+ out * 0.0.0.0/0 -> 0.0.0.0/0 tcp dpt:53 /* block_dns_manual */ reject-with icmp-port-unreachable
Sat Nov 15 21:54:37 2025 daemon.notice netifd: wgclient (29582): cat: can't open '/tmp/run/wg_resolved_ip': No such file or directory
Sat Nov 15 21:54:37 2025 daemon.notice netifd: Interface 'wgclient' is now down
Sat Nov 15 21:54:37 2025 daemon.notice netifd: Interface 'wgclient' is setting up now
Sat Nov 15 21:54:44 2025 user.notice mwan3[29609]: Execute ifdown event on interface wgclient (unknown)
Sat Nov 15 21:54:48 2025 user.notice firewall: Reloading firewall due to ifdown of wgclient ()
Any ideas why it does not work?
Thank ahead!