Skip to content

Commit

Permalink
Merge pull request #273 from peepsnet/master
Browse files Browse the repository at this point in the history
Second wifi dongle settings template for Dev work
  • Loading branch information
cyoung committed Feb 21, 2016
2 parents 7082241 + d83c8f6 commit f98a8d5
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions image/interfaces
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit f98a8d5

Please sign in to comment.