Skip to content

Dockerized DHCP Server for Opengear Operations Manager

Notifications You must be signed in to change notification settings

opengear/om-docker-dhcpd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Notes:

- Docker container maps to host directories "/etc/dhcp/" and "/var/lib/dhcp/"
- Requires two files: "dhcpd.conf" and "dhcpd.leases"
- "dhcpd.conf" must be copied to "/etc/dhcp/" on the host (example dhcpd.conf included)
- "dhcpd.leases" is created automatically by the "run.sh" script

Instructions:

1. Copy all files to the OM (via SCP, USB, etc)
2. Bash "import.sh" to import the docker image to the OM
3. Bash "run.sh" to build and start the container

Usage:

import.sh - import docker image from tar file
run.sh - Build and start the container (you can run this each time instead of stop.sh or start.sh)
stop.sh - stop the container
start.sh - restart the container

About

Dockerized DHCP Server for Opengear Operations Manager

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published