Привет, Синди, вот мой код… GW: /interface bridge add name=WIFI-br0 protocol-mode=none add name=bridge1 /interface ethernet set [ find default-name=ether7 ] comment=“AP 1” name=AP1-NET-eth7 speed= 100Mbps set [ find default-name=ether8 ] comment=AP2 name=AP2-NET-eth8 speed=100Mbps set [ find default-name=ether5 ] name=MGMT-eth5 speed=100Mbps set [ find default-name=ether9 ] comment=“sxt tele2” name=WAN1-eth9-Tele2 speed=100Mbps set [ find default-name=ether10 ] comment=“sxt vip” name=WAN2-eth10-VIP speed=100Mbps set [ find default-name=ether1 ] speed=100Mbps set [ find default-name=ether2 ] speed=100Mbps set [ find default-name=ether3 ] speed=100Mbps set [ find default-name=ether4 ] speed=100Mbps set [ find default-name=ether6 ] speed=100Mbps set [ find default-name=sfp1 ] advertise= 10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full /interface vlan add interface=WIFI-br0 name=WIFI-CORP-VLAN20 vlan-id=20 add interface=WIFI-br0 name=WIFI-GUEST-VLAN30 vlan-id=30 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip pool add name=POOL_VLAN20_CORP ranges=10.0.20.10-10.0.20.254 add name=POOL_VLAN30_GUESTS ranges=172.16.30.10-172.16.31.254 add name=POOL_MGMT_VLAN10 ranges=10.254.10.10-10.254.10.100 /ip dhcp-server add address-pool=POOL_VLAN20_CORP disabled=no interface=WIFI-CORP-VLAN20 lease-time=4h name=DHCP_VLAN20_CORP add address-pool=POOL_VLAN30_GUESTS disabled=no interface=WIFI-GUEST-VLAN30 name=DHCP_VLAN30_GUEST add address-pool=POOL_MGMT_VLAN10 disabled=no interface=WIFI-br0 name= DHCP_VLAN10_MGMT /interface bridge port add bridge=bridge1 interface=ether2 add bridge=WIFI-br0 interface=ether3 add bridge=bridge1 interface=ether4 add bridge=WIFI-br0 interface=AP1-NET-eth7 add bridge=WIFI-br0 interface=AP2-NET-eth8 add bridge=WIFI-br0 interface=MGMT-eth5 /interface bridge vlan add bridge=WIFI-br0 tagged=AP1-NET-eth7,AP2-NET-eth8 untagged=WIFI-br0 vlan-ids=“” /ip address add address=10.0.20.1/24 comment=“WIFI VLAN 20 корпоративная сеть” interface= WIFI-CORP-VLAN20 network=10.0.20.0 add address=172.16.30.1/23 comment=“WIFI VLAN 30 гостевая сеть” interface= WIFI-GUEST-VLAN30 network=172.16.30.0 add address=10.254.10.1/24 comment=“Управление VLAN 10” interface=WIFI-br0 network=10.254.10.0 add address=192.168.250.1/24 comment=“Интерконнект WAN1” interface= WAN1-eth9-Tele2 network=192.168.250.0 add address=192.168.251.1/24 comment=“Интерконнект WAN2” interface= WAN2-eth10-VIP network=192.168.251.0 /ip dhcp-client add dhcp-options=hostname,clientid disabled=no interface=bridge1 /ip dhcp-server network add address=10.0.20.0/24 dns-server=10.0.20.1 gateway=10.0.20.1 netmask=24 add address=10.254.10.0/24 dns-server=10.254.10.1 gateway=10.254.10.1 netmask=24 add address=172.16.30.0/23 dns-server=172.16.30.1 gateway=172.16.30.1 netmask=23 /ip dns set allow-remote-requests=yes servers=208.67.222.222,208.67.222.220 /ip firewall address-list add address=10.0.20.0/24 list=NET_VLAN20_CORP add address=172.16.30.0/23 list=NET_VLAN30_GUEST /ip firewall filter add action=accept chain=input connection-state=established,related add action=drop chain=input connection-state=invalid add action=accept chain=input comment=“Разрешить входящие на mikrotik” dst-port= 22,80,8291 in-interface=WIFI-br0 protocol=tcp add action=accept chain=input comment= “Разрешить DHCP, DNS, NTP только из внутренних сетей” dst-port=123,53,67,68 in-interface=!WAN1-eth9-Tele2 protocol=udp add action=accept chain=input comment= “Разрешить DHCP, DNS, NTP только из внутренних сетей” dst-port=53,123,67,68 in-interface=!WAN2-eth10-VIP protocol=udp add action=accept chain=input comment=“Разрешить Ping” protocol=icmp add action=drop chain=input comment= “ГЛОБАЛЬНОЕ ЗАПРЕЩЕНИЕ НЕ ДВИГАЙ И НЕ ИЗМЕНЯЙ ЭТО” add action=accept chain=forward connection-state=established,related add action=drop chain=forward connection-state=invalid add action=accept chain=forward in-interface=WIFI-GUEST-VLAN30 out-interface= WAN1-eth9-Tele2 add action=accept chain=forward in-interface=WIFI-CORP-VLAN20 out-interface= WAN2-eth10-VIP add action=drop chain=forward comment= “ГЛОБАЛЬНОЕ ЗАПРЕЩЕНИЕ НЕ ДВИГАЙ И НЕ ИЗМЕНЯЙ ЭТО” /ip firewall mangle add action=route chain=prerouting comment=GUEST dst-address-type=!local passthrough=yes route-dst=192.168.250.2 src-address=172.16.30.0/23 add action=route chain=prerouting comment=CORP dst-address-type=!local passthrough=yes route-dst=192.168.251.2 src-address=10.0.20.0/24 /ip firewall nat add action=masquerade chain=srcnat out-interface=WAN1-eth9-Tele2 add action=masquerade chain=srcnat out-interface=WAN2-eth10-VIP /ip route add distance=1 gateway=192.168.251.2 add distance=1 gateway=192.168.250.2 /ip service set telnet disabled=yes set ftp disabled=yes set ssh disabled=yes set api disabled=yes set api-ssl disabled=yes /ip ssh set allow-none-crypto=yes forwarding-enabled=remote /system clock set time-zone-name=Europe/Zagreb /system identity set name=“MT 3011” /system ntp client set enabled=yes primary-ntp=161.53.123.5 один SXT: /interface lte set [ find ] mac-address=AC:FF:FF:00:00:00 mtu=1500 name=lte1 network-mode= lte /interface ethernet set [ find default-name=ether1 ] advertise= 10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full set [ find default-name=ether2 ] advertise= 10M-half,10M-full,100M-half,100M-full,1000M-half,1000M-full /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip hotspot profile set [ find default=yes ] html-directory=flash/hotspot /ip address add address=192.168.251.2/24 comment=“Интерконнект WAN2” interface=ether1 network=192.168.251.0 /ip dns set allow-remote-requests=yes /ip firewall filter add action=accept chain=input connection-state=established,related add action=drop chain=input connection-state=invalid add action=accept chain=input dst-port=80,22,8291 in-interface=ether1 protocol=tcp add action=accept chain=forward connection-state=established,related add action=drop chain=forward connection-state=invalid add action=accept chain=forward in-interface=ether1 out-interface=lte1 add action=accept chain=input dst-port=80,22,82 in-interface=ether1 protocol= tcp /ip firewall nat add action=masquerade chain=srcnat out-interface=lte1 /ip service set telnet disabled=yes set ftp disabled=yes set ssh disabled=yes set api disabled=yes set api-ssl disabled=yes /ip ssh set allow-none-crypto=yes forwarding-enabled=remote /system clock set time-zone-name=Europe/Zagreb /system identity set name=“SXT A1” /tool graphing interface add /tool graphing resource add. Пожалуйста, дай мне свои мысли. korg