zwz1688 发表于 2009-12-5 02:59:03

无线和有线桥接问题

大家好!ROS的无线和有线怎么桥接起来呢!!也就是说无线网络和有线网络不能用计算机名互访,用IP可以互访,请指点一下,谢谢~~

小狼 发表于 2009-12-5 13:03:09

/interface bridge
add admin-mac=00:00:00:00:00:00 ageing-time=5m arp=enabled auto-mac=yes comment="" disabled=no forward-delay=15s \
    max-message-age=20s mtu=1500 name=LAN priority=0x8000 protocol-mode=rstp transmit-hold-count=6
/interface bridge port
add bridge=LAN comment="" disabled=no edge=auto external-fdb=auto horizon=none path-cost=10 point-to-point=auto \
    priority=0x80
add bridge=LAN comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=FastEthernet1/1 path-cost=10 \
    point-to-point=auto priority=0x80
add bridge=LAN comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=FastEthernet1/2 path-cost=10 \
    point-to-point=auto priority=0x80
add bridge=LAN comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=FastEthernet1/3 path-cost=10 \
    point-to-point=auto priority=0x80
add bridge=LAN comment="" disabled=no edge=auto external-fdb=auto horizon=none interface=FastEthernet1/4 path-cost=10 \
    point-to-point=auto priority=0x80
/interface bridge settings
set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no
/interface bridge>
新建一个桥,然后再ports里把无线网卡和以太网卡放到同一个桥里面,然后在ip->address里为桥添加一个IP。

gaohz521 发表于 2009-12-7 05:55:43

楼上正解

zwz1688 发表于 2009-12-8 02:31:09

网桥已经做好了,要不然,连IP都不能互访啊~~

zwz1688 发表于 2009-12-8 03:30:03

/interface bridge settings

set use-ip-firewall=no use-ip-firewall-for-pppoe=no use-ip-firewall-for-vlan=no

这是什么意思啊,我是用2927的

zwz1688 发表于 2009-12-12 15:53:44

问题,没有解决!!换了版本来测试,也是一样的!!顶起来

zwz1688 发表于 2009-12-12 16:15:21

桥接
1、bridge项选+(图1)
2、ports项选+(图2)
3、完成
1.JPG (18.04 KB)

下载次数:2

2008-12-11 22:29




2.JPG (31.81 KB)

下载次数:0

2008-12-11 22:29




未命名.JPG (21.34 KB)

下载次数:0

2008-12-11 22:29

qbs315 发表于 2009-12-24 07:33:16

强。。
页: [1]
查看完整版本: 无线和有线桥接问题