Results 1 to 7 of 7
Hi,
How will we ensure dhcp server to have different ip series for different department.
Example:-- operation department gets different ip range and HR department gets different. Like 10 to ...
- 08-03-2011 #1Just Joined!
- Join Date
- Aug 2011
- Posts
- 7
Dhcp server with different IP series for different dept.
Hi,
How will we ensure dhcp server to have different ip series for different department.
Example:-- operation department gets different ip range and HR department gets different. Like 10 to 50 ip goes to ops dept and 51 100 goes to HR dept.
please help!!
Regards
Gulam Navi
- 08-03-2011 #2
That seems to defeat the intent of DHCP. Why not use non-valid ip network (such as 10.81.1.0 - 255) internally,picking-up a single valid IP addr at the gateway, and manually assign ip addresses at each device?
You are defeating yourself - in my opinion, to desire such a configuration.
- 08-03-2011 #3
Can be done but you will need to use the MAC addresses of the machines to set it up this way. Then in your DHCP.CONF file you would need to do something like this;
A lot of work if you ask me.Code:host a { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address 192.168.1.10; } host b { hardware ethernet xx:xx:xx:xx:xx:xx; fixed-address 192.168.1.51; }
- 08-03-2011 #4Just Joined!
- Join Date
- Feb 2011
- Posts
- 14
What you would need would be some software to help you manage dhcp. You should check the infoblox IP management software. I think it'll do what you need.
- 08-03-2011 #5
Actually, this sounds like a radius job.
RADIUS - Wikipedia, the free encyclopedia
Because in effect you want access control based on people, not actually machines?You must always face the curtain with a bow.
- 08-04-2011 #6Just Joined!
- Join Date
- Aug 2011
- Posts
- 7
- 08-04-2011 #7Just Joined!
- Join Date
- Aug 2011
- Posts
- 7
Hi,
Greetings for the day.
Thanks for your response. This is done only if there are less number of machines but what incase of large numbers of machines. Please suggest.
regards
Gulam Navi


Reply With Quote
