kopia lustrzana https://github.com/cyoung/stratux
				
				
				
			Roll back changes.
							rodzic
							
								
									7338ad4336
								
							
						
					
					
						commit
						99ac28b104
					
				|  | @ -107,10 +107,10 @@ log-facility local7; | ||||||
| #  } | #  } | ||||||
| #} | #} | ||||||
| 
 | 
 | ||||||
| subnet 10.26.36.0 netmask 255.255.255.0 { | subnet 192.168.10.0 netmask 255.255.255.0 { | ||||||
| 	range 10.26.36.10 10.26.36.50; | 	range 192.168.10.10 192.168.10.50; | ||||||
| 	option broadcast-address 10.26.36.255; | 	option broadcast-address 192.168.10.255; | ||||||
| 	option routers 10.26.36.1; | 	option routers 192.168.10.1; | ||||||
| 	default-lease-time 12000; | 	default-lease-time 12000; | ||||||
| 	max-lease-time 12000; | 	max-lease-time 12000; | ||||||
| 	option domain-name "stratux.local"; | 	option domain-name "stratux.local"; | ||||||
|  |  | ||||||
|  | @ -8,15 +8,11 @@ iface eth0 inet dhcp | ||||||
| allow-hotplug wlan0 | allow-hotplug wlan0 | ||||||
| 
 | 
 | ||||||
| iface wlan0 inet static | iface wlan0 inet static | ||||||
|   address 10.26.36.1 |   address 192.168.10.1 | ||||||
|   netmask 255.255.255.0 |   netmask 255.255.255.0 | ||||||
|   post-up /usr/sbin/stratux-wifi.sh |   post-up /usr/sbin/stratux-wifi.sh | ||||||
|   wireless-power off |   wireless-power off | ||||||
| 
 | 
 | ||||||
| auto eth0:0 |  | ||||||
| iface eth0:0 inet static |  | ||||||
|   address 192.168.10.1 |  | ||||||
|   netmask 255.255.255.0 |  | ||||||
| 
 | 
 | ||||||
| ##################################################################### | ##################################################################### | ||||||
| ##               Custom settings not for novice users!!!!!!   | ##               Custom settings not for novice users!!!!!!   | ||||||
|  |  | ||||||
|  | @ -26,8 +26,8 @@ fi | ||||||
| 
 | 
 | ||||||
| /usr/bin/stratux-screen.py start | /usr/bin/stratux-screen.py start | ||||||
| 
 | 
 | ||||||
| route add default gw 10.26.36.1 | # Dangerzone. | ||||||
| 
 | #route add default gw 10.26.36.1 | ||||||
| screen -d -m -S ahrs_approx /usr/bin/ahrs_approx | #screen -d -m -S ahrs_approx /usr/bin/ahrs_approx | ||||||
| 
 | 
 | ||||||
| exit 0 | exit 0 | ||||||
|  |  | ||||||
		Ładowanie…
	
		Reference in New Issue
	
	 cyoung
						cyoung