Przeglądaj źródła

Install dhcp server on mesh for secondary wifi adapter hotspot

Bob Mottram 7 lat temu
rodzic
commit
77ad570e16
1 zmienionych plików z 3 dodań i 0 usunięć
  1. 3
    0
      src/freedombone-image-customise

+ 3
- 0
src/freedombone-image-customise Wyświetl plik

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