AirPort 会把访客网络加上 VLAN tag 1003。如果 AirPort 直接接在 RouterOS 路由器上,可以通过以下命令将其加入桥:
|
/interface vlan add interface=<AirPort 连接到的有线端口> name=vlan-airport-guest vlan-id=1003 /interface bridge port add bridge=bridge interface=vlan-airport-guest |
如果需要隔离访客网络,请使用与主网络不同的 bridge,并添加防火墙规则和 bridge 规则。
有些 Managed Switch 和 AirPort 一起使用存在兼容性问题。参见 The Apple Airport’s Dirty Little Secret。