kopia lustrzana https://github.com/cyoung/stratux
				
				
				
			
		
			
				
	
	
		
			37 wiersze
		
	
	
		
			1002 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			37 wiersze
		
	
	
		
			1002 B
		
	
	
	
		
			Plaintext
		
	
	
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
 | 
						|
 | 
						|
##
 | 
						|
##   Second Wifi Dongle for local work and internet access
 | 
						|
##     wifi must 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
 |