How to RESTART the VERDE/VERDEOS Internal DHCP Service
Product Line: VERDE
There may come a need to restart VERDE's DHCP service. To do so, perform the following:
- Shutdown all sessions.
- Stop VERDE service -
"service VERDE stop" or "systemctl stop VERDE" for
CentOS 7.x and above
- Check that dhcpd process
disappears from the working processes: "ps -e | grep dhcpd"
- If you receive something similar to the following, you'll need to kill it:
“22266 ? 00:00:00 dhcpd”
To kill the service, run the following command: kill -9 22266
- Start VERDE service
- "service VERDE start" or
"systemctl start VERDE" for CentOS 7.x
You should be able to now log into a VERDE session.