NetBSD/i386 Firewall 6
DreamerFi writes, "NetBSD/i386 Firewall is a free firewall solution for people with a permanent Internet connection. This includes most users of cable or ADSL services, but also businesses with leased lines. The version that went up this weekend also supports folks who get their IP through DHCP, instead of just fixed IP addresses. The maintainers will now start to look at adding services like Web, mail, etc., just like the IBM Interjet that recently featured on Slashdot, so this is the time to get your feature requests in! "
NAT? (Score:1)
For example, you must manually specify additional FTP ports to masquerade if you want to access FTP servers on a port other then 21.
Also, with my DSL setup, I only get one IP, which goes to the Cisco 675 DSL Router. This means that no matter what, I have to use the crappy NAT on the Cisco, which breaks some things. The Linux IPMASQ modules also assume that the IP of the interface the masqueraded packets go out on is the IP they will come back to - not so with the aforementioned setup. So sometimes FTP breaks, and I can't do DCC sends on IRC, etc.
Of course, the real answer is a real external IP for at least one of my Linux boxes, but USWest (my DSL provider) does not give static IPs to home users, only to business customers. And business accounts are around $100/mo - way more than I want to be paying for a net connetion.
PicoBSD (Score:2)
OpenBSD NAT (Score:1)
check that out.
Re:NAT? (Score:1)
Some Links:
* IP Filter Based Firewalls HOWTO
-> http://www.obfuscation.org/ipf/ipf-howto.txt
* IPfilter
-> http://coombs.anu.edu.au/ipfilter/
- Hubert