LinuxQuestions.org
Review your favorite Linux distribution.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-20-2005, 08:01 AM   #1
BeaverusIV
Member
 
Registered: Oct 2004
Location: New Zealand
Distribution: Arch Linux 2010.05
Posts: 136

Rep: Reputation: 18
Home Network Setup Help Linux Server running Windoze XP clients + ADSL router


Hi, ?I was wondering if anyone could point me in the right direction on how to setup my home network.

We have:
The router 192.168.1.1
The Server (\\Macgyver) 192.168.1.2
The Clients(Whoa, Marakpc, Sam, Hunter, Ian) Ip by DHCP

I would like:
To host Ventrilo server for internet & LAN games
To host internet & LAN games
Share files off server
Use P2P on Server (DC++ or similar)

We are using Windows Server 2003 @ the mo, but I convinced my flatmates to use Linux so we're all go, I couldn't get DMZ host or Port forwarding going on Server 2003, I was wondering how to do it on Linux so Ventrilo port (3784 or something) can broadcast over the internet so friends can connect to our server.

Also getting samba working so that the clients login @ startup (batch file or something when DHCP happens, so they are logged into the server) so they can enjoy the fruits of P2P files being downloaded.

...and maybe even how to open a secure connection to remotely use DC on the server or a download manager for those over-nighters like game patches
 
Old 04-21-2005, 05:23 PM   #2
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
Well, you are covering alot of ground. You do this in 2 parts.. well 3 parts.

Install the services on linux. Know the ports used for each service. Allow the local linux firewall to allow those incoming ports via whatever firewall program or just straight IPtables to your STATIC IP linux server.

Set up port forwarding for you Linux server IP and the application port to the outside within the router. You have to do this for each port forwarded. You don't want to do a range, unless you are hosting a passive FTP server.

The hardest part will be finding the 2 ports(usually) per application service. After that you will just have to worry about your upload bandwidth since you are on ADSL. Asynchronous meaning your upload is probably crap. But, it is what it is. Good luck.
 
Old 04-21-2005, 07:57 PM   #3
BeaverusIV
Member
 
Registered: Oct 2004
Location: New Zealand
Distribution: Arch Linux 2010.05
Posts: 136

Original Poster
Rep: Reputation: 18
Bro, you are the man! Cheers for replying to my post, I was beginning to think that we would have to stay with Windoze. Do you know what distro is best for servers, and has a small install? We only have 36GB on the server.
 
Old 04-21-2005, 08:47 PM   #4
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
Linux distro's hover between 80MB's and can go up to 2.5GB installs- depending on how much crap you decide to add.

What are you serving, and I can take a stab at a distro.
 
Old 04-21-2005, 09:35 PM   #5
BeaverusIV
Member
 
Registered: Oct 2004
Location: New Zealand
Distribution: Arch Linux 2010.05
Posts: 136

Original Poster
Rep: Reputation: 18
i want to use samba, and ventrilo, and game server, mostly console stuff, except dc++. something that doesn't use gnome, i like kde or xfce or something.
 
Old 04-21-2005, 10:10 PM   #6
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
You could really pick any distro, as they all do that. I would probably opt for Suse 9.3, as it has the latest KDE and kernel and will allow samba configuration through KDE's newest interface. It also has a easy firewall setup, or you could disable it entirely since your router is blocking all access except to the ports you are forwarding.

The default install has kde, gnome, xfce, and windowmaker as your choices for a GUI. Suse 9.3 was released yesterday. It has been available for download from other places for a month.
 
Old 04-21-2005, 10:14 PM   #7
t3gah
Member
 
Registered: Dec 2004
Distribution: SuSE, RedHat, ubuntu, Debian
Posts: 734

Rep: Reputation: 30
Damn Small Linux is only 50mb

http://iso.linuxquestions.org/distro.php?distro=4
 
Old 04-22-2005, 07:31 AM   #8
purvisk
Member
 
Registered: Jan 2002
Location: Watauga
Distribution: pclinuxos
Posts: 32

Rep: Reputation: 15
Right on! im getting suse9.3 today!
and what kind of games are you looking and serving or hosting?
just a question..

Thanks and linux rules!

 
Old 04-22-2005, 08:16 AM   #9
BeaverusIV
Member
 
Registered: Oct 2004
Location: New Zealand
Distribution: Arch Linux 2010.05
Posts: 136

Original Poster
Rep: Reputation: 18
call of duty, battlefield vietnam, neverwinter nights, half life 2 deathmatch, counterstrike source, doom 3, farcry

tried damn small linux, but i dunno, looks to complicated for lil ol' newbie me
 
Old 04-22-2005, 03:26 PM   #10
purvisk
Member
 
Registered: Jan 2002
Location: Watauga
Distribution: pclinuxos
Posts: 32

Rep: Reputation: 15
play these on your linux box?

or no?

 
Old 04-22-2005, 04:07 PM   #11
Thoreau
Senior Member
 
Registered: May 2003
Location: /var/log/cabin
Distribution: All
Posts: 1,167

Rep: Reputation: 45
He can serve all that from his box. Sadly, all of these Microsft paid off game company's realize that their software sucks if they have to use a windows server. And realize that Microsoft will drop kick them if they use a clinux client.

So, the brown-nosing hookers like Valve and Blizzard choose the duality of a linux server and windows client. That's a political rant on my part. It irks me to no end since I know it's not a technical problem to have a client, but a CEO bending over for B.Gates.

So, back to topic. BeaverusIV, do you have any more questions?

Last edited by Thoreau; 04-22-2005 at 04:09 PM.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Home network setup with network firewall/router Gates1026 Linux - Networking 4 01-17-2005 08:26 PM
Home network using linksys router -- DHCP server? GoinEasy9 Linux - General 12 04-01-2004 11:32 PM
ADSL Routers Setup- Microsom Deskporte router 100 and Planet ADSL modem router mabonline Linux - Hardware 1 02-27-2004 05:36 PM
How to setup home network(sharing adsl internet connection) faidzullah Linux - Newbie 2 10-14-2003 12:19 PM
Mandrake/ADSL/hub home network for windows clients 4days Linux - Networking 1 08-22-2002 05:54 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 09:21 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration