I am trying to setup my GL-AXT1800 as I travel to be able to coennect, using WireGuard, to my home network. At home I am using a TP-Ling ER605 that has WireGuard server. I have setup the ER605 WireGuard with:
MTU: 1420
Listen port: 51820
Private key: XXXXXXXXXXXXXXXXXXXXXXXXX
Public key: yyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
and the local IP address for the interface: 192.168.0.2
Then I setup the GL-AXT1800 Wireguard as follows:
[Interface]
Address = 192.168.0.2/24
PrivateKey = XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX=
DNS = 8.8.8.8, 8.8.4.4
MTU = 1420
[Peer]
AllowedIPs = 192.168.0.0/24
Endpoint = XXXXXXX.ddns.com:51820
PersistentKeepalive = 25
PublicKey = yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
Trying to start he VPN tunnel, it just sits on orange. Looking at the log I am getting this:
Wed Dec 11 23:19:57 2024 user.notice firewall: Reloading firewall due to ifdown of wgclient ()
Wed Dec 11 23:20:50 2024 daemon.notice netifd: Interface 'wgclient' is setting up now
Wed Dec 11 23:20:55 2024 daemon.notice netifd: wgclient (17329): Try again: xxxxx.ddns.com:51820'. Trying again in 1.00 seconds... Wed Dec 11 23:21:01 2024 daemon.notice netifd: wgclient (17329): Try again:
xxxxx.ddns.com:51820'. Trying again in 1.20 seconds...
xxxxx.ddns.com is my WAn connection IP adrress from my TP-Link ER605 at home which is registered with a dynamic DNS provider.
Any ideas will help.
thank you kindly,
Dorin