Answer the question
In order to leave comments, you need to log in
Why isc-dhcpd is giving reserved ip?
The server on freebsd issues ip.
piece of code:
subnet 192.168.100.0 netmask 255.255.255.0 {
range 192.168.100.50 192.168.100.200;
option routers 192.168.100.1;
}
host bsd<------><------>{ hardware ethernet 00:13:20:ca:17:12; fixed-address 192.168.100.164; option host-name "bsd";}
Answer the question
In order to leave comments, you need to log in
This is not a reserved address.
If a request comes from a poppy 00:13:20:ca:17:12, then it will be given ip 192.168.100.164. In cases where this IP has not yet been issued, then it can be issued to anyone. To reserve an address, you need to exclude it from the pool.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question