[Slate AX1800] VPN Issue

Hi Team,

I have set up my WireGuard VPN Server using GitHub - trailofbits/algo: Set up a personal VPN in the cloud. I have verified that it's working using multiple devices including WireGuard client on my Mac.
After that, I wanted to use the same WireGuard config on my new Slate AX1800.
The connection was established successfully, but no data was sent over the channel.

Please see the logs below. Do you know why I can use this VPN server with the WireGuard client but not with Slate AX1800?

Sun Oct  6 01:08:45 2024 user.notice firewall: Reloading firewall due to ifup of wgclient (wgclient)
Sun Oct  6 01:09:05 2024 daemon.notice netifd: Network device 'wgclient' link is down
Sun Oct  6 01:09:05 2024 user.notice firewall: Reloading firewall due to ifdown of wgclient ()
Sun Oct  6 01:09:05 2024 daemon.notice netifd: Interface 'wgclient' is now down
Sun Oct  6 01:09:05 2024 daemon.notice netifd: Interface 'wgclient' is setting up now
Sun Oct  6 01:09:05 2024 daemon.notice netifd: wgclient (11058): RTNETLINK answers: Permission denied
Sun Oct  6 01:09:06 2024 daemon.notice netifd: Network device 'wgclient' link is up
Sun Oct  6 01:09:06 2024 daemon.notice netifd: Interface 'wgclient' is now up
Sun Oct  6 01:09:06 2024 user.notice wgclient-up: env value:T_J_V_ifname=string J_V_address_external=1 USER=root ifname=wgclient ACTION=KEYPAIR-CREATED N_J_V_address_external=address-external SHLVL=3 J_V_keep=1 HOME=/ HOTPLUG_TYPE=wireguard T_J_V_interface=string J_V_ifname=wgclient T_J_V_link_up=boolean LOGNAME=root DEVICENAME= T_J_V_action=int TERM=linux SUBSYSTEM=wireguard PATH=/usr/sbin:/usr/bin:/sbin:/bin CONFIG_LIST_STATE= J_V_interface=wgclient K_J_V= action ifname link_up address_external keep interface J_V_link_up=1 J_V_action=0 T_J_V_address_external=boolean N_J_V_link_up=link-up T_J_V_keep=boolean PWD=/ JSON_CUR=J_V CONFIG_SECTIONS=global AzireVPN Mullvad FromApp group_816 group_3782 group_6749 group_1823 peer_2001 peer_2002 peer_2003 CONFIG_cfg030f15_ports=
Sun Oct  6 01:09:06 2024 user.notice firewall: Reloading firewall due to ifup of wgclient (wgclient)
Sun Oct  6 20:47:46 2024 daemon.notice netifd: Network device 'wgclient' link is down
Sun Oct  6 20:47:46 2024 user.notice firewall: Reloading firewall due to ifdown of wgclient ()
Sun Oct  6 20:47:46 2024 daemon.notice netifd: Interface 'wgclient' is now down
Sun Oct  6 20:47:53 2024 daemon.notice netifd: Interface 'wgclient' is setting up now
Sun Oct  6 20:47:53 2024 daemon.notice netifd: wgclient (28136): Error: any valid prefix is expected rather than "10.49.0.6 ".
Sun Oct  6 20:47:53 2024 daemon.notice netifd: wgclient (28136): RTNETLINK answers: Permission denied
Sun Oct  6 20:47:53 2024 daemon.notice netifd: Network device 'wgclient' link is up
Sun Oct  6 20:47:53 2024 daemon.notice netifd: Interface 'wgclient' is now up
Sun Oct  6 20:47:53 2024 user.notice wgclient-up: env value:T_J_V_ifname=string J_V_address_external=1 USER=root ifname=wgclient ACTION=KEYPAIR-CREATED N_J_V_address_external=address-external SHLVL=3 J_V_keep=1 HOME=/ HOTPLUG_TYPE=wireguard T_J_V_interface=string J_V_ifname=wgclient T_J_V_link_up=boolean LOGNAME=root DEVICENAME= T_J_V_action=int TERM=linux SUBSYSTEM=wireguard PATH=/usr/sbin:/usr/bin:/sbin:/bin CONFIG_LIST_STATE= J_V_interface=wgclient K_J_V= action ifname link_up address_external keep interface J_V_link_up=1 J_V_action=0 T_J_V_address_external=boolean N_J_V_link_up=link-up T_J_V_keep=boolean PWD=/ JSON_CUR=J_V CONFIG_SECTIONS=global AzireVPN Mullvad FromApp group_816 group_3782 group_6749 group_1823 peer_2002 peer_2003 CONFIG_cfg030f15_ports=
Sun Oct  6 20:47:54 2024 user.notice firewall: Reloading firewall due to ifup of wgclient (wgclient)

Your wireguard config seems has error.

You can post your config (mark your private info and keys) to check.

You can also message me one config to check.

Here is the config I am using:

[Interface]
PrivateKey = Key
Address = IPv4 ,IPv6
DNS =  IPv4 ,IPv6

[Peer]
PublicKey = Key
PresharedKey = Key
AllowedIPs = 0.0.0.0/0,::/0
Endpoint = IPv4:51820

Sorry cannot check because everything is removed.

What if you message me a real config

Thanks for offering to help!
How can I send you a private message?
I do not need any button for that.

Click my Icon and you will find "message" button.

Is there no mask for the Address in the configuration file?
Maybe try changing it to:

Address = IPv4/mask ,IPv6/mask