This is a real problem to me and I will be really grateful if I can solve the problem through this post.
My office needs to add more host devices to the Ethernet segment between Router_A and Router_B. But there are not enough free host addresses remaining in the current subnet address space (172.68.50.x) to meet the requirements.
You probably have a 172.68.50.0 255.255.255.0 subnet. Is that a correct assumption?
If it is, you can double your hosts by changing the subnet mask from 255.255.255.0 to 255.255.254.0. Then your network stays at 172.168.50.0, your hosts can use 172.68.50.1-172.68.51.254, and the broadcast becomes 172.168.50.255. Your default gateway on the .50 ip doesn't change, but you still need to edit the hosts so that they have the new subnet mask.
This of cource only works if you haven't assigned 172.68.51 anywhere else in your network. (without a lot of complex natting).
You probably have a 172.68.50.0 255.255.255.0 subnet. Is that a correct assumption?
If it is, you can double your hosts by changing the subnet mask from 255.255.255.0 to 255.255.254.0. Then your network stays at 172.168.50.0, your hosts can use 172.68.50.1-172.68.51.254, and the broadcast becomes 172.168.50.255. Your default gateway on the .50 ip doesn't change, but you still need to edit the hosts so that they have the new subnet mask.
This of cource only works if you haven't assigned 172.68.51 anywhere else in your network. (without a lot of complex natting).
Thanks very much for your kind post. It solves my problem.
You probably have a 172.68.50.0 255.255.255.0 subnet. Is that a correct assumption?
If it is, you can double your hosts by changing the subnet mask from 255.255.255.0 to 255.255.254.0. Then your network stays at 172.168.50.0, your hosts can use 172.68.50.1-172.68.51.254, and the broadcast becomes 172.168.50.255. Your default gateway on the .50 ip doesn't change, but you still need to edit the hosts so that they have the new subnet mask.
This of cource only works if you haven't assigned 172.68.51 anywhere else in your network. (without a lot of complex natting).
Every thing is Ok, but the broadcast address will be 172.168.51.255