openwrt的lan可以設(shè)置不同的ip地址嗎 openwrt每個(gè)端口不同地址
來源:懂視網(wǎng)
責(zé)編:小OO
時(shí)間:2022-03-31 17:25:17
openwrt的lan可以設(shè)置不同的ip地址嗎 openwrt每個(gè)端口不同地址
1、若實(shí)現(xiàn)LAN1口192.168.1.1,LAN2口192.168.2.1,LAN3口192.168.3.1等等可用命令實(shí)現(xiàn)。2、config interface 'lan' option type 'bridge' option _orig_ifname 'eth1 ath0 ath1' option _orig_bridge 'true' option proto 'static'
導(dǎo)讀1、若實(shí)現(xiàn)LAN1口192.168.1.1,LAN2口192.168.2.1,LAN3口192.168.3.1等等可用命令實(shí)現(xiàn)。2、config interface 'lan' option type 'bridge' option _orig_ifname 'eth1 ath0 ath1' option _orig_bridge 'true' option proto 'static'
1、若實(shí)現(xiàn)LAN1口192.168.1.1,LAN2口192.168.2.1,LAN3口192.168.3.1等等可用命令實(shí)現(xiàn)。
2、config interface 'lan'
option type 'bridge'
option _orig_ifname 'eth1 ath0 ath1'
option _orig_bridge 'true'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'
option ieee1905managed '1'
option ifname 'eth1'
3、以此類推,分別通過不同的LAN口指定不同的IP域名。
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:0731-84117792 E-MAIL:11247931@qq.com
openwrt的lan可以設(shè)置不同的ip地址嗎 openwrt每個(gè)端口不同地址
1、若實(shí)現(xiàn)LAN1口192.168.1.1,LAN2口192.168.2.1,LAN3口192.168.3.1等等可用命令實(shí)現(xiàn)。2、config interface 'lan' option type 'bridge' option _orig_ifname 'eth1 ath0 ath1' option _orig_bridge 'true' option proto 'static'