Unix World on Setting up a Linux Net Servers 11
An anonymous reader wrote in to say that "Unix World is running a series of tutorials on configuring services on Linux.
This is part 4, but there are links to the previous secitons.
Topics include: HTTP, FTP, Telnet, inetd, Firewalling, Mail services and more.
find it here "
In actuality... (Score:1)
(:
-xyster
I don't want to start a distribution war, but... (Score:1)
Apache and NT Authentication (Score:1)
I've just done this at work and it wasn't trivial - and I had to "fly by the seat of my pants", since there wasn't any documentation I could find on it.
Anyway it works rather well, so if anyone wants some sort of article on that I'd be pleased to provide it. Mail me directly (unmunge the e-mail address) if you're interested.
Good Article (Score:1)
Now if those "linux howto / faq" guys could take lessons from Paul Dunne in writting / explanation this would save me some trouble. But hard to read documentation is better than no documentation at all.
Link is slightly broken (Score:1)
Firewalling (Score:1)
BTW, there are a few things he didn't mention:
- You should flush out the old rules before inputting your new rules and setting the default action, just to ensure that any previous rules are gone:
ipfwadm -I -f
ipfwadm -O -f
ipfwadm -F -f
- Rules can sometimes be redundant. If your default action is "deny", you'll find that a lot of your deny rules won't really do anything, unless the packets they deny are a subset of the packets accepted by a later rule.
- The more rules you have, the slower the packets will traverse the firewall. Make sure you balance your security needs with your speed. Fewer, simpler rules will save you some headache.
Anyways, have fun and remember: a Linux box can replace an NT Server box with lower cost and higher speed. I have proof.
Firewalling (Score:1)