Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Restart dhcp service from cli
« previous
next »
Print
Pages: [
1
]
Author
Topic: Restart dhcp service from cli (Read 4558 times)
hasanijaz
Newbie
Posts: 4
Karma: 0
Restart dhcp service from cli
«
on:
June 04, 2020, 03:21:06 pm »
Hi, I have enabled and created the dhcp service from WebGUI. But I cannot find a way to restart dhcp service from the cli. I can't find any API for doing that too.
Please help!
Logged
hbc
Hero Member
Posts: 501
Karma: 47
Re: Restart dhcp service from cli
«
Reply #1 on:
June 06, 2020, 11:21:38 pm »
https://docs.opnsense.org/development/backend/legacy.html
List services
Code:
[Select]
pluginctl -s
I guess it's something like dhcp, maybe dhcpd
Code:
[Select]
pluginctl -s dhcpd restart
Logged
Intel(R) Xeon(R) Silver 4116 CPU @ 2.10GHz (24 cores)
256 GB RAM, 300GB RAID1, 3x4 10G Chelsio T540-CO-SR
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
20.1 Legacy Series
»
Restart dhcp service from cli