两侧同时换到之前的修订记录 前一修订版 后一修订版 | 前一修订版 |
public:it:openwrt [2022/09/27 17:54] – oakfire | public:it:openwrt [2022/09/27 17:56] (当前版本) – [VLAN] oakfire |
---|
* 大部分数据获取通过 [[https://openwrt.org/docs/techref/ubus|ubus]], 由实现 jsonrpc2.0 协议的 ''uhttpd-mod-ubus'' 模块提供功能 | * 大部分数据获取通过 [[https://openwrt.org/docs/techref/ubus|ubus]], 由实现 jsonrpc2.0 协议的 ''uhttpd-mod-ubus'' 模块提供功能 |
| |
===== VLAN ===== | |
* [[VLAN介绍|https://info.support.huawei.com/info-finder/encyclopedia/zh/VLAN.html]] | |
* [[https://openwrt.org/docs/guide-user/network/vlan/switch_configuration|openwrt 对于 vlan 操作的介绍]], 使用 openwrt swconfig 驱动方式的 switch 设备可以用 ''switch_vlan'' 的方式进行 vlan 划分;而使用 linux 最新 DSA switch 驱动方式的(DSA驱动会把每个lan口都表现为一个lan设备, ifconfig 会看到 lan1到lan4不等),则使用 openwrt v21.0 之后的luci 界面表现的 ''bridge_vlan'' 方式划分vlan。 | |
===== uHTTPd ===== | ===== uHTTPd ===== |
* https://openwrt.org/docs/guide-user/services/webserver/http.uhttpd | * https://openwrt.org/docs/guide-user/services/webserver/http.uhttpd |
* https://openwrt.org/docs/guide-user/services/webserver/uhttpd | * https://openwrt.org/docs/guide-user/services/webserver/uhttpd |
| |
| ===== VLAN ===== |
| * [[https://info.support.huawei.com/info-finder/encyclopedia/zh/VLAN.html|VLAN介绍]] |
| * [[https://openwrt.org/docs/guide-user/network/vlan/switch_configuration|openwrt 对于 vlan 操作的介绍]], |
| * 使用 openwrt swconfig 驱动方式的 switch 设备可以用 ''switch_vlan'' 的方式进行 vlan 划分; |
| * 而使用 linux 最新 DSA switch 驱动方式的,则使用 openwrt v21.0 之后的luci 界面表现的 ''bridge_vlan'' 方式划分vlan。 |
| * DSA switch 驱动会把每个lan口都表现为一个lan设备, ifconfig 会看到 lan1到lan4不等 |
| |
===== VMWare 创建 OpenWrt 虚拟机 ===== | ===== VMWare 创建 OpenWrt 虚拟机 ===== |
| |