|
-
Old School OCer
Help, Drowning in Network Options
Hi all you networking gurus and thanks in advance.
I got my WinServer2K3 trial copy yesterday and loaded it successfully. Now the hard part -- what type server! And please assume I know absolutely nothing about how to do this!
A) Is the cost of using WinServer2K3 after the trial period going to be too expensive compared to just using WinXP Pro? I'd not anticipate exceeding more than the 10 users WinXP Pro can handle.
B) What's the best way to set things up hardware-wise? Use a router or switch behind my cable modem and plug my main system and server into it?
My simple requirements, in priority order, that would dictate server type:
1)Network my only other system to my server. (See sig.)
2)Establish a firewall either at the server (prefered) or main system.
3)I don't need a shared printer or HD but would like to allow all valid users (remote family members ans close friends) to download and upload data/images/pics to/from the server. I've no requirement to provide website services.
4)Ensure that nobody can get to my main system, even those allowed to get to the server.
5.Will I need to apply and pay for a URL/domain name? How would someone get to the server without a URL/Domain name? Via IP addr?
I'm surfing the net to gain knowledge about networking and would be interested in your favorite "Networking 101" sites, thanks!
The Money Trap = Intel i7 930 | Corsair H70 | ASUS P6X58D-E | 3 x 2GB G.Skill DDR3 2000 6-9-6-24 | EVGA GTX 580 DS SC | OCZ Vertex 2 90GB SSD | WD VelociRaptor | Klipsch ProMedia | Cooler Master HAF 932 | Antec TPQ-1200W | Dell U2711 2560 x 1440 27" | Windows 7 Ultimate 64-bit | APC RS1500
-
Crash Test Dummy
Re: Help, Drowning in Network Options
Originally posted by OS-Wiz
A) Is the cost of using WinServer2K3 after the trial period going to be too expensive compared to just using WinXP Pro? I'd not anticipate exceeding more than the 10 users WinXP Pro can handle.
Compared to XP Pro, Windows Server 2003 is expensive. Windows XP has a limit of 10 concurrent connections (not 10 users!). If you don't plan on exceeding that, or don't need any of Windows Server's other functions, then you'd be fine sticking with XP.
From pricegrabber.com:
Windows Server 2003 w/ 5 Client Licenses: $644
Windows Server 2003 w/ 10 Client Licenses: $845
Windows Server 2003 w/ 25 Client Licenses: $1694
When looking at the price difference between XP and Server 2003, you need to keep in mind you're paying for all the functions the server version adds, like Active Directory, DNS, DHCP, unlimited client connections, support for more than 2 processors, etc. If you don't need all those, don't pay for 'em.
If you need more concurrent client connections but don't want to spend that kind of money, there's always Linux & Samba. 
Originally posted by OS-Wiz
B) What's the best way to set things up hardware-wise? Use a router or switch behind my cable modem and plug my main system and server into it?
Some of your needs are better served by different configurations, and you'll need to evaluate some pros & cons. You'll probably need to make a compromise. I've talked a little about some of them below.
Originally posted by OS-Wiz
My simple requirements, in priority order, that would dictate server type:
1)Network my only other system to my server. (See sig.)
2)Establish a firewall either at the server (prefered) or main system.
3)I don't need a shared printer or HD but would like to allow all valid users (remote family members ans close friends) to download and upload data/images/pics to/from the server. I've no requirement to provide website services.
4)Ensure that nobody can get to my main system, even those allowed to get to the server.
5.Will I need to apply and pay for a URL/domain name? How would someone get to the server without a URL/Domain name? Via IP addr?
I'm surfing the net to gain knowledge about networking and would be interested in your favorite "Networking 101" sites, thanks!
1) No problem.
2) Normally, you would want your server completely behind a firewall, not used as a firewall. If your server box is also your firewall, security can't be quite as tight.
3) An FTP server seems like your best bet. You can use IIS built into Windows or download a freeware/shareware FTP server app from a site like tucows.com. Another option would be to set up a VPN server and allow file sharing access, but that might violate #4 depending on how you configure VPN access.
4) Using a broadband router's port forwarding or DMZ features, you can allow direct outside access to one machine and not others. But broadband routers don't have a "real" DMZ, so someone can use access to one machine to get to others on your LAN. In order to prevent that, you would need a router that supports a real DMZ, like SmoothWall. That way, you can allow restricted access to your server from the Internet by placing it in the DMZ, and only allow limited access from your DMZ to machines on your LAN.
5) You don't need to register a domain name if you can just point people to your IP address. If you don't have a static IP address, though, you would have to tell people every time your IP address changed. A better idea might be to use a dynamic DNS service like dyndns.org. They issue you hostnames like yourcomputer.dyndns.org and your computer runs a client program that updates their DNS records whenever your IP address changes.
-
Old School OCer
Re: Re: Help, Drowning in Network Options
Originally posted by SkyDog
Compared to XP Pro, Windows Server 2003 is expensive. Windows XP has a limit of 10 concurrent connections (not 10 users!). If you don't plan on exceeding that, or don't need any of Windows Server's other functions, then you'd be fine sticking with XP.
From pricegrabber.com:
Windows Server 2003 w/ 5 Client Licenses: $644
Windows Server 2003 w/ 10 Client Licenses: $845
Windows Server 2003 w/ 25 Client Licenses: $1694
When looking at the price difference between XP and Server 2003, you need to keep in mind you're paying for all the functions the server version adds, like Active Directory, DNS, DHCP, unlimited client connections, support for more than 2 processors, etc. If you don't need all those, don't pay for 'em.
If you need more concurrent client connections but don't want to spend that kind of money, there's always Linux & Samba. 
Some of your needs are better served by different configurations, and you'll need to evaluate some pros & cons. You'll probably need to make a compromise. I've talked a little about some of them below.
1) No problem.
2) Normally, you would want your server completely behind a firewall, not used as a firewall. If your server box is also your firewall, security can't be quite as tight.
3) An FTP server seems like your best bet. You can use IIS built into Windows or download a freeware/shareware FTP server app from a site like tucows.com. Another option would be to set up a VPN server and allow file sharing access, but that might violate #4 depending on how you configure VPN access.
4) Using a broadband router's port forwarding or DMZ features, you can allow direct outside access to one machine and not others. But broadband routers don't have a "real" DMZ, so someone can use access to one machine to get to others on your LAN. In order to prevent that, you would need a router that supports a real DMZ, like SmoothWall. That way, you can allow restricted access to your server from the Internet by placing it in the DMZ, and only allow limited access from your DMZ to machines on your LAN.
5) You don't need to register a domain name if you can just point people to your IP address. If you don't have a static IP address, though, you would have to tell people every time your IP address changed. A better idea might be to use a dynamic DNS service like dyndns.org. They issue you hostnames like yourcomputer.dyndns.org and your computer runs a client program that updates their DNS records whenever your IP address changes.
Thanks bunches! That gets me a lot further down the networking road to bliss than I was If you don't mind, let me check out WinXP's vs WinServer2K3's capabilities and get back with a followup question or two. WinServer2K3's costs aren't prohibitive for me, but I wonder, due to small number of concurrent users, whether I'd even need it. Again, T H A N K S
The Money Trap = Intel i7 930 | Corsair H70 | ASUS P6X58D-E | 3 x 2GB G.Skill DDR3 2000 6-9-6-24 | EVGA GTX 580 DS SC | OCZ Vertex 2 90GB SSD | WD VelociRaptor | Klipsch ProMedia | Cooler Master HAF 932 | Antec TPQ-1200W | Dell U2711 2560 x 1440 27" | Windows 7 Ultimate 64-bit | APC RS1500
-
Great White Shark
If you intend to run a domain, then you will need two licenses and two servers. The full version of active directory requires two domain controllers to function correctly. For a small network, less than 50 users, MS recommends a product called small business server. I allows all of the functions to be run on 1 system, and also includes some add on products such as ISA server, Exchange server, SQL server, Outlook and Frontpage. IIR ISA runs about $1500 for a mono chip install on a normal server set up.
"All mankind is divided into three classes: those that are immovable, those that are movable, and those that move."
January 21, 2013 The End of an ERROR
-
Old School OCer
Originally posted by Thermo
If you intend to run a domain, then you will need two licenses and two servers. The full version of active directory requires two domain controllers to function correctly. For a small network, less than 50 users, MS recommends a product called small business server. I allows all of the functions to be run on 1 system, and also includes some add on products such as ISA server, Exchange server, SQL server, Outlook and Frontpage. IIR ISA runs about $1500 for a mono chip install on a normal server set up.
T H A N K S Well, thanks to you I'm getting smarter, but ouch, I feel like I'm drinking out of a fire hydrant wide open Max learning curve. I really appreciate the advice, but my research, so far anyway, would indicate that for what I want to do, loading WinXP Pro on my Server would be the most cost effective method to achieve my meager requirements. Still totally open as to a solution, so I'll tuck this in my back pocket in case I need it.
The Money Trap = Intel i7 930 | Corsair H70 | ASUS P6X58D-E | 3 x 2GB G.Skill DDR3 2000 6-9-6-24 | EVGA GTX 580 DS SC | OCZ Vertex 2 90GB SSD | WD VelociRaptor | Klipsch ProMedia | Cooler Master HAF 932 | Antec TPQ-1200W | Dell U2711 2560 x 1440 27" | Windows 7 Ultimate 64-bit | APC RS1500
-
why on earth would you want active directory in your house? hehe crazy. Honestly I can understand your desire to learn windows 2000 server, but I wouldn't recommend you wasting your money on it for any reason (unless you have some serious cash burning a hole in your pocket and you enjoying giving bill gates money). I think a more hands on approach would be to accomplish your task with linux software, and learn far more then you would with windows conventions. My suggestion: Build a gateway box to run DHCP, iptables, DNS, and samba of course. Then spend the diference of your money on a nice 12 port switch instead of bloated unnecessary microsoft software. Good luck!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|