Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| docs:guide-user:network:ipv4:configuration [2023/10/08 04:21] – [Examples] split to docs:guide-user:network:ipv4:examples vgaetera | docs:guide-user:network:ipv4:configuration [2023/10/08 04:27] – optimize vgaetera | ||
|---|---|---|---|
| Line 8: | Line 8: | ||
| <code bash> | <code bash> | ||
| - | # uci show network | ||
| - | ... | ||
| - | network.wan=interface | ||
| - | network.wan.device=' | ||
| - | network.wan.proto=' | ||
| - | ... | ||
| - | </ | ||
| - | |||
| - | <code bash># cat / | ||
| - | ... | ||
| config interface ' | config interface ' | ||
| option device ' | option device ' | ||
| option proto ' | option proto ' | ||
| - | ... | ||
| </ | </ | ||
| Line 93: | Line 82: | ||
| <code bash> | <code bash> | ||
| - | # uci show network | ||
| - | network.lan=interface | ||
| - | network.lan.device=' | ||
| - | network.lan.proto=' | ||
| - | network.lan.netmask=' | ||
| - | network.lan.ip6assign=' | ||
| - | network.lan.ipaddr=' | ||
| - | ... | ||
| - | </ | ||
| - | |||
| - | <code bash> | ||
| - | # / | ||
| config interface ' | config interface ' | ||
| option device ' | option device ' | ||
| Line 117: | Line 94: | ||
| list ports ' | list ports ' | ||
| list ports ' | list ports ' | ||
| - | ... | ||
| </ | </ | ||