Questions tagged [dhcp-server]

Dynamic Host Configuration Protocol (DHCP)

The DHCP service is a client/server application that allows "clients" to obtain configuration information (typically for network settings) from a "server".

Questions carrying this tag should focus on the server-side more than the client-side.

540 questions
3
votes
0 answers

Did I cause this DHCP failure?

I asked this here, it was requested that I move it to this forum instead. I have a question that I need some counsel on concerning DHCP and what may happen in a certain situation. I have a case where a DHCP server started handing out IP addresses…
Sabre
  • 425
  • 2
  • 15
3
votes
1 answer

GPO to Configure DHCP Options

Our environment has approximately 15 Domain Controllers that also provide DHCP functionality to their networks. We have discovered several to have incorrect DNS settings. Their are providing incorrect DNS servers for the secondary DNS. Recently we…
Jon Moody
  • 158
  • 1
  • 7
3
votes
1 answer

2 client classes sharing the same subnet range

basically I would like to achieve the followings: using only one subnet different types of user sharing this subnets creating 2 pools accordingly an user class called "l2vpn_user" if matched by MAC address then will be assign a different…
Simon Lin
  • 31
  • 2
3
votes
1 answer

VSS DHCP Jet Writer Experiences Errors During Backup with WBADMIN

Summary My standalone physical server is running Server 2012 R2 Foundation. Two separate backup schedules exist, both using Windows Server Backup. I'm getting VSS errors from the DHCP Jet Writer during a weekly backup created with the WBADMIN…
3
votes
1 answer

Cleanup DHCPD leases as well as DDNS Entries

I have a fairly simple set up on a Debian server I'm running. I currently have isc-dhcp-server installed along with bind9. I set up my zone and my reverse lookup zones and set up dynamic updates, it's all working as expected. My problem is that…
3
votes
4 answers

Fixed dhcp host to automatically expire any lease

I have the following situation: Multiple offices with multiple firewall/dhcp servers. Every time the IT team of some office plugs a new network printer i need to create a fixed-address entry, and delete the lease that this printer already got before…
user122772
3
votes
1 answer

Move DHCP Scopes to existing DHCP Server

We have a remote Domain Controller that is running Server 03'. I'm wanting to retire this box and move to the 03' box that we have locally. I was looking at this guide, but wanted to ensure that it was the proper way to do an export/import and that…
Jared
  • 281
  • 2
  • 4
  • 11
3
votes
1 answer

ISC DHCPD memory leak solutions and or workarounds

Background: I have recently been put in charge of finding the root of and/or fixing a memory leak with an ISC DHCPD (4.2.5-P1) installation on a Debian (Lenny) Unix server. I have been researching the problem for over a week now and have retrieved a…
Dodzi Dzakuma
  • 169
  • 2
  • 8
3
votes
0 answers

dhcping "no answer" on CentOS 6.4

I installed a DHCP server (yum install dhcp) and this is my conf: # create new # specify domain name option domain-name "mydomain.name"; # specify DNS's hostname or IP address option domain-name-servers 10.0.1.1, 10.0.1.2; option ntp-servers…
Kev
  • 984
  • 4
  • 23
  • 46
3
votes
1 answer

DHCP Server Issuing NAK when servicing multiple subnets

We currently have 3 VLANs setup in our network. On our DHCP server (Windows 2008) we have 3 scopes created for the 3 separate subnets. Our clients can't seem to pull addresses on the subnets, except for the one the server is attached to. DHCP…
3
votes
4 answers

Computer gets IP from DHCP server but has no internet connection

I've installed an isc-dhcp-server on Ubuntu 12.10 and I'm trying to setup a DHCP server on a head node for six worker computers in the local network. The head node itself is a DHCP client receiving the IP-address 192.168.20.1 (on eth0) from an other…
user2611216
  • 31
  • 1
  • 1
  • 4
3
votes
1 answer

Cannot assign IP address according to an option parameter

I have this DHCP conf file: authoritative; option domain-name "XXX.XXX.XX"; allow bootp; ddns-update-style ad-hoc; class "karpuz-kabugu" { match if (substring (option user-class, 0, 6) = "karpuz"); log (info, "karpuz-kabugu"); } …
Alptugay
  • 211
  • 3
  • 8
3
votes
4 answers

Is a short DHCP lease from my ISP likely to cause problems?

I'm wondering if having a short DHCP lease is likely to cause any issues, such as: Dropped VoIP calls Dropped VPN connections If so, could you explain why?
Tobias Tromm
  • 100
  • 2
  • 10
3
votes
3 answers

Secondary DHCP server won't start on Centos 6.2

I'm trying to create a backup DHCP server. Server times are in sync. Primary server starts fine. Secondary server won't start. Error from /var/log/messages is: Sep 15 14:47:45 stream dhcpd: Copyright 2004-2010 Internet Systems Consortium. Sep 15…
Slowjoe
  • 31
  • 1
  • 2
3
votes
2 answers

Multiple DHCP relay servers after one another?

Is it possible to have multiple dhcp relay servers in line? IOW DHCP client <=> DHCP Relay A <=> DHCP Relay B <=> DHCP server