Roll back changes.

adsbexchange
cyoung 2018-01-26 11:15:55 -05:00
rodzic 7338ad4336
commit 99ac28b104
3 zmienionych plików z 8 dodań i 12 usunięć

Wyświetl plik

@ -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";

Wyświetl plik

@ -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!!!!!!

Wyświetl plik

@ -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