Merge pull request #273 from peepsnet/master

Second wifi dongle settings template for Dev work
pull/279/head^2 v0.7b3
cyoung 2016-02-21 14:07:56 -05:00
commit f98a8d58c6
1 zmienionych plików z 21 dodań i 0 usunięć

Wyświetl plik

@ -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