Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jworcutt

#1
Thank you so much for your help.

I think I figured out the problem - I was trying to test out the VPN from the network itself and this was confusing windows.

I took your suggestion and put up a pass all rule and turned logging on.  I could see the traffic going to the internet, and I could ping the router from the VPN address, but pings to any on the LAN were not even showing up.  I figured how could that be, like they were not even making it to the router.

My guess is the laptop being on the local network, has a 255.255.255.0 netmask or something, and so the traffic was trying to go directly or something? And the 0.0.0.0/0 Allowed IPs on the wireguard was preventing it from going through?

Either way, testing it from another network I could indeed get to devices on my LAN.  Problem solved.

Sorry for the poor technical knowledge! Thank you again community for your help!
#2
Thank you for your response!

I have added now both a pass in, and pass out rule on the wireguard interface, source HomeWireGuard net, destination LAN net.

This did not work.
#3
Thank you for the reply.

I just added this rule under my LAN interface rules, Pass in, HomeWireGuard Net source, LAN net destination.

Did not work.
#6
Hi everyone.

I am trying to set up Wireguard as a "Road Warrior" set up.  I would like to use it to access my home network both for accessing the LAN, as well as routing internet traffic.

Prior to setting up Wireguard, I had a LAN on 10.7.22.1/24, and an IOT VLAN on 10.7.24.1/24

I have set up the wireguard server now on 10.7.32.1/24 following the "Road Warrior" guide.  I have set up the wg0 on interface "HomeWireGuard"

After setting up the instance and peer, and the client on my windows laptop, I set up the firewall on WireGuard to pass everything.

I am able to connect.  I can access external websites.  I can access the Opnsense web ui on 10.7.32.1 . However I cannot access any devices on the LAN.

I am not sure what I am doing wrong!  Any help would be appreciated.