Skip to content

aliabufoul/OpenDHCPServerSetup

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

DHCP Server - Setup script

In order to connect to the Studio machine in each HLK/HCK setup, we need to set up a DHCP server that will provide each studio with a unique IP address. The server will assign the IP address according to the machine mac address with the following rule (replace XX with AutoHCK unique ID):

56:00:XX:00:XX:dd > 192.168.0.XX

The opendhcpserverSetup.sh script will download openDHCP, install it as a service and configure it with the required IP assignment rule.

The script will also create a new bridge named 'br1'. If this bridge is already used, you can change its name. NOTE: you will need to change it accordingly in auto_hck config file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%