this post was submitted on 11 Aug 2023
6 points (100.0% liked)
networking
3055 readers
2 users here now
Community for discussing enterprise networks and the ensuing chaos that comes after inheriting or building one.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The firewall is the gatekeeper that typically controls the traffic between the WAN and LAN. Most routers have at least a basic firewall built in. Whether you should have a separate router and firewall depends on a few things.
A common scenario is if you're routing a whole bunch of different subnets internally. This is often the case in an enterprise environment where thousands of devices are connected to the network. Routing can eat up a lot of horsepower and you don't want spikes in WAN traffic slowing down your internal routing. In that situation it makes sense to have separate firewall and router appliances.
If you're running you're entire LAN on one subnet, you're not typically going to have any internal issues with routing related to WAN traffic. It's also easier to troubleshoot one network appliance than multiple. I run a single Mikrotik as my main router and firewall. Don't make it any more complex than you need to unless you just want to see if you can.
Cool! I also have a mikrotik. I flashed over the stock firmware in favour of openwrt which I have some experience with. And is free software.
I do not. I don't really enjoy networking stuff tbh. I am willing to do it because I think in the end I will be happier with the result. It's like going to the gym though.
A lot of forum posts are from people who are motivated by the learning value or by making small optimizations. I just want "good enough".
Is there any specific information about setting up the openwrt firewall that you'd recommend? Or is it literally included in the default install?