Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Workgroup IP Addresses

Status
Not open for further replies.

NeedsHelp

IS-IT--Management
Dec 10, 2002
6
US
Hi,

I want to setup a Workgroup, all PC's will run Windows 2000.

Only knowing the basics of networking, will the following work?

First PC: -

IP Address: 192.168.50.1
Subnet Mask: 255.255.255.0
D/Gateway: 192.168.50.1

Then all others increase IP Address by 1 i.e. 192.168.50.2 etc.

Regards
 
needshelp,

Nearly right mate!

The IP address and the subnet mask you have chosen are fine.

This will give you a range of 254 address (192.168.50.1 to 192.168.50.254).

However, your Default gateway and IP address are the same. This is never correct.

You should allocate one of the IPs in the range to your gateway/firewall/proxy device and this then becomes the default gateway (i.e. route out of the network) for all the other machines on the network.

Example

Firewall IP address = 192.168.50.254

PC's Settings

Ip Address - 192.168.50.1
Subnet Mask - 255.255.255.0
D/Gateway - 192.168.50.254

Hope this helps.

Irregular
 
Even if there is no way out, or doesn't that matter?

As I won't have a Proxy or Firewall.

 
If there's no way out, you don't need to set a default gateway. You can leave it blank. As irregular suggests however, reserve an IP for a default gateway, like 192.168.50.254.

I wish I had a nickel for every time I heard, "This is the way it is, and it's NEVER going to change."
-gbiello
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top