I have one physical interface and some vlans:
I want to set up my isc-dhcp44-server to give ip from 172.16.1.0 to requests from vlan3, 172.17.1.0 to requests from vlan4 and some addresses to requests from default vlan1
How should I do it in config files?
Over ISC-DHCP server I wanted to define a custom DHCP Option, for which I am using below config
option imagefile code 224 = ip-address;
subnet 192.168.29.0 netmask 255.255.255.0 {
range 192.168.29.1 192.168.29.244;
option imagefile 192.168.29.113;
}
I am able to restart DHCP server after...
I've installed isc-dhcp44-server and client and have read the manual pages for dhcpd.leases. The instructions say to look in man page of dhcpd.leases if you don't know what to do, which is that when dhcpd is invoked it cannot find var/db/dhcpd.leases. In the man page it says to create "touch...
Greetings. I look forward to use net/isc-dhcp44-server to answer to DHCP relays. It is a bit unusual configuration, where relay runs on the same machine (because it does a bit more than just relaying DHCP packets), therefore have to address the DHCP server by an IP address, using sockets. The...
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.