Subnet mask

shopowner1234

Solid State Member
Messages
8
Hello..
im new, and im wanting to know how to change your subnet mask, ive heard it's possible but not quite sure how.
Current info: *Windows XP
*D-link modem
* domestic IP
*ZoneAlarm firewall

If you need anymore info, please feel free to ask.
Thank you.
 
You can change your subnet mask... Go to your router's config page via web browser. Mine was http://192.168.0.1 (your's may be different) Look for the LAN section, you should see a series of addresses you can change...

Keep in mind that if you change the subnet mask, you must change the subnet mask of all the computers in your network to match the router's.

Hint:
If you do not know the IP address of the router, go to the command prompt. type "tracert aol.com" (Without quotes) The first line will show the IP address of the router.
 
Go to the command prompt and type ipconfig /all and you will see all your network info. default gatway is your router.
 
Anonymous, you've posted the local IP address not the subnet mask...

machine addresses come in two parts, each opening up a range of addresses...

most home networks will use an IP address in the range 192.168.0.x (as defined in the INAA specs as a class C private network). but home networks are also free to use 10.x.x.x and 172.x.x.x

Subnets help to divide networks into blocks of machines that can be considered on the same network.

for instance, if you have two machines,
192.168.0.1/255.255.255.128
and
192.168.0.254/255.255.255.128

whilst they are on the same network hardware, with the same address prefixes, and same subnet mask, they are not able to contact each other, because they are seperated by the subnet.

changing your subnet can be opening up a can of worms...

that explenation/warning aside, what OS are you using? the method used to change the subnet will be slightly different betweens OSs.
 
Back
Top Bottom