Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Promote index entry. Merge command and its output. Minor formating changes
Div
classtocc
Table of Contents

General

Check messages log file on DHCP Server

May 


May 5 08:53:32 abiquoserver dhcpd: DHCPREQUEST for 192.168.1.2 from 01:50:51:38:b1:ed via eth0.1
May
 
 5 08:53:32 abiquoserver dhcpd: DHCPACK on 192.168.1.2 to 01:50:51:38:b1:ed via eth0.1
May
 
 5 08:53:38 abiquoserver dhcpd: DHCPREQUEST for 192.168.0.2 from 01:16:31:ee:73:14 via eth0.2
May
 
 5 08:53:38 abiquoserver dhcpd: DHCPACK on 192.168.0.2 to 01:16:31:ee:73:14 via eth0.2
Code Block
titleCheck the messages file for evidence that DHCP is functioning
Code Block
# tail /var/log/messages
Div
classtinycode
Code Block

A DHCPREQUEST DHCPREQUESTs should be followed by a DHCPACK should displayDHCPACKs log entries.  If not, try restarting the DHCP service:  service dhcpd

Code Block
titleRestart the DHCPD service
service dhcpd restart

Checking the DHCP Relay Server

Check the VLAN interfaces

...