Issue with WireGuard *solved*

Started by jphilebiz, March 30, 2023, 06:03:51 PM

Previous topic - Next topic
March 30, 2023, 06:03:51 PM Last Edit: March 30, 2023, 08:56:27 PM by jphilebiz
**red-did everything, must have been a typo, sorry!**

Hi everybody,

1st time using/setting up WG and not the most comfortable with VPNs. I used  this guide to set things up https://www.wundertech.net/how-to-set-up-wireguard-in-opnsense/, alas cannot see the internal network when I VPN in from my mobile on the cell network to test things. This is to remote into my home network so no major security concerns once connected as I'll be the only user.

The client connects, I see traffic in Reporting:Traffic for the connected client. Been trying to figure out where my config issue is but cannot pinpoint it.

The client config is as follows:
[Interface]
PrivateKey = (deleted!)
Address = 192.168.1.10/24
DNS = 8.8.8.8, 8.8.4.4

[Peer]
PublicKey = (deleted!)
AllowedIPs = 0.0.0.0/0
Endpoint = NAME.ddnsgeek.com:51820

For the server I think I got everything right but here we are  ;D - where should I look for resolving this issue?