This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
technical:openwrt-wan-network [2022/09/23 15:08] admin |
technical:openwrt-wan-network [2022/09/25 20:19] (current) admin [Xiaomi 4A 100M] |
||
---|---|---|---|
Line 284: | Line 284: | ||
option wifi_led ' | option wifi_led ' | ||
</ | </ | ||
+ | |||
+ | ===== Xiaomi 4A 100M ===== | ||
+ | * 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 ' | ||
+ | |||
+ | config switch | ||
+ | option name ' | ||
+ | option reset ' | ||
+ | option enable_vlan ' | ||
+ | |||
+ | config switch_vlan | ||
+ | option device ' | ||
+ | option vlan ' | ||
+ | option ports '0 6t' | ||
+ | |||
+ | config switch_vlan | ||
+ | option device ' | ||
+ | option vlan ' | ||
+ | option ports '4 2 6t' | ||
+ | </ | ||
+ | * hardware section | ||
+ | <file bash meshdesk> | ||
+ | config hardware ' | ||
+ | option morse_led '/ | ||
+ | option internet_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 ' | ||
+ | </ | ||
+ | |||