Linux question

Support, Discussion, Reviews
Post Reply
User avatar
Tenuvil
Way too much time!
Way too much time!
Posts: 1841
Joined: July 11, 2002, 6:13 pm

Linux question

Post by Tenuvil »

I am building a dedicated Linux server from spare parts and $200 in crap from newegg. I want to be able to do the following with this box:

* Provide domain controller services to a domain of two computers, both running Windows XP Pro
* Perform routing (IP masquerading) and NAT between PPPoE ADSL WAN and internal network
* Firewall
* DHCP server
* FTP services
* Web hosting

Is all this possible on one box? I'm certain I can do all of the individual functions under Linux but can they all be done simultaneously on the same box?

I'm running Fedora Core 1 as my Linux OS.
Ebumar
Way too much time!
Way too much time!
Posts: 1302
Joined: July 8, 2002, 8:22 pm
Location: YOUR MOM'S HOUSE

Post by Ebumar »

Ofcourse it's possible, just the more you have running, ofcourse, the slower it will be. You can edit linux to do what ever you want when ever you want, which is why it's such a great OS. I personally have never used Fedora, I'm a Red-Hat fanatic, so I only know from experiance with RH.
Ebumar
Way too much time!
Way too much time!
Posts: 1302
Joined: July 8, 2002, 8:22 pm
Location: YOUR MOM'S HOUSE

Post by Ebumar »

edit: wtf double post
Last edited by Ebumar on March 4, 2004, 2:41 pm, edited 1 time in total.
User avatar
Zaelath
Way too much time!
Way too much time!
Posts: 4621
Joined: April 11, 2003, 5:53 am
Location: Canberra

Re: Linux question

Post by Zaelath »

Tenuvil wrote:I am building a dedicated Linux server from spare parts and $200 in crap from newegg. I want to be able to do the following with this box:

* Provide domain controller services to a domain of two computers, both running Windows XP Pro
* Perform routing (IP masquerading) and NAT between PPPoE ADSL WAN and internal network
* Firewall
* DHCP server
* FTP services
* Web hosting

Is all this possible on one box? I'm certain I can do all of the individual functions under Linux but can they all be done simultaneously on the same box?

I'm running Fedora Core 1 as my Linux OS.
Yes, though you have to use a registry hack to get XP to play nice w/ a samba PDC.

NAT + firewall tend to roll together, both accomplished by iptables. google for "fwbuilder" and save yourself some faffing about.

DHCP is pretty trivial, just make sure that you have a rule (even if it's empty) for every interface on the box.

FTP/Web hosting are often port blocked by ISP's, but if you're just talking about vanilla HTML w/o getting into heavy PHP/MySQL usage the load shouldn't be significant.
Post Reply