Install dhcp server on mesh for secondary wifi adapter hotspot

This commit is contained in:
Bob Mottram 2017-11-20 19:28:32 +00:00
parent 1e81ad852c
commit 77ad570e16
1 changed files with 3 additions and 0 deletions

View File

@ -685,6 +685,9 @@ initialise_mesh() {
# install tor as a possible way of routing traffic between internet gateways
chroot "$rootdir" apt-get -yq install tor
# dhcp daemon for hotspot on secondary wifi adapter
chroot "$rootdir" apt-get -yq install isc-dhcp-server
configure_firewall
install_avahi
install_batman