954,323 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Adding new host ! critical!

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.

In this case, how do I increase host addresses?

Thanks in advance to all. :)

Siddiquee

shg234
Newbie Poster
13 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

What other subnets do you have?

rubberman
Posting Virtuoso
1,561 posts since Mar 2010
Reputation Points: 277
Solved Threads: 179
 

You can either change the subnet mask for that subnet (between router a & b), or add a new subnet then add the new hosts to the new subnet.

There really is no other option.

JorgeM
Posting Pro
576 posts since Dec 2011
Reputation Points: 51
Solved Threads: 55
Infraction Points: 5
 

You can either change the subnet mask for that subnet (between router a & b), or add a new subnet then add the new hosts to the new subnet.

There really is no other option.

Thanks for your suggestion. Let me try this...
I will come back with the outcome.

shg234
Newbie Poster
13 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

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).

CimmerianX
Junior Poster
170 posts since Jul 2010
Reputation Points: 22
Solved Threads: 29
 

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.

shg234
Newbie Poster
13 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

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

shg234
Newbie Poster
13 posts since Jan 2010
Reputation Points: 10
Solved Threads: 0
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You