Дерево страниц

Сравнение версий

Ключ

  • Эта строка добавлена.
  • Эта строка удалена.
  • Изменено форматирование.

...

If these settings are correct, move to checking configuration of the server and networking functions. To run diagnostics, it is necessary to know a MAC address of a client's device and have an opportunity to initiate providing a client with an address via DHCP.

 

Checking a DHCP server

To check DHCP server operation, analyse its logs.
The three main problems can be seen from logs:

  • Discover is absent.
  • Discover is present, Offer is absent.
  • Discover and offer are present, Request is absent.

 

1. Discover from a client's device is absent in logs.

...


In the file /etc/default/isc-dhcp-server all listened interfaces should be listed, for example:
INTERFACES="eth0 eth1"

 

2. Discover is present in DHCP server logs, but Offer is absent.

...