GL-AXT1800 with FritzBox

Hi, I’m trying to set up WireGuard VPN connection via AXT1800 to FritzBox 7590. Try to set up network connection. FritzBox: 192.168.2.x and AXT1800 192.168.8.y. Up to now no success. VPN client in AXT connects to FritzBox. With device in 192.168.8.y no access to internet and Fritzbox… :frowning:

Hi!
What is your VPN provider?

The FritzBox is the WireGuard server. No external provider

If the Glinet router works as a VPN server and it is behind an upstream ( Main Router) in your case Fritz Box 7590, that shares the Internet to Glinet devices, you need to allow in your benutzeroberfläche von Fritzbox (Internet > Freigaben > Neue Freigabe ) the port (in your case standart Wireguard UDP port 51820 ) for the IP address of your Glinet router AXT1800. If you still need help after these manipulations, you can send me a private message. If your language is German, I will be able to answer your questions more correctly. :slight_smile:
I have an AXT1800 as a Wireguard Server behind Frizbox, it works perfect.

@agent_smith
Nice for you, but that was not the question…
@BerndLo
Did you read that?
This needs to be pinned.

Other issues:

  1. Your WireGuard IP cannot be within the 192.168.8.X or 192.168.9.X range for default GL.iNet setups. Either change the WireGuard range, or change the LAN.
  2. If you’re running your own server, and you can connect to (ping) the Wireguard endpoint, and you’re using 0.0.0.0/0 as your “Allowed IPs”, make sure the outbound port forwarding rules on your server are correct. See this guide for help.
  3. If you are testing and it works from your phone but not from your router, try connecting your router through your phone. Sometimes trying to access your public IP from your LAN behaves in strange ways.

@diver68
Thanks for your comment. Sadly I’m not an expert on all that stuff… Maybe some additional comments. The final use of the AXT1800 is to connect from outside (any point of the globe) via Wireguard VPN to my home (Germany) to get a German IP for AppleTV or FireTV…

@agent_smith
also thanks, see my comment to @diver68

Hi Bernd

please check my working config AXT1800 > Fritzbox 6591, I have the same demands as you. Please add in your config the Endpoint = xxxxxxxxxxxx@myfritz.net:xxxxxx
10.0.2.1 is the IP of the Fritzbox and 10.0.4.1 the GL.Inet AXT1800. If you have a diferent DNS Server as the FB, then you need to change that as well.

[Interface]
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxx
ListenPort = 51414
Address = 10.0.2.1/24
DNS = 10.0.2.1,10.0.4.1

[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxx
PresharedKey = xxxxxxxxxxxxxxxxxxxxxxxxx
Endpoint = xxxxxxxxxxxxxxxx:xxxxxx
AllowedIPs = 10.0.4.0/24,0.0.0.0/0
PersistentKeepalive = 25

1 Like

Hi, I’ll try and let you know :wink:

@diver68 I tried it. needed to modify, but still no access to internet

[Interface]
PrivateKey = xxxxxxxxxxxxxxxxxxxxxxxxx
ListenPort = 62687
Address = 192.168.8.1/24
DNS = 192.168.2.1,192.168.8.1

[Peer]
PublicKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
PresharedKey = xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Endpoint = xxxxxxxxxxxxxxx.myfritz.net:xxxxxxxxx
AllowedIPs = 192.168.8.0/24,0.0.0.0/0
PersistentKeepalive = 25

if I enter Interface Address like you, I open AXT1800 with FB IP

I deleted DNS=fritz.box, now it seems to work…

Great :+1: I have a RPi4 with pihole as DNS, that’s why I wrote for you “fritz.box”, as synonym for the IP of the Router (Fritz!Box).

Thanks for your great support :+1:

I edited your post and removed DNS-fritz.box and marked it as solution.

1 Like