[3] Testowanie serwera DHCP

29 stycznia 2023 Wyłączono przez Adam [zicherka] Nogły

Testowanie pracy jest bardzo proste i polega na sprawdzeniu czy serwer ISC DHCP wystartował i pracuje:

root@vfbsd01:~ # /usr/local/etc/rc.d/isc-dhcpd status
dhcpd is running as pid 10078.

Sprawdzenie przypisanych dzierżaw dla klientów możliwe jest poprzez podgląd pliku [/var/db/dhcpd/dhcpd.leases]:

root@vfbsd01:~ # cat /var/db/dhcpd/dhcpd.leases
# The format of this file is documented in the dhcpd.leases(5) manual page.
# This lease file was written by isc-dhcp-4.4.2-P1

# authoring-byte-order entry is generated, DO NOT DELETE
authoring-byte-order little-endian;

server-duid "\000\001\000\001*\350N\032\000\014)\334\353^";

lease 192.168.100.160 {
starts 1 2022/10/24 08:57:33;
ends 1 2022/10/24 09:07:33;
cltt 1 2022/10/24 08:57:33;
binding state active;
next binding state free;
rewind binding state free;
hardware ethernet 00:0c:29:be:1c:c6;
uid "\001\000\014)\276\034\306";
client-hostname "vfbsd02";
}

Sprawdźmy jeszcze aktualizację dynamiczną DNS:

root@vfbsd01:~ # host vfbsd02.zicher.lab
vfbsd02.zicher.lab has address 192.168.100.107