try to run a dhcp server
This commit is contained in:
parent
82d11e868f
commit
fa5a16a8ea
2
run_dhcp_server.sh
Executable file
2
run_dhcp_server.sh
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/bash
|
||||||
|
sudo dnsmasq -i enp1s0f0 --local-service --dhcp-range=192.168.0.10,192.168.0.100 --dhcp-leasefile=dhcp.lease -d
|
Loading…
Reference in New Issue
Block a user