Install dhcp server on mesh for secondary wifi adapter hotspot
This commit is contained in:
parent
1e81ad852c
commit
77ad570e16
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue