Hello,
I need help configuring my network in order to make the devices connected to my ZeroTier VPN work as if they were on my local network.
Here’s my current setup:
- I have an OpenWRT router that manages a local network 192.168.10.0/24.
- This OpenWRT router receives Internet access from another router provided by my ISP, which manages the 192.168.1.0/24 network.
- I have successfully connected my OpenWRT router to my ZeroTier network.
My goal is for the devices connected to my ZeroTier VPN network to:
communicate with the devices on my 192.168.10.0/24 local network. and use the Internet connection from my ISP-provided router, by routing the Internet traffic through that router.
In other words, I would like the ZeroTier VPN devices to behave as if they were physically connected to my OpenWRT local network.
i have aleready try
I’ve already followed the tutorial, and I’ve managed to access my local network, but I haven’t been able to route the traffic through the ISP router despite using allowDefault=1. I would like to start from a fresh installation and have a simpler configuration to achieve this goal, for now I’ve only created the VPN interface.
config interface 'vpn'
option proto 'none'
option device 'ztXXXXXXXXXX'
Could you please help me configure my OpenWRT router and my ZeroTier network correctly to achieve this result?