On 8/15/23 16:26, Ilario wrote:
> Dear all,
> with Gothos (a.k.a. Samlo, our GSoC student for this year), we performed
> some measurement on the influence of a too-large distance setting on two
> mesh (iee802.11s on 5 GHz) wifi links, one of 1200 m and another of 2100
> m. Actually, the real-world measurements have been taken by Gothos on
> some real nodes of this community: https://antennine.noblogs.org/
>
> We checked what happens, on both links, when changing the distance
> setting between 2100 m, 5 km and 10 km, without changing anything else,
> just a parameter in OpenWrt. And measuring the real bandwidth with
> bidirectional iperf3.
>
> This has been done for deciding over this topic:
> https://github.com/libremesh/lime-packages/issues/201
> (which is a good default value for the distance setting)
> and we could (should) implement the output of this discussion (i.e. a
> better default value) in the upcoming releases.
>
> This email is for sharing with you the results and the code, in case
> anyone is willing to measure this on their routers, or to perform more
> optimizations of other parameters!
> In a following email, Gothos will tell us more about the physical setup
> at the testing site, router models, signal level etc.
> Also, anyone is welcome to share their opinion on the data!
>
Hi all!
I just add the info about the physical setup
And attach the lime-reports of each device that contain among others the
output of these commands:
iwinfo
iw dev wlan0-mesh station dump
To have an idea about the current* ratio `tx retries / tx packets` and
of noise/interference
*all the nodes have today a distance set on 10000m because I've never
modify them anymore after running the tests :)
## the setup
The 3 devices are ar71xx/generic Ubiquiti Litebeam M5 with different
versions of libremesh based on openwrt 19.07
LBE-M5-23
https://dl.ubnt.com/datasheets/LiteBeam/LiteBeam_DS.pdf
## Tests on days from 2023-06-26 and 2023-06-27
real distance: 2100m
nodes:
ninux-59a9ea: iperf3-server (C)
tarlo: iperf3-client (B)
## Tests on days from 2023-07-04 and 2023-07-06
real distance: 1200m
nodes:
cetonia: iperf3-server (A)
tarlo: iperf3-client (B)
## nodes list:
ninux-59a9ea (C on the attached map)
ipv4: 10.170.169.234
Wireless Mac: f0:9f:c2:58:a9:ea
libremesh: libremesh-2020.1
openwrt: OpenWrt 19.07.7 r11306-c4a6851c72
signal: -51 [-51] dBm (44:d9:e7:da:9a:67)
tarlo (B on the attached map)
ipv4: 10.170.154.103
Wireless MAC: 44:d9:e7:da:9a:67
libremesh: libremesh-2020.1
openwrt: OpenWrt 19.07.7 r11306-c4a6851c72
signal: -55 [-55] dBm (f0:9f:c2:58:a9:ea)
signal: -64 [-64] dBm (f0:9f:c2:58:aa:c4)
cetonia (A on the attached map)
ipv4: 10.170.170.196
wlan0-mesh MAC: f0:9f:c2:58:aa:c4
libremesh: libremesh-2020.3
openwrt: OpenWrt 19.07.10 r11427-9ce6aa9d8d
signal: -63 [-63] dBm (44:d9:e7:da:9a:67)
> Here you are:
> https://github.com/ilario/wifi-distance-setting-exploration
>
> The script in Python, I wrote for allowing anyone to plot data taken
> modifying any parameter, not only the distance one. But the data has to
> follow the format generated by the bash commands reported in the README
> file that you can find in the repository.
> Also these commands will have to be slightly adapted for exploring other
> parameters, obviously.
>
> One thing I want to say already: it is possible that at minute 0 and
> minute 5 of the measurements (Gothos, is this right?) there is an effect
> of a cron job that was running on the nodes performing a wifi scan every
> 5 minutes (equivalent to job of the wifi-unstuck-wa package that you can
> find in the lime-packages repository).
>
Yes, unfortunately we are full of devices with this bug on ath9k
since they have only one radio we are using this simple cronjob to unstuck
*/5 * * * * /usr/bin/iwinfo phy0 scan
> Ciao!
> Ilario & Gothos
>
>
>
--
gothos
PGP Key ID: 0x6406B32F2CEC0008
PGP Key server:
https://keys.openpgp.org/
### CMD echo hostname ninux-59aac4
hostname ninux-59aac4
### CMD date '+%Y-%m-%d %H:%M:%S'
2023-08-23 10:27:26
### CMD uptime
10:27:26 up 6:27, load average: 0.12, 0.07, 0.02
### FILE /etc/board.json
{
"model": {
"id": "lbe-m5",
"name": "Ubiquiti Litebeam M5"
},
"led": {
"lan": {
"name": "LAN",
"sysfs": "ubnt:green:lan",
"type": "netdev",
"device": "eth0",
"mode": "link tx rx"
},
"wlan": {
"name": "WLAN",
"sysfs": "ubnt:green:wlan",
"trigger": "phy0tpt"
}
},
"network": {
"lan": {
"ifname": "eth0",
"protocol": "static"
}
}
}
### FILE /proc/cpuinfo
system type : Atheros AR9342 rev 2
machine : Ubiquiti Litebeam M5
processor : 0
cpu model : MIPS 74Kc V4.12
BogoMIPS : 266.64
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa : mips1 mips2 mips32r1 mips32r2
ASEs implemented : mips16 dsp dsp2
Options implemented : tlb 4kex 4k_cache prefetch mcheck ejtag llsc dc_aliases perf_cntr_intr_bit nan_legacy nan_2008 perf
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
### FILE /etc/lime_release
LIME_ID="LiMe"
LIME_RELEASE="2020.3"
LIME_CODENAME="ExpansiveEmancipation"
LIME_BRANCH=""
LIME_REVISION=""
LIME_DESCRIPTION="LiMe 2020.3 ExpansiveEmancipation ( rev. 20230421_1356)"
LIME_BUILDDATE="20230421_1356"
### FILE /etc/openwrt_release
DISTRIB_ID='LiMe'
DISTRIB_RELEASE='2020.3'
DISTRIB_REVISION=''
DISTRIB_TARGET='ar71xx/generic'
DISTRIB_ARCH='mips_24kc'
DISTRIB_DESCRIPTION='LiMe 2020.3 ExpansiveEmancipation ( rev. 20230421_1356)'
DISTRIB_TAINTS=''
### FILE /etc/openwrt_version
r11427-9ce6aa9d8d
### FILE /etc/config/lime-node
config lime 'system'
config lime 'network'
config lime 'wifi'
option unstuck_interval '5'
option unstuck_timeout '120'
config lime-wifi-band '5ghz'
### FILE /etc/config/lime-community
config lime 'system'
option hostname 'ninux-%M4%M5%M6'
option domain 'valsamoggia.ninux.org'
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
config lime 'network'
option primary_interface 'eth0'
option main_ipv4_address '10.170.128.0/16/17'
option anygw_dhcp_start '5120'
option anygw_dhcp_limit '27648'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
list protocols 'ieee80211s'
list protocols 'lan'
list protocols 'anygw'
list protocols 'batadv:%N1'
list protocols 'babeld:17'
list resolvers '4.2.2.2'
list resolvers '141.1.1.1'
list resolvers '2001:470:20::2'
option anygw_mac 'aa:aa:aa:%N1:%N2:aa'
option use_odhcpd 'false'
config lime 'wifi'
option ap_ssid 'ninux'
option apname_ssid 'ninux/%H'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_id 'LiMe'
config generic_uci_config 'prometheus'
list uci_set 'prometheus-node-exporter-lua.main.listen_interface=lan'
list uci_set 'prometheus-node-exporter-lua.main.listen_ipv6=0'
list uci_set 'prometheus-node-exporter-lua.main.listen_port=9090'
config run_asset 'prometheus_enable'
option asset 'community/prometheus_enable'
option when 'ATFIRSTBOOT'
config run_asset 'cron_reboot'
option asset 'community/cron_reboot'
option when 'ATFIRSTBOOT'
config generic_uci_config 'dropbear'
list uci_set 'dropbear.@dropbear[0].RootPasswordAuth=off'
option dst '/etc/dropbear'
option when 'ATCONFIG'
config lime-wifi-band '2ghz'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
option channel '11'
option distance '1000'
config lime-wifi-band '5ghz'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
option distance '10000'
option htmode 'HT40'
option channel '48'
### FILE /etc/config/lime-defaults
# Beware this file is NOT supposed to be edited by the end user, modify /etc/config/lime-node instead
# If the same option or list is defined both in /etc/config/lime-node and lime-community file, the former will prevail
# Beware this file is not supposed to store interface specific configuration, like "config net eth0"
# Read the documentation in /docs directory
# and on
http://libremesh.org
config lime system
option hostname 'LiMe-%M4%M5%M6'
option domain 'thisnode.info'
option keep_on_upgrade 'libremesh dropbear minimum-essential /etc/sysupgrade.conf'
option deferable_reboot_uptime_s '97200'
option firstbootwizard_configured false
option firstbootwizard_dismissed false
config lime network
option primary_interface 'eth0'
option main_ipv4_address '10.%N1.0.0/16'
option anygw_dhcp_start '2'
option anygw_dhcp_limit '0'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
list protocols ieee80211s
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols bmx6:13
list protocols olsr:14
list protocols olsr6:15
list protocols olsr2:16
list protocols babeld:17
list protocols bmx7:18
list resolvers 4.2.2.2 # b.resolvers.Level3.net
list resolvers 141.1.1.1 # cns1.cw.net
list resolvers 2001:470:20::2 # ordns.he.net
option bmx6_mtu '1500'
option bmx6_publish_ownip false
option bmx6_over_batman false
option bmx6_pref_gw none
option bmx6_wifi_rate_max 54000000
option bmx7_mtu '1500'
option bmx7_publish_ownip false
option bmx7_over_batman false
option bmx7_pref_gw none
option bmx7_wifi_rate_max 'auto'
option bmx7_enable_pki false
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
option use_odhcpd false
config lime wifi
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
option ap_ssid 'LibreMesh.org'
option apname_ssid 'LibreMesh.org/%H'
option adhoc_ssid 'LiMe'
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_id 'LiMe'
option unstuck_interval '5'
config lime-wifi-band '2ghz'
option channel '11'
option htmode 'HT20'
option distance '100'
option adhoc_mcast_rate '24000'
option ieee80211s_mcast_rate '24000'
config lime-wifi-band '5ghz'
list channel '48'
list channel '157'
option htmode 'HT40'
option distance '1000'
option adhoc_mcast_rate '6000'
option ieee80211s_mcast_rate '6000'
config generic_uci_config uhttpd_https
list uci_set 'uhttpd.main.redirect_https=0'
### FILE /etc/config/lime-autogen
# DO NOT EDIT THIS FILE!. This is autogenerated by lime-config!
# Instead please edit /etc/config/lime-node and/or /etc/config/lime-community files
# and then regenerate this file executing lime-config
config lime-wifi-band '5ghz'
option adhoc_mcast_rate '6000'
option htmode 'HT40'
option ieee80211s_mcast_rate '6000'
option distance '10000'
option channel '48'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
config lime 'network'
option bmx6_publish_ownip 'false'
option bmx6_wifi_rate_max '54000000'
option bmx6_mtu '1500'
option bmx7_pref_gw 'none'
option bmx6_pref_gw 'none'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
option bmx6_over_batman 'false'
option use_odhcpd 'false'
option anygw_mac 'aa:aa:aa:%N1:%N2:aa'
option bmx7_enable_pki 'false'
option primary_interface 'eth0'
option bmx7_publish_ownip 'false'
option bmx7_mtu '1500'
option bmx7_wifi_rate_max 'auto'
option bmx7_over_batman 'false'
option main_ipv4_address '10.170.128.0/16/17'
option anygw_dhcp_limit '27648'
option anygw_dhcp_start '5120'
list resolvers '4.2.2.2'
list resolvers '141.1.1.1'
list resolvers '2001:470:20::2'
list protocols 'ieee80211s'
list protocols 'lan'
list protocols 'anygw'
list protocols 'batadv:%N1'
list protocols 'babeld:17'
config generic_uci_config 'uhttpd_https'
list uci_set 'uhttpd.main.redirect_https=0'
config lime-wifi-band '2ghz'
option channel '11'
option adhoc_mcast_rate '24000'
option htmode 'HT20'
option ieee80211s_mcast_rate '24000'
option distance '1000'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
config lime 'wifi'
option ieee80211s_mesh_id 'LiMe'
option unstuck_interval '5'
option ieee80211s_mesh_fwding '0'
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option adhoc_ssid 'LiMe'
option ap_ssid 'ninux'
option apname_ssid 'ninux/%H'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
option unstuck_timeout '120'
config lime 'system'
option firstbootwizard_dismissed 'false'
option firstbootwizard_configured 'false'
option deferable_reboot_uptime_s '97200'
option domain 'valsamoggia.ninux.org'
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
option hostname 'ninux-%M4%M5%M6'
config run_asset 'prometheus_enable'
option when 'ATFIRSTBOOT'
option asset 'community/prometheus_enable'
config run_asset 'cron_reboot'
option when 'ATFIRSTBOOT'
option asset 'community/cron_reboot'
config generic_uci_config 'prometheus'
list uci_set 'prometheus-node-exporter-lua.main.listen_interface=lan'
list uci_set 'prometheus-node-exporter-lua.main.listen_ipv6=0'
list uci_set 'prometheus-node-exporter-lua.main.listen_port=9090'
option when 'ATCONFIG'
config generic_uci_config 'dropbear'
list uci_set 'dropbear.@dropbear[0].RootPasswordAuth=off'
option dst '/etc/dropbear'
### FILE /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'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ip6assign '60'
option ip6addr 'fdfe:c80:cbca::c4aa:5900/64'
option ipaddr '10.170.170.196'
option netmask '255.255.0.0'
option mtu '1500'
list ifname 'bat0'
list ifname 'eth0'
config interface 'bat0'
option proto 'batadv'
option bridge_loop_avoidance '1'
option multicast_mode '0'
option distributed_arp_table '0'
option gw_mode 'client'
config device 'lm_net_br_lan_anygw_dev'
option type 'macvlan'
option name 'anygw'
option ifname 'br-lan'
option macaddr 'aa:aa:aa:fe:0c:aa'
config interface 'lm_net_br_lan_anygw_if'
option ifname 'anygw'
option auto '1'
option netmask '255.255.0.0'
option proto 'static'
option ipaddr '10.170.0.1'
option ip6addr 'fdfe:c80:cbca::1/64'
config rule6 'lm_net_anygw_rule6'
option src 'fdfe:c80:cbca::1/128'
option lookup '170'
config route6 'lm_net_anygw_route6'
option interface 'lm_net_br_lan_anygw_if'
option target 'fdfe:c80:cbca::/64'
option table '170'
config rule 'lm_net_anygw_rule4'
option src '10.170.0.1/32'
option lookup '170'
config route 'lm_net_anygw_route4'
option interface 'lm_net_br_lan_anygw_if'
option target '10.170.0.0'
option netmask '255.255.0.0'
option table '170'
config device 'lm_net_eth0_batadv_dev'
option type '8021ad'
option name 'eth0_270'
option ifname 'eth0'
option vid '270'
option macaddr '02:95:39:59:aa:c4'
option mtu '1496'
config interface 'lm_net_eth0_batadv_if'
option auto '1'
option ifname 'eth0_270'
option proto 'batadv_hardif'
option master 'bat0'
config device 'lm_net_eth0_babeld_dev'
option type '8021ad'
option name 'eth0_17'
option ifname 'eth0'
option vid '17'
option mtu '1496'
config interface 'lm_net_eth0_babeld_if'
option auto '1'
option ifname 'eth0_17'
option proto 'static'
option ipaddr '10.170.170.196'
option netmask '255.255.255.255'
config interface 'lm_net_wlan0_mesh'
option proto 'none'
option mtu '1536'
option auto '1'
config device 'lm_net_wlan0_mesh_batadv_dev'
option type '8021ad'
option name 'wlan0-mesh_270'
option ifname '@lm_net_wlan0_mesh'
option vid '270'
option macaddr '02:58:47:59:aa:c4'
option mtu '1532'
config interface 'lm_net_wlan0_mesh_batadv_if'
option auto '1'
option ifname 'wlan0-mesh_270'
option proto 'batadv_hardif'
option master 'bat0'
config device 'lm_net_wlan0_mesh_babeld_dev'
option type '8021ad'
option name 'wlan0-mesh_17'
option ifname '@lm_net_wlan0_mesh'
option vid '17'
config interface 'lm_net_wlan0_mesh_babeld_if'
option auto '1'
option ifname 'wlan0-mesh_17'
option proto 'static'
option ipaddr '10.170.170.196'
option netmask '255.255.255.255'
### FILE /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'platform/ar934x_wmac'
option disabled '0'
option distance '10000'
option noscan '1'
option channel '48'
option htmode 'HT40'
config wifi-iface 'lm_wlan0_ap_radio0'
option mode 'ap'
option device 'radio0'
option ifname 'wlan0-ap'
option unstuck_interval '5'
option ssid 'ninux'
option distance '10000'
option network 'lan'
option unstuck_timeout '120'
config wifi-iface 'lm_wlan0_apname_radio0'
option mode 'ap'
option device 'radio0'
option ifname 'wlan0-apname'
option unstuck_interval '5'
option ssid 'ninux/ninux-59aac4'
option distance '10000'
option network 'lan'
option unstuck_timeout '120'
config wifi-iface 'lm_wlan0_mesh_radio0'
option mode 'mesh'
option device 'radio0'
option ifname 'wlan0-mesh'
option network 'lm_net_wlan0_mesh'
option unstuck_interval '5'
option unstuck_timeout '120'
option mcast_rate '6000'
option distance '10000'
option mesh_fwding '0'
option mesh_id 'LiMe'
### CMD dmesg
[ 0.000000] Linux version 4.14.275 (builder@buildhost) (gcc version 7.5.0 (OpenWrt GCC 7.5.0 r11427-9ce6aa9d8d)) #0 Sat Apr 16 13:13:32 2022
[ 0.000000] MyLoader: sysp=aaabaaa2, boardp=aba3aaaa, parts=aaaaaaaa
[ 0.000000] bootconsole [early0] enabled
[ 0.000000] CPU0 revision is: 0001974c (MIPS 74Kc)
[ 0.000000] SoC: Atheros AR9342 rev 2
[ 0.000000] Determined physical RAM map:
[ 0.000000] memory: 04000000 @ 00000000 (usable)
[ 0.000000] Initrd not found or empty - disabling initrd
[ 0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[ 0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[ 0.000000] Zone ranges:
[ 0.000000] Normal [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000003ffffff]
[ 0.000000] On node 0 totalpages: 16384
[ 0.000000] free_area_init_node: node 0, pgdat 804f2dd0, node_mem_map 81000020
[ 0.000000] Normal zone: 128 pages used for memmap
[ 0.000000] Normal zone: 0 pages reserved
[ 0.000000] Normal zone: 16384 pages, LIFO batch:3
[ 0.000000] random: get_random_bytes called from 0x804f4740 with crng_init=0
[ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[ 0.000000] pcpu-alloc: [0] 0
[ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 16256
[ 0.000000] Kernel command line: board=UBNT-LBE-M5 mtdparts=spi0.0:256k(u-boot)ro,64k(u-boot-env)ro,7552k(firmware),256k(cfg)ro,64k(EEPROM)ro console=ttyS0,115200 rootfstype=squashfs noinitrd
[ 0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[ 0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[ 0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Writing ErrCtl register=00000000
[ 0.000000] Readback ErrCtl register=00000000
[ 0.000000] Memory: 59320K/65536K available (3969K kernel code, 191K rwdata, 516K rodata, 304K init, 212K bss, 6216K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[ 0.000000] NR_IRQS: 51
[ 0.000000] Clocks: CPU:535.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:40.000MHz
[ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7144898866 ns
[ 0.000010] sched_clock: 32 bits at 267MHz, resolution 3ns, wraps every 8027976190ns
[ 0.008347] Calibrating delay loop... 266.64 BogoMIPS (lpj=1333248)
[ 0.094970] pid_max: default: 32768 minimum: 301
[ 0.100128] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.107200] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.117353] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 19112604462750000 ns
[ 0.127862] futex hash table entries: 256 (order: -1, 3072 bytes)
[ 0.135764] NET: Registered protocol family 16
[ 0.142213] MIPS: machine is Ubiquiti Litebeam M5
[ 0.408286] clocksource: Switched to clocksource MIPS
[ 0.415004] NET: Registered protocol family 2
[ 0.419899] IP idents hash table entries: 2048 (order: 2, 16384 bytes)
[ 0.427702] TCP established hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.435197] TCP bind hash table entries: 1024 (order: 0, 4096 bytes)
[ 0.441998] TCP: Hash tables configured (established 1024 bind 1024)
[ 0.448939] UDP hash table entries: 256 (order: 0, 4096 bytes)
[ 0.455175] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[ 0.462155] NET: Registered protocol family 1
[ 0.466829] PCI: CLS 0 bytes, default 32
[ 0.470381] Crashlog allocated RAM at address 0x3f00000
[ 0.477498] workingset: timestamp_bits=30 max_order=14 bucket_order=0
[ 0.490434] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[ 0.496638] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[ 0.518829] io scheduler noop registered
[ 0.523007] io scheduler deadline registered (default)
[ 0.529037] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled
[ 0.538250] console [ttyS0] disabled
[ 0.562215] serial8250.0: ttyS0 at MMIO 0x18020000 (irq = 11, base_baud = 2500000) is a 16550A
[ 0.571423] console [ttyS0] enabled
[ 0.578853] bootconsole [early0] disabled
[ 0.595424] m25p80 spi0.0: found mx25l6405d, expected m25p80
[ 0.609709] m25p80 spi0.0: mx25l6405d (8192 Kbytes)
[ 0.614701] 5 cmdlinepart partitions found on MTD device spi0.0
[ 0.620737] Creating 5 MTD partitions on "spi0.0":
[ 0.625610] 0x000000000000-0x000000040000 : "u-boot"
[ 0.632328] 0x000000040000-0x000000050000 : "u-boot-env"
[ 0.640233] 0x000000050000-0x0000007b0000 : "firmware"
[ 0.656587] 2 uimage-fw partitions found on MTD device firmware
[ 0.662676] 0x000000050000-0x0000001e0000 : "kernel"
[ 0.668652] 0x0000001e0000-0x0000007b0000 : "rootfs"
[ 0.674536] mtd: device 4 (rootfs) set to be root filesystem
[ 0.680379] 1 squashfs-split partitions found on MTD device rootfs
[ 0.686677] 0x000000540000-0x0000007b0000 : "rootfs_data"
[ 0.695429] 0x0000007b0000-0x0000007f0000 : "cfg"
[ 0.701870] 0x0000007f0000-0x000000800000 : "EEPROM"
[ 1.448801] ag71xx ag71xx.0: connected to PHY at ag71xx-mdio.0:01 [uid=004dd023, driver=Atheros 8032 ethernet]
[ 1.459676] eth0: Atheros AG71xx at 0xb9000000, irq 4, mode: mii
[ 1.467887] NET: Registered protocol family 10
[ 1.477798] Segment Routing with IPv6
[ 1.481723] NET: Registered protocol family 17
[ 1.486304] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this.
[ 1.500105] 8021q: 802.1Q VLAN Support v1.8
[ 1.506289] hctosys: unable to open rtc device (rtc0)
[ 1.515870] VFS: Mounted root (squashfs filesystem) readonly on device 31:4.
[ 1.525101] Freeing unused kernel memory: 304K
[ 1.529655] This architecture does not have kernel memory protection.
[ 2.330938] init: Console is alive
[ 2.334682] init: - watchdog -
[ 2.538314] random: fast init done
[ 3.562622] kmodloader: loading kernel modules from /etc/modules-boot.d/*
[ 3.680741] usbcore: registered new interface driver usbfs
[ 3.686424] usbcore: registered new interface driver hub
[ 3.691994] usbcore: registered new device driver usb
[ 3.703509] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 3.712184] ehci-platform: EHCI generic platform driver
[ 3.718256] kmodloader: done loading kernel modules from /etc/modules-boot.d/*
[ 3.736192] init: - preinit -
[ 4.785817] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 4.967292] random: procd: uninitialized urandom read (4 bytes read)
[ 6.959942] eth0: link up (100Mbps/Full duplex)
[ 6.964649] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 8.264870] jffs2: notice: (410) jffs2_build_xattr_subsystem: complete building xattr subsystem, 23 of xdatum (3 unchecked, 20 orphan) and 124 of xref (101 dead, 1 orphan) found.
[ 8.282944] mount_root: switching to jffs2 overlay
[ 8.320518] overlayfs: upper fs does not support tmpfile.
[ 8.332268] urandom-seed: Seeding with /etc/urandom.seed
[ 8.548656] eth0: link down
[ 8.566431] procd: - early -
[ 8.569576] procd: - watchdog -
[ 9.241067] procd: - watchdog -
[ 9.244661] procd: - ubus -
[ 9.370323] random: ubusd: uninitialized urandom read (4 bytes read)
[ 9.439831] random: ubusd: uninitialized urandom read (4 bytes read)
[ 9.446862] random: ubusd: uninitialized urandom read (4 bytes read)
[ 9.454641] procd: - init -
[ 10.463392] kmodloader: loading kernel modules from /etc/modules.d/*
[ 10.496350] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 10.525554] Loading modules backported from Linux version v4.19.237-0-ga6e4a1818efa
[ 10.533397] Backport generated by backports.git v4.19.237-1-0-gffb89fd9
[ 10.579870] Ebtables v2.0 registered
[ 10.590183] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 10.623188] nf_conntrack version 0.5.0 (1024 buckets, 4096 max)
[ 10.741541] urngd: v1.0.2 started.
[ 10.785642] xt_time: kernel timezone is -0000
[ 11.020100] batman_adv: B.A.T.M.A.N. advanced openwrt-2019.2-14 (compatibility version 15) loaded
[ 11.055651] ath: EEPROM regdomain: 0x0
[ 11.055662] ath: EEPROM indicates default country code should be used
[ 11.055666] ath: doing EEPROM country->regdmn map search
[ 11.055684] ath: country maps to regdmn code: 0x3a
[ 11.055691] ath: Country alpha2 being used: US
[ 11.055695] ath: Regpair used: 0x3a
[ 11.070712] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[ 11.073074] ieee80211 phy0: Atheros AR9340 Rev:2 mem=0xb8100000, irq=47
[ 11.216989] random: crng init done
[ 11.220522] random: 6 urandom warning(s) missed due to ratelimiting
[ 11.227378] kmodloader: done loading kernel modules from /etc/modules.d/*
[ 29.038719] br-lan: port 1(eth0) entered blocking state
[ 29.044041] br-lan: port 1(eth0) entered disabled state
[ 29.049746] device eth0 entered promiscuous mode
[ 29.069943] IPv6: ADDRCONF(NETDEV_UP): br-lan: link is not ready
[ 29.101384] device br-lan entered promiscuous mode
[ 29.106349] IPv6: ADDRCONF(NETDEV_UP): anygw: link is not ready
[ 29.177156] IPv6: ADDRCONF(NETDEV_UP): eth0_17: link is not ready
[ 29.287094] IPv6: ADDRCONF(NETDEV_UP): eth0_270: link is not ready
[ 31.109726] 8021q: adding VLAN 0 to HW filter on device bat0
[ 31.116182] br-lan: port 2(bat0) entered blocking state
[ 31.121594] br-lan: port 2(bat0) entered disabled state
[ 31.127236] device bat0 entered promiscuous mode
[ 31.132183] br-lan: port 2(bat0) entered blocking state
[ 31.137501] br-lan: port 2(bat0) entered forwarding state
[ 31.274844] IPv6: ADDRCONF(NETDEV_CHANGE): br-lan: link becomes ready
[ 31.318797] IPv6: ADDRCONF(NETDEV_CHANGE): anygw: link becomes ready
[ 31.380026] eth0: link up (100Mbps/Full duplex)
[ 31.384693] br-lan: port 1(eth0) entered blocking state
[ 31.390056] br-lan: port 1(eth0) entered forwarding state
[ 31.488128] IPv6: ADDRCONF(NETDEV_CHANGE): eth0_17: link becomes ready
[ 31.495117] IPv6: ADDRCONF(NETDEV_CHANGE): eth0_270: link becomes ready
[ 31.630581] batman_adv: bat0: No IGMP Querier present - multicast optimizations disabled
[ 31.638845] batman_adv: bat0: No MLD Querier present - multicast optimizations disabled
[ 32.405452] batman_adv: bat0: Adding interface: eth0_270
[ 32.410944] batman_adv: bat0: The MTU of interface eth0_270 is too small (1496) to handle the transport of batman-adv packets. Packets going over this interface will be fragmented on layer2 which could impact the performance. Setting the MTU to 1532 would solve the problem.
[ 32.435785] batman_adv: bat0: Interface activated: eth0_270
[ 37.716349] IPv6: ADDRCONF(NETDEV_UP): wlan0-ap: link is not ready
[ 37.857702] br-lan: port 3(wlan0-ap) entered blocking state
[ 37.863450] br-lan: port 3(wlan0-ap) entered disabled state
[ 37.869523] device wlan0-ap entered promiscuous mode
[ 38.057400] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-ap: link becomes ready
[ 38.064490] br-lan: port 3(wlan0-ap) entered blocking state
[ 38.070216] br-lan: port 3(wlan0-ap) entered forwarding state
[ 38.238735] br-lan: port 4(wlan0-apname) entered blocking state
[ 38.244956] br-lan: port 4(wlan0-apname) entered disabled state
[ 38.251494] device wlan0-apname entered promiscuous mode
[ 38.375033] IPv6: ADDRCONF(NETDEV_UP): wlan0-apname: link is not ready
[ 38.382047] br-lan: port 4(wlan0-apname) entered blocking state
[ 38.388066] br-lan: port 4(wlan0-apname) entered forwarding state
[ 38.539994] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-apname: link becomes ready
[ 39.836009] IPv6: ADDRCONF(NETDEV_UP): wlan0-mesh: link is not ready
[ 41.130487] IPv6: ADDRCONF(NETDEV_CHANGE): wlan0-mesh: link becomes ready
[ 41.969961] device wlan0-mesh entered promiscuous mode
[ 42.637344] batman_adv: bat0: Adding interface: wlan0-mesh_270
[ 42.643365] batman_adv: bat0: Interface activated: wlan0-mesh_270
### CMD batctl if
eth0_270: active
wlan0-mesh_270: active
### CMD batctl o
Error - no valid command or debug table specified: o
Usage: batctl [options] command|debug table [parameters]
options:
-m mesh interface (default 'bat0')
-h print this help (or 'batctl <command|debug table> -h' for the parameter help)
-v print version
commands:
aggregation|ag [0|1] display or modify aggregation setting
ap_isolation|ap [0|1] display or modify ap_isolation setting
vlan <vdev> ap_isolation|ap [0|1] display or modify ap_isolation setting for vlan device or id
vid <vid> ap_isolation|ap [0|1] display or modify ap_isolation setting for vlan device or id
bonding|b [0|1] display or modify bonding setting
bridge_loop_avoidance|bl [0|1] display or modify bridge_loop_avoidance setting
distributed_arp_table|dat [0|1] display or modify distributed_arp_table setting
hardif <netdev> elp_interval|et [interval] display or modify elp_interval setting
fragmentation|f [0|1] display or modify fragmentation setting
gw_mode|gw [mode] display or modify the gateway mode
hop_penalty|hp [penalty] display or modify hop_penalty setting
interface|if [add|del iface(s)] display or modify the interface settings
isolation_mark|mark [mark] display or modify isolation_mark setting
loglevel|ll [level] display or modify the log level
multicast_fanout|mo [fanout] display or modify multicast_fanout setting
multicast_forceflood|mff [0|1] display or modify multicast_forceflood setting
network_coding|nc [0|1] display or modify network_coding setting
orig_interval|it [interval] display or modify orig_interval setting
routing_algo|ra [mode] display or modify the routing algorithm
hardif <netdev> throughput_override|to[mbit] display or modify throughput_override setting
debug tables: display the corresponding debug table
### CMD bmx6 -c show=status show=interfaces show=links show=originators show=tunnels
/bin/lime-report: eval: line 1: bmx6: not found
### CMD bmx7 -c show=status show=interfaces show=links show=originators show=tunnels
/bin/lime-report: eval: line 1: bmx7: not found
### CMD echo dump | nc ::1 30003
BABEL 1.0
version babeld-1.9.2
host ninux-59aac4
my-id f2:9f:c2:ff:fe:59:aa:c4
ok
add interface eth0_17 up true ipv6 fe80::f29f:c2ff:fe59:aac4 ipv4 10.170.170.196
add interface wlan0-mesh_17 up true ipv6 fe80::f29f:c2ff:fe58:aac4 ipv4 10.170.170.196
add neighbour 77ef7880 address fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17 reach c755 ureach 0000 rxcost 459 txcost 256 cost 459
add neighbour 77ef7630 address fe80::46d9:e7ff:feda:965f if wlan0-mesh_17 reach ffdf ureach 0000 rxcost 256 txcost 65535 cost 65535
add neighbour 77fb1cb0 address fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17 reach fffb ureach 0000 rxcost 256 txcost 256 cost 256
add neighbour 77fb1bf0 address fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17 reach ffcf ureach 0000 rxcost 256 txcost 257 cost 257
add neighbour 422b90 address fe80::46d9:e7ff:feda:9a67 if wlan0-mesh_17 reach ffff ureach 0000 rxcost 256 txcost 256 cost 256
add xroute fdfe:c80:cbca::/64-::/0 prefix fdfe:c80:cbca::/64 from ::/0 metric 0
add xroute 10.170.0.0/16-0.0.0.0/0 prefix 10.170.0.0/16 from 0.0.0.0/0 metric 0
add route 77f09de0 prefix 0.0.0.0/0 from 0.0.0.0/0 installed yes id be:f6:85:ff:fe:56:1d:87 metric 768 refmetric 512 via fe80::46d9:e7ff:feda:9a67 if wlan0-mesh_17
add route 77fb1d70 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 768 refmetric 512 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77f09c50 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 769 refmetric 512 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77ef77c0 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 65535 refmetric 512 via fe80::46d9:e7ff:feda:965f if wlan0-mesh_17
add route 77f09c90 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 975 refmetric 516 via fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17
add route 77fb1ea0 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id f2:9f:c2:ff:fe:59:87:75 metric 256 refmetric 0 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77f09da0 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id 46:d9:e7:ff:fe:db:9a:67 metric 256 refmetric 0 via fe80::46d9:e7ff:feda:9a67 if wlan0-mesh_17
add route 77ef7780 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id 46:d9:e7:ff:fe:db:96:5f metric 65535 refmetric 0 via fe80::46d9:e7ff:feda:965f if wlan0-mesh_17
add route 77f09e30 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id 7a:8a:20:ff:fe:cd:77:60 metric 257 refmetric 0 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77f09e70 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 459 refmetric 0 via fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17
add route 77fb1e20 prefix fdfe:c80:cbca::/64 from ::/0 installed no id f2:9f:c2:ff:fe:59:87:75 metric 256 refmetric 0 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77f09d10 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 513 refmetric 256 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77ef7800 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 65535 refmetric 256 via fe80::46d9:e7ff:feda:965f if wlan0-mesh_17
add route 77ef7950 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 459 refmetric 0 via fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17
ok
### CMD free
total used free shared buff/cache available
Mem: 59624 16912 30496 132 12216 25268
Swap: 0 0 0
### CMD ps
PID USER VSZ STAT COMMAND
1 root 1560 S /sbin/procd
2 root 0 SW [kthreadd]
4 root 0 IW< [kworker/0:0H]
6 root 0 IW< [mm_percpu_wq]
7 root 0 SW [ksoftirqd/0]
81 root 0 SW [oom_reaper]
82 root 0 IW< [writeback]
84 root 0 SW [kcompactd0]
85 root 0 IW< [crypto]
87 root 0 IW< [kblockd]
88 root 0 IW< [watchdogd]
116 root 0 IW [kworker/0:1]
124 root 0 SW [kswapd0]
184 root 0 SW [spi0]
341 root 0 IW< [ipv6_addrconf]
343 root 0 IW< [dsa_ordered]
350 root 0 IW< [kworker/0:1H]
397 root 0 IW [kworker/0:2]
411 root 0 SWN [jffs2_gcd_mtd5]
478 root 1232 S /sbin/ubusd
479 root 920 S /sbin/askfirst /usr/libexec/login.sh
496 root 1024 S /sbin/urngd
575 root 0 IW< [cfg80211]
587 root 0 IW< [bat_events]
719 root 1244 S /sbin/logd -S 64
750 root 2032 S /sbin/rpcd -s /var/run/ubus.sock -t 30
842 root 1076 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -g
902 root 1836 S {hotplug-initd-o} /usr/bin/lua /usr/bin/hotplug-init
936 root 1744 S /sbin/netifd
968 nobody 1000 S /usr/sbin/atd -f
997 root 1212 S /usr/sbin/crond -f -c /etc/crontabs -l 5
1014 root 1104 S /usr/bin/netserver
1043 root 3040 S /usr/sbin/uhttpd -f -h /www -r ninux-59aac4 -x /cgi-
1200 root 2596 S {prometheus-node} /usr/bin/lua /usr/bin/prometheus-n
1452 root 1084 S /usr/sbin/babeld -I -c /etc/babeld.conf -c /var/etc
1572 dnsmasq 1400 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
1576 root 1300 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
1634 root 1780 S /usr/sbin/hostapd -s -P /var/run/wifi-phy0.pid -B /v
2118 root 1212 S< /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.
14302 root 0 IW [kworker/u2:0]
14953 root 0 IW [kworker/u2:1]
15334 root 0 IW [kworker/u2:2]
15417 root 1144 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -g
15418 root 1216 S -ash
15435 root 1220 S /bin/sh /bin/lime-report
15518 root 1220 S /bin/sh /bin/lime-report
15521 root 1208 R ps
### CMD ip address show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP group default qlen 1000
link/ether f0:9f:c2:59:aa:c4 brd ff:ff:ff:ff:ff:ff
4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:59:aa:c4 brd ff:ff:ff:ff:ff:ff
inet 10.170.170.196/16 brd 10.170.255.255 scope global br-lan
valid_lft forever preferred_lft forever
inet6 fdfe:c80:cbca::c4aa:5900/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::f29f:c2ff:fe59:aac4/64 scope link
valid_lft forever preferred_lft forever
5: anygw@br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether aa:aa:aa:fe:0c:aa brd ff:ff:ff:ff:ff:ff
inet 10.170.0.1/16 brd 10.170.255.255 scope global anygw
valid_lft forever preferred_lft forever
inet6 fdfe:c80:cbca::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::a8aa:aaff:fefe:caa/64 scope link
valid_lft forever preferred_lft forever
6: eth0_17@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:59:aa:c4 brd ff:ff:ff:ff:ff:ff
inet 10.170.170.196/32 brd 255.255.255.255 scope global eth0_17
valid_lft forever preferred_lft forever
inet6 fe80::f29f:c2ff:fe59:aac4/64 scope link
valid_lft forever preferred_lft forever
7: eth0_270@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue master bat0 state UP group default qlen 1000
link/ether 02:95:39:59:aa:c4 brd ff:ff:ff:ff:ff:ff
inet6 fe80::95:39ff:fe59:aac4/64 scope link
valid_lft forever preferred_lft forever
8: bat0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UNKNOWN group default qlen 1000
link/ether fa:9b:3f:d7:b1:74 brd ff:ff:ff:ff:ff:ff
9: wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
inet6 fe80::f29f:c2ff:fe58:aac4/64 scope link
valid_lft forever preferred_lft forever
10: wlan0-ap: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP group default qlen 1000
link/ether f2:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
inet6 fe80::f09f:c2ff:fe58:aac4/64 scope link
valid_lft forever preferred_lft forever
11: wlan0-apname: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP group default qlen 1000
link/ether f6:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
inet6 fe80::f49f:c2ff:fe58:aac4/64 scope link
valid_lft forever preferred_lft forever
12: wlan0-mesh_17@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
inet 10.170.170.196/32 brd 255.255.255.255 scope global wlan0-mesh_17
valid_lft forever preferred_lft forever
inet6 fe80::f29f:c2ff:fe58:aac4/64 scope link
valid_lft forever preferred_lft forever
13: wlan0-mesh_270@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1532 qdisc noqueue master bat0 state UP group default qlen 1000
link/ether 02:58:47:59:aa:c4 brd ff:ff:ff:ff:ff:ff
inet6 fe80::58:47ff:fe59:aac4/64 scope link
valid_lft forever preferred_lft forever
### CMD ip route show
default via 10.170.154.103 dev wlan0-mesh_17 proto babel onlink
10.170.0.0/16 dev br-lan proto kernel scope link src 10.170.170.196
10.170.0.0/16 dev anygw proto kernel scope link src 10.170.0.1
### CMD brctl show
bridge name bridge id STP enabled interfaces
br-lan 7fff.f09fc259aac4 no eth0
bat0
wlan0-ap
wlan0-apname
### CMD ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:59:aa:c4 brd ff:ff:ff:ff:ff:ff
4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:59:aa:c4 brd ff:ff:ff:ff:ff:ff
5: anygw@br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether aa:aa:aa:fe:0c:aa brd ff:ff:ff:ff:ff:ff
6: eth0_17@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:59:aa:c4 brd ff:ff:ff:ff:ff:ff
7: eth0_270@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue master bat0 state UP mode DEFAULT group default qlen 1000
link/ether 02:95:39:59:aa:c4 brd ff:ff:ff:ff:ff:ff
8: bat0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UNKNOWN mode DEFAULT group default qlen 1000
link/ether fa:9b:3f:d7:b1:74 brd ff:ff:ff:ff:ff:ff
9: wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
10: wlan0-ap: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000
link/ether f2:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
11: wlan0-apname: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000
link/ether f6:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
12: wlan0-mesh_17@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:58:aa:c4 brd ff:ff:ff:ff:ff:ff
13: wlan0-mesh_270@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1532 qdisc noqueue master bat0 state UP mode DEFAULT group default qlen 1000
link/ether 02:58:47:59:aa:c4 brd ff:ff:ff:ff:ff:ff
### CMD df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3584 3584 0 100% /rom
tmpfs 29812 132 29680 0% /tmp
/dev/mtdblock5 2496 464 2032 19% /overlay
overlayfs:/overlay 2496 464 2032 19% /
tmpfs 512 0 512 0% /dev
### CMD logread -l 20
Wed Aug 23 10:25:00 2023 cron.info crond[997]: USER root pid 15281 cmd ((sleep $(($RANDOM % 120)); shared-state sync dnsmasq-hosts &> /dev/null)&)
Wed Aug 23 10:25:15 2023 daemon.info dnsmasq[1572]: read /etc/hosts - 4 addresses
Wed Aug 23 10:25:15 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/shared-state-dnsmasq_hosts - 48 addresses
Wed Aug 23 10:25:15 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Wed Aug 23 10:25:15 2023 daemon.info dnsmasq-dhcp[1572]: read /etc/ethers - 0 addresses
Wed Aug 23 10:26:00 2023 cron.info crond[997]: USER root pid 15335 cmd ((for dataFile in /var/shared-state/data/* ; do shared-state bleach $(basename $dataFile .json); done &> /dev/null)&)
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq[1572]: read /etc/hosts - 4 addresses
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/shared-state-dnsmasq_hosts - 48 addresses
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq-dhcp[1572]: read /etc/ethers - 0 addresses
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq[1572]: read /etc/hosts - 4 addresses
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/shared-state-dnsmasq_hosts - 48 addresses
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Wed Aug 23 10:26:01 2023 daemon.info dnsmasq-dhcp[1572]: read /etc/ethers - 0 addresses
Wed Aug 23 10:26:02 2023 daemon.info dnsmasq[1572]: read /etc/hosts - 4 addresses
Wed Aug 23 10:26:02 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/shared-state-dnsmasq_hosts - 48 addresses
Wed Aug 23 10:26:02 2023 daemon.info dnsmasq[1572]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Wed Aug 23 10:26:02 2023 daemon.info dnsmasq-dhcp[1572]: read /etc/ethers - 0 addresses
Wed Aug 23 10:26:41 2023 authpriv.info dropbear[15417]: Child connection from 10.170.57.59:54364
### CMD iw dev wlan0-mesh station dump
Station 44:d9:e7:da:96:5f (on wlan0-mesh)
inactive time: 20 ms
rx bytes: 65490596
rx packets: 607959
tx bytes: 1626889
tx packets: 16992
tx retries: 134551
tx failed: 13518
rx drop misc: 45869
signal: -87 [-87] dBm
signal avg: -87 [-87] dBm
Toffset: 1801196506 us
tx bitrate: 90.0 MBit/s MCS 4 40MHz short GI
rx bitrate: 6.5 MBit/s MCS 0
rx duration: 0 us
last ack signal:8 dBm
mesh llid: 38926
mesh plid: 25182
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 23185 seconds
Station f0:9f:c2:58:87:75 (on wlan0-mesh)
inactive time: 10 ms
rx bytes: 182116586
rx packets: 861820
tx bytes: 6921470
tx packets: 47118
tx retries: 8701
tx failed: 0
rx drop misc: 462
signal: -80 [-80] dBm
signal avg: -80 [-80] dBm
Toffset: 1796781722 us
tx bitrate: 13.5 MBit/s MCS 0 40MHz
rx bitrate: 21.7 MBit/s MCS 2 short GI
rx duration: 0 us
expected throughput: 8.879Mbps
mesh llid: 40275
mesh plid: 53947
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 23185 seconds
Station 44:d9:e7:da:9a:67 (on wlan0-mesh)
inactive time: 40 ms
rx bytes: 669496285
rx packets: 1258186
tx bytes: 23561734
tx packets: 150349
tx retries: 21877
tx failed: 0
rx drop misc: 2045
signal: -63 [-63] dBm
signal avg: -63 [-63] dBm
Toffset: 1803981426 us
tx bitrate: 121.5 MBit/s MCS 6 40MHz
rx bitrate: 121.5 MBit/s MCS 6 40MHz
rx duration: 0 us
expected throughput: 42.388Mbps
mesh llid: 42277
mesh plid: 54821
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 23185 seconds
Station 78:8a:20:cc:77:60 (on wlan0-mesh)
inactive time: 100 ms
rx bytes: 175997515
rx packets: 843024
tx bytes: 8505567
tx packets: 59248
tx retries: 14963
tx failed: 53
rx drop misc: 1126
signal: -88 [-88] dBm
signal avg: -88 [-88] dBm
Toffset: 1805580007 us
tx bitrate: 6.5 MBit/s MCS 0
rx bitrate: 6.5 MBit/s MCS 0
rx duration: 0 us
last ack signal:5 dBm
expected throughput: 2.197Mbps
mesh llid: 41285
mesh plid: 32199
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 23185 seconds
Station cc:32:e5:9d:a5:e6 (on wlan0-mesh)
inactive time: 110 ms
rx bytes: 37179306
rx packets: 328613
tx bytes: 380492
tx packets: 2808
tx retries: 2981
tx failed: 9
rx drop misc: 2272
signal: -92 [-92] dBm
signal avg: -91 [-91] dBm
Toffset: 1840620772 us
tx bitrate: 6.5 MBit/s MCS 0
rx bitrate: 6.5 MBit/s MCS 0
rx duration: 0 us
expected throughput: 2.197Mbps
mesh llid: 27716
mesh plid: 51945
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 23185 seconds
Station f0:9f:c2:58:a9:ea (on wlan0-mesh)
inactive time: 210 ms
rx bytes: 4165744
rx packets: 47148
tx bytes: 59749
tx packets: 703
tx retries: 4625
tx failed: 514
rx drop misc: 215
signal: -89 [-89] dBm
signal avg: -87 [-87] dBm
Toffset: 1799545898 us
tx bitrate: 6.5 MBit/s MCS 0
rx duration: 0 us
last ack signal:8 dBm
mesh llid: 30381
mesh plid: 12590
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: UNKNOWN
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 23185 seconds
### CMD iw dev wlan1-mesh station dump
command failed: No such device (-19)
### CMD iw dev wlan0-mesh mpath dump
DEST ADDR NEXT HOP IFACE SN METRIC QLEN EXPTIME DTIM DRET FLAGS
78:8a:20:cc:77:60 78:8a:20:cc:77:60 wlan0-mesh 6843 3562 0 0 100 0 0x14
44:d9:e7:da:9a:67 44:d9:e7:da:9a:67 wlan0-mesh 9240 189 0 3320 100 0 0x15
44:d9:e7:da:96:5f 44:d9:e7:da:96:5f wlan0-mesh 3291 92 0 0 1600 4 0x14
f0:9f:c2:58:a9:ea f0:9f:c2:58:a9:ea wlan0-mesh 18715 1271 0 4300 100 0 0x15
cc:32:e5:9d:a5:e6 cc:32:e5:9d:a5:e6 wlan0-mesh 7960 3562 0 0 100 0 0x14
f0:9f:c2:58:87:75 f0:9f:c2:58:87:75 wlan0-mesh 8056 901 0 0 100 0 0x14
### CMD iw dev wlan1-mesh mpath dump
command failed: No such device (-19)
### CMD iwinfo
wlan0-ap ESSID: "ninux"
Access Point: F2:9F:C2:58:AA:C4
Mode: Master Channel: 48 (5.240 GHz)
Tx-Power: 19 dBm Link Quality: unknown/70
Signal: unknown Noise: -95 dBm
Bit Rate: unknown
Encryption: none
Type: nl80211 HW Mode(s): 802.11an
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy0
wlan0-apname ESSID: "ninux/ninux-59aac4"
Access Point: F6:9F:C2:58:AA:C4
Mode: Master Channel: 48 (5.240 GHz)
Tx-Power: 19 dBm Link Quality: unknown/70
Signal: unknown Noise: -95 dBm
Bit Rate: unknown
Encryption: none
Type: nl80211 HW Mode(s): 802.11an
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy0
wlan0-mesh ESSID: "LiMe"
Access Point: F0:9F:C2:58:AA:C4
Mode: Mesh Point Channel: 48 (5.240 GHz)
Tx-Power: 19 dBm Link Quality: 27/70
Signal: -83 dBm Noise: -95 dBm
Bit Rate: 40.6 MBit/s
Encryption: none
Type: nl80211 HW Mode(s): 802.11an
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy0
### CMD wifi status
{
"radio0": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"retry_setup_failed": false,
"config": {
"hwmode": "11a",
"path": "platform/ar934x_wmac",
"distance": "10000",
"noscan": "1",
"noscan": true,
"channel": "48",
"htmode": "HT40",
"disabled": false
},
"interfaces": [
{
"section": "lm_wlan0_ap_radio0",
"ifname": "wlan0-ap",
"config": {
"mode": "ap",
"ifname": "wlan0-ap",
"ssid": "ninux",
"mode": "ap",
"network": [
"lan"
]
}
},
{
"section": "lm_wlan0_apname_radio0",
"ifname": "wlan0-apname",
"config": {
"mode": "ap",
"ifname": "wlan0-apname",
"ssid": "ninux/ninux-59aac4",
"mode": "ap",
"network": [
"lan"
]
}
},
{
"section": "lm_wlan0_mesh_radio0",
"ifname": "wlan0-mesh",
"config": {
"mode": "mesh",
"ifname": "wlan0-mesh",
"mcast_rate": 6000,
"mesh_fwding": false,
"mesh_id": "LiMe",
"mode": "mesh",
"network": [
"lm_net_wlan0_mesh"
]
}
}
]
}
}
### CMD swconfig dev switch0 show
Failed to connect to the switch. Use the "list" command to see which switches are available.
### CMD iptables -vnL -t filter
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
147 14711 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
9988 736K input_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom input rule chain */
8246 589K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
171 10260 syn_flood tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x17/0x02 /* !fw3 */
556 50460 zone_lan_input all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1186 97188 zone_lan_input all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
223K 17M forwarding_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom forwarding rule chain */
7 1823 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
0 0 zone_lan_forward all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
223K 17M zone_lan_forward all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
147 14711 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
9824 4288K output_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom output rule chain */
8438 4185K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
10 2449 zone_lan_output all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
19 6663 zone_lan_output all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1357 94009 zone_lan_output all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain forwarding_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain forwarding_rule (1 references)
pkts bytes target prot opt in out source destination
Chain forwarding_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain reject (0 references)
pkts bytes target prot opt in out source destination
0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */ reject-with tcp-reset
0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */ reject-with icmp-port-unreachable
Chain syn_flood (1 references)
pkts bytes target prot opt in out source destination
171 10260 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x17/0x02 limit: avg 25/sec burst 50 /* !fw3 */
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_dest_ACCEPT (4 references)
pkts bytes target prot opt in out source destination
10 2449 ACCEPT all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
19 6663 ACCEPT all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
225K 17M ACCEPT all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_forward (6 references)
pkts bytes target prot opt in out source destination
223K 17M forwarding_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan forwarding rule chain */
223K 17M zone_wan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Zone lan to wan forwarding policy */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port forwards */
223K 17M zone_lan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_input (6 references)
pkts bytes target prot opt in out source destination
1742 148K input_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan input rule chain */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port redirections */
1742 148K zone_lan_src_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_output (6 references)
pkts bytes target prot opt in out source destination
1386 103K output_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan output rule chain */
1386 103K zone_lan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_src_ACCEPT (1 references)
pkts bytes target prot opt in out source destination
556 50460 ACCEPT all -- br-lan * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
1186 97188 ACCEPT all -- anygw * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
Chain zone_wan_dest_ACCEPT (2 references)
pkts bytes target prot opt in out source destination
Chain zone_wan_dest_REJECT (1 references)
pkts bytes target prot opt in out source destination
Chain zone_wan_forward (0 references)
pkts bytes target prot opt in out source destination
0 0 forwarding_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan forwarding rule chain */
0 0 zone_lan_dest_ACCEPT esp -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Allow-IPSec-ESP */
0 0 zone_lan_dest_ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:500 /* !fw3: Allow-ISAKMP */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port forwards */
0 0 zone_wan_dest_REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_input (0 references)
pkts bytes target prot opt in out source destination
0 0 input_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan input rule chain */
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:68 /* !fw3: Allow-DHCP-Renew */
0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 /* !fw3: Allow-Ping */
0 0 ACCEPT 2 -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Allow-IGMP */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port redirections */
0 0 zone_wan_src_REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_output (0 references)
pkts bytes target prot opt in out source destination
0 0 output_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan output rule chain */
0 0 zone_wan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_src_REJECT (1 references)
pkts bytes target prot opt in out source destination
### CMD iptables -vnL -t nat
Chain PREROUTING (policy ACCEPT 45787 packets, 16M bytes)
pkts bytes target prot opt in out source destination
45787 16M prerouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom prerouting rule chain */
44191 15M zone_lan_prerouting all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1596 245K zone_lan_prerouting all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain INPUT (policy ACCEPT 928 packets, 74910 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 1137 packets, 83818 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 2061 packets, 281K bytes)
pkts bytes target prot opt in out source destination
2061 281K postrouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom postrouting rule chain */
10 2449 zone_lan_postrouting all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
9 3158 zone_lan_postrouting all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1995 272K zone_lan_postrouting all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain postrouting_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain postrouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain postrouting_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain zone_lan_postrouting (6 references)
pkts bytes target prot opt in out source destination
2014 277K postrouting_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan postrouting rule chain */
Chain zone_lan_prerouting (6 references)
pkts bytes target prot opt in out source destination
45787 16M prerouting_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan prerouting rule chain */
Chain zone_wan_postrouting (0 references)
pkts bytes target prot opt in out source destination
0 0 postrouting_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan postrouting rule chain */
0 0 MASQUERADE all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_prerouting (0 references)
pkts bytes target prot opt in out source destination
0 0 prerouting_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan prerouting rule chain */
### CMD iptables -vnL -t mangle
Chain PREROUTING (policy ACCEPT 277K packets, 33M bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 10135 packets, 751K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 223K packets, 17M bytes)
pkts bytes target prot opt in out source destination
0 0 TCPMSS tcp -- * br-lan 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- br-lan * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * anygw 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
645 34040 TCPMSS tcp -- anygw * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * eth0_270 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * eth0_17 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
645 34040 TCPMSS tcp -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
Chain OUTPUT (policy ACCEPT 9971 packets, 4303K bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 233K packets, 21M bytes)
pkts bytes target prot opt in out source destination
### CMD ebtables -t filter -L --Lc
Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 1, policy: ACCEPT
-d AA:AA:AA:00:00:00/FF:FF:FF:00:00:00 -j DROP , pcnt = 679210 -- bcnt = 50539103
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
### CMD ebtables -t nat -L --Lc
Bridge table: nat
Bridge chain: PREROUTING, entries: 0, policy: ACCEPT
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
Bridge chain: POSTROUTING, entries: 3, policy: ACCEPT
-s AA:AA:AA:00:00:00/FF:FF:FF:00:00:00 -o bat0 -j DROP , pcnt = 4681 -- bcnt = 332244
-p IPv6 -o bat0 --ip6-proto ipv6-icmp --ip6-icmp-type router-solicitation -j DROP , pcnt = 10 -- bcnt = 544
-p IPv6 -o bat0 --ip6-proto ipv6-icmp --ip6-icmp-type router-advertisement -j DROP , pcnt = 4 -- bcnt = 512
### CMD ebtables -t broute -L --Lc
Bridge table: broute
Bridge chain: BROUTING, entries: 0, policy: ACCEPT
### CMD opkg list-installed
at - 3.1.23-2
babeld - 1.9.2-1
bandwidth-test - (null)
base-files - 204.4-r11427-9ce6aa9d8d
batctl-tiny - 2019.2-8
busybox - 1.30.1-6
bwm-ng - 0.6.1-1
cgi-io - 2021-09-08-98cef9dd-20
check-date-http - (null)
check-internet - (null)
dnsmasq-dhcpv6 - 2.80-16.3
dropbear - 2019.78-2
ebtables - 2018-06-27-48cff25d-1
ethtool - 5.2-1
firewall - 2019-11-22-8174814a-3
fstools - 2020-05-12-84269037-1
fwtool - 2
getrandom - 2019-06-16-4df34a4d-4
hostapd-common - 2019-08-08-ca8c2bd2-8
hotplug-initd-services - (null)
ip-tiny - 5.0.0-2.1
ip6tables - 1.8.3-1
iptables - 1.8.3-1
iputils-ping - 20101006-1
iw-full - 5.0.1-1
iwinfo - 2019-10-16-07315b6f-1
jshn - 2020-05-25-66195aee-1
jsonfilter - 2018-02-04-c7e938d6-1
kernel - 4.14.275-1-51eeff9aa2c32ae433a2cd790938a283
kmod-ath - 4.14.275+4.19.237-1-1
kmod-ath9k - 4.14.275+4.19.237-1-1
kmod-ath9k-common - 4.14.275+4.19.237-1-1
kmod-batman-adv - 4.14.275+2019.2-14
kmod-cfg80211 - 4.14.275+4.19.237-1-1
kmod-crypto-crc32c - 4.14.275-1
kmod-crypto-hash - 4.14.275-1
kmod-ebtables - 4.14.275-1
kmod-ebtables-ipv6 - 4.14.275-1
kmod-gpio-button-hotplug - 4.14.275-3
kmod-ip6tables - 4.14.275-1
kmod-ipt-conntrack - 4.14.275-1
kmod-ipt-core - 4.14.275-1
kmod-ipt-nat - 4.14.275-1
kmod-ipt-offload - 4.14.275-1
kmod-lib-crc16 - 4.14.275-1
kmod-lib-crc32c - 4.14.275-1
kmod-mac80211 - 4.14.275+4.19.237-1-1
kmod-macvlan - 4.14.275-1
kmod-nf-conntrack - 4.14.275-1
kmod-nf-conntrack6 - 4.14.275-1
kmod-nf-flow - 4.14.275-1
kmod-nf-ipt - 4.14.275-1
kmod-nf-ipt6 - 4.14.275-1
kmod-nf-nat - 4.14.275-1
kmod-nf-reject - 4.14.275-1
kmod-nf-reject6 - 4.14.275-1
kmod-nls-base - 4.14.275-1
kmod-usb-core - 4.14.275-1
kmod-usb-ehci - 4.14.275-1
kmod-usb2 - 4.14.275-1
libblobmsg-json - 2020-05-25-66195aee-1
libc - 1.1.24-2
libelf1 - 0.177-1
libgcc1 - 7.5.0-2
libip4tc2 - 1.8.3-1
libip6tc2 - 1.8.3-1
libiwinfo-lua - 2019-10-16-07315b6f-1
libiwinfo20181126 - 2019-10-16-07315b6f-1
libjson-c2 - 0.12.1-3.1
libjson-script - 2020-05-25-66195aee-1
liblua5.1.5 - 5.1.5-3
liblucihttp-lua - 2019-07-05-a34a17d5-1
liblucihttp0 - 2019-07-05-a34a17d5-1
libmnl0 - 1.0.4-2
libncurses6 - 6.1-5
libnl-tiny - 0.1-5
libpcap1 - 1.9.1-2.1
libpthread - 1.1.24-2
librt - 1.1.24-2
libubox-lua - 2020-05-25-66195aee-1
libubox20191228 - 2020-05-25-66195aee-1
libubus-lua - 2022-02-21-b32a0e17-1
libubus20210603 - 2022-02-21-b32a0e17-1
libuci-lua - 2019-09-01-415f9e48-4
libuci20130104 - 2019-09-01-415f9e48-4
libuclient20160123 - 2020-06-17-51e16ebf-1
libxtables12 - 1.8.3-1
lime-app - v0.2.25-2
lime-debug - (null)
lime-hwd-ground-routing - (null)
lime-hwd-openwrt-wan - (null)
lime-proto-anygw - (null)
lime-proto-babeld - unknown
lime-proto-batadv - unknown
lime-proto-wan - unknown
lime-report - (null)
lime-system - (null)
logd - 2019-06-16-4df34a4d-4
lua - 5.1.5-3
luasocket - 3.0-rc1-20130909-5
luci - git-22.115.68448-712bc8e-1
luci-app-firewall - git-22.115.68448-712bc8e-1
luci-app-opkg - git-22.115.68448-712bc8e-1
luci-base - git-22.115.68448-712bc8e-1
luci-compat - git-22.115.68448-712bc8e-1
luci-lib-httpclient - git-22.115.68448-712bc8e-1
luci-lib-httpprotoutils - git-22.115.68448-712bc8e-1
luci-lib-ip - git-22.115.68448-712bc8e-1
luci-lib-jsonc - git-22.115.68448-712bc8e-1
luci-lib-nixio - git-22.115.68448-712bc8e-1
luci-mod-admin-full - git-22.115.68448-712bc8e-1
luci-mod-network - git-22.115.68448-712bc8e-1
luci-mod-status - git-22.115.68448-712bc8e-1
luci-mod-system - git-22.115.68448-712bc8e-1
luci-proto-ipv6 - git-22.115.68448-712bc8e-1
luci-proto-ppp - git-22.115.68448-712bc8e-1
luci-theme-bootstrap - git-22.115.68448-712bc8e-1
mtd - 24
mtr - 0.93-1
netifd - 2021-01-09-753c351b-1
netperf - 2.7.0-1
odhcp6c - 2021-01-09-64e1b4e7-16
opkg - 2021-01-31-c5dccea9-1
procd - 2020-03-07-09b9bd82-1
profile-valsamoggia.ninux.org-vs-ninux-generic - unknown
prometheus-node-exporter-lua - 2019.11.17-1
prometheus-node-exporter-lua-openwrt - 2019.11.17-1
prometheus-node-exporter-lua-wifi - 2019.11.17-1
prometheus-node-exporter-lua-wifi_stations - 2019.11.17-1
pv - 1.6.6-1
rpcd - 2020-05-26-67c8a3fd-1
rpcd-mod-file - 2020-05-26-67c8a3fd-1
rpcd-mod-iwinfo - 2020-05-26-67c8a3fd-1
rpcd-mod-luci - 20201107
rpcd-mod-rrdns - 20170710
safe-reboot - (null)
shared-state - (null)
shared-state-babeld_hosts - (null)
shared-state-bat_hosts - (null)
shared-state-dnsmasq_hosts - (null)
shared-state-dnsmasq_leases - (null)
shared-state-nodes_and_links - (null)
sprunge - (null)
swconfig - 12
tcpdump-mini - 4.9.3-3
terminfo - 6.1-5
uboot-envtools - 2018.03-3.1
ubox - 2019-06-16-4df34a4d-4
ubus - 2022-02-21-b32a0e17-1
ubus-lime-grondrouting - (null)
ubus-lime-location - (null)
ubus-lime-metrics - (null)
ubus-lime-utils - (null)
ubusd - 2022-02-21-b32a0e17-1
uci - 2019-09-01-415f9e48-4
uclient-fetch - 2020-06-17-51e16ebf-1
uhttpd - 2020-10-01-3abcc891-1
uhttpd-mod-lua - 2020-10-01-3abcc891-1
uhttpd-mod-ubus - 2020-10-01-3abcc891-1
urandom-seed - 1.0-1
urngd - 2020-01-21-c7f7b6b6-1
usign - 2020-05-23-f1f65026-1
wifi-unstuck-wa - (null)
wireguard-tools - 1.0.20191226-1
wireless-regdb - 2021.08.28-1
wpad-basic - 2019-08-08-ca8c2bd2-8
zlib - 1.2.11-4
### CMD echo hostname ninux-59a9ea
hostname ninux-59a9ea
### CMD date '+%Y-%m-%d %H:%M:%S'
2023-08-23 10:36:41
### CMD uptime
10:36:41 up 7:06, load average: 0.10, 0.07, 0.08
### FILE /etc/board.json
{
"model": {
"id": "lbe-m5",
"name": "Ubiquiti Litebeam M5"
},
"led": {
"lan": {
"name": "LAN",
"sysfs": "ubnt:green:lan",
"type": "netdev",
"device": "eth0",
"mode": "link tx rx"
},
"wlan": {
"name": "WLAN",
"sysfs": "ubnt:green:wlan",
"trigger": "phy0tpt"
}
},
"network": {
"lan": {
"ifname": "eth0",
"protocol": "static"
}
}
}
### FILE /proc/cpuinfo
system type : Atheros AR9342 rev 2
machine : Ubiquiti Litebeam M5
processor : 0
cpu model : MIPS 74Kc V4.12
BogoMIPS : 266.64
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa : mips1 mips2 mips32r1 mips32r2
ASEs implemented : mips16 dsp dsp2
Options implemented : tlb 4kex 4k_cache prefetch mcheck ejtag llsc dc_aliases perf_cntr_intr_bit nan_legacy nan_2008 perf
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
### FILE /etc/lime_release
LIME_ID="LiMe"
LIME_RELEASE="2020.1"
LIME_CODENAME="ExpansiveEmancipation"
LIME_BRANCH="(no branch)"
LIME_REVISION="6f1730e"
LIME_DESCRIPTION="LiMe 2020.1 ExpansiveEmancipation ((no branch) rev. 6f1730e 20210612_1552)"
LIME_BUILDDATE="20210612_1552"
### FILE /etc/openwrt_release
DISTRIB_ID='LiMe'
DISTRIB_RELEASE='2020.1'
DISTRIB_REVISION='6f1730e'
DISTRIB_TARGET='ar71xx/generic'
DISTRIB_ARCH='mips_24kc'
DISTRIB_DESCRIPTION='LiMe 2020.1 ExpansiveEmancipation ((no branch) rev. 6f1730e 20210612_1552)'
DISTRIB_TAINTS='no-all busybox'
### FILE /etc/openwrt_version
r11306-c4a6851c72
### FILE /etc/config/lime-node
config lime 'system'
option hostname 'ninux-59a9ea'
config lime 'network'
config lime 'wifi'
option distance_5ghz '10000'
### FILE /etc/config/lime-community
config lime system
option hostname 'ninux-%M4%M5%M6'
option domain 'valsamoggia.ninux.org'
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
config lime network
option primary_interface 'eth0'
option main_ipv4_address '10.170.128.0/16/17'
option anygw_dhcp_start '5120'
option anygw_dhcp_limit '27648'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
list protocols ieee80211s
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols babeld:17
list resolvers 4.2.2.2 # b.resolvers.Level3.net
list resolvers 141.1.1.1 # cns1.cw.net
list resolvers 2001:470:20::2 # ordns.he.net
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
option use_odhcpd false
config lime wifi
option channel_2ghz '11'
option channel_5ghz '48'
option htmode_5ghz 'HT40'
option distance_2ghz '1000'
option distance_5ghz '10000'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
option ap_ssid 'ninux'
option apname_ssid 'ninux/%H'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_id 'LiMe'
config generic_uci_config prometheus
list uci_set "prometheus-node-exporter-lua.main.listen_interface=lan"
list uci_set "prometheus-node-exporter-lua.main.listen_ipv6=0"
list uci_set "prometheus-node-exporter-lua.main.listen_port=9090"
config run_asset prometheus_enable
option asset 'community/prometheus_enable'
option when 'ATFIRSTBOOT'
config run_asset cron_reboot
option asset 'community/cron_reboot'
option when 'ATFIRSTBOOT'
### FILE /etc/config/lime-defaults
# Beware this file is NOT supposed to be edited by the end user, modify /etc/config/lime-node instead
# If the same option or list is defined both in /etc/config/lime-node and lime-community file, the former will prevail
# Beware this file is not supposed to store interface specific configuration, like "config net eth0"
# Read the documentation in /docs directory
# and on
http://libremesh.org
config lime system
option hostname 'LiMe-%M4%M5%M6'
option domain 'thisnode.info'
option keep_on_upgrade 'libremesh dropbear minimum-essential /etc/sysupgrade.conf'
option deferable_reboot_uptime_s '97200'
option firstbootwizard_configured false
config lime network
option primary_interface 'eth0'
option main_ipv4_address '10.%N1.0.0/16'
option anygw_dhcp_start '2'
option anygw_dhcp_limit '0'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
list protocols ieee80211s
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols bmx6:13
list protocols olsr:14
list protocols olsr6:15
list protocols olsr2:16
list protocols babeld:17
list protocols bmx7:18
list resolvers 4.2.2.2 # b.resolvers.Level3.net
list resolvers 141.1.1.1 # cns1.cw.net
list resolvers 2001:470:20::2 # ordns.he.net
option bmx6_mtu '1500'
option bmx6_publish_ownip false
option bmx6_over_batman false
option bmx6_pref_gw none
option bmx6_wifi_rate_max 54000000
option bmx7_mtu '1500'
option bmx7_publish_ownip false
option bmx7_over_batman false
option bmx7_pref_gw none
option bmx7_wifi_rate_max 'auto'
option bmx7_enable_pki false
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
option use_odhcpd false
config lime wifi
option channel_2ghz '11'
list channel_5ghz '48'
list channel_5ghz '157'
option htmode_2ghz 'HT20'
option htmode_5ghz 'HT40'
option distance_2ghz '100'
option distance_5ghz '1000'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
option ap_ssid 'LibreMesh.org'
option apname_ssid 'LibreMesh.org/%H'
option adhoc_ssid 'LiMe'
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option adhoc_mcast_rate_2ghz '24000'
option adhoc_mcast_rate_5ghz '6000'
option ieee80211s_mcast_rate_2ghz '24000'
option ieee80211s_mcast_rate_5ghz '6000'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_id 'LiMe'
config generic_uci_config uhttpd_https
list uci_set 'uhttpd.main.redirect_https=0'
### FILE /etc/config/lime-autogen
# DO NOT EDIT THIS FILE!. This is autogenerated by lime-config!
# Instead please edit /etc/config/lime-node and/or /etc/config/lime-community files
# and then regenerate this file executing lime-config
config lime 'wifi'
option ieee80211s_mcast_rate_5ghz '6000'
option ieee80211s_mesh_id 'LiMe'
option channel_2ghz '11'
option htmode_2ghz 'HT20'
option ieee80211s_mcast_rate_2ghz '24000'
option adhoc_ssid 'LiMe'
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option adhoc_mcast_rate_5ghz '6000'
option ieee80211s_mesh_fwding '0'
option adhoc_mcast_rate_2ghz '24000'
option htmode_5ghz 'HT40'
option apname_ssid 'ninux/%H'
option ap_ssid 'ninux'
option distance_2ghz '1000'
option distance_5ghz '10000'
option channel_5ghz '48'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
config generic_uci_config 'uhttpd_https'
list uci_set 'uhttpd.main.redirect_https=0'
config lime 'network'
option bmx6_publish_ownip 'false'
option bmx6_wifi_rate_max '54000000'
option bmx6_mtu '1500'
option bmx7_pref_gw 'none'
option bmx6_pref_gw 'none'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
option bmx6_over_batman 'false'
option use_odhcpd 'false'
option anygw_mac 'aa:aa:aa:%N1:%N2:aa'
option bmx7_enable_pki 'false'
option primary_interface 'eth0'
option bmx7_publish_ownip 'false'
option bmx7_mtu '1500'
option bmx7_wifi_rate_max 'auto'
option bmx7_over_batman 'false'
option main_ipv4_address '10.170.128.0/16/17'
option anygw_dhcp_limit '27648'
option anygw_dhcp_start '5120'
list resolvers '4.2.2.2'
list resolvers '141.1.1.1'
list resolvers '2001:470:20::2'
list protocols 'ieee80211s'
list protocols 'lan'
list protocols 'anygw'
list protocols 'batadv:%N1'
list protocols 'babeld:17'
config lime 'system'
option firstbootwizard_configured 'false'
option deferable_reboot_uptime_s '97200'
option domain 'valsamoggia.ninux.org'
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
option hostname 'ninux-59a9ea'
config run_asset 'prometheus_enable'
option when 'ATFIRSTBOOT'
option asset 'community/prometheus_enable'
config generic_uci_config 'prometheus'
list uci_set 'prometheus-node-exporter-lua.main.listen_interface=lan'
list uci_set 'prometheus-node-exporter-lua.main.listen_ipv6=0'
list uci_set 'prometheus-node-exporter-lua.main.listen_port=9090'
config run_asset 'cron_reboot'
option when 'ATFIRSTBOOT'
option asset 'community/cron_reboot'
### FILE /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'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ip6assign '60'
option ip6addr 'fdfe:c80:cbca::eaa9:5900/64'
option ipaddr '10.170.169.234'
option netmask '255.255.0.0'
option mtu '1500'
list ifname 'bat0'
list ifname 'eth0'
config interface 'bat0'
option proto 'batadv'
option bridge_loop_avoidance '1'
option multicast_mode '0'
option distributed_arp_table '0'
option gw_mode 'client'
config device 'lm_net_br_lan_anygw_dev'
option type 'macvlan'
option name 'anygw'
option ifname 'br-lan'
option macaddr 'aa:aa:aa:fe:0c:aa'
config interface 'lm_net_br_lan_anygw_if'
option ifname 'anygw'
option auto '1'
option netmask '255.255.0.0'
option proto 'static'
option ipaddr '10.170.0.1'
option ip6addr 'fdfe:c80:cbca::1/64'
config rule6 'lm_net_anygw_rule6'
option src 'fdfe:c80:cbca::1/128'
option lookup '170'
config route6 'lm_net_anygw_route6'
option interface 'lm_net_br_lan_anygw_if'
option target 'fdfe:c80:cbca::/64'
option table '170'
config rule 'lm_net_anygw_rule4'
option src '10.170.0.1/32'
option lookup '170'
config route 'lm_net_anygw_route4'
option interface 'lm_net_br_lan_anygw_if'
option target '10.170.0.0'
option netmask '255.255.0.0'
option table '170'
config device 'lm_net_eth0_batadv_dev'
option type '8021ad'
option name 'eth0_270'
option ifname 'eth0'
option vid '270'
option macaddr '02:95:39:59:a9:ea'
option mtu '1496'
config interface 'lm_net_eth0_batadv_if'
option auto '1'
option ifname 'eth0_270'
option proto 'batadv_hardif'
option master 'bat0'
config device 'lm_net_eth0_babeld_dev'
option type '8021ad'
option name 'eth0_17'
option ifname 'eth0'
option vid '17'
option mtu '1496'
config interface 'lm_net_eth0_babeld_if'
option auto '1'
option ifname 'eth0_17'
option proto 'static'
option ipaddr '10.170.169.234'
option netmask '255.255.255.255'
config interface 'lm_net_wlan0_mesh'
option proto 'none'
option mtu '1536'
option auto '1'
config device 'lm_net_wlan0_mesh_batadv_dev'
option type '8021ad'
option name 'wlan0-mesh_270'
option ifname '@lm_net_wlan0_mesh'
option vid '270'
option mtu '1532'
config interface 'lm_net_wlan0_mesh_batadv_if'
option auto '1'
option ifname 'wlan0-mesh_270'
option proto 'batadv_hardif'
option master 'bat0'
config device 'lm_net_wlan0_mesh_babeld_dev'
option type '8021ad'
option name 'wlan0-mesh_17'
option ifname '@lm_net_wlan0_mesh'
option vid '17'
config interface 'lm_net_wlan0_mesh_babeld_if'
option auto '1'
option ifname 'wlan0-mesh_17'
option proto 'static'
option ipaddr '10.170.169.234'
option netmask '255.255.255.255'
### FILE /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'platform/ar934x_wmac'
option disabled '0'
option noscan '1'
option channel '48'
option htmode 'HT40'
option distance '10000'
config wifi-iface 'lm_wlan0_ap_radio0'
option mode 'ap'
option device 'radio0'
option ifname 'wlan0-ap'
option distance '10000'
option ssid 'ninux'
option network 'lan'
config wifi-iface 'lm_wlan0_apname_radio0'
option mode 'ap'
option device 'radio0'
option ifname 'wlan0-apname'
option distance '10000'
option ssid 'ninux/ninux-59a9ea'
option network 'lan'
config wifi-iface 'lm_wlan0_mesh_radio0'
option mode 'mesh'
option device 'radio0'
option ifname 'wlan0-mesh'
option network 'lm_net_wlan0_mesh'
option mcast_rate '6000'
option mesh_fwding '0'
option distance '10000'
option mesh_id 'LiMe'
### CMD dmesg | tail -n 20
[24097.993104] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[24098.063081] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[24338.019740] batman_adv: The newly added mac address (f0:9f:c2:58:a9:ea) already exists on: wlan0-mesh_270
[24338.029930] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[24338.095262] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[24578.199036] batman_adv: The newly added mac address (f0:9f:c2:58:a9:ea) already exists on: wlan0-mesh_270
[24578.209731] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[24578.268137] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[24818.146087] batman_adv: The newly added mac address (f0:9f:c2:58:a9:ea) already exists on: wlan0-mesh_270
[24818.155905] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[24818.212803] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[25058.193907] batman_adv: The newly added mac address (f0:9f:c2:58:a9:ea) already exists on: wlan0-mesh_270
[25058.207065] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[25058.294084] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[25298.229895] batman_adv: The newly added mac address (f0:9f:c2:58:a9:ea) already exists on: wlan0-mesh_270
[25298.239854] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[25298.299886] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[25538.243563] batman_adv: The newly added mac address (f0:9f:c2:58:a9:ea) already exists on: wlan0-mesh_270
[25538.253520] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[25538.334514] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
### CMD batctl if
eth0_270: active
wlan0-mesh_270: active
### CMD batctl o
[B.A.T.M.A.N. adv openwrt-2019.2-11, MainIF/MAC: eth0_270/02:95:39:59:a9:ea (bat0/92:9c:e9:8f:0e:d6 BATMAN_IV)]
Originator last-seen (#/255) Nexthop [outgoingIF]
falena_wlan0_mesh_270 1.920s (184) ninux_db965f_wlan0_mesh [wlan0-mesh_270]
falena_wlan0_mesh_270 1.920s (196) neomantix_wlan0_mesh [wlan0-mesh_270]
* falena_wlan0_mesh_270 1.920s (225) falena_wlan0_mesh_270 [wlan0-mesh_270]
tarlo_wlan0_mesh 0.810s (140) neomantix_wlan0_mesh [wlan0-mesh_270]
tarlo_wlan0_mesh 0.810s (179) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
* tarlo_wlan0_mesh 0.810s (245) tarlo_wlan0_mesh [wlan0-mesh_270]
* ninux_561d87_eth0_270 0.760s (255) ninux_561d87_eth0_1_270 [ eth0_270]
ninux_db965f_wlan0_mesh 0.630s (174) falena_wlan0_mesh_270 [wlan0-mesh_270]
ninux_db965f_wlan0_mesh 0.630s (198) neomantix_wlan0_mesh [wlan0-mesh_270]
* ninux_db965f_wlan0_mesh 0.630s (244) ninux_db965f_wlan0_mesh [wlan0-mesh_270]
* ninux_db965f_eth0_270 0.430s (244) ninux_db965f_wlan0_mesh [wlan0-mesh_270]
cedronella_eth0_1_270 0.420s ( 0) tarlo_wlan0_mesh [wlan0-mesh_270]
* cedronella_eth0_1_270 0.420s (225) neomantix_wlan0_mesh [wlan0-mesh_270]
tarlo_eth0_270 0.580s (145) neomantix_wlan0_mesh [wlan0-mesh_270]
* tarlo_eth0_270 0.580s (245) tarlo_wlan0_mesh [wlan0-mesh_270]
02:58:47:59:aa:c4 0.610s (152) neomantix_wlan0_mesh [wlan0-mesh_270]
02:58:47:59:aa:c4 0.610s ( 0) 02:58:47:59:aa:c4 [wlan0-mesh_270]
02:58:47:59:aa:c4 0.610s (171) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
* 02:58:47:59:aa:c4 0.610s (183) tarlo_wlan0_mesh [wlan0-mesh_270]
ninux_561d87_eth0_1_270 0.720s (222) 02:db:d6:d9:07:5a [ eth0_270]
* ninux_561d87_eth0_1_270 0.720s (255) ninux_561d87_eth0_1_270 [ eth0_270]
ninux_598775_wlan0_mesh_270 0.440s (177) tarlo_wlan0_mesh [wlan0-mesh_270]
ninux_598775_wlan0_mesh_270 0.440s (193) neomantix_wlan0_mesh [wlan0-mesh_270]
* ninux_598775_wlan0_mesh_270 0.440s (237) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
neomantix_eth0_270 0.130s ( 0) tarlo_wlan0_mesh [wlan0-mesh_270]
* neomantix_eth0_270 0.130s (254) neomantix_wlan0_mesh [wlan0-mesh_270]
02:db:d6:d9:07:5a 0.710s (223) ninux_561d87_eth0_1_270 [ eth0_270]
* 02:db:d6:d9:07:5a 0.710s (255) 02:db:d6:d9:07:5a [ eth0_270]
ninux_598775_eth0_270 0.800s ( 0) ninux_db965f_wlan0_mesh [wlan0-mesh_270]
ninux_598775_eth0_270 0.800s (130) falena_wlan0_mesh_270 [wlan0-mesh_270]
* ninux_598775_eth0_270 0.800s (237) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
02:95:39:59:aa:c4 0.310s (104) falena_wlan0_mesh_270 [wlan0-mesh_270]
02:95:39:59:aa:c4 0.310s (167) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
02:95:39:59:aa:c4 0.310s ( 0) ninux_db965f_wlan0_mesh [wlan0-mesh_270]
02:95:39:59:aa:c4 0.310s (155) neomantix_wlan0_mesh [wlan0-mesh_270]
* 02:95:39:59:aa:c4 0.310s (183) tarlo_wlan0_mesh [wlan0-mesh_270]
falena_eth0_270 0.460s ( 0) tarlo_wlan0_mesh [wlan0-mesh_270]
falena_eth0_270 0.460s (129) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
* falena_eth0_270 0.460s (225) falena_wlan0_mesh_270 [wlan0-mesh_270]
neomantix_wlan0_mesh 0.620s ( 0) tarlo_wlan0_mesh [wlan0-mesh_270]
neomantix_wlan0_mesh 0.620s (173) falena_wlan0_mesh_270 [wlan0-mesh_270]
neomantix_wlan0_mesh 0.620s (169) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
neomantix_wlan0_mesh 0.620s (155) ninux_db965f_wlan0_mesh [wlan0-mesh_270]
* neomantix_wlan0_mesh 0.620s (255) neomantix_wlan0_mesh [wlan0-mesh_270]
### CMD bmx6 -c show=status show=interfaces show=links show=originators show=tunnels
/bin/lime-report: eval: line 1: bmx6: not found
### CMD bmx7 -c show=status show=interfaces show=links show=originators show=tunnels
/bin/lime-report: eval: line 1: bmx7: not found
### CMD echo dump | nc ::1 30003
BABEL 1.0
version babeld-1.9.2
host ninux-59a9ea
my-id f2:9f:c2:ff:fe:59:a9:ea
ok
add interface eth0_17 up true ipv6 fe80::f29f:c2ff:fe59:a9ea ipv4 10.170.169.234
add interface wlan0-mesh_17 up true ipv6 fe80::f29f:c2ff:fe58:a9ea ipv4 10.170.169.234
add neighbour 77ec36f0 address fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17 reach fffe ureach 0000 rxcost 256 txcost 258 cost 258
add neighbour 77ed5c90 address fe80::bef6:85ff:fe56:1d87 if eth0_17 reach ffff ureach 0000 rxcost 256 txcost 256 cost 256
add neighbour 77f7de30 address fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17 reach ffdf ureach 0000 rxcost 256 txcost 256 cost 256
add neighbour 77f7dd70 address fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17 reach ffef ureach 0000 rxcost 256 txcost 257 cost 257
add neighbour 77f7dcb0 address fe80::b2be:76ff:fed9:75a if eth0_17 reach ffff ureach 0000 rxcost 256 txcost 256 cost 256
add neighbour 77f7dbf0 address fe80::46d9:e7ff:feda:965f if wlan0-mesh_17 reach ffff ureach 0000 rxcost 256 txcost 258 cost 258
add neighbour 422b90 address fe80::46d9:e7ff:feda:9a67 if wlan0-mesh_17 reach ffff ureach 0000 rxcost 256 txcost 258 cost 258
add xroute 10.170.0.0/16-0.0.0.0/0 prefix 10.170.0.0/16 from 0.0.0.0/0 metric 0
add route 77ed5e10 prefix 0.0.0.0/0 from 0.0.0.0/0 installed yes id be:f6:85:ff:fe:56:1d:87 metric 256 refmetric 0 via fe80::bef6:85ff:fe56:1d87 if eth0_17
add route 77ed5ed0 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 512 refmetric 256 via fe80::b2be:76ff:fed9:75a if eth0_17
add route 77ed5f20 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 774 refmetric 516 via fe80::46d9:e7ff:feda:9a67 if wlan0-mesh_17
add route 77ed5f70 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 775 refmetric 518 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77ed5fc0 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 774 refmetric 518 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77ec3490 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 771 refmetric 513 via fe80::46d9:e7ff:feda:965f if wlan0-mesh_17
add route 77ec37b0 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 771 refmetric 513 via fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17
add route 77ec3f90 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id b2:be:76:ff:fe:d9:07:5a metric 256 refmetric 0 via fe80::b2be:76ff:fed9:75a if eth0_17
add route 77ed5c50 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id 46:d9:e7:ff:fe:db:9a:67 metric 258 refmetric 0 via fe80::46d9:e7ff:feda:9a67 if wlan0-mesh_17
add route 77ed5d90 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 256 refmetric 0 via fe80::bef6:85ff:fe56:1d87 if eth0_17
add route 77ed5e90 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id 7a:8a:20:ff:fe:cd:77:60 metric 257 refmetric 0 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77ec3450 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id f2:9f:c2:ff:fe:59:87:75 metric 256 refmetric 0 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77ec3610 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id 46:d9:e7:ff:fe:db:96:5f metric 258 refmetric 0 via fe80::46d9:e7ff:feda:965f if wlan0-mesh_17
add route 77ec3910 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 258 refmetric 0 via fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17
add route 77ec3890 prefix fdfe:c80:cbca::/64 from ::/0 installed yes id ce:32:e5:ff:fe:9d:a5:e6 metric 258 refmetric 0 via fe80::ce32:e5ff:fe9d:a5e6 if wlan0-mesh_17
add route 77ec33d0 prefix fdfe:c80:cbca::/64 from ::/0 installed no id f2:9f:c2:ff:fe:59:87:75 metric 256 refmetric 0 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77ec34e0 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 513 refmetric 256 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77ec3530 prefix fdfe:c80:cbca::/64 from ::/0 installed no id f2:9f:c2:ff:fe:59:aa:c4 metric 514 refmetric 256 via fe80::46d9:e7ff:feda:9a67 if wlan0-mesh_17
add route 77ec3580 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 804 refmetric 548 via fe80::b2be:76ff:fed9:75a if eth0_17
add route 77ec3650 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 514 refmetric 256 via fe80::46d9:e7ff:feda:965f if wlan0-mesh_17
add route 77ec36a0 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 770 refmetric 514 via fe80::bef6:85ff:fe56:1d87 if eth0_17
ok
### CMD free
total used free shared buff/cache available
Mem: 59532 17512 30056 132 11964 24648
Swap: 0 0 0
### CMD ps
PID USER VSZ STAT COMMAND
1 root 1560 S /sbin/procd
2 root 0 SW [kthreadd]
4 root 0 IW< [kworker/0:0H]
6 root 0 IW< [mm_percpu_wq]
7 root 0 SW [ksoftirqd/0]
70 root 0 SW [oom_reaper]
80 root 0 IW< [writeback]
82 root 0 SW [kcompactd0]
83 root 0 IW< [crypto]
85 root 0 IW< [kblockd]
118 root 0 SW [kswapd0]
175 root 0 SW [spi0]
310 root 0 IW< [ipv6_addrconf]
312 root 0 IW< [dsa_ordered]
319 root 0 IW< [kworker/0:1H]
380 root 0 SWN [jffs2_gcd_mtd5]
431 root 1228 S /sbin/ubusd
432 root 920 S /sbin/askfirst /usr/libexec/login.sh
449 root 1024 S /sbin/urngd
527 root 0 IW< [cfg80211]
539 root 0 IW< [bat_events]
666 root 1244 S /sbin/logd -S 64
697 root 2032 S /sbin/rpcd -s /var/run/ubus.sock -t 30
793 root 1076 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
846 root 1836 S {hotplug-initd-o} /usr/bin/lua /usr/bin/hotplug-init
880 root 1744 S /sbin/netifd
916 nobody 1000 S /usr/sbin/atd -f
949 root 1216 S /usr/sbin/crond -f -c /etc/crontabs -l 5
962 root 1104 S /usr/bin/netserver
989 root 3028 S /usr/sbin/uhttpd -f -h /www -r ninux-59a9ea -x /cgi-
1142 root 2648 S {prometheus-node} /usr/bin/lua /usr/bin/prometheus-n
1319 root 1088 S /usr/sbin/babeld -I -c /etc/babeld.conf -c /var/etc
1486 dnsmasq 1400 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
1489 root 1300 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
1657 root 1764 S /usr/sbin/hostapd -s -P /var/run/wifi-phy0.pid -B /v
2011 root 1212 S< /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.
6411 root 0 IW [kworker/u2:1]
7980 root 0 IW [kworker/u2:3]
8923 root 0 IW [kworker/0:0]
9922 root 0 IW [kworker/0:1]
11421 root 0 IW [kworker/u2:2]
11445 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 1000)); for publish
11455 root 1208 S sleep 689
12210 root 0 IW [kworker/0:2]
12240 root 1840 S {shared-state} /usr/bin/lua /usr/bin/shared-state sy
12242 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 120)); shared-state
12245 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 120)); shared-state
12248 root 1208 S sleep 118
12250 root 1208 S sleep 111
12789 root 1144 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -p
12790 root 1216 S -ash
12812 root 0 Z [sh]
13012 root 1220 S /bin/sh /bin/lime-report
13104 root 1220 S /bin/sh /bin/lime-report
13107 root 1208 S /bin/sh /www/cgi-bin/shared-state
13109 root 1208 R ps
13112 root 1208 S sh -c uclient-fetch --no-check-certificate -q -O- --
13114 root 1340 R {shared-state} /usr/bin/lua /usr/bin/shared-state re
13115 root 1120 S uclient-fetch --no-check-certificate -q -O- --timeou
28982 root 0 IW [kworker/u2:0]
### CMD ip address show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP group default qlen 1000
link/ether f0:9f:c2:59:a9:ea brd ff:ff:ff:ff:ff:ff
4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:59:a9:ea brd ff:ff:ff:ff:ff:ff
inet 10.170.169.234/16 brd 10.170.255.255 scope global br-lan
valid_lft forever preferred_lft forever
inet6 fdfe:c80:cbca::eaa9:5900/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::f29f:c2ff:fe59:a9ea/64 scope link
valid_lft forever preferred_lft forever
5: anygw@br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether aa:aa:aa:fe:0c:aa brd ff:ff:ff:ff:ff:ff
inet 10.170.0.1/16 brd 10.170.255.255 scope global anygw
valid_lft forever preferred_lft forever
inet6 fdfe:c80:cbca::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::a8aa:aaff:fefe:caa/64 scope link
valid_lft forever preferred_lft forever
6: eth0_17@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:59:a9:ea brd ff:ff:ff:ff:ff:ff
inet 10.170.169.234/32 brd 255.255.255.255 scope global eth0_17
valid_lft forever preferred_lft forever
inet6 fe80::f29f:c2ff:fe59:a9ea/64 scope link
valid_lft forever preferred_lft forever
7: eth0_270@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue master bat0 state UP group default qlen 1000
link/ether 02:95:39:59:a9:ea brd ff:ff:ff:ff:ff:ff
inet6 fe80::95:39ff:fe59:a9ea/64 scope link
valid_lft forever preferred_lft forever
8: bat0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UNKNOWN group default qlen 1000
link/ether 92:9c:e9:8f:0e:d6 brd ff:ff:ff:ff:ff:ff
9: wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
inet6 fe80::f29f:c2ff:fe58:a9ea/64 scope link
valid_lft forever preferred_lft forever
10: wlan0-ap: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP group default qlen 1000
link/ether f2:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
inet6 fe80::f09f:c2ff:fe58:a9ea/64 scope link
valid_lft forever preferred_lft forever
11: wlan0-apname: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP group default qlen 1000
link/ether f6:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
inet6 fe80::f49f:c2ff:fe58:a9ea/64 scope link
valid_lft forever preferred_lft forever
12: wlan0-mesh_17@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP group default qlen 1000
link/ether f0:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
inet 10.170.169.234/32 brd 255.255.255.255 scope global wlan0-mesh_17
valid_lft forever preferred_lft forever
inet6 fe80::f29f:c2ff:fe58:a9ea/64 scope link
valid_lft forever preferred_lft forever
13: wlan0-mesh_270@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1532 qdisc noqueue master bat0 state UP group default qlen 1000
link/ether f0:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
inet6 fe80::f29f:c2ff:fe58:a9ea/64 scope link
valid_lft forever preferred_lft forever
### CMD ip route show
default via 10.170.157.135 dev eth0_17 proto babel onlink
10.170.0.0/16 dev br-lan proto kernel scope link src 10.170.169.234
10.170.0.0/16 dev anygw proto kernel scope link src 10.170.0.1
### CMD brctl show
bridge name bridge id STP enabled interfaces
br-lan 7fff.f09fc259a9ea no eth0
bat0
wlan0-ap
wlan0-apname
### CMD ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:59:a9:ea brd ff:ff:ff:ff:ff:ff
4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:59:a9:ea brd ff:ff:ff:ff:ff:ff
5: anygw@br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether aa:aa:aa:fe:0c:aa brd ff:ff:ff:ff:ff:ff
6: eth0_17@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:59:a9:ea brd ff:ff:ff:ff:ff:ff
7: eth0_270@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue master bat0 state UP mode DEFAULT group default qlen 1000
link/ether 02:95:39:59:a9:ea brd ff:ff:ff:ff:ff:ff
8: bat0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UNKNOWN mode DEFAULT group default qlen 1000
link/ether 92:9c:e9:8f:0e:d6 brd ff:ff:ff:ff:ff:ff
9: wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
10: wlan0-ap: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000
link/ether f2:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
11: wlan0-apname: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP mode DEFAULT group default qlen 1000
link/ether f6:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
12: wlan0-mesh_17@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
13: wlan0-mesh_270@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1532 qdisc noqueue master bat0 state UP mode DEFAULT group default qlen 1000
link/ether f0:9f:c2:58:a9:ea brd ff:ff:ff:ff:ff:ff
### CMD df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3584 3584 0 100% /rom
tmpfs 29764 128 29636 0% /tmp
/dev/mtdblock5 2560 456 2104 18% /overlay
overlayfs:/overlay 2560 456 2104 18% /
tmpfs 512 0 512 0% /dev
### CMD logread -l 20
Wed Aug 23 10:35:00 2023 cron.info crond[949]: USER root pid 12238 cmd ((sleep $(($RANDOM % 120)); shared-state sync bat-hosts &> /dev/null)&)
Wed Aug 23 10:35:00 2023 cron.info crond[949]: USER root pid 12239 cmd ((sleep $(($RANDOM % 120)); shared-state sync nodes_and_links &> /dev/null)&)
Wed Aug 23 10:35:00 2023 cron.info crond[949]: USER root pid 12241 cmd ((sleep $(($RANDOM % 120)); shared-state sync dnsmasq-hosts &> /dev/null)&)
Wed Aug 23 10:35:17 2023 daemon.info dnsmasq[1486]: read /etc/hosts - 4 addresses
Wed Aug 23 10:35:17 2023 daemon.info dnsmasq[1486]: read /tmp/hosts/shared-state-dnsmasq_hosts - 46 addresses
Wed Aug 23 10:35:17 2023 daemon.info dnsmasq[1486]: read /tmp/hosts/dhcp.cfg01411c - 1 addresses
Wed Aug 23 10:35:17 2023 daemon.info dnsmasq-dhcp[1486]: read /etc/ethers - 0 addresses
Wed Aug 23 10:36:00 2023 cron.info crond[949]: USER root pid 12724 cmd /usr/bin/iwinfo phy0 scan
Wed Aug 23 10:36:00 2023 cron.info crond[949]: USER root pid 12725 cmd ((for dataFile in /var/shared-state/data/* ; do shared-state bleach $(basename $dataFile .json); done &> /dev/null)&)
Wed Aug 23 10:36:00 2023 kern.warn kernel: [25538.243563] batman_adv: The newly added mac address (f0:9f:c2:58:a9:ea) already exists on: wlan0-mesh_270
Wed Aug 23 10:36:00 2023 kern.warn kernel: [25538.253520] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
Wed Aug 23 10:36:00 2023 kern.info kernel: [25538.334514] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
Wed Aug 23 10:36:14 2023 authpriv.info dropbear[12781]: Child connection from fdfe:c80:cbca:0:b4d8:4023:6d9c:254a:55566
Wed Aug 23 10:36:19 2023 authpriv.info dropbear[12789]: Child connection from fdfe:c80:cbca:0:b4d8:4023:6d9c:254a:46312
Wed Aug 23 10:36:30 2023 authpriv.notice dropbear[12789]: Password auth succeeded for 'root' from fdfe:c80:cbca:0:b4d8:4023:6d9c:254a:46312
Wed Aug 23 10:36:36 2023 daemon.info dnsmasq[1486]: read /etc/hosts - 4 addresses
Wed Aug 23 10:36:36 2023 daemon.info dnsmasq[1486]: read /tmp/hosts/shared-state-dnsmasq_hosts - 46 addresses
Wed Aug 23 10:36:36 2023 daemon.info dnsmasq[1486]: read /tmp/hosts/dhcp.cfg01411c - 1 addresses
Wed Aug 23 10:36:36 2023 daemon.info dnsmasq-dhcp[1486]: read /etc/ethers - 0 addresses
### CMD iw dev wlan0-mesh station dump
Station 44:d9:e7:da:9a:67 (on wlan0-mesh)
inactive time: 40 ms
rx bytes: 3040467621
rx packets: 3782985
tx bytes: 1385526167
tx packets: 1920948
tx retries: 58679
tx failed: 7
rx drop misc: 3316
signal: -51 [-51] dBm
signal avg: -54 [-54] dBm
Toffset: 4409941 us
tx bitrate: 135.0 MBit/s MCS 6 40MHz short GI
rx bitrate: 135.0 MBit/s MCS 6 40MHz short GI
rx duration: 0 us
last ack signal:40 dBm
expected throughput: 44.677Mbps
mesh llid: 8633
mesh plid: 43592
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25541 seconds
Station 44:d9:e7:da:96:5f (on wlan0-mesh)
inactive time: 30 ms
rx bytes: 113463086
rx packets: 861308
tx bytes: 6991651
tx packets: 27371
tx retries: 1203
tx failed: 0
rx drop misc: 204
signal: -57 [-57] dBm
signal avg: -57 [-57] dBm
Toffset: 1625020 us
tx bitrate: 121.5 MBit/s MCS 6 40MHz
rx bitrate: 150.0 MBit/s MCS 7 40MHz short GI
rx duration: 0 us
expected throughput: 42.388Mbps
mesh llid: 43758
mesh plid: 50357
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25541 seconds
Station f0:9f:c2:58:aa:c4 (on wlan0-mesh)
inactive time: 7800 ms
rx bytes: 3921037
rx packets: 41422
tx bytes: 85467
tx packets: 860
tx retries: 5416
tx failed: 558
rx drop misc: 356
signal: -88 [-88] dBm
signal avg: -86 [-86] dBm
Toffset: 18446744071909954523 us
tx bitrate: 6.5 MBit/s MCS 0
rx duration: 0 us
last ack signal:6 dBm
mesh llid: 12590
mesh plid: 30381
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: UNKNOWN
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25541 seconds
Station 78:8a:20:cc:77:60 (on wlan0-mesh)
inactive time: 10 ms
rx bytes: 135777436
rx packets: 1036233
tx bytes: 102618465
tx packets: 108893
tx retries: 3537
tx failed: 2
rx drop misc: 1456
signal: -59 [-59] dBm
signal avg: -62 [-62] dBm
Toffset: 6008521 us
tx bitrate: 135.0 MBit/s MCS 7 40MHz
rx bitrate: 90.0 MBit/s MCS 4 40MHz short GI
rx duration: 0 us
expected throughput: 44.677Mbps
mesh llid: 49519
mesh plid: 57863
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25541 seconds
Station f0:9f:c2:58:87:75 (on wlan0-mesh)
inactive time: 20 ms
rx bytes: 326479613
rx packets: 1548912
tx bytes: 733224696
tx packets: 1163190
tx retries: 62613
tx failed: 2
rx drop misc: 357
signal: -64 [-64] dBm
signal avg: -63 [-63] dBm
Toffset: 18446744073706761831 us
tx bitrate: 108.0 MBit/s MCS 5 40MHz
rx bitrate: 57.8 MBit/s MCS 5 short GI
rx duration: 0 us
last ack signal:32 dBm
expected throughput: 40.191Mbps
mesh llid: 55568
mesh plid: 34306
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25537 seconds
Station cc:32:e5:9d:a5:e6 (on wlan0-mesh)
inactive time: 30 ms
rx bytes: 195278295
rx packets: 1217719
tx bytes: 1336830485
tx packets: 1083324
tx retries: 37816
tx failed: 4
rx drop misc: 543
signal: -74 [-74] dBm
signal avg: -74 [-74] dBm
Toffset: 41049281 us
tx bitrate: 121.5 MBit/s MCS 6 40MHz
rx bitrate: 65.0 MBit/s MCS 6 short GI
rx duration: 0 us
last ack signal:22 dBm
expected throughput: 42.388Mbps
mesh llid: 23954
mesh plid: 43500
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25521 seconds
### CMD iw dev wlan1-mesh station dump
command failed: No such device (-19)
### CMD iw dev wlan0-mesh mpath dump
DEST ADDR NEXT HOP IFACE SN METRIC QLEN EXPTIME DTIM DRET FLAGS
44:d9:e7:da:9a:67 44:d9:e7:da:9a:67 wlan0-mesh 9412 179 0 4810 100 0 0x5
f0:9f:c2:58:aa:c4 f0:9f:c2:58:aa:c4 wlan0-mesh 4767 1271 0 0 0 0 0x14
78:8a:20:cc:77:60 78:8a:20:cc:77:60 wlan0-mesh 7059 171 0 2050 100 0 0x15
44:d9:e7:da:96:5f 44:d9:e7:da:96:5f wlan0-mesh 3367 189 0 3670 100 0 0x5
cc:32:e5:9d:a5:e6 cc:32:e5:9d:a5:e6 wlan0-mesh 8160 189 0 3670 100 0 0x15
f0:9f:c2:58:87:75 f0:9f:c2:58:87:75 wlan0-mesh 8208 179 0 980 100 0 0x15
### CMD iw dev wlan1-mesh mpath dump
command failed: No such device (-19)
### CMD iwinfo
wlan0-ap ESSID: "ninux"
Access Point: F2:9F:C2:58:A9:EA
Mode: Master Channel: 48 (5.240 GHz)
Tx-Power: 19 dBm Link Quality: unknown/70
Signal: unknown Noise: -95 dBm
Bit Rate: unknown
Encryption: none
Type: nl80211 HW Mode(s): 802.11an
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy0
wlan0-apname ESSID: "ninux/ninux-59a9ea"
Access Point: F6:9F:C2:58:A9:EA
Mode: Master Channel: 48 (5.240 GHz)
Tx-Power: 19 dBm Link Quality: unknown/70
Signal: unknown Noise: -95 dBm
Bit Rate: unknown
Encryption: none
Type: nl80211 HW Mode(s): 802.11an
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy0
wlan0-mesh ESSID: "LiMe"
Access Point: F0:9F:C2:58:A9:EA
Mode: Mesh Point Channel: 48 (5.240 GHz)
Tx-Power: 19 dBm Link Quality: 43/70
Signal: -67 dBm Noise: -95 dBm
Bit Rate: 107.0 MBit/s
Encryption: none
Type: nl80211 HW Mode(s): 802.11an
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy0
### CMD wifi status
{
"radio0": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"retry_setup_failed": false,
"config": {
"hwmode": "11a",
"path": "platform/ar934x_wmac",
"noscan": "1",
"noscan": true,
"channel": "48",
"htmode": "HT40",
"distance": 10000,
"disabled": false
},
"interfaces": [
{
"section": "lm_wlan0_ap_radio0",
"ifname": "wlan0-ap",
"config": {
"mode": "ap",
"ifname": "wlan0-ap",
"ssid": "ninux",
"mode": "ap",
"network": [
"lan"
]
}
},
{
"section": "lm_wlan0_apname_radio0",
"ifname": "wlan0-apname",
"config": {
"mode": "ap",
"ifname": "wlan0-apname",
"ssid": "ninux/ninux-59a9ea",
"mode": "ap",
"network": [
"lan"
]
}
},
{
"section": "lm_wlan0_mesh_radio0",
"ifname": "wlan0-mesh",
"config": {
"mode": "mesh",
"ifname": "wlan0-mesh",
"mcast_rate": 6000,
"mesh_fwding": false,
"mesh_id": "LiMe",
"mode": "mesh",
"network": [
"lm_net_wlan0_mesh"
]
}
}
]
}
}
### CMD swconfig dev switch0 show
Failed to connect to the switch. Use the "list" command to see which switches are available.
### CMD iptables -vnL -t filter
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
206 19184 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
11436 734K input_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom input rule chain */
10126 620K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
171 10260 syn_flood tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x17/0x02 /* !fw3 */
616 52735 zone_lan_input all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
694 60869 zone_lan_input all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
3895K 3021M forwarding_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom forwarding rule chain */
4324 757K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
0 0 zone_lan_forward all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
4057 428K zone_lan_forward all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
3887K 3020M zone_lan_forward all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
206 19184 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
12491 5520K output_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom output rule chain */
11955 5481K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
2 395 zone_lan_output all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
4 1331 zone_lan_output all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
530 36402 zone_lan_output all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain forwarding_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain forwarding_rule (1 references)
pkts bytes target prot opt in out source destination
Chain forwarding_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain reject (0 references)
pkts bytes target prot opt in out source destination
0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */ reject-with tcp-reset
0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */ reject-with icmp-port-unreachable
Chain syn_flood (1 references)
pkts bytes target prot opt in out source destination
171 10260 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x17/0x02 limit: avg 25/sec burst 50 /* !fw3 */
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_dest_ACCEPT (4 references)
pkts bytes target prot opt in out source destination
2 395 ACCEPT all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
4 1331 ACCEPT all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
3892K 3020M ACCEPT all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_forward (6 references)
pkts bytes target prot opt in out source destination
3891K 3020M forwarding_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan forwarding rule chain */
3891K 3020M zone_wan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Zone lan to wan forwarding policy */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port forwards */
3891K 3020M zone_lan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_input (6 references)
pkts bytes target prot opt in out source destination
1310 114K input_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan input rule chain */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port redirections */
1310 114K zone_lan_src_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_output (6 references)
pkts bytes target prot opt in out source destination
536 38128 output_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan output rule chain */
536 38128 zone_lan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_src_ACCEPT (1 references)
pkts bytes target prot opt in out source destination
616 52735 ACCEPT all -- br-lan * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
694 60869 ACCEPT all -- anygw * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
Chain zone_wan_dest_ACCEPT (2 references)
pkts bytes target prot opt in out source destination
Chain zone_wan_dest_REJECT (1 references)
pkts bytes target prot opt in out source destination
Chain zone_wan_forward (0 references)
pkts bytes target prot opt in out source destination
0 0 forwarding_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan forwarding rule chain */
0 0 zone_lan_dest_ACCEPT esp -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Allow-IPSec-ESP */
0 0 zone_lan_dest_ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:500 /* !fw3: Allow-ISAKMP */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port forwards */
0 0 zone_wan_dest_REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_input (0 references)
pkts bytes target prot opt in out source destination
0 0 input_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan input rule chain */
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:68 /* !fw3: Allow-DHCP-Renew */
0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 /* !fw3: Allow-Ping */
0 0 ACCEPT 2 -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Allow-IGMP */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port redirections */
0 0 zone_wan_src_REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_output (0 references)
pkts bytes target prot opt in out source destination
0 0 output_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan output rule chain */
0 0 zone_wan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_src_REJECT (1 references)
pkts bytes target prot opt in out source destination
### CMD iptables -vnL -t nat
Chain PREROUTING (policy ACCEPT 85486 packets, 22M bytes)
pkts bytes target prot opt in out source destination
85486 22M prerouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom prerouting rule chain */
48421 17M zone_lan_prerouting all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
671 79056 zone_lan_prerouting all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
36394 4740K zone_lan_prerouting all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain INPUT (policy ACCEPT 525 packets, 45612 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 463 packets, 33296 bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 37108 packets, 4808K bytes)
pkts bytes target prot opt in out source destination
37108 4808K postrouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom postrouting rule chain */
2 395 zone_lan_postrouting all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
3 1003 zone_lan_postrouting all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
37048 4803K zone_lan_postrouting all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain postrouting_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain postrouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain postrouting_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain zone_lan_postrouting (6 references)
pkts bytes target prot opt in out source destination
37053 4804K postrouting_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan postrouting rule chain */
Chain zone_lan_prerouting (6 references)
pkts bytes target prot opt in out source destination
85486 22M prerouting_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan prerouting rule chain */
Chain zone_wan_postrouting (0 references)
pkts bytes target prot opt in out source destination
0 0 postrouting_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan postrouting rule chain */
0 0 MASQUERADE all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_prerouting (0 references)
pkts bytes target prot opt in out source destination
0 0 prerouting_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan prerouting rule chain */
### CMD iptables -vnL -t mangle
Chain PREROUTING (policy ACCEPT 3957K packets, 3041M bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 11642 packets, 753K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 3895K packets, 3021M bytes)
pkts bytes target prot opt in out source destination
0 0 TCPMSS tcp -- * br-lan 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- br-lan * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * anygw 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
253 15180 TCPMSS tcp -- anygw * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * eth0_270 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
11164 638K TCPMSS tcp -- * eth0_17 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
10911 623K TCPMSS tcp -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
Chain OUTPUT (policy ACCEPT 12697 packets, 5539K bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 3908K packets, 3027M bytes)
pkts bytes target prot opt in out source destination
### CMD ebtables -t filter -L --Lc
Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 1, policy: ACCEPT
-d AA:AA:AA:00:00:00/FF:FF:FF:00:00:00 -j DROP , pcnt = 0 -- bcnt = 0
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
### CMD ebtables -t nat -L --Lc
Bridge table: nat
Bridge chain: PREROUTING, entries: 0, policy: ACCEPT
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
Bridge chain: POSTROUTING, entries: 3, policy: ACCEPT
-s AA:AA:AA:00:00:00/FF:FF:FF:00:00:00 -o bat0 -j DROP , pcnt = 11620 -- bcnt = 831104
-p IPv6 -o bat0 --ip6-proto ipv6-icmp --ip6-icmp-type router-solicitation -j DROP , pcnt = 3 -- bcnt = 160
-p IPv6 -o bat0 --ip6-proto ipv6-icmp --ip6-icmp-type router-advertisement -j DROP , pcnt = 17 -- bcnt = 2176
### CMD ebtables -t broute -L --Lc
Bridge table: broute
Bridge chain: BROUTING, entries: 0, policy: ACCEPT
### CMD echo hostname tarlo
hostname tarlo
### CMD date '+%Y-%m-%d %H:%M:%S'
2023-08-23 10:35:34
### CMD uptime
10:35:34 up 7:05, load average: 0.06, 0.01, 0.00
### FILE /etc/board.json
{
"model": {
"id": "lbe-m5",
"name": "Ubiquiti Litebeam M5"
},
"led": {
"lan": {
"name": "LAN",
"sysfs": "ubnt:green:lan",
"type": "netdev",
"device": "eth0",
"mode": "link tx rx"
},
"wlan": {
"name": "WLAN",
"sysfs": "ubnt:green:wlan",
"trigger": "phy0tpt"
}
},
"network": {
"lan": {
"ifname": "eth0",
"protocol": "static"
}
}
}
### FILE /proc/cpuinfo
system type : Atheros AR9342 rev 2
machine : Ubiquiti Litebeam M5
processor : 0
cpu model : MIPS 74Kc V4.12
BogoMIPS : 266.64
wait instruction : yes
microsecond timers : yes
tlb_entries : 32
extra interrupt vector : yes
hardware watchpoint : yes, count: 4, address/irw mask: [0x0ffc, 0x0ffc, 0x0ffb, 0x0ffb]
isa : mips1 mips2 mips32r1 mips32r2
ASEs implemented : mips16 dsp dsp2
Options implemented : tlb 4kex 4k_cache prefetch mcheck ejtag llsc dc_aliases perf_cntr_intr_bit nan_legacy nan_2008 perf
shadow register sets : 1
kscratch registers : 0
package : 0
core : 0
VCED exceptions : not available
VCEI exceptions : not available
### FILE /etc/lime_release
LIME_ID="LiMe"
LIME_RELEASE="2020.1"
LIME_CODENAME="ExpansiveEmancipation"
LIME_BRANCH="(no branch)"
LIME_REVISION="6f1730e"
LIME_DESCRIPTION="LiMe 2020.1 ExpansiveEmancipation ((no branch) rev. 6f1730e 20210612_1552)"
LIME_BUILDDATE="20210612_1552"
### FILE /etc/openwrt_release
DISTRIB_ID='LiMe'
DISTRIB_RELEASE='2020.1'
DISTRIB_REVISION='6f1730e'
DISTRIB_TARGET='ar71xx/generic'
DISTRIB_ARCH='mips_24kc'
DISTRIB_DESCRIPTION='LiMe 2020.1 ExpansiveEmancipation ((no branch) rev. 6f1730e 20210612_1552)'
DISTRIB_TAINTS='no-all busybox'
### FILE /etc/openwrt_version
r11306-c4a6851c72
### FILE /etc/config/lime-node
config lime 'system'
option hostname 'tarlo'
config lime 'network'
config lime 'wifi'
option distance_5ghz '10000'
### FILE /etc/config/lime-community
config lime system
option hostname 'ninux-%M4%M5%M6'
option domain 'valsamoggia.ninux.org'
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
config lime network
option primary_interface 'eth0'
option main_ipv4_address '10.170.128.0/16/17'
option anygw_dhcp_start '5120'
option anygw_dhcp_limit '27648'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
list protocols ieee80211s
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols babeld:17
list resolvers 10.170.154.103
list resolvers 4.2.2.2 # b.resolvers.Level3.net
list resolvers 141.1.1.1 # cns1.cw.net
list resolvers 2001:470:20::2 # ordns.he.net
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
option use_odhcpd false
config lime wifi
option channel_2ghz '11'
option channel_5ghz '48'
option htmode_5ghz 'HT40'
option distance_2ghz '1000'
option distance_5ghz '3000'
# list modes 'ap'
# list modes 'apname'
list modes 'ieee80211s'
option ap_ssid 'ninux'
option apname_ssid 'ninux/%H'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_id 'LiMe'
config generic_uci_config prometheus
list uci_set "prometheus-node-exporter-lua.main.listen_interface=lan"
list uci_set "prometheus-node-exporter-lua.main.listen_ipv6=0"
list uci_set "prometheus-node-exporter-lua.main.listen_port=9090"
config run_asset prometheus_enable
option asset 'community/prometheus_enable'
option when 'ATFIRSTBOOT'
config run_asset cron_reboot
option asset 'community/cron_reboot'
option when 'ATFIRSTBOOT'
### FILE /etc/config/lime-defaults
# Beware this file is NOT supposed to be edited by the end user, modify /etc/config/lime-node instead
# If the same option or list is defined both in /etc/config/lime-node and lime-community file, the former will prevail
# Beware this file is not supposed to store interface specific configuration, like "config net eth0"
# Read the documentation in /docs directory
# and on
http://libremesh.org
config lime system
option hostname 'LiMe-%M4%M5%M6'
option domain 'thisnode.info'
option keep_on_upgrade 'libremesh dropbear minimum-essential /etc/sysupgrade.conf'
option deferable_reboot_uptime_s '97200'
option firstbootwizard_configured false
config lime network
option primary_interface 'eth0'
option main_ipv4_address '10.%N1.0.0/16'
option anygw_dhcp_start '2'
option anygw_dhcp_limit '0'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
list protocols ieee80211s
list protocols lan
list protocols anygw
list protocols batadv:%N1
list protocols bmx6:13
list protocols olsr:14
list protocols olsr6:15
list protocols olsr2:16
list protocols babeld:17
list protocols bmx7:18
list resolvers 4.2.2.2 # b.resolvers.Level3.net
list resolvers 141.1.1.1 # cns1.cw.net
list resolvers 2001:470:20::2 # ordns.he.net
option bmx6_mtu '1500'
option bmx6_publish_ownip false
option bmx6_over_batman false
option bmx6_pref_gw none
option bmx6_wifi_rate_max 54000000
option bmx7_mtu '1500'
option bmx7_publish_ownip false
option bmx7_over_batman false
option bmx7_pref_gw none
option bmx7_wifi_rate_max 'auto'
option bmx7_enable_pki false
option anygw_mac "aa:aa:aa:%N1:%N2:aa"
option use_odhcpd false
config lime wifi
option channel_2ghz '11'
list channel_5ghz '48'
list channel_5ghz '157'
option htmode_2ghz 'HT20'
option htmode_5ghz 'HT40'
option distance_2ghz '100'
option distance_5ghz '1000'
list modes 'ap'
list modes 'apname'
list modes 'ieee80211s'
option ap_ssid 'LibreMesh.org'
option apname_ssid 'LibreMesh.org/%H'
option adhoc_ssid 'LiMe'
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option adhoc_mcast_rate_2ghz '24000'
option adhoc_mcast_rate_5ghz '6000'
option ieee80211s_mcast_rate_2ghz '24000'
option ieee80211s_mcast_rate_5ghz '6000'
option ieee80211s_mesh_fwding '0'
option ieee80211s_mesh_id 'LiMe'
config generic_uci_config uhttpd_https
list uci_set 'uhttpd.main.redirect_https=0'
### FILE /etc/config/lime-autogen
# DO NOT EDIT THIS FILE!. This is autogenerated by lime-config!
# Instead please edit /etc/config/lime-node and/or /etc/config/lime-community files
# and then regenerate this file executing lime-config
config lime 'wifi'
option ieee80211s_mcast_rate_5ghz '6000'
option ieee80211s_mesh_id 'LiMe'
option channel_2ghz '11'
option htmode_2ghz 'HT20'
option ieee80211s_mcast_rate_2ghz '24000'
option adhoc_ssid 'LiMe'
option adhoc_bssid 'ca:fe:00:c0:ff:ee'
option adhoc_mcast_rate_5ghz '6000'
option ieee80211s_mesh_fwding '0'
option adhoc_mcast_rate_2ghz '24000'
option htmode_5ghz 'HT40'
option apname_ssid 'ninux/%H'
option ap_ssid 'ninux'
option distance_2ghz '1000'
option channel_5ghz '48'
option distance_5ghz '10000'
list modes 'ieee80211s'
config generic_uci_config 'uhttpd_https'
list uci_set 'uhttpd.main.redirect_https=0'
config lime 'network'
option bmx6_publish_ownip 'false'
option bmx6_wifi_rate_max '54000000'
option bmx6_mtu '1500'
option bmx7_pref_gw 'none'
option bmx6_pref_gw 'none'
option main_ipv6_address 'fd%N1:%N2%N3:%N4%N5::/64'
option bmx6_over_batman 'false'
option use_odhcpd 'false'
option anygw_mac 'aa:aa:aa:%N1:%N2:aa'
option bmx7_enable_pki 'false'
option primary_interface 'eth0'
option bmx7_publish_ownip 'false'
option bmx7_mtu '1500'
option bmx7_wifi_rate_max 'auto'
option bmx7_over_batman 'false'
option main_ipv4_address '10.170.128.0/16/17'
option anygw_dhcp_limit '27648'
option anygw_dhcp_start '5120'
list resolvers '10.170.154.103'
list resolvers '4.2.2.2'
list resolvers '141.1.1.1'
list resolvers '2001:470:20::2'
list protocols 'ieee80211s'
list protocols 'lan'
list protocols 'anygw'
list protocols 'batadv:%N1'
list protocols 'babeld:17'
config lime 'system'
option firstbootwizard_configured 'false'
option deferable_reboot_uptime_s '97200'
option domain 'valsamoggia.ninux.org'
option keep_on_upgrade 'libremesh base-files-essential /etc/sysupgrade.conf'
option hostname 'tarlo'
config run_asset 'prometheus_enable'
option when 'ATFIRSTBOOT'
option asset 'community/prometheus_enable'
config generic_uci_config 'prometheus'
list uci_set 'prometheus-node-exporter-lua.main.listen_interface=lan'
list uci_set 'prometheus-node-exporter-lua.main.listen_ipv6=0'
list uci_set 'prometheus-node-exporter-lua.main.listen_port=9090'
config run_asset 'cron_reboot'
option when 'ATFIRSTBOOT'
option asset 'community/cron_reboot'
### FILE /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'
config interface 'lan'
option type 'bridge'
option proto 'static'
option ip6assign '60'
option ip6addr 'fdfe:c80:cbca::679a:db00/64'
option ipaddr '10.170.154.103'
option netmask '255.255.0.0'
option mtu '1500'
list ifname 'bat0'
list ifname 'eth0'
config interface 'bat0'
option proto 'batadv'
option bridge_loop_avoidance '1'
option multicast_mode '0'
option distributed_arp_table '0'
option gw_mode 'client'
config device 'lm_net_br_lan_anygw_dev'
option type 'macvlan'
option name 'anygw'
option ifname 'br-lan'
option macaddr 'aa:aa:aa:fe:0c:aa'
config interface 'lm_net_br_lan_anygw_if'
option ifname 'anygw'
option auto '1'
option netmask '255.255.0.0'
option proto 'static'
option ipaddr '10.170.0.1'
option ip6addr 'fdfe:c80:cbca::1/64'
config rule6 'lm_net_anygw_rule6'
option src 'fdfe:c80:cbca::1/128'
option lookup '170'
config route6 'lm_net_anygw_route6'
option interface 'lm_net_br_lan_anygw_if'
option target 'fdfe:c80:cbca::/64'
option table '170'
config rule 'lm_net_anygw_rule4'
option src '10.170.0.1/32'
option lookup '170'
config route 'lm_net_anygw_route4'
option interface 'lm_net_br_lan_anygw_if'
option target '10.170.0.0'
option netmask '255.255.0.0'
option table '170'
config interface 'lm_net_wlan0_mesh'
option proto 'none'
option mtu '1536'
option auto '1'
config device 'lm_net_wlan0_mesh_batadv_dev'
option type '8021ad'
option name 'wlan0-mesh_270'
option ifname '@lm_net_wlan0_mesh'
option vid '270'
option mtu '1532'
config interface 'lm_net_wlan0_mesh_batadv_if'
option auto '1'
option ifname 'wlan0-mesh_270'
option proto 'batadv_hardif'
option master 'bat0'
config device 'lm_net_wlan0_mesh_babeld_dev'
option type '8021ad'
option name 'wlan0-mesh_17'
option ifname '@lm_net_wlan0_mesh'
option vid '17'
config interface 'lm_net_wlan0_mesh_babeld_if'
option auto '1'
option ifname 'wlan0-mesh_17'
option proto 'static'
option ipaddr '10.170.154.103'
option netmask '255.255.255.255'
config device 'lm_net_eth0_batadv_dev'
option type '8021ad'
option name 'eth0_270'
option ifname 'eth0'
option vid '270'
option macaddr '02:95:39:db:9a:67'
option mtu '1496'
config interface 'lm_net_eth0_batadv_if'
option auto '1'
option ifname 'eth0_270'
option proto 'batadv_hardif'
option master 'bat0'
config device 'lm_net_eth0_babeld_dev'
option type '8021ad'
option name 'eth0_17'
option ifname 'eth0'
option vid '17'
option mtu '1496'
config interface 'lm_net_eth0_babeld_if'
option auto '1'
option ifname 'eth0_17'
option proto 'static'
option ipaddr '10.170.154.103'
option netmask '255.255.255.255'
### FILE /etc/config/wireless
config wifi-device 'radio0'
option type 'mac80211'
option hwmode '11a'
option path 'platform/ar934x_wmac'
option disabled '0'
option noscan '1'
option channel '48'
option htmode 'HT40'
option distance '10000'
config wifi-iface 'lm_wlan0_mesh_radio0'
option mode 'mesh'
option device 'radio0'
option ifname 'wlan0-mesh'
option network 'lm_net_wlan0_mesh'
option mcast_rate '6000'
option mesh_fwding '0'
option distance '10000'
option mesh_id 'LiMe'
### CMD dmesg | tail -n 20
[23678.566710] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[23678.606370] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[23978.599150] batman_adv: The newly added mac address (44:d9:e7:da:9a:67) already exists on: wlan0-mesh_270
[23978.609060] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[23978.674354] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[24278.620538] batman_adv: The newly added mac address (44:d9:e7:da:9a:67) already exists on: wlan0-mesh_270
[24278.630463] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[24278.686550] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[24578.703744] batman_adv: The newly added mac address (44:d9:e7:da:9a:67) already exists on: wlan0-mesh_270
[24578.713563] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[24578.784443] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[24878.731086] batman_adv: The newly added mac address (44:d9:e7:da:9a:67) already exists on: wlan0-mesh_270
[24878.741196] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[24878.785022] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[25178.807926] batman_adv: The newly added mac address (44:d9:e7:da:9a:67) already exists on: wlan0-mesh_270
[25178.817873] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[25178.909045] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
[25478.846819] batman_adv: The newly added mac address (44:d9:e7:da:9a:67) already exists on: wlan0-mesh_270
[25478.857559] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
[25478.897782] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
### CMD batctl if
eth0_270: active
wlan0-mesh_270: active
### CMD batctl o
[B.A.T.M.A.N. adv openwrt-2019.2-11, MainIF/MAC: eth0_270/02:95:39:db:9a:67 (bat0/ba:d6:5c:2e:8c:ef BATMAN_IV)]
Originator last-seen (#/255) Nexthop [outgoingIF]
ninux_59a9ea_eth0_270 0.540s (144) 02:58:47:59:aa:c4 [wlan0-mesh_270]
* ninux_59a9ea_eth0_270 0.540s (254) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
falena_wlan0_mesh_270 1.260s ( 0) 02:58:47:59:aa:c4 [wlan0-mesh_270]
falena_wlan0_mesh_270 1.260s (176) neomantix_wlan0_mesh [wlan0-mesh_270]
* falena_wlan0_mesh_270 1.260s (196) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
ninux_561d87_eth0_270 0.390s (127) 02:58:47:59:aa:c4 [wlan0-mesh_270]
* ninux_561d87_eth0_270 0.390s (224) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
ninux_db965f_wlan0_mesh 0.710s ( 0) 02:58:47:59:aa:c4 [wlan0-mesh_270]
ninux_db965f_wlan0_mesh 0.710s (171) neomantix_wlan0_mesh [wlan0-mesh_270]
* ninux_db965f_wlan0_mesh 0.710s (193) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
ninux_db965f_eth0_270 0.370s (171) neomantix_wlan0_mesh [wlan0-mesh_270]
ninux_db965f_eth0_270 0.370s (143) 02:58:47:59:aa:c4 [wlan0-mesh_270]
* ninux_db965f_eth0_270 0.370s (193) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
cedronella_eth0_1_270 1.870s ( 0) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
cedronella_eth0_1_270 1.870s ( 0) 02:58:47:59:aa:c4 [wlan0-mesh_270]
cedronella_eth0_1_270 1.870s ( 0) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
* cedronella_eth0_1_270 1.870s (203) neomantix_wlan0_mesh [wlan0-mesh_270]
02:58:47:59:aa:c4 0.710s (149) neomantix_wlan0_mesh [wlan0-mesh_270]
02:58:47:59:aa:c4 0.710s (178) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
* 02:58:47:59:aa:c4 0.710s (255) 02:58:47:59:aa:c4 [wlan0-mesh_270]
ninux_598775_wlan0_mesh_270 0.520s (172) neomantix_wlan0_mesh [wlan0-mesh_270]
ninux_598775_wlan0_mesh_270 0.520s (192) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
ninux_598775_wlan0_mesh_270 0.520s (185) 02:58:47:59:aa:c4 [wlan0-mesh_270]
* ninux_598775_wlan0_mesh_270 0.520s (240) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
neomantix_eth0_270 0.250s ( 0) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
neomantix_eth0_270 0.250s ( 0) 02:58:47:59:aa:c4 [wlan0-mesh_270]
neomantix_eth0_270 0.250s ( 0) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
* neomantix_eth0_270 0.250s (232) neomantix_wlan0_mesh [wlan0-mesh_270]
02:db:d6:d9:07:5a 0.590s (126) 02:58:47:59:aa:c4 [wlan0-mesh_270]
* 02:db:d6:d9:07:5a 0.590s (224) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
* ninux_598775_eth0_270 0.880s (239) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
ninux_59a9ea_wlan0_mesh 0.100s (170) neomantix_wlan0_mesh [wlan0-mesh_270]
ninux_59a9ea_wlan0_mesh 0.100s (186) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
* ninux_59a9ea_wlan0_mesh 0.100s (254) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
02:95:39:59:aa:c4 0.590s ( 0) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
* 02:95:39:59:aa:c4 0.590s (255) 02:58:47:59:aa:c4 [wlan0-mesh_270]
falena_eth0_270 1.830s ( 0) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
falena_eth0_270 1.830s (177) neomantix_wlan0_mesh [wlan0-mesh_270]
falena_eth0_270 1.830s (150) 02:58:47:59:aa:c4 [wlan0-mesh_270]
* falena_eth0_270 1.830s (195) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
* neomantix_wlan0_mesh 0.710s (230) neomantix_wlan0_mesh [wlan0-mesh_270]
neomantix_wlan0_mesh 0.710s (195) 02:58:47:59:aa:c4 [wlan0-mesh_270]
neomantix_wlan0_mesh 0.710s (158) ninux_598775_wlan0_mesh_270 [wlan0-mesh_270]
neomantix_wlan0_mesh 0.710s (196) ninux_59a9ea_wlan0_mesh [wlan0-mesh_270]
### CMD bmx6 -c show=status show=interfaces show=links show=originators show=tunnels
/bin/lime-report: eval: line 1: bmx6: not found
### CMD bmx7 -c show=status show=interfaces show=links show=originators show=tunnels
/bin/lime-report: eval: line 1: bmx7: not found
### CMD echo dump | nc ::1 30003
BABEL 1.0
version babeld-1.9.2
host tarlo
my-id 46:d9:e7:ff:fe:db:9a:67
ok
add interface wlan0-mesh_17 up true ipv6 fe80::46d9:e7ff:feda:9a67 ipv4 10.170.154.103
add interface eth0_17 up true ipv6 fe80::46d9:e7ff:fedb:9a67 ipv4 10.170.154.103
add neighbour 77ea3de0 address fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17 reach ffbe ureach 0000 rxcost 256 txcost 349 cost 349
add neighbour 77f4bc70 address fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17 reach fe7f ureach 0000 rxcost 259 txcost 318 cost 322
add neighbour 77f4bbb0 address fe80::f29f:c2ff:fe58:a9ea if wlan0-mesh_17 reach feff ureach 0000 rxcost 258 txcost 258 cost 260
add neighbour 422b90 address fe80::f29f:c2ff:fe58:aac4 if wlan0-mesh_17 reach feff ureach 0000 rxcost 258 txcost 264 cost 266
add xroute 10.170.0.0/16-0.0.0.0/0 prefix 10.170.0.0/16 from 0.0.0.0/0 metric 0
add route 77e91f90 prefix 0.0.0.0/0 from 0.0.0.0/0 installed yes id be:f6:85:ff:fe:56:1d:87 metric 516 refmetric 256 via fe80::f29f:c2ff:fe58:a9ea if wlan0-mesh_17
add route 77f4bd60 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 860 refmetric 538 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77f4bea0 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 1047 refmetric 781 via fe80::f29f:c2ff:fe58:aac4 if wlan0-mesh_17
add route 77ea3ea0 prefix 0.0.0.0/0 from 0.0.0.0/0 installed no id be:f6:85:ff:fe:56:1d:87 metric 861 refmetric 512 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77f4be60 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id f2:9f:c2:ff:fe:59:87:75 metric 322 refmetric 0 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77ea3ce0 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id f2:9f:c2:ff:fe:59:a9:ea metric 260 refmetric 0 via fe80::f29f:c2ff:fe58:a9ea if wlan0-mesh_17
add route 77e91400 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id f2:9f:c2:ff:fe:59:aa:c4 metric 266 refmetric 0 via fe80::f29f:c2ff:fe58:aac4 if wlan0-mesh_17
add route 77e913c0 prefix 10.170.0.0/16 from 0.0.0.0/0 installed no id 7a:8a:20:ff:fe:cd:77:60 metric 349 refmetric 0 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
add route 77ea3f90 prefix fdfe:c80:cbca::/64 from ::/0 installed yes id f2:9f:c2:ff:fe:59:aa:c4 metric 266 refmetric 0 via fe80::f29f:c2ff:fe58:aac4 if wlan0-mesh_17
add route 77f4bde0 prefix fdfe:c80:cbca::/64 from ::/0 installed no id f2:9f:c2:ff:fe:59:87:75 metric 322 refmetric 0 via fe80::f29f:c2ff:fe58:8775 if wlan0-mesh_17
add route 77ea3c50 prefix fdfe:c80:cbca::/64 from ::/0 installed no id ce:32:e5:ff:fe:9d:a5:e6 metric 601 refmetric 341 via fe80::f29f:c2ff:fe58:a9ea if wlan0-mesh_17
add route 77ea3ee0 prefix fdfe:c80:cbca::/64 from ::/0 installed no id f2:9f:c2:ff:fe:59:87:75 metric 610 refmetric 261 via fe80::7a8a:20ff:fecc:7760 if wlan0-mesh_17
ok
### CMD free
total used free shared buff/cache available
Mem: 59532 16552 31692 124 11288 25916
Swap: 0 0 0
### CMD ps
PID USER VSZ STAT COMMAND
1 root 1560 S /sbin/procd
2 root 0 SW [kthreadd]
4 root 0 IW< [kworker/0:0H]
6 root 0 IW< [mm_percpu_wq]
7 root 0 SW [ksoftirqd/0]
70 root 0 SW [oom_reaper]
80 root 0 IW< [writeback]
82 root 0 SW [kcompactd0]
83 root 0 IW< [crypto]
85 root 0 IW< [kblockd]
118 root 0 SW [kswapd0]
175 root 0 SW [spi0]
310 root 0 IW< [ipv6_addrconf]
312 root 0 IW< [dsa_ordered]
319 root 0 IW< [kworker/0:1H]
381 root 0 SWN [jffs2_gcd_mtd5]
432 root 1232 S /sbin/ubusd
433 root 920 S /sbin/askfirst /usr/libexec/login.sh
450 root 1024 S /sbin/urngd
528 root 0 IW< [cfg80211]
540 root 0 IW< [bat_events]
667 root 1244 S /sbin/logd -S 64
698 root 2192 S /sbin/rpcd -s /var/run/ubus.sock -t 30
793 root 1076 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -s
847 root 1836 S {hotplug-initd-o} /usr/bin/lua /usr/bin/hotplug-init
881 root 1744 S /sbin/netifd
914 nobody 1000 S /usr/sbin/atd -f
943 root 1216 S /usr/sbin/crond -f -c /etc/crontabs -l 5
962 root 1104 S /usr/bin/netserver
989 root 3036 S /usr/sbin/uhttpd -f -h /www -r tarlo -x /cgi-bin -l
1026 root 0 IW [kworker/0:0]
1136 root 2636 S {prometheus-node} /usr/bin/lua /usr/bin/prometheus-n
1387 root 1080 S /usr/sbin/babeld -I -c /etc/babeld.conf -c /var/etc
1557 dnsmasq 1416 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
1560 root 1300 S /usr/sbin/dnsmasq -C /var/etc/dnsmasq.conf.cfg01411c
2014 root 1212 S< /usr/sbin/ntpd -n -N -S /usr/sbin/ntpd-hotplug -p 0.
2488 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 1000)); for publish
2491 root 1208 S sleep 579
2528 root 0 IW [kworker/0:1]
3154 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 120)); shared-state
3157 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 120)); shared-state
3158 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 120)); shared-state
3159 root 1208 S sleep 109
3160 root 1208 S /bin/ash -c ((sleep $(($RANDOM % 120)); shared-state
3162 root 1208 S sleep 98
3163 root 1208 S sleep 111
3165 root 1208 S sleep 46
3423 root 1144 S /usr/sbin/dropbear -F -P /var/run/dropbear.1.pid -s
3424 root 1216 S -ash
3440 root 1220 S /bin/sh /bin/lime-report
3524 root 1220 S /bin/sh /bin/lime-report
3527 root 1208 R ps
16311 root 0 IW [kworker/u2:1]
16632 root 0 IW [kworker/u2:3]
31328 root 0 IW [kworker/u2:0]
### CMD ip address show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP group default qlen 1000
link/ether 44:d9:e7:db:9a:67 brd ff:ff:ff:ff:ff:ff
4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether 44:d9:e7:db:9a:67 brd ff:ff:ff:ff:ff:ff
inet 10.170.154.103/16 brd 10.170.255.255 scope global br-lan
valid_lft forever preferred_lft forever
inet6 fdfe:c80:cbca::679a:db00/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::46d9:e7ff:fedb:9a67/64 scope link
valid_lft forever preferred_lft forever
5: anygw@br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP group default qlen 1000
link/ether aa:aa:aa:fe:0c:aa brd ff:ff:ff:ff:ff:ff
inet 10.170.0.1/16 brd 10.170.255.255 scope global anygw
valid_lft forever preferred_lft forever
inet6 fdfe:c80:cbca::1/64 scope global
valid_lft forever preferred_lft forever
inet6 fe80::a8aa:aaff:fefe:caa/64 scope link
valid_lft forever preferred_lft forever
6: eth0_17@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue state UP group default qlen 1000
link/ether 44:d9:e7:db:9a:67 brd ff:ff:ff:ff:ff:ff
inet 10.170.154.103/32 brd 255.255.255.255 scope global eth0_17
valid_lft forever preferred_lft forever
inet6 fe80::46d9:e7ff:fedb:9a67/64 scope link
valid_lft forever preferred_lft forever
7: eth0_270@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue master bat0 state UP group default qlen 1000
link/ether 02:95:39:db:9a:67 brd ff:ff:ff:ff:ff:ff
inet6 fe80::95:39ff:fedb:9a67/64 scope link
valid_lft forever preferred_lft forever
8: bat0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UNKNOWN group default qlen 1000
link/ether ba:d6:5c:2e:8c:ef brd ff:ff:ff:ff:ff:ff
9: wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP group default qlen 1000
link/ether 44:d9:e7:da:9a:67 brd ff:ff:ff:ff:ff:ff
inet6 fe80::46d9:e7ff:feda:9a67/64 scope link
valid_lft forever preferred_lft forever
10: wlan0-mesh_17@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP group default qlen 1000
link/ether 44:d9:e7:da:9a:67 brd ff:ff:ff:ff:ff:ff
inet 10.170.154.103/32 brd 255.255.255.255 scope global wlan0-mesh_17
valid_lft forever preferred_lft forever
inet6 fe80::46d9:e7ff:feda:9a67/64 scope link
valid_lft forever preferred_lft forever
11: wlan0-mesh_270@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1532 qdisc noqueue master bat0 state UP group default qlen 1000
link/ether 44:d9:e7:da:9a:67 brd ff:ff:ff:ff:ff:ff
inet6 fe80::46d9:e7ff:feda:9a67/64 scope link
valid_lft forever preferred_lft forever
### CMD ip route show
default via 10.170.169.234 dev wlan0-mesh_17 proto babel onlink
10.170.0.0/16 dev br-lan proto kernel scope link src 10.170.154.103
10.170.0.0/16 dev anygw proto kernel scope link src 10.170.0.1
### CMD brctl show
bridge name bridge id STP enabled interfaces
br-lan 7fff.44d9e7db9a67 no eth0
bat0
### CMD ip link show
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN mode DEFAULT group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel master br-lan state UP mode DEFAULT group default qlen 1000
link/ether 44:d9:e7:db:9a:67 brd ff:ff:ff:ff:ff:ff
4: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 44:d9:e7:db:9a:67 brd ff:ff:ff:ff:ff:ff
5: anygw@br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether aa:aa:aa:fe:0c:aa brd ff:ff:ff:ff:ff:ff
6: eth0_17@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 44:d9:e7:db:9a:67 brd ff:ff:ff:ff:ff:ff
7: eth0_270@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1496 qdisc noqueue master bat0 state UP mode DEFAULT group default qlen 1000
link/ether 02:95:39:db:9a:67 brd ff:ff:ff:ff:ff:ff
8: bat0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UNKNOWN mode DEFAULT group default qlen 1000
link/ether ba:d6:5c:2e:8c:ef brd ff:ff:ff:ff:ff:ff
9: wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 44:d9:e7:da:9a:67 brd ff:ff:ff:ff:ff:ff
10: wlan0-mesh_17@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1536 qdisc noqueue state UP mode DEFAULT group default qlen 1000
link/ether 44:d9:e7:da:9a:67 brd ff:ff:ff:ff:ff:ff
11: wlan0-mesh_270@wlan0-mesh: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1532 qdisc noqueue master bat0 state UP mode DEFAULT group default qlen 1000
link/ether 44:d9:e7:da:9a:67 brd ff:ff:ff:ff:ff:ff
### CMD df
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/root 3584 3584 0 100% /rom
tmpfs 29764 124 29640 0% /tmp
/dev/mtdblock5 2560 504 2056 20% /overlay
overlayfs:/overlay 2560 504 2056 20% /
tmpfs 512 0 512 0% /dev
### CMD logread -l 20
Wed Aug 23 10:33:44 2023 daemon.info dnsmasq-dhcp[1557]: DHCPREQUEST(anygw) 10.170.36.180 b8:27:eb:5b:71:46
Wed Aug 23 10:33:44 2023 daemon.info dnsmasq-dhcp[1557]: DHCPACK(anygw) 10.170.36.180 b8:27:eb:5b:71:46 belvedere
Wed Aug 23 10:33:58 2023 daemon.info dnsmasq-dhcp[1557]: DHCPREQUEST(anygw) 10.170.96.146 da:3e:51:3b:ee:f2
Wed Aug 23 10:33:58 2023 daemon.info dnsmasq-dhcp[1557]: DHCPACK(anygw) 10.170.96.146 da:3e:51:3b:ee:f2 ototo
Wed Aug 23 10:34:00 2023 cron.info crond[943]: USER root pid 3138 cmd ((for dataFile in /var/shared-state/data/* ; do shared-state bleach $(basename $dataFile .json); done &> /dev/null)&)
Wed Aug 23 10:35:00 2023 cron.info crond[943]: USER root pid 3150 cmd ((sleep $(($RANDOM % 120)); shared-state sync dnsmasq-leases &> /dev/null)&)
Wed Aug 23 10:35:00 2023 cron.info crond[943]: USER root pid 3151 cmd /usr/bin/iwinfo phy0 scan
Wed Aug 23 10:35:00 2023 cron.info crond[943]: USER root pid 3152 cmd ((sleep $(($RANDOM % 120)); shared-state sync babeld-hosts &> /dev/null)&)
Wed Aug 23 10:35:00 2023 cron.info crond[943]: USER root pid 3153 cmd ((sleep $(($RANDOM % 120)); shared-state sync bat-hosts &> /dev/null)&)
Wed Aug 23 10:35:00 2023 cron.info crond[943]: USER root pid 3155 cmd ((sleep $(($RANDOM % 120)); shared-state sync nodes_and_links &> /dev/null)&)
Wed Aug 23 10:35:00 2023 cron.info crond[943]: USER root pid 3156 cmd ((sleep $(($RANDOM % 120)); shared-state sync dnsmasq-hosts &> /dev/null)&)
Wed Aug 23 10:35:01 2023 kern.warn kernel: [25478.846819] batman_adv: The newly added mac address (44:d9:e7:da:9a:67) already exists on: wlan0-mesh_270
Wed Aug 23 10:35:01 2023 kern.warn kernel: [25478.857559] batman_adv: It is strongly recommended to keep mac addresses unique to avoid problems!
Wed Aug 23 10:35:01 2023 kern.info kernel: [25478.897782] IPv6: ADDRCONF(NETDEV_UP): tmp.phy0: link is not ready
Wed Aug 23 10:35:16 2023 daemon.info dnsmasq[1557]: read /etc/hosts - 26 addresses
Wed Aug 23 10:35:16 2023 daemon.info dnsmasq[1557]: read /tmp/hosts/shared-state-dnsmasq_hosts - 19 addresses
Wed Aug 23 10:35:16 2023 daemon.info dnsmasq[1557]: read /tmp/hosts/dhcp.cfg01411c - 2 addresses
Wed Aug 23 10:35:16 2023 daemon.info dnsmasq-dhcp[1557]: read /etc/ethers - 0 addresses
Wed Aug 23 10:35:22 2023 authpriv.info dropbear[3423]: Child connection from fdfe:c80:cbca:0:b4d8:4023:6d9c:254a:56874
### CMD iw dev wlan0-mesh station dump
Station f0:9f:c2:58:a9:ea (on wlan0-mesh)
inactive time: 90 ms
rx bytes: 1513156772
rx packets: 2907312
tx bytes: 2923548580
tx packets: 2864851
tx retries: 139427
tx failed: 8
rx drop misc: 4347
signal: -55 [-55] dBm
signal avg: -55 [-55] dBm
Toffset: 18446744073705116075 us
tx bitrate: 150.0 MBit/s MCS 7 40MHz short GI
rx bitrate: 135.0 MBit/s MCS 6 40MHz short GI
rx duration: 0 us
last ack signal:40 dBm
expected throughput: 46.875Mbps
mesh llid: 43592
mesh plid: 8633
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25473 seconds
Station f0:9f:c2:58:aa:c4 (on wlan0-mesh)
inactive time: 90 ms
rx bytes: 132228735
rx packets: 991626
tx bytes: 550910402
tx packets: 400408
tx retries: 18313
tx failed: 20
rx drop misc: 382
signal: -64 [-64] dBm
signal avg: -64 [-64] dBm
Toffset: 18446744071905544581 us
tx bitrate: 108.0 MBit/s MCS 5 40MHz
rx bitrate: 120.0 MBit/s MCS 5 40MHz short GI
rx duration: 0 us
expected throughput: 40.191Mbps
mesh llid: 54821
mesh plid: 42277
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25473 seconds
Station f0:9f:c2:58:87:75 (on wlan0-mesh)
inactive time: 90 ms
rx bytes: 119506402
rx packets: 873826
tx bytes: 9302548
tx packets: 31287
tx retries: 16065
tx failed: 70
rx drop misc: 906
signal: -86 [-86] dBm
signal avg: -85 [-85] dBm
Toffset: 18446744073702351909 us
tx bitrate: 6.5 MBit/s MCS 0
rx bitrate: 6.5 MBit/s MCS 0
rx duration: 0 us
last ack signal:8 dBm
mesh llid: 22225
mesh plid: 52152
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25470 seconds
Station 78:8a:20:cc:77:60 (on wlan0-mesh)
inactive time: 80 ms
rx bytes: 65211020
rx packets: 505784
tx bytes: 3931545
tx packets: 19485
tx retries: 16255
tx failed: 1283
rx drop misc: 2301
signal: -85 [-85] dBm
signal avg: -84 [-84] dBm
Toffset: 1598578 us
tx bitrate: 6.5 MBit/s MCS 0
rx bitrate: 15.0 MBit/s MCS 0 40MHz short GI
rx duration: 0 us
last ack signal:11 dBm
expected throughput: 2.197Mbps
mesh llid: 8187
mesh plid: 14471
mesh plink: ESTAB
mesh local PS mode: ACTIVE
mesh peer PS mode: ACTIVE
mesh non-peer PS mode: ACTIVE
authorized: yes
authenticated: yes
associated: yes
preamble: long
WMM/WME: yes
MFP: no
TDLS peer: no
DTIM period: 2
beacon interval:100
short slot time:yes
connected time: 25428 seconds
### CMD iw dev wlan1-mesh station dump
command failed: No such device (-19)
### CMD iw dev wlan0-mesh mpath dump
DEST ADDR NEXT HOP IFACE SN METRIC QLEN EXPTIME DTIM DRET FLAGS
78:8a:20:cc:77:60 78:8a:20:cc:77:60 wlan0-mesh 7026 3562 0 2880 100 0 0x15
f0:9f:c2:58:a9:ea f0:9f:c2:58:a9:ea wlan0-mesh 19149 179 0 2170 100 0 0x15
f0:9f:c2:58:aa:c4 f0:9f:c2:58:aa:c4 wlan0-mesh 4755 199 0 0 100 0 0x4
f0:9f:c2:58:87:75 f0:9f:c2:58:87:75 wlan0-mesh 8189 1261 0 3360 100 0 0x15
### CMD iw dev wlan1-mesh mpath dump
command failed: No such device (-19)
### CMD iwinfo
wlan0-mesh ESSID: "LiMe"
Access Point: 44:D9:E7:DA:9A:67
Mode: Mesh Point Channel: 48 (5.240 GHz)
Tx-Power: 19 dBm Link Quality: 38/70
Signal: -72 dBm Noise: -95 dBm
Bit Rate: 67.7 MBit/s
Encryption: none
Type: nl80211 HW Mode(s): 802.11an
Hardware: unknown [Generic MAC80211]
TX power offset: unknown
Frequency offset: unknown
Supports VAPs: yes PHY name: phy0
### CMD wifi status
{
"radio0": {
"up": true,
"pending": false,
"autostart": true,
"disabled": false,
"retry_setup_failed": false,
"config": {
"hwmode": "11a",
"path": "platform/ar934x_wmac",
"noscan": "1",
"noscan": true,
"channel": "48",
"htmode": "HT40",
"distance": 10000,
"disabled": false
},
"interfaces": [
{
"section": "lm_wlan0_mesh_radio0",
"ifname": "wlan0-mesh",
"config": {
"mode": "mesh",
"ifname": "wlan0-mesh",
"mcast_rate": 6000,
"mesh_fwding": false,
"mesh_id": "LiMe",
"mode": "mesh",
"network": [
"lm_net_wlan0_mesh"
]
}
}
]
}
}
### CMD swconfig dev switch0 show
Failed to connect to the switch. Use the "list" command to see which switches are available.
### CMD iptables -vnL -t filter
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
252 23097 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
52760 3322K input_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom input rule chain */
47277 2872K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
170 10200 syn_flood tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x17/0x02 /* !fw3 */
619 53694 zone_lan_input all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
4864 396K zone_lan_input all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_input all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
2783K 2776M forwarding_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom forwarding rule chain */
266 47029 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
0 0 zone_lan_forward all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
2648K 2766M zone_lan_forward all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
134K 9946K zone_lan_forward all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_forward all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
252 23097 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
52553 6495K output_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom output rule chain */
48457 6140K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate RELATED,ESTABLISHED /* !fw3 */
266 93405 zone_lan_output all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1 358 zone_lan_output all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
3829 262K zone_lan_output all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_output all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain forwarding_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain forwarding_rule (1 references)
pkts bytes target prot opt in out source destination
Chain forwarding_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_rule (1 references)
pkts bytes target prot opt in out source destination
Chain input_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_rule (1 references)
pkts bytes target prot opt in out source destination
Chain output_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain reject (0 references)
pkts bytes target prot opt in out source destination
0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */ reject-with tcp-reset
0 0 REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */ reject-with icmp-port-unreachable
Chain syn_flood (1 references)
pkts bytes target prot opt in out source destination
170 10200 RETURN tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x17/0x02 limit: avg 25/sec burst 50 /* !fw3 */
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_dest_ACCEPT (4 references)
pkts bytes target prot opt in out source destination
266 93405 ACCEPT all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1 358 ACCEPT all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
2786K 2776M ACCEPT all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 ACCEPT all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_forward (6 references)
pkts bytes target prot opt in out source destination
2783K 2776M forwarding_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan forwarding rule chain */
2783K 2776M zone_wan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Zone lan to wan forwarding policy */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port forwards */
2783K 2776M zone_lan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_input (6 references)
pkts bytes target prot opt in out source destination
5483 450K input_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan input rule chain */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port redirections */
5483 450K zone_lan_src_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_output (6 references)
pkts bytes target prot opt in out source destination
4096 355K output_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan output rule chain */
4096 355K zone_lan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_lan_src_ACCEPT (1 references)
pkts bytes target prot opt in out source destination
619 53694 ACCEPT all -- br-lan * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
4864 396K ACCEPT all -- anygw * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
0 0 ACCEPT all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 ctstate NEW,UNTRACKED /* !fw3 */
Chain zone_wan_dest_ACCEPT (2 references)
pkts bytes target prot opt in out source destination
Chain zone_wan_dest_REJECT (1 references)
pkts bytes target prot opt in out source destination
Chain zone_wan_forward (0 references)
pkts bytes target prot opt in out source destination
0 0 forwarding_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan forwarding rule chain */
0 0 zone_lan_dest_ACCEPT esp -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Allow-IPSec-ESP */
0 0 zone_lan_dest_ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:500 /* !fw3: Allow-ISAKMP */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port forwards */
0 0 zone_wan_dest_REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_input (0 references)
pkts bytes target prot opt in out source destination
0 0 input_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan input rule chain */
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:68 /* !fw3: Allow-DHCP-Renew */
0 0 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 /* !fw3: Allow-Ping */
0 0 ACCEPT 2 -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Allow-IGMP */
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 ctstate DNAT /* !fw3: Accept port redirections */
0 0 zone_wan_src_REJECT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_output (0 references)
pkts bytes target prot opt in out source destination
0 0 output_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan output rule chain */
0 0 zone_wan_dest_ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_src_REJECT (1 references)
pkts bytes target prot opt in out source destination
### CMD iptables -vnL -t nat
Chain PREROUTING (policy ACCEPT 59757 packets, 18M bytes)
pkts bytes target prot opt in out source destination
59754 18M prerouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom prerouting rule chain */
48638 17M zone_lan_prerouting all -- br-lan * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
9472 922K zone_lan_prerouting all -- anygw * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1644 243K zone_lan_prerouting all -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_prerouting all -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain INPUT (policy ACCEPT 4473 packets, 367K bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 3797 packets, 333K bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 10649 packets, 1148K bytes)
pkts bytes target prot opt in out source destination
10649 1148K postrouting_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom postrouting rule chain */
254 89970 zone_lan_postrouting all -- * br-lan 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
1 358 zone_lan_postrouting all -- * anygw 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
10326 1054K zone_lan_postrouting all -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * eth0_270 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
0 0 zone_lan_postrouting all -- * eth0_17 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain postrouting_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain postrouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain postrouting_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_lan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_rule (1 references)
pkts bytes target prot opt in out source destination
Chain prerouting_wan_rule (1 references)
pkts bytes target prot opt in out source destination
Chain zone_lan_postrouting (6 references)
pkts bytes target prot opt in out source destination
10581 1144K postrouting_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan postrouting rule chain */
Chain zone_lan_prerouting (6 references)
pkts bytes target prot opt in out source destination
59754 18M prerouting_lan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom lan prerouting rule chain */
Chain zone_wan_postrouting (0 references)
pkts bytes target prot opt in out source destination
0 0 postrouting_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan postrouting rule chain */
0 0 MASQUERADE all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3 */
Chain zone_wan_prerouting (0 references)
pkts bytes target prot opt in out source destination
0 0 prerouting_wan_rule all -- * * 0.0.0.0/0 0.0.0.0/0 /* !fw3: Custom wan prerouting rule chain */
### CMD iptables -vnL -t mangle
Chain PREROUTING (policy ACCEPT 2884K packets, 2797M bytes)
pkts bytes target prot opt in out source destination
Chain INPUT (policy ACCEPT 53010 packets, 3345K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 2783K packets, 2776M bytes)
pkts bytes target prot opt in out source destination
0 0 TCPMSS tcp -- * br-lan 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- br-lan * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * anygw 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
3479 209K TCPMSS tcp -- anygw * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * wlan0-mesh_270 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- wlan0-mesh_270 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
3905 231K TCPMSS tcp -- * wlan0-mesh_17 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
426 22732 TCPMSS tcp -- wlan0-mesh_17 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * eth0_270 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- eth0_270 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- * eth0_17 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
0 0 TCPMSS tcp -- eth0_17 * 0.0.0.0/0 0.0.0.0/0 tcp flags:0x06/0x02 /* !fw3: Zone lan MTU fixing */ TCPMSS clamp to PMTU
Chain OUTPUT (policy ACCEPT 52803 packets, 6518K bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 2836K packets, 2783M bytes)
pkts bytes target prot opt in out source destination
### CMD ebtables -t filter -L --Lc
Bridge table: filter
Bridge chain: INPUT, entries: 0, policy: ACCEPT
Bridge chain: FORWARD, entries: 1, policy: ACCEPT
-d AA:AA:AA:00:00:00/FF:FF:FF:00:00:00 -j DROP , pcnt = 2655484 -- bcnt = 2766733259
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
### CMD ebtables -t nat -L --Lc
Bridge table: nat
Bridge chain: PREROUTING, entries: 0, policy: ACCEPT
Bridge chain: OUTPUT, entries: 0, policy: ACCEPT
Bridge chain: POSTROUTING, entries: 3, policy: ACCEPT
-s AA:AA:AA:00:00:00/FF:FF:FF:00:00:00 -o bat0 -j DROP , pcnt = 4386 -- bcnt = 309928
-p IPv6 -o bat0 --ip6-proto ipv6-icmp --ip6-icmp-type router-solicitation -j DROP , pcnt = 87 -- bcnt = 4184
-p IPv6 -o bat0 --ip6-proto ipv6-icmp --ip6-icmp-type router-advertisement -j DROP , pcnt = 5 -- bcnt = 640
### CMD ebtables -t broute -L --Lc
Bridge table: broute
Bridge chain: BROUTING, entries: 0, policy: ACCEPT