Comment on Turn linux server into a router?
aislopmukbang@sh.itjust.works 1 day ago
Short answer: yes
Though anything else I could not say better than this guide: opnsense.org/get-started/
Comment on Turn linux server into a router?
aislopmukbang@sh.itjust.works 1 day ago
Short answer: yes
Though anything else I could not say better than this guide: opnsense.org/get-started/
Toralv@lemmy.world 1 day ago
Sorry I was probably not very clear on one part, I’m looking to run a router additionally to my already existing debian installation. OPNsense seems very nice, but that would require me switching to FreeBSD, which I’m not very keen on right now.
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.
bacon_pdp@lemmy.world 1 day ago
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.
possiblylinux127@lemmy.zip 21 hours ago
What do you mean by router?
A router is a layer 3 device that routes packets. What functionality are you wanting?