Closed d78ui98 closed 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 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.
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).
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.
added DHCP server with RAM is 512 mb. dnsmasq installed and configured. provides simple dhcp services.
fixes #29