Originally posted by: BamaMike
Thanks, using a subnet mask of 255.255.0.0 fixes the problem. Is there any advantage to using a mask of 254 since it limits the possible subnet masks?
Using the subnet mask of 255.255.255.254 is not possible, actually, because it does not leave any room for hosts. Do you know much about subnets?
An IP address in binary consists of network bits, subnet bits if any, and host bits. In a subnet mask, network and subnet bits are represented with ones, and host bits with zeroes
You cannot change your network bits. You can only manipulate subnet and host bits. "254" would be 11111110 in binary -- that is seven bits for subnet and one bit for hosts. Since two host addresses .0 and .255 are not usable by any machine, that effectively leaves you with no hosts.
If you don't want subnets, just use a subnet mask with only your network bits (you can ask your network administrator about that) represented; everything else would be zeroes.
Without knowing your true IP addresses, that's the most I can tell you about that.
Now, about your network topology. If your switch stands in the way of workstations and router, the router should not be disturbed unless there are communications with the Internet. Subnetting definitely isn't going to help you reduce (or at all affect) the router's bandwidth requirements.