OPNsense Forum

English Forums => Virtual private networks => Topic started by: jphilebiz on March 30, 2023, 06:03:51 PM

Title: Issue with WireGuard *solved*
Post by: jphilebiz on March 30, 2023, 06:03:51 PM
**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/ (http://this%20guide%20to%20set%20things%20up%20https://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?