diff --git a/image/interfaces b/image/interfaces index 6b449f00..4f1e569d 100644 --- a/image/interfaces +++ b/image/interfaces @@ -12,3 +12,24 @@ allow-hotplug wlan0 iface wlan0 inet static address 192.168.10.1 netmask 255.255.255.0 + +## +## Second Wifi Dongle for local work and internet access +## wifi mist be open for these settings to work +## +## uncomment the next two lines to activate the service as well as modify the settings and comments below +#allow-hotplug wlan1 +#iface wlan1 inet static + +# The SSID you want to connect to +# uncomment the next line and modify if necessary +# wireless-essid 6719 +# The address you want to use on your network +# uncomment the next line and modify if necessary +# address 192.168.1.50 +# The address of your netmask +# uncomment the next line and modify if necessary +# netmask 255.255.255.0 +# The gateway of your router that you are connecting to +# uncomment the next line and modify +# gateway 192.168.1.1 diff --git a/web/plates/settings.html b/web/plates/settings.html index 2ccdd435..ad7bf9d6 100755 --- a/web/plates/settings.html +++ b/web/plates/settings.html @@ -70,7 +70,7 @@
- +