VPN Client - Enabled Device Default Route
I have an OpenVPN setup where the AX3000 is the client. It is setup to route only a single network subnet range. However, when a client is added to the "Device List", it seems the router forces a default route for all traffic through the VPN connection.
Is there anyway to override this behavior.
My OpenVPN congif contains:
route 10.0.0.0 255.0.0.0
route-metric 50
route-nopull
Summary, I want to use the router as an OpenVPN client, I want to add devices on the network that can then have any 10.0.0.0/8 traffic over the VPN, but all other 0.0.0.0/0 traffic routed out locally.