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!

Subnet mask

Status
Not open for further replies.

paul00

Technical User
Mar 27, 2002
99
LT
hello

I have problem with my routers
because when i make
in two computers different subnet masks
it cant ping but when i make it same
its all works
 
PCs will only talk to each other if they are on the same subnet. If they are on different subnts and there is a router involved there will need to be a route through the router for the router to route the packets.

Hope this makes sense, Steve
 
u need to have a gateway for the different netmasks.. it's called subnetting..

for instance:

192.168.0.1 255.255.255.0
192.168.0.2 255.255.255.0

or

192.168.0.1 255.255.255.224
192.168.0.2 255.255.255.224

u must have a corresponding IP and netmask on your router.. to support your the networks u subnet..

good luck...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top