I'm trying to setup a raspberry that would route all wifi clients through a vpn.
This is my first time working with OpenWRT, I have some Linux experience but very little network wise.
Steps taken:
So far I've gone as flashing OpenWRT, setting up AdBlock, assign a static IP to the lan interface and setup the wireless network. After these steps I can successfully connect to the new wifi network with any device and have internet access with the adblock already taking effect.
Then for the VPN part, I followed a number of tutorials that guided me through setting it up through Wireguard, which didn't work and then through OpenVPN which also didn't work.
I understand both Wireguard and OpenVPN should not be used at the same time, I'm happy to remove either as long as I get something working.
Issue:
I always have internet access outside of the VPN, no matter what settings I have for the interfaces/firewall.
Most of the guides use a Wifi dongle and create a new firewall zone for that interface only but since I don't have that extra dongle I wanted to use the onboard wifi chip.
I suspect the issue is that both my eth0 and wifi are included in the bridge making traffic flow from one to the other and bypassing the vpn, but I'm honestly not sure if that's the cause or not.
Thank you before hand!
Here are some screenshots of some of my current setup. Interfaces
My final result is very similar to the one on the screenshots, but I still don't have my wifi traffic going through the vpn.
In most of the examples I see, people have the device to which clients will connect (be it wifi or eth with switch) outside of the bridge and in it's own firewall zone.
I tried doing the same, by making lan have only eth0 (with static IP and connected to the ISP router) and creating a dedicated wifi interface with only the wifi device as DHCP.
As soon as I did this change, clients are no longer able to connect to the network at all.
All traffic just bypasses this router and does not go through the router so it will bypass the VPN.
If you have only a few clients then on the LAN clients manually set the gateway to point to this router (192.168.1.123).
Alternatively you can use DNSMasq on the main router to hand out a different gateway to specific clients or to all clients.
But the easiest way of dealing with this is to make a Guest Wifi on this router.
A guest wifi has its own subnet this means that traffic from this guest wifi is going through the router and thus will be picked up by the VPN.
Furthermore enable Masquerading on the LAN interface