stratux/image/interfaces

37 wiersze
1002 B
Plaintext
Czysty Zwykły widok Historia

2015-08-08 01:53:52 +00:00
auto lo
iface lo inet loopback
iface eth0 inet dhcp
allow-hotplug wlan0
#iface wlan0 inet manual
#wpa-roam /etc/wpa_supplicant/wpa_supplicant.conf
#iface default inet dhcp
iface wlan0 inet static
address 192.168.10.1
netmask 255.255.255.0
post-up /usr/sbin/stratux-wifi.sh
2016-02-16 18:50:49 +00:00
##
## Second Wifi Dongle for local work and internet access
2016-06-02 10:41:25 +00:00
## wifi must be open for these settings to work
2016-02-16 18:50:49 +00:00
##
2016-02-20 17:00:25 +00:00
## 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
2016-02-16 18:50:49 +00:00
# The SSID you want to connect to
# uncomment the next line and modify if necessary
# wireless-essid 6719
2016-02-16 18:50:49 +00:00
# The address you want to use on your network
# uncomment the next line and modify if necessary
# address 192.168.1.50
2016-02-16 18:50:49 +00:00
# The address of your netmask
# uncomment the next line and modify if necessary
2016-02-20 16:59:31 +00:00
# netmask 255.255.255.0
2016-02-16 19:20:00 +00:00
# The gateway of your router that you are connecting to
# uncomment the next line and modify
# gateway 192.168.1.1