Questions tagged [dhcpd]

81 questions
2
votes
1 answer

Unable to add forward map ...: SERVFAIL

DHCPD[4.3.5] error: Unable to add forward map from nvhenz710.hen.mentats.us to 172.24.1.31: SERVFAIL no errs in BIND 9.11.1-P2-RedHat-9.11.1-2.P2.fc26 $ groups named dhcpd named : named dhcpd dhcpd : dhcpd named selinux permissive tcpdump looks…
2
votes
1 answer

Isc-Dhcpserver static DHCP missing client-hostname

I got a strange problem with my isc-dhcpserver (Ubuntu 16.04). When clients are requesting from the server, I can see the following output in /var/log/syslog : Jun 21 21:41:25 drake dhcpd[265]: DHCPREQUEST for 192.168.0.113 (192.168.0.254) from…
Firestone
  • 23
  • 5
2
votes
2 answers

CentOS 7 DHCP server fails to start (won't enable on specified port)

I have a Cent0S 7 miniPC with a wireless and wired network ports. The wireless port (wlp3s0) is connected as a DHCP client with 192.168.10.X addressing and has DNS resolution. I'm trying to setup the wired port (enp2s0) as a DHCP server for a…
Sean McVeigh
  • 123
  • 1
  • 1
  • 6
2
votes
2 answers

dhcpd not offering reserved static IP returns unknown lease

typically when I reserve an IP for a MAC addr the device when booting up and requesting a dhcp address, will pick up the address I reserved. However recently the request looks like it comes in but dhcp instead offers an address from a range and says…
JasonC
  • 196
  • 6
  • 15
2
votes
2 answers

Release dhcp lease after forcing client to disconnect

I configured a wifi access point based on OpenWRT to limit the number of clients to 4 at the same time. For that purpose I gave a limited number (4) IP addresses leaseable by DHCP. After a period of time (say one hour), I want to force clients to be…
AtoM_84
  • 21
  • 4
2
votes
0 answers

Restrict hostapd wireless client from talking to eachother

How can I keep a wireless client of hostapd from talking to a wired client on the same network or another wireless client on the same network? Here's my network topology: [wired client] --> [router/cable modem] ^ …
mkirk
  • 713
  • 1
  • 5
  • 7
2
votes
0 answers

DHCPD does not allow filename option with a colon in it

For some reason, tftpboot does not work with a colon in filename parameter: group { filename "node7:linux/pxelinux.0"; host machine_7a { hardware ethernet 02:01:02:02:01:11; fixed-address 192.168.10.8; } host machine_7b { …
Amumu
  • 121
  • 3
2
votes
2 answers

ISC dhcpd dynamic bootfile-name. Is this possible?

Actually I want to dinamically assign bootfile-name based on clients MAC. I have tried this config: option bootfile-name concat( binary-to-ascii(16, 8, "", substring (hardware, 1, 6)), ".cfg"); But this is wrong config (as dhcp server isn't…
halt
  • 106
  • 1
  • 7
2
votes
3 answers

DHCPD clean leases on client disconnect

Is there a way to force ISC DHCPD to trigger expire or release for static lease right after client disconnect? I want to trigger a script right after client connects ("on commit" DHCPD event) and disconnects ("on expiry" or "on release" DHCPD…
GeekMagus
  • 507
  • 4
  • 13
2
votes
1 answer

DHCPv6 fixed assigment

Trying to assign fixed ipv6 addresses to my coreos master and worker nodes from my Centos in order to have dual stack running on the cluster. However I am having a hard time getting it to assign the fixed ip addresses that I am hard-coding in the…
1
vote
1 answer

DHCP and logging fixed address "leases"

I have been tooling with a dhcpd server that i have been setting up for, well, for the general excitement of it i guess. I have a bunch of different configurations. I have noticed that fixed-address records do not log into the dhcpd.leases file. Is…
the_c
  • 11
  • 2
1
vote
0 answers

DHCPS - single mac whitelist, multiple subnets

I am trying to reduce the size of my broadcast domain and, in order to do this, I need to permit hosts from being able to move from one subnet to another at will. We use a mac whitelist for our dhcp services and the issue I have is that I can only…
1
vote
1 answer

"match hardware" in dhcpd.conf not working

I've been trying to get mac addresses with a certain OUI into a certain address pool. I haven't been able to get it to work at all. Here is a snippet of my dhcpd.conf and how it's applied. class "testphones" { match hardware; } subclass…
imlepid
  • 175
  • 1
  • 3
  • 10
1
vote
1 answer

How can I clear the DHCP GUI in OSX Server? Ghost clients in the building

I have a few client machines showing up in the network (not only in Server.app but also in various logs), which have "Computer Names" (Bonjour names in Apple-speak) which I don't recognize, but probably are old clients or more likely old names of…
bourneN5years
  • 219
  • 1
  • 2
  • 11
1
vote
1 answer

Obtaining the running config for dhcpd

Is it possible to obtain the current running config for dhcpd? I inadvertently wiped dhcpd.conf but have not yet restarted the service. It is currently assigning the correct IPs to my test computers so it must have the correct config in memory.…
SenorAmor
  • 121
  • 2
  • 7