Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Unix World on Setting up a Linux Net Servers

Posted by CmdrTaco on Fri Jan 08, 1999 06:40 AM
from the help-for-the-needy dept.
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 "
This discussion has been archived. No new comments can be posted.
Display Options Threshold:
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
  • In actuality... (Score:1)

    by xyster (128) on Friday January 08 1999, @11:34AM (#2045759)
    actually...if you want to say you're a true geek, you were number 0.

    (:

    -xyster
  • by Wisdom Seeker (841) on Monday January 11 1999, @09:27AM (#2045760)
    ... I like the fact that he uses Slackware as a base for his tutorials ;-)

  • by Matts (1628) on Friday January 08 1999, @07:31AM (#2045761) Homepage
    Would anyone be interested in an article on how to setup Apache to do Authentication against an NT domain?

    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)

    by GreenPickles (2275) <mbostwick@@@gmail...com> on Friday January 08 1999, @09:07AM (#2045762)
    This was a very well written article.

    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.
  • by warmcat (3545) on Friday January 08 1999, @06:54AM (#2045763)
    Has an embedded space in it. Use this instead [networkcomputing.com]
  • Firewalling (Score:1)

    by Rayban (13436) on Friday January 08 1999, @07:38AM (#2045765) Homepage
    There is a good firewall article previous to this one for those that don't understand firewalling. I'd also recommand the HOWTO on IP-Masquerading -- another good source of info.

    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)

    by Rayban (13436) on Friday January 08 1999, @10:28AM (#2045766) Homepage
    Augh... looks like I'll have to spend some more time learning Linux firewalling. Thanks for the pointer.
  • 4 replies beneath your current threshold.