Hello.
My configuration:
Turris Omnia 2GB
TurrisOS 3.9.1
root@TurrisOmnia:~# cat /etc/config/network
config interface 'loopback'
option ifname 'lo'
option proto 'static'
option ipaddr '127.0.0.1'
option netmask '255.0.0.0'
config globals 'globals'
option ula_prefix 'fd58:36af:49d2::/48'
config interface 'lan'
option ifname 'eth0 eth2'
option force_link '1'
option type 'bridge'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ip6assign '60'
config interface 'wan'
option ifname 'eth1'
option proto 'static'
option ipaddr '192.168.0.2'
option netmask '255.255.255.0'
option gateway '192.168.0.1'
list dns '9.9.9.9'
list dns '192.168.0.1'
config interface 'wan6'
option ifname '@wan'
option proto 'dhcpv6'
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0 1 2 3 5'
config switch_vlan
option device 'switch0'
option vlan '2'
option ports '4 6'
root@TurrisOmnia:~# cat /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option country 'US'
option hwmode '11a'
option path 'soc/soc:pcie-controller/pci0000:00/0000:00:02.0/0000:02:00.0'
option htmode 'VHT80'
option channel '36'
option txpower '27'
option disabled '0'
config wifi-iface 'turris_iface_0'
option ifname 'turris_0'
option device 'radio0'
option network 'lan'
option mode 'ap'
option ssid 'Turris5.0'
option encryption 'psk2+tkip+aes'
option key 'xxxxxxxxxx'
option disabled '0'
option hidden '0'
config wifi-device 'radio1'
option type 'mac80211'
option country 'US'
option hwmode '11g'
option path 'soc/soc:pcie-controller/pci0000:00/0000:00:01.0/0000:01:00.0'
option htmode 'HT40'
option channel 'auto'
option txpower '30'
option disabled '0'
config wifi-iface 'turris_iface_1'
option ifname 'turris_1'
option device 'radio1'
option network 'lan'
option mode 'ap'
option ssid 'Turris2.4'
option encryption 'psk2+tkip+aes'
option key 'xxxxxxxxxx'
option disabled '0'
option hidden '0'
config wifi-iface 'guest_iface_0'
option disabled '1'
option device 'radio0'
option mode 'ap'
option encryption 'psk2+tkip+aes'
option key 'xxxxxxxxxx'
option ifname 'guest_turris_0'
option network 'guest_turris'
option isolate '1'
option ssid 'Turris5.0-GOŚĆ'
config wifi-iface 'guest_iface_1'
option disabled '1'
option device 'radio1'
option mode 'ap'
option encryption 'psk2+tkip+aes'
option key 'xxxxxxxxxx'
option ifname 'guest_turris_1'
option network 'guest_turris'
option isolate '1'
option ssid 'Turris2.4-GOŚĆ'
I have problem with assignment IP address on WiFI to my android devices.
My logs:
root@TurrisOmnia:~# dmesg
[ 10.012896] xhci-hcd f10f0000.usb3: new USB bus registered, assigned bus number 3
[ 10.020431] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM.
[ 10.028768] hub 3-0:1.0: USB hub found
[ 10.032612] hub 3-0:1.0: 1 port detected
[ 10.036695] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 10.042046] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 4
[ 10.049639] xhci-hcd f10f8000.usb3: hcc params 0x0a000990 hci version 0x100 quirks 0x00010010
[ 10.058213] xhci-hcd f10f8000.usb3: irq 47, io mem 0xf10f8000
[ 10.064215] hub 4-0:1.0: USB hub found
[ 10.067983] hub 4-0:1.0: 1 port detected
[ 10.072024] xhci-hcd f10f8000.usb3: xHCI Host Controller
[ 10.077352] xhci-hcd f10f8000.usb3: new USB bus registered, assigned bus number 5
[ 10.084899] usb usb5: We don't know the algorithms for LPM for this host, disabling LPM.
[ 10.093237] hub 5-0:1.0: USB hub found
[ 10.097006] hub 5-0:1.0: 1 port detected
[ 10.102323] usbcore: registered new interface driver usb-storage
[ 10.224745] init: - preinit -
[ 10.390606] usb 4-1: new high-speed USB device number 2 using xhci-hcd
[ 10.606950] hub 4-1:1.0: USB hub found
[ 10.610924] random: procd: uninitialized urandom read (4 bytes read, 48 bits of entropy available)
[ 10.611667] hub 4-1:1.0: 4 ports detected
[ 10.711103] usb 5-1: new SuperSpeed USB device number 2 using xhci-hcd
[ 10.747448] hub 5-1:1.0: USB hub found
[ 10.752353] hub 5-1:1.0: 4 ports detected
[ 10.890601] usb 4-1.1: new high-speed USB device number 3 using xhci-hcd
[ 11.026616] hub 4-1.1:1.0: USB hub found
[ 11.031478] hub 4-1.1:1.0: 4 ports detected
[ 11.091102] usb 5-1.1: new SuperSpeed USB device number 3 using xhci-hcd
[ 11.127793] hub 5-1.1:1.0: USB hub found
[ 11.133961] hub 5-1.1:1.0: 4 ports detected
[ 13.272448] mount_root: mounting /dev/root
[ 13.361108] BTRFS info (device mmcblk0p1): disk space caching is enabled
[ 13.368279] mount_root: loading kmods from internal overlay
[ 13.668170] block: attempting to load /etc/config/fstab
[ 13.675215] block: extroot: not configured
[ 13.681843] procd: - early -
[ 13.684751] procd: - watchdog -
[ 13.786206] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 13.812969] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 13.848784] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 13.873036] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 13.908651] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 13.933002] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 13.968704] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 13.992997] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 14.028813] random: jshn: uninitialized urandom read (4 bytes read, 86 bits of entropy available)
[ 14.254506] procd: - ubus -
[ 14.623828] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts:
[ 14.735649] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts:
[ 15.259766] procd: - init -
[ 15.328956] marvell-cesa f1090000.crypto: CESA device successfully registered
[ 15.341909] NET: Registered protocol family 38
[ 15.359328] md: linear personality registered for level -1
[ 15.365469] md: raid0 personality registered for level 0
[ 15.371555] md: raid1 personality registered for level 1
[ 15.377735] md: raid10 personality registered for level 10
[ 15.383623] async_tx: api initialized (async)
[ 15.391007] md: raid6 personality registered for level 6
[ 15.396335] md: raid5 personality registered for level 5
[ 15.401667] md: raid4 personality registered for level 4
[ 15.408900] FS-Cache: Loaded
[ 15.412258] md: multipath personality registered for level -4
[ 15.419232] NET: Registered protocol family 8
[ 15.423611] NET: Registered protocol family 20
[ 15.431922] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@redhat.com
[ 15.442866] Key type dns_resolver registered
[ 15.450045] NET: Registered protocol family 33
[ 15.454512] Key type rxrpc registered
[ 15.458182] Key type rxrpc_s registered
[ 15.465170] kAFS: Red Hat AFS client v0.1 registering.
[ 15.470359] FS-Cache: Netfs 'afs' registered for caching
[ 15.505721] RPC: Registered named UNIX socket transport module.
[ 15.511686] RPC: Registered udp transport module.
[ 15.516399] RPC: Registered tcp transport module.
[ 15.521127] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 15.546011] NFS: Registering the id_resolver key type
[ 15.551117] Key type id_resolver registered
[ 15.555309] Key type id_legacy registered
[ 15.559957] nfs4filelayout_init: NFSv4 File Layout Driver Registering...
[ 15.569203] ntfs: driver 2.1.32 [Flags: R/O MODULE].
[ 15.579097] RxRPC: Registered security type 2 'rxkad'
[ 15.596324] tun: Universal TUN/TAP device driver, 1.6
[ 15.601413] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 15.611823] sit: IPv6 over IPv4 tunneling driver
[ 15.620813] gre: GRE over IPv4 demultiplexor driver
[ 15.628014] ip_gre: GRE over IPv4 tunneling driver
[ 15.647220] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 15.655701] PPP generic driver version 2.4.2
[ 15.663181] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 15.673036] cryptodev: driver 1.8 loaded.
[ 15.680859] Loading modules backported from Linux version wt-2017-01-31-0-ge882dff19e7f
[ 15.688883] Backport generated by backports.git backports-20160324-13-g24da7d3c
[ 15.763352] pci 0000:00:02.0: enabling device (0140 -> 0142)
[ 15.769233] ath10k_pci 0000:02:00.0: pci irq msi oper_irq_mode 2 irq_mode 0 reset_mode 0
[ 15.944071] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/pre-cal-pci-0000:02:00.0.bin failed with error -2
[ 15.954816] ath10k_pci 0000:02:00.0: Falling back to user helper
[ 15.964594] firmware ath10k!pre-cal-pci-0000:02:00.0.bin: firmware_loading_store: map pages failed
[ 15.973696] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/cal-pci-0000:02:00.0.bin failed with error -2
[ 15.984096] ath10k_pci 0000:02:00.0: Falling back to user helper
[ 15.993635] firmware ath10k!cal-pci-0000:02:00.0.bin: firmware_loading_store: map pages failed
[ 16.010336] ath10k_pci 0000:02:00.0: qca988x hw2.0 target 0x4100016c chip_id 0x043202ff sub 19b6:d03c
[ 16.019613] ath10k_pci 0000:02:00.0: kconfig debug 0 debugfs 1 tracing 0 dfs 1 testmode 1
[ 16.029219] ath10k_pci 0000:02:00.0: firmware ver 10.2.4-1.0-00029 api 5 features no-p2p,raw-mode,mfp,allows-mesh-bcast crc32 88595bb8
[ 16.073998] ath10k_pci 0000:02:00.0: board id is not exist in otp, ignore it
[ 16.081121] ath10k_pci 0000:02:00.0: Direct firmware load for ath10k/QCA988X/hw2.0/board-2.bin failed with error -2
[ 16.091592] ath10k_pci 0000:02:00.0: Falling back to user helper
[ 16.101246] firmware ath10k!QCA988X!hw2.0!board-2.bin: firmware_loading_store: map pages failed
[ 16.110157] ath10k_pci 0000:02:00.0: board_file api 1 bmi_id N/A crc32 bebc7c08
[ 17.237157] ath10k_pci 0000:02:00.0: htt-ver 2.1 wmi-op 5 htt-op 2 cal otp max-sta 128 raw 0 hwcrypto 1
[ 17.321049] ath: EEPROM regdomain: 0x0
[ 17.321054] ath: EEPROM indicates default country code should be used
[ 17.321056] ath: doing EEPROM country->regdmn map search
[ 17.321061] ath: country maps to regdmn code: 0x3a
[ 17.321064] ath: Country alpha2 being used: US
[ 17.321066] ath: Regpair used: 0x3a
[ 17.332192] Linux video capture interface: v2.00
[ 17.342011] u32 classifier
[ 17.344727] input device check on
[ 17.348395] Actions configured
[ 17.352369] Mirror/redirect action on
[ 17.357165] GACT probability on
[ 17.364813] netem: version 1.3
[ 17.373212] fuse init (API version 7.23)
[ 17.390241] usbcore: registered new interface driver cdc_wdm
[ 17.399268] Ebtables v2.0 registered
[ 17.404340] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 17.416806] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 17.604121] Netfilter messages via NETLINK v0.30.
[ 17.610564] PPP MPPE Compression module registered
[ 17.615947] NET: Registered protocol family 24
[ 17.625601] usbcore: registered new interface driver ums-alauda
[ 17.632484] usbcore: registered new interface driver ums-cypress
[ 17.639472] usbcore: registered new interface driver ums-datafab
[ 17.646407] usbcore: registered new interface driver ums-freecom
[ 17.653400] usbcore: registered new interface driver ums-isd200
[ 17.660344] usbcore: registered new interface driver ums-jumpshot
[ 17.667331] usbcore: registered new interface driver ums-karma
[ 17.674459] usbcore: registered new interface driver ums-sddr09
[ 17.681372] usbcore: registered new interface driver ums-sddr55
[ 17.688410] usbcore: registered new interface driver ums-usbat
[ 17.695449] usbcore: registered new interface driver usblp
[ 17.707490] usbcore: registered new interface driver usbserial
[ 17.713394] usbcore: registered new interface driver usbserial_generic
[ 17.719961] usbserial: USB Serial support registered for generic
[ 17.738097] xt_time: kernel timezone is -0000
[ 17.756654] usbcore: registered new interface driver cdc_ether
[ 17.764211] usbcore: registered new interface driver ftdi_sio
[ 17.770004] usbserial: USB Serial support registered for FTDI USB Serial Device
[ 17.781384] ctnetlink v0.93: registering with nfnetlink.
[ 17.790519] usbcore: registered new interface driver qmi_wwan
[ 17.797561] usbcore: registered new interface driver rndis_host
[ 17.808073] usbcore: registered new interface driver snd-usb-audio
[ 17.819811] usbcore: registered new interface driver uvcvideo
[ 17.825609] USB Video Class driver (1.1.1)
[ 17.836156] pci 0000:00:01.0: enabling device (0140 -> 0142)
[ 17.848326] ath: EEPROM regdomain: 0x0
[ 17.848331] ath: EEPROM indicates default country code should be used
[ 17.848334] ath: doing EEPROM country->regdmn map search
[ 17.848338] ath: country maps to regdmn code: 0x3a
[ 17.848341] ath: Country alpha2 being used: US
[ 17.848343] ath: Regpair used: 0x3a
[ 17.855184] ieee80211 phy1: Selected rate control algorithm 'minstrel_ht'
[ 17.856599] ieee80211 phy1: Atheros AR9300 Rev:4 mem=0xf1e80000, irq=108
[ 17.865180] usbcore: registered new interface driver option
[ 17.870845] usbserial: USB Serial support registered for GSM modem (1-port)
[ 17.878612] usbcore: registered new interface driver qcserial
[ 17.884429] usbserial: USB Serial support registered for Qualcomm USB modem
[ 19.768215] random: nonblocking pool is initialized
[ 23.277189] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 23.352300] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 23.355762] IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready
[ 25.270649] mvneta f1030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 25.270673] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 25.350674] mvneta f1070000.ethernet eth2: Link is Up - 1Gbps/Full - flow control off
[ 25.350697] IPv6: ADDRCONF(NETDEV_CHANGE): eth2: link becomes ready
[ 25.557987] device eth0 entered promiscuous mode
[ 25.558922] br-lan: port 1(eth0) entered forwarding state
[ 25.558940] br-lan: port 1(eth0) entered forwarding state
[ 25.577866] device eth2 entered promiscuous mode
[ 25.577911] br-lan: port 2(eth2) entered forwarding state
[ 25.577939] br-lan: port 2(eth2) entered forwarding state
[ 25.662001] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready
[ 27.379569] IPv6: ADDRCONF(NETDEV_UP): turris_0: link is not ready
[ 27.388121] IPv6: ADDRCONF(NETDEV_UP): turris_1: link is not ready
[ 27.388240] br-lan: port 1(eth0) entered disabled state
[ 27.388347] br-lan: port 2(eth2) entered disabled state
[ 27.389364] device turris_1 entered promiscuous mode
[ 27.389846] device turris_0 entered promiscuous mode
[ 27.550619] mvneta f1030000.ethernet eth0: Link is Up - 1Gbps/Full - flow control off
[ 27.550639] br-lan: port 1(eth0) entered forwarding state
[ 27.550661] br-lan: port 1(eth0) entered forwarding state
[ 27.570613] mvneta f1070000.ethernet eth2: Link is Up - 1Gbps/Full - flow control off
[ 27.570626] br-lan: port 2(eth2) entered forwarding state
[ 27.570643] br-lan: port 2(eth2) entered forwarding state
[ 27.753544] IPv6: ADDRCONF(NETDEV_CHANGE): turris_0: link becomes ready
[ 27.753600] br-lan: port 4(turris_0) entered forwarding state
[ 27.753620] br-lan: port 4(turris_0) entered forwarding state
[ 28.663470] mvneta f1034000.ethernet eth1: Link is Up - 100Mbps/Full - flow control rx/tx
[ 28.663497] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready
[ 28.710719] device br-lan entered promiscuous mode
[ 29.550603] br-lan: port 1(eth0) entered forwarding state
[ 29.570638] br-lan: port 2(eth2) entered forwarding state
[ 29.750618] br-lan: port 4(turris_0) entered forwarding state
[ 31.925152] svc: failed to register lockdv1 RPC service (errno 97).
[ 31.946840] NFSD: the nfsdcld client tracking upcall will be removed in 3.10. Please transition to using nfsdcltrack.
[ 31.946852] NFSD: starting 90-second grace period (net c06d76c0)
[ 34.812056] IPv6: ADDRCONF(NETDEV_CHANGE): turris_1: link becomes ready
[ 34.812146] br-lan: port 3(turris_1) entered forwarding state
[ 34.812184] br-lan: port 3(turris_1) entered forwarding state
[ 36.803805] br-lan: port 3(turris_1) entered forwarding state
[ 152.140103] NFSD: Unable to end grace period: -110
[ 387.432408] device turris_1 left promiscuous mode
[ 387.432454] br-lan: port 3(turris_1) entered disabled state
[ 387.442504] device turris_0 left promiscuous mode
[ 387.442554] br-lan: port 4(turris_0) entered disabled state
[ 392.578557] IPv6: ADDRCONF(NETDEV_UP): turris_0: link is not ready
[ 392.581406] device turris_0 entered promiscuous mode
[ 392.600007] IPv6: ADDRCONF(NETDEV_UP): turris_1: link is not ready
[ 392.601422] device turris_1 entered promiscuous mode
[ 392.601459] br-lan: port 4(turris_1) entered forwarding state
[ 392.601477] br-lan: port 4(turris_1) entered forwarding state
[ 392.937356] IPv6: ADDRCONF(NETDEV_CHANGE): turris_0: link becomes ready
[ 392.937426] br-lan: port 3(turris_0) entered forwarding state
[ 392.937463] br-lan: port 3(turris_0) entered forwarding state
[ 393.572128] br-lan: port 4(turris_1) entered disabled state
[ 394.932043] br-lan: port 3(turris_0) entered forwarding state
[ 399.923736] IPv6: ADDRCONF(NETDEV_CHANGE): turris_1: link becomes ready
[ 399.923805] br-lan: port 4(turris_1) entered forwarding state
[ 399.923842] br-lan: port 4(turris_1) entered forwarding state
[ 401.921790] br-lan: port 4(turris_1) entered forwarding state
root@TurrisOmnia:~# cat /var/log/messages
2017-12-29T19:18:01+01:00 info /usr/sbin/cron[4580]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:18:01+01:00 info /usr/sbin/cron[4581]: (root) CMD (nethist_stats.lua)
2017-12-29T19:18:07+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:18:08+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:18:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:18:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 1)
2017-12-29T19:18:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session D2B2C0781EB3BFDD
2017-12-29T19:18:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:18:41+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:18:42+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:18:43+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:18:43+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 1)
2017-12-29T19:18:43+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session F0F7E76BF58ABDF1
2017-12-29T19:18:43+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:19:01+01:00 info /usr/sbin/cron[4986]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:19:14+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:19:15+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:19:15+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:19:15+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 2)
2017-12-29T19:19:15+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session 7362E254D671FEBF
2017-12-29T19:19:15+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:20:01+01:00 info /usr/sbin/cron[5397]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:20:01+01:00 info /usr/sbin/cron[5400]: (root) CMD (majordomo_db.sh downsize)
2017-12-29T19:20:01+01:00 info /usr/sbin/cron[5399]: (root) CMD ( /usr/bin/notifier)
2017-12-29T19:20:01+01:00 info /usr/sbin/cron[5402]: (root) CMD (nethist_stats.lua)
2017-12-29T19:20:01+01:00 info /usr/sbin/cron[5407]: (root) CMD (/usr/bin/watchdog.sh)
2017-12-29T19:20:03+01:00 warning watchdog[]: Restarted resolver
2017-12-29T19:20:03+01:00 warning watchdog[]: Restarted nethist
2017-12-29T19:20:22+01:00 info kresd[5517]: net.ipv6 = false
2017-12-29T19:20:22+01:00 info kresd[5517]:
2017-12-29T19:20:29+01:00 notice netifd[]: Network device 'turris_1' link is down
2017-12-29T19:20:29+01:00 notice netifd[]: Network device 'turris_0' link is down
2017-12-29T20:20:29+01:00 info kernel[]: [ 387.432408] device turris_1 left promiscuous mode
2017-12-29T20:20:29+01:00 info kernel[]: [ 387.432454] br-lan: port 3(turris_1) entered disabled state
2017-12-29T20:20:29+01:00 info kernel[]: [ 387.442504] device turris_0 left promiscuous mode
2017-12-29T20:20:29+01:00 info kernel[]: [ 387.442554] br-lan: port 4(turris_0) entered disabled state
2017-12-29T19:20:33+01:00 notice netifd[]: radio1 (5830): sh: acs_survey: out of range
2017-12-29T19:20:33+01:00 notice netifd[]: radio0 (5829): Configuration file: /var/run/hostapd-phy0.conf
2017-12-29T19:20:34+01:00 notice netifd[]: radio0 (5829): turris_0: interface state UNINITIALIZED->COUNTRY_UPDATE
2017-12-29T19:20:34+01:00 notice netifd[]: radio0 (5829): turris_0: interface state COUNTRY_UPDATE->HT_SCAN
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.578557] IPv6: ADDRCONF(NETDEV_UP): turris_0: link is not ready
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.581406] device turris_0 entered promiscuous mode
2017-12-29T19:20:34+01:00 notice netifd[]: radio1 (5830): Configuration file: /var/run/hostapd-phy1.conf
2017-12-29T19:20:34+01:00 notice netifd[]: radio1 (5830): turris_1: interface state UNINITIALIZED->COUNTRY_UPDATE
2017-12-29T19:20:34+01:00 notice netifd[]: radio1 (5830): ACS: Automatic channel selection started, this may take a bit
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.600007] IPv6: ADDRCONF(NETDEV_UP): turris_1: link is not ready
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.601422] device turris_1 entered promiscuous mode
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.601459] br-lan: port 4(turris_1) entered forwarding state
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.601477] br-lan: port 4(turris_1) entered forwarding state
2017-12-29T19:20:34+01:00 notice netifd[]: radio1 (5830): turris_1: interface state COUNTRY_UPDATE->ACS
2017-12-29T19:20:34+01:00 notice netifd[]: radio1 (5830): turris_1: ACS-STARTED
2017-12-29T19:20:34+01:00 notice netifd[]: radio0 (5829): Using interface turris_0 with hwaddr 4c:5e:0c:13:fd:c8 and ssid "Turris5.0"
2017-12-29T19:20:34+01:00 notice netifd[]: radio0 (5829): turris_0: interface state HT_SCAN->ENABLED
2017-12-29T19:20:34+01:00 notice netifd[]: radio0 (5829): turris_0: AP-ENABLED
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.937356] IPv6: ADDRCONF(NETDEV_CHANGE): turris_0: link becomes ready
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.937426] br-lan: port 3(turris_0) entered forwarding state
2017-12-29T20:20:34+01:00 info kernel[]: [ 392.937463] br-lan: port 3(turris_0) entered forwarding state
2017-12-29T19:20:34+01:00 notice netifd[]: Network device 'turris_0' link is up
2017-12-29T19:20:35+01:00 notice netifd[]: radio1 (5830): handle_probe_req: send failed
2017-12-29T20:20:35+01:00 notice netifd[2316]: Last message 'radio1 (5830): handl' repeated 3 times, suppressed by syslog-ng on TurrisOmnia
2017-12-29T20:20:35+01:00 info kernel[]: [ 393.572128] br-lan: port 4(turris_1) entered disabled state
2017-12-29T19:20:35+01:00 notice netifd[]: radio1 (5830): handle_probe_req: send failed
2017-12-29T20:20:36+01:00 notice netifd[2316]: Last message 'radio1 (5830): handl' repeated 13 times, suppressed by syslog-ng on TurrisOmnia
2017-12-29T20:20:36+01:00 info kernel[]: [ 394.932043] br-lan: port 3(turris_0) entered forwarding state
2017-12-29T19:20:36+01:00 notice netifd[]: radio1 (5830): handle_probe_req: send failed
2017-12-29T20:20:40+01:00 notice netifd[2316]: Last message 'radio1 (5830): handl' repeated 26 times, suppressed by syslog-ng on TurrisOmnia
2017-12-29T19:20:40+01:00 notice netifd[]: radio1 (5830): turris_1: ACS-COMPLETED freq=2437 channel=6
2017-12-29T19:20:40+01:00 notice netifd[]: radio1 (5830): turris_1: interface state ACS->HT_SCAN
2017-12-29T19:20:40+01:00 notice netifd[]: radio1 (5830): handle_probe_req: send failed
2017-12-29T20:20:41+01:00 notice netifd[2316]: Last message 'radio1 (5830): handl' repeated 14 times, suppressed by syslog-ng on TurrisOmnia
2017-12-29T19:20:41+01:00 notice netifd[]: radio1 (5830): Using interface turris_1 with hwaddr 4c:5e:0c:13:c1:b6 and ssid "Turris2.4"
2017-12-29T19:20:41+01:00 notice netifd[]: radio1 (5830): turris_1: interface state HT_SCAN->ENABLED
2017-12-29T19:20:41+01:00 notice netifd[]: radio1 (5830): turris_1: AP-ENABLED
2017-12-29T20:20:41+01:00 info kernel[]: [ 399.923736] IPv6: ADDRCONF(NETDEV_CHANGE): turris_1: link becomes ready
2017-12-29T20:20:41+01:00 info kernel[]: [ 399.923805] br-lan: port 4(turris_1) entered forwarding state
2017-12-29T20:20:41+01:00 info kernel[]: [ 399.923842] br-lan: port 4(turris_1) entered forwarding state
2017-12-29T19:20:41+01:00 notice netifd[]: Network device 'turris_1' link is up
2017-12-29T19:20:42+01:00 info hostapd[]: turris_1: STA 00:26:73:8e:f4:13 IEEE 802.11: authenticated
2017-12-29T19:20:42+01:00 info hostapd[]: turris_1: STA 00:26:73:8e:f4:13 IEEE 802.11: associated (aid 1)
2017-12-29T19:20:42+01:00 info hostapd[]: turris_1: STA 00:26:73:8e:f4:13 RADIUS: starting accounting session 15F5DE593E5A11E9
2017-12-29T19:20:42+01:00 info hostapd[]: turris_1: STA 00:26:73:8e:f4:13 WPA: pairwise key handshake completed (RSN)
2017-12-29T19:20:43+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: authenticated
2017-12-29T19:20:43+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: associated (aid 2)
2017-12-29T19:20:43+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed RADIUS: starting accounting session ABE4AD182A4A4B5D
2017-12-29T19:20:43+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed WPA: pairwise key handshake completed (RSN)
2017-12-29T19:20:43+01:00 warning odhcpd[1860]: DHCPV6 SOLICIT IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T20:20:43+01:00 info kernel[]: [ 401.921790] br-lan: port 4(turris_1) entered forwarding state
2017-12-29T19:20:44+01:00 warning odhcpd[1860]: DHCPV6 SOLICIT IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:20:45+01:00 warning odhcpd[1860]: DHCPV6 REQUEST IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:21:01+01:00 info /usr/sbin/cron[6174]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:21:13+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:21:13+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 1)
2017-12-29T19:21:13+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session C1E95500C97C7E0E
2017-12-29T19:21:13+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:21:16+01:00 info hostapd[]: turris_1: STA a0:91:69:af:92:89 IEEE 802.11: authenticated
2017-12-29T19:21:16+01:00 info hostapd[]: turris_1: STA a0:91:69:af:92:89 IEEE 802.11: associated (aid 3)
2017-12-29T19:21:16+01:00 info hostapd[]: turris_1: STA a0:91:69:af:92:89 RADIUS: starting accounting session 95DC3DC6E12A81A8
2017-12-29T19:21:16+01:00 info hostapd[]: turris_1: STA a0:91:69:af:92:89 WPA: pairwise key handshake completed (RSN)
2017-12-29T19:21:44+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:21:45+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:21:45+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:21:45+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 1)
2017-12-29T19:21:45+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session CBD16AAE2B9B6708
2017-12-29T19:21:45+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:22:01+01:00 info /usr/sbin/cron[6582]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:22:01+01:00 info /usr/sbin/cron[6584]: (root) CMD (nethist_stats.lua)
2017-12-29T19:22:16+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:22:17+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:22:18+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:22:18+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 3)
2017-12-29T19:22:18+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session 79DF52265FA10039
2017-12-29T19:22:18+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:22:49+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:22:50+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:22:50+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:22:50+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 3)
2017-12-29T19:22:50+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session 62FB3014CF37BE53
2017-12-29T19:22:50+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:22:52+01:00 info hostapd[]: turris_1: STA 3c:c2:43:d2:6a:93 IEEE 802.11: authenticated
2017-12-29T19:22:52+01:00 info hostapd[]: turris_1: STA 3c:c2:43:d2:6a:93 IEEE 802.11: associated (aid 4)
2017-12-29T19:22:52+01:00 info hostapd[]: turris_1: STA 3c:c2:43:d2:6a:93 RADIUS: starting accounting session BD30990EB94698F5
2017-12-29T19:22:52+01:00 info hostapd[]: turris_1: STA 3c:c2:43:d2:6a:93 WPA: pairwise key handshake completed (RSN)
2017-12-29T19:23:01+01:00 info /usr/sbin/cron[6959]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:23:17+01:00 info hostapd[]: turris_1: STA 3c:c2:43:d2:6a:93 IEEE 802.11: disassociated
2017-12-29T19:23:21+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:23:22+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:24:01+01:00 info /usr/sbin/cron[7362]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:24:01+01:00 info /usr/sbin/cron[7363]: (root) CMD (nethist_stats.lua)
2017-12-29T19:25:01+01:00 info /usr/sbin/cron[7772]: (root) CMD ( /usr/bin/notifier)
2017-12-29T19:25:01+01:00 info /usr/sbin/cron[7775]: (root) CMD (majordomo_db.sh downsize)
2017-12-29T19:25:01+01:00 info /usr/sbin/cron[7774]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:25:01+01:00 info /usr/sbin/cron[7776]: (root) CMD (/usr/bin/watchdog.sh)
2017-12-29T19:25:36+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: authenticated
2017-12-29T19:25:36+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: associated (aid 2)
2017-12-29T19:25:36+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed RADIUS: starting accounting session ABE4AD182A4A4B5D
2017-12-29T19:25:36+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed WPA: pairwise key handshake completed (RSN)
2017-12-29T19:25:37+01:00 warning odhcpd[1860]: DHCPV6 CONFIRM IA_NA from 000100011eb98bc6002454c69da0 on br-lan: not on-link fd58:36af:49d2::412/128
2017-12-29T19:25:37+01:00 warning odhcpd[1860]: DHCPV6 SOLICIT IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:25:38+01:00 warning odhcpd[1860]: DHCPV6 REQUEST IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:25:54+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: authenticated
2017-12-29T19:25:54+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: associated (aid 2)
2017-12-29T19:25:54+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed RADIUS: starting accounting session ABE4AD182A4A4B5D
2017-12-29T19:25:54+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed WPA: pairwise key handshake completed (RSN)
2017-12-29T19:25:55+01:00 warning odhcpd[1860]: DHCPV6 CONFIRM IA_NA from 000100011eb98bc6002454c69da0 on br-lan: not on-link fd58:36af:49d2::412/128
2017-12-29T19:25:55+01:00 warning odhcpd[1860]: DHCPV6 SOLICIT IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:25:56+01:00 warning odhcpd[1860]: DHCPV6 REQUEST IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:26:01+01:00 info /usr/sbin/cron[8272]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:26:01+01:00 info /usr/sbin/cron[8273]: (root) CMD (nethist_stats.lua)
2017-12-29T19:27:01+01:00 info /usr/sbin/cron[8676]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:27:27+01:00 info hostapd[]: turris_0: STA 44:03:2c:98:0f:9e IEEE 802.11: authenticated
2017-12-29T19:27:27+01:00 info hostapd[]: turris_0: STA 44:03:2c:98:0f:9e IEEE 802.11: associated (aid 1)
2017-12-29T19:27:28+01:00 info hostapd[]: turris_0: STA 44:03:2c:98:0f:9e RADIUS: starting accounting session 456CB9CA6BF792D6
2017-12-29T19:27:28+01:00 info hostapd[]: turris_0: STA 44:03:2c:98:0f:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:27:28+01:00 warning odhcpd[1860]: DHCPV6 SOLICIT IA_NA from 00010001217fd7cf588a5a091900 on br-lan: ok fd58:36af:49d2::a74/128
2017-12-29T19:27:29+01:00 warning odhcpd[1860]: DHCPV6 REQUEST IA_NA from 00010001217fd7cf588a5a091900 on br-lan: ok fd58:36af:49d2::a74/128
2017-12-29T19:27:48+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:27:48+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 2)
2017-12-29T19:27:48+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session D877F58F8A603C7A
2017-12-29T19:27:48+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:27:51+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:27:52+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:27:54+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:27:54+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 2)
2017-12-29T19:27:54+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session 7435B00E57C8F94E
2017-12-29T19:27:54+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:28:01+01:00 info /usr/sbin/cron[9093]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:28:01+01:00 info /usr/sbin/cron[9094]: (root) CMD (nethist_stats.lua)
2017-12-29T19:28:19+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:28:20+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:28:21+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:28:21+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 2)
2017-12-29T19:28:21+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session F83B185CA2979723
2017-12-29T19:28:21+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:28:50+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:28:51+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:28:51+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:28:51+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 3)
2017-12-29T19:28:51+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session ED3F449F27A08804
2017-12-29T19:28:51+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:29:01+01:00 info /usr/sbin/cron[9495]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:29:02+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: authenticated
2017-12-29T19:29:02+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed IEEE 802.11: associated (aid 2)
2017-12-29T19:29:02+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed RADIUS: starting accounting session ABE4AD182A4A4B5D
2017-12-29T19:29:02+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed WPA: pairwise key handshake completed (RSN)
2017-12-29T19:29:03+01:00 warning odhcpd[1860]: DHCPV6 CONFIRM IA_NA from 000100011eb98bc6002454c69da0 on br-lan: not on-link fd58:36af:49d2::412/128
2017-12-29T19:29:03+01:00 warning odhcpd[1860]: DHCPV6 SOLICIT IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:29:04+01:00 warning odhcpd[1860]: DHCPV6 REQUEST IA_NA from 000100011eb98bc6002454c69da0 on br-lan: ok fd58:36af:49d2::412/128
2017-12-29T19:30:01+01:00 info /usr/sbin/cron[9916]: (root) CMD ( /usr/bin/notifier)
2017-12-29T19:30:01+01:00 info /usr/sbin/cron[9912]: (root) CMD (/usr/bin/get-api-crl)
2017-12-29T19:30:01+01:00 info /usr/sbin/cron[9924]: (root) CMD (majordomo_db.sh downsize)
2017-12-29T19:30:01+01:00 info /usr/sbin/cron[9923]: (root) CMD (nethist_stats.lua)
2017-12-29T19:30:01+01:00 info /usr/sbin/cron[9921]: (root) CMD (/usr/bin/watchdog.sh)
2017-12-29T19:30:01+01:00 info /usr/sbin/cron[9919]: (root) CMD (CONFIG_DIR=/etc/leech DOWNLOADS_DIR=/mnt/sdb1/TORRENTY /usr/sbin/leech >> /mnt/sdb1/leech.log 2>&1)
2017-12-29T19:30:01+01:00 info /usr/sbin/cron[9930]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:30:03+01:00 warning watchdog[]: Restarted nethist
2017-12-29T19:30:08+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:30:09+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:30:10+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:30:10+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 3)
2017-12-29T19:30:10+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session EC891942CC860988
2017-12-29T19:30:10+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:30:34+01:00 info hostapd[]: turris_0: STA 44:03:2c:98:0f:9e WPA: group key handshake completed (RSN)
2017-12-29T19:30:41+01:00 info hostapd[]: turris_1: STA e8:39:df:d7:f7:ed WPA: group key handshake completed (RSN)
2017-12-29T19:30:41+01:00 info hostapd[]: turris_1: STA 00:26:73:8e:f4:13 WPA: group key handshake completed (RSN)
2017-12-29T19:30:42+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e WPA: group key handshake completed (RSN)
2017-12-29T19:31:01+01:00 info /usr/sbin/cron[10548]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:32:01+01:00 info /usr/sbin/cron[10952]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:32:01+01:00 info /usr/sbin/cron[10953]: (root) CMD (nethist_stats.lua)
2017-12-29T19:33:01+01:00 info /usr/sbin/cron[11357]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:34:01+01:00 info /usr/sbin/cron[11763]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:34:01+01:00 info /usr/sbin/cron[11764]: (root) CMD (nethist_stats.lua)
2017-12-29T19:35:01+01:00 info /usr/sbin/cron[12173]: (root) CMD ( /usr/bin/notifier)
2017-12-29T19:35:01+01:00 info /usr/sbin/cron[12175]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:35:01+01:00 info /usr/sbin/cron[12177]: (root) CMD (majordomo_db.sh downsize)
2017-12-29T19:35:01+01:00 info /usr/sbin/cron[12180]: (root) CMD (/usr/bin/watchdog.sh)
2017-12-29T19:35:02+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:35:03+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)
2017-12-29T19:36:01+01:00 info /usr/sbin/cron[12664]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:36:01+01:00 info /usr/sbin/cron[12665]: (root) CMD (nethist_stats.lua)
2017-12-29T19:37:01+01:00 info /usr/sbin/cron[13070]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:38:01+01:00 info /usr/sbin/cron[13445]: (root) CMD (/usr/bin/rainbow_button_sync.sh)
2017-12-29T19:38:01+01:00 info /usr/sbin/cron[13446]: (root) CMD (nethist_stats.lua)
When I try connect my phone:
2017-12-29T19:40:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:40:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 2)
2017-12-29T19:40:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session 6D57EE0073E1D05B
2017-12-29T19:40:10+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:40:13+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: disassociated
2017-12-29T19:40:13+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: authenticated
2017-12-29T19:40:13+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e IEEE 802.11: associated (aid 3)
2017-12-29T19:40:13+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e RADIUS: starting accounting session D466C868D1E18B35
2017-12-29T19:40:13+01:00 info hostapd[]: turris_1: STA 48:5a:3f:4d:7d:9e WPA: pairwise key handshake completed (RSN)
2017-12-29T19:40:14+01:00 info hostapd[]: turris_0: STA 48:5a:3f:4d:7d:9e IEEE 802.11: deauthenticated due to inactivity (timer DEAUTH/REMOVE)