How to exclude router in ip address reservation in isc-dhcpd?
host ws11.lan {
hardware ethernet 00:15:5D:07:B3:09;
fixed-address 192.168.0.11;
option routers NONE;
}
the gateway is registered globally, and for reservation it is necessary to exclude it in the reservation section
option routers...
I have been using isc-dhcpd for a while now; however, I am not seeing any logs written to /var/log/messages or /var/log/dhcpd.log.
/usr/local/etc/dhcpd.conf
log-facility local7;
/etc/syslog.d/isc-dhcpd.conf
!dhcpd
*.* /var/log/dhcpd.log
#local7.debug...
I'm running net/isc-dhcp44-server on my FreeBSD router host, providing DHCP service to four VLANs. igb0 is the main network that most devices connect to, while igb0.128, igb0.192 and igb0.193 are my lab VLANs. I was specifying dhcpd_ifaces="igb0 igb0.128 igb0.192 igb0.193" in...
I am looking to more centrally manage the IP assignments on my home network by using ISC's dhcpd to hand out fixed addresses. That way, I can still reliably run local DNS for the internal network and manage IP assignment by linking a MAC to a specific IP. However, I want to do this for both...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.