try to run a dhcp server

This commit is contained in:
devdesk 2024-01-19 23:31:26 +02:00
parent 82d11e868f
commit fa5a16a8ea
1 changed files with 2 additions and 0 deletions

2
run_dhcp_server.sh Executable file
View 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