I'm a beginer, i want to set a computer into a firewall, could someone tellme how do this or have any material that explain me step by step, using linux Red Hat,
I would say just run linux on it but use packet filtering as your firewall. You can create rules using iptables to route packets to certain IP addresses. You need 2 NICs of course. One will be hooked to outside world the other to the inside world (your firewalled computer). Thus incoming packets with your firewalled computer IP can be routed to that computer. Just make sure traffic leaving goes out through one card (eth0) and the incoming traffic leaves through the other (eth1). As far as what rules to use, you will need to look in the iptables (or ipchains if that is the firewall you use) man pages.
You may consider checking out
the pmfirewall program makes automates making all these rules. If you're just using this for home use and don't have any special requirements, I would recommend downloading that.
There's also software firewalls (if you only have one computer) which don't require two nics (they just block incoming traffic on certain ports). I believe Redhat comes pre-packaged with one of these.
Check out the "Firewall Howto" and the "IP Chains Howto" for a start. I did this with an old 486, and it took me quite awhile - just to warn you it is not trivial if you are just learning but it is well worth it in the end - you have complete control over what comes in/goes out of your LAN. You can find the howto's by doing an internet search on Google...
Cheers Chris says: "It's time for a beer."
All the administration post-install can be done over any (java enabled for the SSH console) browser.
And updates are almost instantaneous. Apache (non)bug found a few weeks ago was fixed almost immediately and handled very well by the update installer.
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning." - Rich Cook
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.