Windows BBS The Place for Microsoft Windows Support! Windows, Support, Help Site

Go Back   Windows BBS > Internet & Networking > Networking

Networking Post your Networking questions here.

Register your FREE account to unlock additional features at WindowsBBS.com
Register
Welcome to WindowsBBS.com
Microsoft Windows Support

Mission Statement

WindowsBBS is an online community dedicated to easily accessible technical support for those using Microsoft operating systems and other Windows software.

Our goal is to become the leading resource for computer users that require assistance with their day-to-day computer usage, including full support for networking PC's, virus & malware removal, system upgrades and general support questions.


Discussion Forums
Operating Systems
Windows 7 Windows 7
Windows Vista Windows Vista
Windows XP Windows XP
Windows Server System Windows Server System
Windows 2000 Windows 2000
Windows 95/98/Me/NT Windows 95/98/Me/NT
Internet & Networking
Networking
Internet Explorer
Microsoft Mail
Firefox, Thunderbird
      & SeaMonkey

General Internet
Security
General Security
Malware and Virus
     Removal

Other
Other Software
Hardware
Test Posts
Community
Introductions
General Discussions
Comments
      & Suggestions

News @ WindowsBBS

Forum Sponsor
 Image

Reply
 
LinkBack Thread Tools
Old 4th December 2007   #1
Inactive
 
Profile:
Join Date: Sep 2005
Posts: 57
Computer Experience:
Beginner
ise2006 Reputation Level


Running out of private IP address

Hi everyone,

My company is gonna running out of all private IP. At this time, there are only 15 available in our DHCP server. Please give me some advise to prevent this problem before it really runns out of IP. Thank you.

ise2006 is offline   Reply With Quote
Didn't find the information you thought to find?
Check out these Similar Threads
Old 4th December 2007   #2
Staff
 
Profile:
Join Date: May 2004
Location: Worcs. UK
Posts: 2,874
Computer Experience:
Unabashed deviant
ReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation Level


I presume you are using an 192.168.0.0 address space. This is exactly why the 10.0.0.0 address space is so much better. It has thousands of addresses available rather than just 254.

OK, there are a couple of options. The simplest (without any more information from you) is to use a second subnet. This will work as long as your default gateway router knows about both subnets. The router will route traffic between the two subnets. Obviously there will be a little bit of latency as traffic passes over the router, but this shouldn't make a significant impact on the network performance.

To do this you will have to add a second IP address to the router's internal port. The address will need to be on the new subnet.

Personally, I'd use 10.0.0.0/255.255.0.0 as the new subnet and would then start migrating everything over to the new subnet. The two subnets can sit side by side, and therefore you can take your time migrating the devices over to the new subnet. When you finish migrating, you can let the old subnet drop.

You could also expand your current subnet by tweaking the subnet mask, but that may have an impact on other networks and things like VPNs. So we'd need more information about your network before going that way.

Personally, I'd take this opportunity to move to a subnet that would better suit the size of your network.

ReggieB is offline   Reply With Quote
Old 6th December 2007   #3
Inactive
 
Profile:
Join Date: Sep 2005
Posts: 57
Computer Experience:
Beginner
ise2006 Reputation Level


Quote:
Originally Posted by ReggieB View Post

So we'd need more information about your network before going that way.
Hi eggieB,

Thanks for your advise. You said that need more information about our network, please let me some examples what kind of information do you need ? Thank you

ise2006 is offline   Reply With Quote
Old 6th December 2007   #4
Staff
 
Profile:
Join Date: Jan 2002
Location: Montgomery AL
Posts: 1,941
Computer Experience:
Experienced
Scott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation LevelScott Smith Reputation Level


What is the current address scheme of the network?

How many devices do you have?
Computers, printers, switches etc.


With a 192.168.x.x network you have 250+ usable addresses.
You could use a 255.255.254.0 subnet mask and open it up 10 fold if you wanted.

Until you explain more I have a feeling what your referring to is running out of DHCP addresses because of the DHCP scope.

Scott Smith is offline   Reply With Quote
Old 12th December 2007   #5
Member
 
Profile:
Join Date: Oct 2007
Posts: 36
Computer Experience:
Intermediate
cosmeo3000 Reputation Level


And in order to change it to 192.168.1.x, you go to 192.168.1.1 (or whatever your router gateway is) and you should find where to go. All routers are different so I can't describe what to do next.
cosmeo3000 is offline   Reply With Quote
Old 14th December 2007   #6
Inactive
 
Profile:
Join Date: Nov 2007
Posts: 62
Computer Experience:
Experienced
Techmonkey Reputation Level


Today could be your lucky day, I just happened to have hit the same problem yesterday (1%) of addresses available. I came in early this morning and fixed my problem so hopefully I can help.

I am guessing you are using a Windows Server as your DHCP server, so here's what to do.

NOTE: This must be done when no one else is using the network (hence my 5am start time today).

Start by going in to services and stopping the DHCP server service.

Now go to %SystemRoot%\System32\ and make a copy of the folder called DHCP (this is where you DHCP database is stored).

For good measure make a backup of this key in your server's registry too: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\DHCPServer.

These will make it so you can restore if all goes pete tong.

Now restart your DHCP Server service as it needs to be running for you to change it.

Delete your existing scope and then create a new one, with a subnet mask of 255.255.254.0 and make the IP range something 10.0.10.1 - 10.0.11.250 (this is just an example of what ours is now).

Set all the DNS and Gateway settings.

Then anything on your network with a static IP, routers, switches, servers etc you need to manually change their subnet mask to 255.255.254.0

That should be about it then.

As I say I have just done this this morning, and people are just coming in to the office and the only problems I am seeing is with people who didn't switch their PC's off last night just needing to restart them so they get the new subnet.

Good Luck!


Last edited by Techmonkey; 14th December 2007 at 11:08.
Techmonkey is offline   Reply With Quote
Old 14th December 2007   #7
Staff
 
Profile:
Join Date: May 2004
Location: Worcs. UK
Posts: 2,874
Computer Experience:
Unabashed deviant
ReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation LevelReggieB Reputation Level


Wish I'd read this before responding to your posting in the server forum

Quote:
Originally Posted by Techmonkey View Post
Then anything on your network with a static IP, routers, switches, servers etc you need to manually change their subnet mask to 255.255.255.254.
Typo I think. The mask to use is 255.255.254.0

However, the key point is that you have to update the mask every where and not just for the DHCP scope.

As I said in the other post - why use a partial-octet subnet. Go the whole hog and use a mask of 255.255.0.0. Its much simpler.

ReggieB is offline   Reply With Quote
Old 14th December 2007   #8
Inactive
 
Profile:
Join Date: Nov 2007
Posts: 62
Computer Experience:
Experienced
Techmonkey Reputation Level


Oooops yes indeed it was a typo thanks
Techmonkey is offline   Reply With Quote



Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
Wireless Print Server w/Static IP address not working w/Blitzz router for Windows LPR jmsimpso Networking 1 24th January 2006 18:13
ip routing with subnet mask jawdoc Networking 2 3rd January 2006 14:36
How do I display email address - not person's name? dangog Internet Explorer 7 28th October 2004 20:23
Remote to PC szvpvp Networking 6 2nd May 2003 18:22
OE address book trick, will this work? catfished Internet Explorer 2 31st January 2002 15:59


All times are GMT +1. The time now is 05:16.






Advertisements do not imply our endorsement of the product or service advertised.
Powered by vBulletin®
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.5.1
Copyright © 2002 - 2010 WindowsBBS.com. All rights reserved.
Terms of Use, Legal Information & Privacy Policy
[]