Questions tagged [isc-dhcp]

ISC DHCP is open source software that implements the Dynamic Host Configuration Protocols for connection to a local network. It is a reference implementation of those protocols, but it is also production-grade software, suitable for use in high-volume and high-reliability applications. DHCP is available for free download under the terms of the ISC License, a BSD style license.

ISC DHCP is open source software that implements the Dynamic Host Configuration Protocols for connection to a local network. It is a reference implementation of those protocols, but it is also production-grade software, suitable for use in high-volume and high-reliability applications. DHCP is available for free download under the terms of the ISC License, a BSD style license.

254 questions
1
vote
1 answer

Ubuntu server dhcp reservation not working

I need some suggestion, if possible, about a dhcp server and ip address reservation. The system is a Ubuntu server 12.04 LTS. The DHCP is ISC DHCPd version 4.1. This is the /etc/dhcp/dhcpd.conf file: ddns-update-style interim; log-facility…
Giacall99
  • 11
  • 3
1
vote
2 answers

DHCPD assigning wrong DNS server

I just installed two Ubuntu 14.04LTS servers. The first one I installed bind9 and isc-dhcp-server on. The second one was left as installed to use DHCP. I created a new private network using VMware fusion to prevent the DHCP server from getting out…
digitaladdictions
  • 1,465
  • 1
  • 11
  • 29
1
vote
1 answer

Is it possible to send different-per-subnet DNSes from the single ISC DHCP server?

The case I want to cover is to send different DNS server for one, isolated VLAN, which purpose is to give internet-only access - for our guests. It has no access to our internal network, so it shouldn't use DNS referring to internal addresses. The…
tymik
  • 378
  • 2
  • 4
  • 16
1
vote
1 answer

ddns correct setting for dhcpd.conf and ifcfg file with regards to hostname

I have recently set up dynamic dns with ISC dhcpd 4 and bind 9. Everything is working as it should except for a handful of hosts on the network which don't resolve. Upon investigating I found they had been dynamically added into the bind zone file…
Brent
  • 55
  • 1
  • 5
1
vote
3 answers

dhcpd not pushing ddns updates to bind

BIND and DHCPD are configured but as far as I can tell DHCPD makes no attempt to even send Dynamic DNS update to BIND. I can manually add records using nsupdate with the same key I have configured DHCPD to use. Server: eth0: 10.0.0.1 static (BIND…
Lukasz
  • 462
  • 2
  • 10
  • 18
1
vote
0 answers

How to send several instances of the vendor-specific options to a DHCP server using dhclient?

I need to send vendor-options to DHCP server using dhclient (ISC). I've added following lines in the dhclient.conf: option dhcp6.vendor-class code 16 = {integer 32, integer 16, string}; send dhcp6.vendor-class
van-mronov
  • 11
  • 2
1
vote
1 answer

DHCP IPv6 and vendor-encapsulated-options

I was using this option on ipv4 to send some information to the host. On my host lease I have something like: supersede vendor-encapsulated-options = "MY INFORMATION"; On the DHCP client host I can see an entry like that on the lease file: lease { …
Seoman
  • 243
  • 1
  • 3
  • 11
1
vote
1 answer

Can I run 2 dhcp servers when I use predefined host entries?

I have a very specific setup of servers which netboot off a san. All of them provide identical functionality. There are no other machines in this netblock. Each machine boots from an iscsi image which are all set for dhcp. What I want to know is,…
hookenz
  • 14,132
  • 22
  • 86
  • 142
1
vote
0 answers

How to make ISC dhcpd not log a specific hardware ethernet address (mac)

I have isc dhcpd v3 serving a local subnet. I have installed a rogue dhcp server detector (dhcp_probe) which constantly sends dhcp requests. These requests are logged by the legit dhcp server, filling up logs. While I can filter these logs with…
Costin Gușă
  • 293
  • 2
  • 13
1
vote
1 answer

Setting up ISC-DHCP server getting DHCPDISCOVER, DHCPOFFER constantly

Working on trying to setup a new server to run FOG on. I have setup the server to serve DHCP addresses only on eth1 and not eth0. I have installed isc-dhcp and bind9 on the server. I cannot get a client to be assigned a DHCP address. In the…
DanielJay
  • 265
  • 2
  • 5
  • 13
1
vote
3 answers

isc-dhcp option82

I have a question about correct isc-dhcp configuration. I want to lease ip addresses to users based on switch port. For this I use DLink DES-3200 series switches. Everything works well, but recently I've decided to lease particular subnet to all…
Alec T
  • 463
  • 1
  • 9
  • 20
1
vote
1 answer

dhcpd: varying vendor-class-identifier

I'm having trouble selectively sending parameters in response to a DHCP Inform packet using groups (or even without, just using host declarations) for bootp stuff. My configuration file right now looks like: subnet 130.123.131.128 netmask…
jessicah
  • 131
  • 1
  • 3
1
vote
1 answer

ISC-DHCP-SERVER - Can different reservations get different options (router, DNS, etc)?

Suppose there's just one Ubuntu / ISC-DHCP (v3) server on the network. I've successfully been able to provide "DHCP reservations" meaning MAC foo gets ip 1.2.3.4, whereas everyone else just gets an address from a pool, etc. But is it possible to…
Matthew Lund
  • 113
  • 1
  • 1
  • 5
1
vote
2 answers

DHCP configuration problem

EDIT: We have following setup: User comes to building, he gets address from range for unknown clients (192.168.100.0/25) and can only get to our web site. We call it anonymous range. Let's say our user acquired address 192.168.100.16 and won§t get…
zeratul021
  • 359
  • 1
  • 5
  • 18
1
vote
3 answers

modify dhcpd.conf via script to convert whole subnet to DHCP reservations

We have a hodgepodge of systems that are either static IP addresses, or DHCP reservations. (We don't hand out any addresses except reserved ones). Some servers have multiple Nics, and ILO cards. Its getting annoying to have to scan the subnet to…
Brian
  • 1,213
  • 2
  • 14
  • 24