RADIUSdesk

logo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
technical:openwrt-wan-network [2022/09/25 20:15]
admin [Xiaomi 4C]
technical:openwrt-wan-network [2022/09/25 20:19] (current)
admin [Xiaomi 4A 100M]
Line 331: Line 331:
  option wifi_led 'led0'  option wifi_led 'led0'
 </file> </file>
 +
 +===== Totolink X500R (WiFi6) =====
 +  * wan_network
 +<file bash wan_network>
 +config interface 'loopback'
 + option device 'lo'
 + option proto 'static'
 + option ipaddr '127.0.0.1'
 + option netmask '255.0.0.0'
 +
 +config device
 + option name 'br-lan'
 + option type 'bridge'
 + list ports 'wan'
 +
 +config interface 'lan'
 + option device 'br-lan'
 + option proto 'dhcp'
 +
 +config interface 'client_0'
 +    option proto 'dhcp'
 +
 +config interface 'client_1'
 +    option proto 'dhcp'
 +</file>
 +  * hardware section
 +<file bash meshdesk>
 +config hardware 't_x5000r'
 + option morse_led '/sys/class/leds/blue:sys/brightness'
 + option internet_led '/dev/null'
 + option wifi_led 'dev:null'
 +</file>
 +