docker-scripts-archived / dev--LTSP

Virtual LTSP server with vagrant and/or docker-scripts.
GNU General Public License v3.0
7 stars 6 forks source link

Added dhcp server #35

Closed d78ui98 closed 6 years ago

d78ui98 commented 6 years ago

added DHCP server with RAM is 512 mb. dnsmasq installed and configured. provides simple dhcp services.

fixes #29

d78ui98 commented 6 years ago

I have used network but I had to set IP address in Vagrantfile of server this way config.vm.network "public_network", ip: NETWORK+".234" Let me know if I should do it some other way.

dashohoxha commented 6 years ago

I have used network but I had to set IP address in Vagrantfile of server this way config.vm.network "public_network", ip: NETWORK+".234" Let me know if I should do it some other way.

I don't understand what you are talking about. Please check my comments above.

dashohoxha commented 6 years ago

I am merging this but please fix the issues that I have mentioned in the comments. In the future don't create parallel development branches, if they are related to each-other (in this case you need the DHCP box in order to test the non-standalone mode of the LTSP server).

d78ui98 commented 6 years ago

Sure I will fix the issue. But, I was saying that I am using NETWORK from settings.sh. But should I hardcode IP address of dhcp server like this DHCP_ADDRESS = NETWORK+".234" or is there a better options to this. I wanted to clarify this before creating a pull request.