Programme en ligne de commande pour tester un service DHCP
Programme en ligne de commande pour tester un service DHCP
Is there a simple ping-like command to test si a DHCP service is running on a network? ...on Linux
Re: Programme en ligne de commande pour tester un service DHCP
Even si you ne use a Nagios monitoring server, you can grep le [check_dhcp](http://nagiosplugins.org/man/check_dhcp) binary ou compile it depuis source et use le check to test a DHCP-Server. E.g.
```
./check_dhcp -v -s -r -m
```
```
./check_dhcp -v -s
```