Более чем через два месяца, и я все еще с этим борюсь. (Ладно, признаю, что не потратил TON времени на это, просто достаточно, чтобы продолжать испытывать раздражение из-за этого роутера!) Снова и снова люди пишут, что это "осуществимо", и у других все работает, а поскольку я перечитал документацию, на которую ссылаются в предыдущих постах, десятки раз, я не могу понять, что я делаю не так. Правильные VLAN выходят из правильных портов роутера, но я могу получить доступ в Интернет только через VLAN 1. Роутер не откликается на пинг из других VLAN, но DHCP работает как ожидалось. may/11/2019 09:18:21 by RouterOS 6.44 software id = MD3Y-99MM model = 960PGS serial number = AD8B0991DD63 /interface bridge add admin-mac=B8:69:F4:B6:7D:6F auto-mac=no comment=defconf name=bridge vlan-filtering=yes /interface ethernet set [ find default-name=ether2 ] poe-out=off set [ find default-name=ether3 ] poe-out=off set [ find default-name=ether4 ] poe-out=off set [ find default-name=ether5 ] poe-out=off /interface vlan add comment=“VLAN 16 - Гостевой доступ” interface=bridge name=vlan16 vlan-id=16 add comment=“VLAN 24 - Беспроводные устройства” interface=bridge name=vlan24 vlan-id=24 add comment=“VLAN 48 - Для экспериментальных нужд” interface=bridge name=vlan48 vlan-id=48 /interface list add comment=defconf name=WAN add comment=defconf name=LAN add comment=“Все VLAN интерфейсы” name=all_vlan /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip hotspot profile set [ find default=yes ] html-directory=flash/hotspot /ip pool add comment=“VLAN 1 - По умолчанию” name=vlan1_pool ranges= 10.242.1.50-10.242.1.250 add comment=“VLAN 16 - Гостевой доступ” name=vlan16_pool ranges= 10.242.16.50-10.242.16.250 add comment=“VLAN 24 - Беспроводные устройства” name=vlan24_pool ranges= 10.242.24.50-10.242.24.250 add comment=“VLAN 48 - Для экспериментальных нужд” name=vlan48_pool ranges= 10.242.48.50-10.242.48.250 /ip dhcp-server add address-pool=vlan1_pool disabled=no interface=bridge name=vlan1_dhcp add address-pool=vlan16_pool disabled=no interface=vlan16 name=vlan16_dhcp add address-pool=vlan24_pool disabled=no interface=vlan24 name=vlan24_dhcp add address-pool=vlan48_pool disabled=no interface=vlan48 name=vlan48_dhcp /interface bridge port add bridge=bridge comment=defconf interface=ether2 add bridge=bridge comment=defconf interface=ether3 add bridge=bridge comment=defconf interface=ether4 add bridge=bridge comment=defconf interface=ether5 pvid=24 add bridge=bridge comment=defconf interface=sfp1 /interface bridge settings set allow-fast-path=no /ip neighbor discovery-settings set discover-interface-list=LAN /interface bridge vlan add bridge=bridge comment=“VLAN 1 - По умолчанию” untagged=ether2,ether3,ether4 vlan-ids=1 add bridge=bridge comment=“VLAN 16 - Гостевой доступ” tagged= ether2,ether3,ether4,bridge vlan-ids=16 add bridge=bridge comment=“VLAN 24 - Беспроводные устройства” tagged=bridge untagged=ether5 vlan-ids=24 add bridge=bridge comment=“VLAN 48 - Для экспериментальных нужд” tagged= ether2,ether3,ether4,bridge vlan-ids=48 /interface list member add comment=defconf interface=bridge list=LAN add comment=defconf interface=ether1 list=WAN add comment=“Включить VLAN 16 в all_vlan” interface=vlan16 list=all_vlan add comment=“Включить VLAN 24 в all_vlan” interface=vlan24 list=all_vlan add comment=“Включить VLAN 48 в all_vlan” interface=vlan48 list=all_vlan /ip address add address=10.242.1.1/24 comment=“VLAN 1 - По умолчанию” interface=bridge network=10.242.1.0 add address=10.242.16.1 comment=“VLAN 16 - Гостевой доступ” interface=vlan16 network=10.242.16.0 add address=10.242.24.1 comment=“VLAN 24 - Беспроводные устройства” interface=vlan24 network=10.242.24.0 add address=10.242.48.1 comment=“VLAN 48 - Для экспериментальных нужд” interface=vlan48 network=10.242.48.0 /ip dhcp-client add comment=defconf dhcp-options=hostname,clientid disabled=no interface= ether1 use-peer-dns=no /ip dhcp-server network add address=10.242.1.0/24 comment=“VLAN 1 - По умолчанию” dns-server= 8.8.4.4,8.8.8.8,10.242.1.1 gateway=10.242.1.1 netmask=24 add address=10.242.16.0/24 comment=“VLAN 16 - Гостевой доступ” dns-server= 8.8.4.4,8.8.8.8,10.242.16.1 gateway=10.242.16.1 netmask=24 add address=10.242.24.0/24 comment=“VLAN 24 - Беспроводные устройства” dns-server= 8.8.4.4,8.8.8.8,10.242.24.1 gateway=10.242.24.1 netmask=24 add address=10.242.48.0/24 comment=“VLAN 48 - Для экспериментальных нужд” dns-server= 8.8.4.4,8.8.8.8,10.242.48.1 gateway=10.242.48.1 netmask=24 /ip dns set allow-remote-requests=yes servers=8.8.4.4,8.8.8.8 /ip firewall filter add action=accept chain=input comment= “defconf: принять установленные, связанные, не отслеживаемые” connection-state= established,related,untracked add action=drop chain=input comment=“defconf: отклонить недействительные” connection-state= invalid add action=accept chain=input comment=“defconf: принять ICMP” protocol=icmp add action=drop chain=input comment=“defconf: отклонить все, что не приходит из LAN” in-interface-list=!LAN add action=accept chain=forward comment=“defconf: принять в политику ipsec” ipsec-policy=in,ipsec add action=accept chain=forward comment=“defconf: принять из политики ipsec” ipsec-policy=out,ipsec add action=fasttrack-connection chain=forward comment=“defconf: ускорить” connection-state=established,related add action=accept chain=forward comment= “defconf: принять установленные, связанные, не отслеживаемые” connection-state= established,related,untracked add action=drop chain=forward comment=“defconf: отклонить недействительные” connection-state=invalid add action=drop chain=forward comment= “defconf: отклонить все из WAN, которые не DSTNATed” connection-nat-state=!dstnat connection-state=new in-interface-list=WAN /ip firewall nat add action=masquerade chain=srcnat comment=“defconf: маскировка” ipsec-policy=out,none out-interface-list=WAN /system clock set time-zone-name=America/New_York /system identity set name=RFRCMDHAVA02 /system ntp client set enabled=yes primary-ntp=132.163.97.5 secondary-ntp=132.163.96.5 /tool mac-server set allowed-interface-list=LAN /tool mac-server mac-winbox set allowed-interface-list=LAN