Well all Linux systems can easily be turned into routers if they have 2 or more networking ports.
All you have to do is enable routing, the firewall rules for routing internal traffic and restrictions on external traffic, and dhcp services to the internal network (assuming that you don’t have a dedicated dhcp server)
Here is an example: github.com/dhenkes/router
Basically any Linux router guide (for any Linux distribution) can be used with minimal translation as they are all going to be using the exact same software with virtually identical configurations.
Rivalarrival@lemmy.today 1 day ago
You can create a virtual machine, running within your debian install, to server as your router. It actually works very well.
Toralv@lemmy.world 1 day ago
I forgot VM’s completely, that’s very true.