i have broblem when i write subnet mask on machine dsm725 int's write like example: 255.255.255. and when i write last number 255 it's not respose it's not comply with last numer. any suggestion please
net work problem
Collapse
X
-
Re: net work problem
Check one of the company's computers using ipconfig and confirm that they don't use a different subnet mask. 255.255.255.0 is the most common, but in networks with smaller possible hosts, it is possible to see 255.255.254.0 or other iterations. Whatever the workstations use as their subnet mask, use on the copier. -
Re: net work problem
A network setting using a subnet mask of 255.255.255.255 has NO HOSTS, and therefore is invalid.
Class A subnet 255.0.0.0
Class B subnet 255.255.0.0
Class C subnet 255.255.255.0 (this is typical in many environments)
Other numbers may be used depending on how the network is subnetted. Valid values for the last octet are 128, 192, 224, 240, 248, and 252. Having a last octet at 254 is not really valid as it allows only two hosts on the subnet and they are used up as 'Network' and 'Broadcast' and therefore are no real host addresses available.
At a command prompt on the client's computer use the command:
ipconfig /all
to see what the current network settings are. Match all settings you gather from this EXCEPT the IP address, this must be unique.Comment
Comment