Skip to content

ocagdas/dhcpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dhcpd

dhcpd server based on alpine

docker build

docker build -f ./Dockerfile-dhcpd -t zmart/dhcpd .

docker run

Make sure that a folder with dhcpd.conf file is mapped to /etc/dhcp in the container. The last parameter is either the interface name or the command you want to run in docker.

docker run --rm -dit --name dhcpd --net host -v $PWD/conf:/etc/dhcp -p 67:67/udp zmart/dhcpd eno1

to test

sudo nmap --script broadcast-dhcp-discover -e eno1

About

dhcpd server based on alpine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages