On 12 August 2005 16:40, cothrige wrote: > I have been trying to find a way to set up a simple firewall which I > can trust is doing what I need it to do. I am connecting via a > diaulup with my local phone company which dynamically assigns me an ip > address. I want to be able to use the web and send and receive email > via my pop and smtp server, also from my phone company, but of course > would like to protect myself from outside attacks. I also have a > second machine connected via ethernet which allows me to operate out > of two rooms, but I don't have anything I can use to set up a > dedicated firewall box, which seems to be what so many howtos assume.
Emerge shorewall, read the docs, especially the comments in its config files and set it up. Once you understand how it works, the setup is easy. Then let /etc/ppp/ip-up bring it up and /etc/ppp/ip-down bring it down. In your simple setup, just deny everything from outside and allow everything from inside. Though a dedicated firewall is much better for anything larger, you can get away with setting it up on your connecting box. Uwe -- 95% of all programmers rate themselves among the top 5% of all software developers. - Linus Torvalds http://www.uwix.iway.na (last updated: 20.06.2004) -- [email protected] mailing list

