Hello,
I would like to know if it's possible to use/configure OpenWrt as a Wireguard tunnel only. The idea is for OpenWrt configuration to only have two interfaces: one for the physical NIC and one for the Wireguard configuration. The physical interface would have DHCP server disabled as I would like to continue using my current router. The ultimate goal is to take a specific device on my network and set its static IP, mask, and for the gateway IP specify OpenWrt, not my ISP router. The reason I want this is to take advantage of OpenWrt Policy routing. I would like some traffic to be routed through Wireguard and the rest to bypass Wireguard.
What I have attempted so far (before even getting to Wireguard config):
- I deleted br-lan interface
- I changed firewall zone for wan interface to accept input (since it's sitting behind my ISP router, I figured this would be safe)
ISP router - 192.168.1.254
OpenWrt wan - 192.168.1.200 (it got it via DHCP)
Laptop - 192.168.1.100, gateway set to 192.168.1.200
With this configuration in place, the laptop can get to the internet no problem but if I take my Amazon firestick and also statically assign an unused IP and set the gateway to 192.168.1.200, it says it has no internet and I can't get to YouTube ..etc
Any thoughts on what I am trying to do, I suspect there is a better way of doing it.
Thank you so much