Binaries/dhcp-server: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 18: Line 18:


auth - sets the auth server to be used, requires ID argument
auth - sets the auth server to be used, requires ID argument
eg: "''dhcp stop''" stops the server (after a few seconds)
"''dhcp auth 15''" sets the auth server's ID to 15

Latest revision as of 00:25, 27 September 2024

this binary is used to controll the dhcp server on the machine itself

only setting auth needs the ID argument


usage:

dhcp option ID


options:

status - shows the current running status

start - starts the dhcp server

stop - stops the dhcp server

auth - sets the auth server to be used, requires ID argument


eg: "dhcp stop" stops the server (after a few seconds)

"dhcp auth 15" sets the auth server's ID to 15