kopia lustrzana https://github.com/cyoung/stratux
Update interfaces
rodzic
aab98497dd
commit
7918cbe629
|
@ -12,10 +12,17 @@ allow-hotplug wlan0
|
||||||
iface wlan0 inet static
|
iface wlan0 inet static
|
||||||
address 192.168.10.1
|
address 192.168.10.1
|
||||||
netmask 255.255.255.0
|
netmask 255.255.255.0
|
||||||
|
|
||||||
|
##
|
||||||
|
## Second Wifi Dongle for local work and internet access
|
||||||
|
##
|
||||||
allow-hotplug wlan1
|
allow-hotplug wlan1
|
||||||
iface wlan1 inet static
|
iface wlan1 inet static
|
||||||
|
|
||||||
|
# The SSID you want to connect to
|
||||||
|
wireless-essid 6719
|
||||||
|
# The address you want to use on your network
|
||||||
address 192.168.1.50
|
address 192.168.1.50
|
||||||
|
# The address of your netmask
|
||||||
netmask 255.255.255.0
|
netmask 255.255.255.0
|
||||||
gateway 192.168.1.1
|
gateway 192.168.1.1
|
||||||
wireless-essid 6719
|
|
||||||
|
|
Ładowanie…
Reference in New Issue