ER7206 - Not able to Full Tunnel Internet Routing
I purchased a ER7206 - updated it to the latest Firmware and I'm trying to set up a VPN Server, so that I can connect from outside and it should route the entire traffic through my home network, which is not happening! My laptop says the tunnel is ACTIVE and I'm connected, but when I check my IP it's not my home network IP. I'm trying for hours to find a solution, but I'm not able to. ChatGPT is suggesting to change the AllowedIPs to 0.0.0.0/0 on the wireguard client, but when I do this, the complete network is not working anymore. I'm not able to browse or anything. When I change it back to the original settings, it works again. What am I missing here? I can't find any tutorial.....
What I have done so far (using defaults by the system, prefilled):

The client:

.conf file:
[Interface]
PrivateKey = __
Address = 10.1.0.3/32
DNS = 10.1.0.1
[Peer]
PublicKey = __
AllowedIPs = 192.168.0.0/24,10.1.0.1/32
Endpoint = IP:PORT
PersistentKeepalive = 25

