This shows you the differences between two versions of the page.
| 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 ' | option wifi_led ' | ||
| </ | </ | ||
| + | |||
| + | ===== Totolink X500R (WiFi6) ===== | ||
| + | * wan_network | ||
| + | <file bash wan_network> | ||
| + | config interface ' | ||
| + | option device ' | ||
| + | option proto ' | ||
| + | option ipaddr ' | ||
| + | option netmask ' | ||
| + | |||
| + | config device | ||
| + | option name ' | ||
| + | option type ' | ||
| + | list ports ' | ||
| + | |||
| + | config interface ' | ||
| + | option device ' | ||
| + | option proto ' | ||
| + | |||
| + | config interface ' | ||
| + | option proto ' | ||
| + | |||
| + | config interface ' | ||
| + | option proto ' | ||
| + | </ | ||
| + | * hardware section | ||
| + | <file bash meshdesk> | ||
| + | config hardware ' | ||
| + | option morse_led '/ | ||
| + | option internet_led '/ | ||
| + | option wifi_led ' | ||
| + | </ | ||
| + | |||