Openwrt mwan3+macvlan 单线多拨配置步骤

安装依赖包

opkg update
opkg install mwan3 kmod-macvlan
opkg install luci-app-mwan3 luci-i18n-mwan3-zh-cn

/etc/rc.local 中添加一个或多个 macvlan 设备:

ip link add link eth0.2 name veth1 type macvlan
ifconfig veth1 up

进入 http://192.168.1.1/cgi-bin/luci/admin/network/network,添加接口。设备选择 veth1,PPPoE 类型,填入拨号账号密码。Use gateway metric 分别设置为一个不同的数值。防火墙设置为 wan 区域。

# item in /etc/config/network
config interface 'hzy'
        option proto 'pppoe'
        option ifname 'veth1'
        option username '18151213202'
        option password '16221X'
        option ipv6 'auto'
        option metric '42'

进入 http://192.168.1.1/cgi-bin/luci/admin/network/mwan/interface,分别添加接口、成员、策略、规则。完成配置。

发布者

胡中元

《中原驿站》站长

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注