I want 3 gateways in my house

I would like to have my home network set up with 3 different gateways. So for example something like this:

192.168.0.0 - clear internet
192.168.0.1 - vpn
192.168.0.2 - tor

Is there one device that GL.iNet offers that would allow me to do this, or am I looking at having to buy several, and if so, which devices are best?

Thanks in advance!

That's 3 egress routes and can be done with one device.

There are various ways to configure a router to choose which route to use from always use this route to use this route for these destinations or just for this client et. al.

The underlying LUCI GUI would offer some additional configuration but you will probably need to write a custom script to create the routing table you want.

You might be able do it with VLANs and MACVLAN from the LUCI GUI if you want to use pick the egress based on host.

You could do it even more simply by running three subnets on the network and using the DHCP server to assign the subnet based on the host MAC. Default to Internet subnet unless the host is configured for VPN or TOR.

192.168.1.1 -> Internet
192.168.2.1 -> VPN
192.168.3.1 -> TOR

2 Likes

Hold off until firmware version 4.8.0 is out of beta. It's coming up as the next release for the Slate AX & Flint v2. v4.8.1-beta is for the Slate 7.

We'll have to wait & see if the VPN 'composite policy' (traditionally called policy-based routing) includes TOR. Then I'm sure it's just a matter of time before PBR comes to the Flint v3.

Slate AX Firmware Changelog:

Flint v2 Firmware Changelog:

Slate 7 Firmware Changelog:

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.