M0n0wall Fork SmallWall Has First Official Release
New submitter houstonbofh writes: When the m0n0wall project ended back in February, many people just did not want to lose their small and lean firewall. And now, one of the forks, SmallWall, has released it's first non-beta release. It has some small improvements to the GUI, and now has added L2TP support. The announcement with the changes can be found here. Also, a partnership with MIXTPC was announced, allowing firewalls with SmallWall preloaded to be purchased. Their web store is here.
User Handbook (single page) - Comming Soon!
Alright then, so there's no updated docs. I'll just click the handy link to The m0n0wall Documentation Project - Chris Buechler. Oh wait, it's a 404. Nice going guys.
small and lean firewall
improvements to the GUI
Uh-huh.
CLI paste? paste.pr0.tips!
Company is MITXPC, not MIXTPC. One seemingly refers to a small form factor PC and the other to a mix of toilet paper and crap.
SmallWall has at least the virtues of a meaningful name that scans well and is easy to spell and pronounce.
Because someone has already done the hard work for you.
Time to do what you want to do = 2-4 hours or more.
Time to dump an image to a CF card and boot it - 2 minutes.
Plus, if it's based on m0n0, it'll run out of the box on embedded systems like Alix and Soekris boxes, which are amazingly reliable embedded x86 systems with no moving parts. I've got Alix-based m0n0 firewalls out there that haven't been rebooted in years and they just keep going. It's also designed to run from flash media, so writes (for logs etc) are kept to a minimum.
Specialist Mac support for creative pros, Melbourne
> why do I need this?
If you don't need such a thing, then please tell me how to make a Linux box with two network interfaces, one connected to a cable modem, and another to a switch that serves the rest of the household LAN, accept an IPv6 routing prefix from the cable modem and pass it along to the rest of the household LAN, and route packets to/from that LAN, and do all of the other shit people just expect to work, e.g. a DNS server which allows any computer on the LAN to look up the address of any other computer on the LAN via its hostname. I tried, but after several days of work, I gave up.
It's a mess. There's at least seven separate pieces of software which have to work together to get it done, but none of them seem to have been designed to pass along relevant information to each other, forcing you to write and debug cludgy scripts that detect when things need to change, read status files for one program and generate config files for another, then restart whichever daemons need to be restarted. The kernel does routing obviously, but there's a separate router advertisement daemon, a caching DNS server, DHCPv4 client, a DHCPv4 server, a DHCPv6 client, a DHCPv6 server, and yes, all of those DHCP things are separate processes, and you have to coordinate their activity with each other and other software, e.g. the DHCPv6 server must give out addresses within the routing prefix obtained by the DHCPv6 client, and must not offer leases that are greater than the remaning lease time on the DHCPv6 client's lease.
Note that I didn't even mention iptables. The firewall is the easy part. In fact, it's bloody trivial compared to the rest.
With some scripting, I think I had all of the DHCP BS sorted out, but figuring out how to make the DNS work proved impossible, and so I gave up and installed pfSense in a virtual machine.
Yes, in theory Linux should be able to do what a router does, but in reality, making it do so requires a hell of a lot of work. ...and that's why you need projects like this: They've done that work for you.
Hey, you forgot to write your own web-based interface so that even a complete nufty can edit firewall rules nat port mappings etc ;-)
Specialist Mac support for creative pros, Melbourne
...about a fork of one of the most popular (and awesome) FreeBSD-based firewall distros with the tag 'linux'...kindly die in a fire.
Thank you.
I don't always use unix-like operating systems; but when I do, I prefer FreeBSD.
I actually had missed the news that the M0n0wall project was over. But even if it is, one of its derivatives is pFsense. What is pFsense missing that makes people want to fork M0n0wall?
On the stuff you describe, from what I have followed, the support of both M0n0wall and pFsense for IPv6 has been rather behind, compared even to Linux, and definitely way behind that of FreeBSD. It would seem to me that if someone wants to do a full fledged implementation of an IPv6 firewall/router OS, a good starting point would be TrueOS 10.x. It is PC-BSD sans the UI, just the CLI, and one could write the interfaces that enable multi-homing as well the other things you mentioned. How good is the IPv6 support on the last M0n0wall (which FBSD version is it based on?) and the latest pFsense?
On the DHCP processes that you mention, DHCP4 and DHCP6 are completely different, so there is absolutely no synchronization that one has to do b/w them: in fact, one only needs both of them active in a dual-stack environment. Also, if this is M0n0wall, which is a FreeBSD derivative, you'd have PF, not IPtables.
The newest offspring, OPNsense (https://opnsense.org), aims to continue the open source spirit of m0n0wall while updating the technology to be ready for the future. In my view, it is the perfect way to bring the m0n0wall idea into 2015, and I encourage all current m0n0wall users to check out OPNsense and contribute if they can.
Manuel Kasper
His idea to have a web-based GUI to control all aspects of the firewall has become the standard for many open source and commercial solutions.
The single XML file to store its entire configuration is another example of the miracles Manual brought to life.
So is SmallWall in any way related to OPNsense?
OPNSense is more of a fork of pfSense and competes with that project. In fact, OPNSense was pretty much born of the fact that the pfSense developers made their development tools proprietary-licensed and pissed off some 3rd party developers as well as scaring a larger group of people that the whole project might become closed-source. SmallWall keeps the tiny aspect of M0n0Wall as a firewall and little else while *Sense are network security appliances, Asterisk servers, and pretty much anything else you want--something Manuel never liked. All of these and more trace their origin to M0n0Wall so, technically, they're all successors.
None of these are as small as *WRT distros and they still to this day only run on x86 and x64, but you get OpenBSD's packet filter (claimed by most to be superior to Linux's) bolted onto FreeBSD (for better hardware support?) and a BSD license if that matters to you.
I actually had missed the news that the M0n0wall project was over. But even if it is, one of its derivatives is pFsense. What is pFsense missing that makes people want to fork M0n0wall?
It is not what it is missing, but what it has... m0n0wall was (and SmallWall is) smaller, and leaner. Less services means less attack vectors. It is also easier to configure correctly for novices. But the big thing is that some people are fundamentally against "kitchen sync" appliances where everything is on one box. Sometimes, separation of jobs is a very good thing.
I am not saying pfSense is bad. It is a good system, and Chris is a good guy. But I prefer solutions where the components do one thing, and do it well.