我有3个Mikrotik RB951Ui-2HnD路由器板(RB)运行6.31与wlan1桥接与以太网2。
在RB网桥上禁用STP(协议模式设置为无)。
我有一台连接到RB951的惠普ProCurve 2520-24-PoE交换机(我已经尝试过使用生成树启用和禁用的ProCurve,以及Mikrotik桥设置为RSTP,也没有任何区别)。
使用大量的DELL Windows 8.1客户端,我连接到访问点和Windows自旋连接,说它比平时花费的时间更长。 通过以太网电缆连接的客户端可以立即获得IP地址。
如果我在Windows机器上将我的WiFi网卡设置为正确的IP地址,我无法ping通服务器或路由器,直到连接后大约60到90秒…所以似乎我的数据包被阻止。 在这段时间没有连接到更广泛的networking,我能ping和连接到RB。
如果我从笔记本电脑login到笔记本电脑上的RB,而我无法连接,从RB上的terminal,我可以ping服务器和网关。
其他时候,我连接它是立即连接,没有模式。
这是如此简单,但我难住 – 任何想法到底是怎么回事,如何诊断?
是否存在兼容性问题或某种生成树?
从Mikrotik下面configuration(HP ProCurve默认为空白):
/interface bridge add admin-mac=4C:5E:0C:03:9B:3F auto-mac=no name=bridge-local protocol-mode=\ none /interface ethernet set [ find default-name=ether1 ] name=ether1-gateway set [ find default-name=ether2 ] name=ether2-master-local set [ find default-name=ether3 ] master-port=ether2-master-local name=\ ether3-slave-local set [ find default-name=ether4 ] master-port=ether2-master-local name=\ ether4-slave-local set [ find default-name=ether5 ] master-port=ether2-master-local name=\ ether5-slave-local /interface wireless set [ find default-name=wlan1 ] band=2ghz-b/g/n country=\ "united arab emirates" disabled=no distance=indoors l2mtu=1600 mode=\ ap-bridge ssid="Sales" wireless-protocol=802.11 /ip neighbor discovery set ether1-gateway discover=no /interface wireless security-profiles set [ find default=yes ] authentication-types=wpa2-psk eap-methods="" mode=\ dynamic-keys supplicant-identity=MikroTik wpa-pre-shared-key=change!me! \ wpa2-pre-shared-key=change!me /ip ipsec proposal set [ find default=yes ] enc-algorithms=aes-128-cbc /ip pool add name=dhcp ranges=192.168.88.10-192.168.88.254 /interface bridge port add bridge=bridge-local interface=ether2-master-local add bridge=bridge-local interface=wlan1 /ip address add address=192.168.1.201/24 comment="default configuration" interface=\ ether2-master-local network=192.168.1.0 /ip dhcp-client add comment="default configuration" dhcp-options=hostname,clientid disabled=\ no interface=ether1-gateway /ip dns set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4 /ip dns static add address=192.168.1.201 name=router /ip route add distance=1 gateway=192.168.1.254 /system clock set time-zone-autodetect=no /system identity set name=Mikrotik /system leds set 5 interface=wlan1 /system package update set channel=current /tool mac-server set [ find default=yes ] disabled=yes add interface=ether2-master-local add interface=ether3-slave-local add interface=ether4-slave-local add interface=ether5-slave-local add interface=wlan1 add interface=bridge-local /tool mac-server mac-winbox set [ find default=yes ] disabled=yes add interface=ether2-master-local add interface=ether3-slave-local add interface=ether4-slave-local add interface=ether5-slave-local add interface=wlan1 add interface=bridge-local /tool romon port add