Windows Thread, Adding another IP Range to DHCP in Technical; Our DHCP is set to assign IPs with the following settings:
IP: 192.168.0.x
Subnet: 255.255.255.0
With a lease time of ...
-
27th February 2008, 04:01 PM #1 Adding another IP Range to DHCP
Our DHCP is set to assign IPs with the following settings:
IP: 192.168.0.x
Subnet: 255.255.255.0
With a lease time of 7 days (to try and stop old addresses from filling up the leases etc...)
According to the scope statistics, we only have 4 addresses left, which is a problem, because 20 new laptops have just arrived (40 potential IP leases, one for wired, one for wireless)
What is the best way to go about adding another range to our DHCP server?
I read somewhere on this forum that one method would be to add another range of 192.168.1.x
and to change the subnet on both ranged to 255.255.254.0
Is this correct?
Thanks for your help!
-
-
IDG Tech News
-
27th February 2008, 11:54 PM #2 Is there a reason for currently using 192.168.0.x, apart from it being a well used private range? Are you now deeply tied into using this range - ie, loads of servers/switches/ap/printers/etc with static IP's that'd be a complete arse to change?
If not then you may want to consider switching to class B addresses: 172.16.x.x with a subnet 255.255.0.0 - This'll solve your problem not only for now but far, far into any forseeable future, which must be a good thing.
-
-
28th February 2008, 07:05 AM #3 There are a few static printers/switches/APs, however, if your recommend this as the best option, then i'm happy to spend a weekend changing them over...
Would this mean anything in the 172.16.x.x range is valid and viewable?
-
-
28th February 2008, 07:24 AM #4 Exactly, this give you something like 65000 valid IP address. If it was my network I'd split these further into logically smaller subnets and only allow the DHCP server to lease a small number of IP's. Thus:
say - 172.16.1.x for servers
172.16.11.x for switches
172.16.51.x for AP's
172.16.101.x for DHCP - everything outside of this range is excluded in the DHCP server. If I need more than 256 leases, then I'd un-excluded the 172.16.102.x range.
Remember, because the subnet mask is 255.255.0.0, that everything on all the above ranges can see each other, your not making actual physical subnets, your just making it easier to manage your IP's. You could try and work out better subnet mask to shrink the available range of IP's, but unless you paranoid about others hacking your network it's rearly not work it.
Also, I've noticed your DHCP lease is 7 days. A bit long if you ask me! Are all the computers in the school likely to be on at the same time? Our lease here is a couple hours (i think). So when a laptop is switched off it's address is freed for another machine. Reducing your lease time could in itself create the extra IP's you need without extended/changing your current range.
We have to pay for our IP ranges from county here. They use the 10.x.x.x class A subnet and 'sell' us a subnet for our school from within that range. This means when (were close) run out of IP's (again) we have to pay for another range! I did set up a NAT sever and use my own class B IP's the last time we ran out, but county did not like my solution! I'd give anything for the freedom of my own totaly private subnet.
Last edited by tmcd35; 28th February 2008 at 07:30 AM.
Reason: extra detail on DHCP lease
-
Thanks to tmcd35 from:
Nick_Parker (28th February 2008)
-
28th February 2008, 08:38 AM #5 What you have to pay for the IP address? that’s robbery!
We are fine here, well within our range. We use also use 172.
Our range is 172.24.32.0 – 172.24.35.254
-
-
28th February 2008, 09:26 AM #6 
Originally Posted by
FN-Greatermanchester
What you have to pay for the IP address? that’s robbery!
Tell me about it! Part of using our LEA as our ISP...
-
-
28th February 2008, 09:42 AM #7 Paying for internal IP addresses?? Now I've heard it all 
Just increase your subnet to .252 instead of .255, that will give you 1000 extra IP's right away.
-
Thanks to zag from:
Nick_Parker (28th February 2008)
-
28th February 2008, 10:18 AM #8
- Rep Power
- 0
Just increase your subnet to .252 instead of .255, that will give you 1000 extra IP's right away
Absoulutley. 2 second job.
Just have to add my incredulity at the fact that you're paying for private IP space..
Rauf
-
-
28th February 2008, 10:38 AM #9 
Originally Posted by
ittech
Paying for internal IP addresses?? Now I've heard it all
Just increase your subnet to .252 instead of .255, that will give you 1000 extra IP's right away.
the good old CIDR (classless interdomain routing!)
-
-
28th February 2008, 10:53 AM #10 A few LEAs do this now (and some charge for it) so that all of their schools are on a semi private network, i don't think we do under EMBC but i'd have to check the details of the package. I'm not totally surprised that they would charge for more addresses as they would then have to pass on the work to Fujitsu or whoever to make the changes and they wouldn't do it for free i suspect. County hate it when you use a NAT box as it gets in the way of their plan for world domination (and they can't nosey into your network), they also point out that all of the great services that they 'DON'T' offer will be degraded by using NAT.
As you're using your own internal IP range the suggestion of a custom net mask is a good solution.
Last edited by cookie_monster; 28th February 2008 at 10:57 AM.
-
-
28th February 2008, 11:02 AM #11 If you are in one of these brain damaged LEAs that charged for private IPs, I suggest you grab a NAT firewall (Smoothwall express, IPCop, DIY Linux, ISA server) and do things that way. If you have anything that 'needs' to be addressable externally, you can use the DMZ functionality.
Cheaper in the long run and more secure.
-
-
28th February 2008, 05:48 PM #12 
Originally Posted by
ittech
Paying for internal IP addresses?? Now I've heard it all
Just increase your subnet to .252 instead of .255, that will give you 1000 extra IP's right away.
If I change the subnet to .252
What IP ranges are then usable?
-
-
28th February 2008, 06:38 PM #13 Never fear, figured it out, found a very nifty site, helped me work through my moment of dimness!
http://ipcalc.nmonitoring.com
Thanks to everybody that helped and thanks for all your suggestions!
-
-
29th February 2008, 11:11 AM #14 I have another query please,
If i setup multiple Scopes, how does the server know which one to lease addresses from?
-
-
29th February 2008, 07:32 PM #15 
Originally Posted by
tmcd35
We have to pay for our IP ranges from county here. They use the 10.x.x.x class A subnet and 'sell' us a subnet for our school from within that range. This means when (were close) run out of IP's (again) we have to pay for another range! I did set up a NAT sever and use my own class B IP's the last time we ran out, but county did not like my solution! I'd give anything for the freedom of my own totaly private subnet.
All you do is get a server and put in 2 network card... Put the 10.x.x.x facing the LEA and then the 172 internal and then set the DHCP to 172..
You then have your own range
-
SHARE:
Similar Threads
-
Replies: 12
Last Post: 25th August 2007, 02:50 PM
-
By tosca925 in forum Windows
Replies: 9
Last Post: 12th August 2007, 01:35 PM
-
By Grommit in forum Windows
Replies: 12
Last Post: 17th November 2006, 05:59 PM
-
By crc-ict in forum Windows
Replies: 2
Last Post: 12th October 2006, 12:44 PM
-
By Dos_Box in forum General Chat
Replies: 2
Last Post: 15th June 2006, 09:34 PM
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules