Hello guys,
i need help with some configuration, I have strange problem with mine. Please tell me what is wrong![Sad :(]()
below is my setup, but strangely the network is very very slow, e.g. when loading webpages, it time out the first time, many sites fail to connect and so on and when i remove all my config everything is fine again.
![Image]()
here is my config
i need help with some configuration, I have strange problem with mine. Please tell me what is wrong

below is my setup, but strangely the network is very very slow, e.g. when loading webpages, it time out the first time, many sites fail to connect and so on and when i remove all my config everything is fine again.

here is my config
Code:
# 2024-02-29 23:02:16 by RouterOS 7.13.5# software id = U3ZI-3UB1## model = RB750Gr3# serial number = CC220EBE14C3/interface bridgeadd igmp-snooping=yes ingress-filtering=no name=bridge1 port-cost-mode=short \ vlan-filtering=yes/interface vlanadd interface=bridge1 name=Guest_VLAN vlan-id=30add interface=bridge1 name=Mgmt_VLAN vlan-id=99add interface=bridge1 name=Office_VLAN vlan-id=10add interface=bridge1 name=Training_VLAN vlan-id=20/interface listadd name=WANadd name=Internaladd name=Guestadd name=Mgmtadd name=Training/ip hotspot profileset [ find default=yes ] html-directory=hotspot/ip pooladd name=Office_POOL ranges=192.168.2.121-192.168.2.250add name=Training_POOL ranges=192.168.1.151-192.168.1.254add name=Guest_POOL ranges=10.0.30.30-10.0.30.250add name=Mgmt_POOL ranges=192.168.99.5-192.168.99.254/ip dhcp-serveradd address-pool=Office_POOL interface=Office_VLAN lease-time=10m name=\ Office_DHCPadd address-pool=Training_POOL interface=Training_VLAN lease-time=10m name=\ Training_DHCPadd address-pool=Guest_POOL interface=Guest_VLAN lease-time=10m name=\ Guest_DHCPadd address-pool=Mgmt_POOL interface=Mgmt_VLAN lease-time=10m name=Mgmt_DHCP/portset 0 name=serial0/interface bridge portadd bridge=bridge1 ingress-filtering=no interface=ether2 internal-path-cost=\ 10 path-cost=10 pvid=10add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether3 internal-path-cost=10 path-cost=10 pvid=10add bridge=bridge1 frame-types=admit-only-untagged-and-priority-tagged \ interface=ether4 internal-path-cost=10 path-cost=10 pvid=99add bridge=bridge1 frame-types=admit-only-vlan-tagged interface=ether5 \ internal-path-cost=10 path-cost=10/interface bridge vlanadd bridge=bridge1 tagged=bridge1,ether5 untagged=ether3 vlan-ids=10add bridge=bridge1 tagged=bridge1,ether5 vlan-ids=20add bridge=bridge1 tagged=bridge1,ether5 vlan-ids=30add bridge=bridge1 tagged=bridge1,ether5 untagged=ether4 vlan-ids=99/interface detect-internetset wan-interface-list=WAN/interface list memberadd interface=ether1 list=WANadd interface=Office_VLAN list=Internaladd interface=Guest_VLAN list=Guestadd interface=Mgmt_VLAN list=Mgmtadd interface=Training_VLAN list=Trainingadd interface=Mgmt_VLAN list=Internal/ip addressadd address=192.168.99.1/24 interface=Mgmt_VLAN network=192.168.99.0add address=192.168.2.1/24 interface=Office_VLAN network=192.168.2.0add address=192.168.1.1/24 interface=Training_VLAN network=192.168.1.0add address=10.0.30.1/24 interface=Guest_VLAN network=10.0.30.0/ip cloudset update-time=no/ip dhcp-clientadd interface=ether1/ip dhcp-server networkadd address=10.0.30.0/24 dns-server=10.0.30.1 gateway=10.0.30.1add address=192.168.1.0/24 dns-server=192.168.1.1 gateway=192.168.1.1add address=192.168.2.0/24 dns-server=192.168.2.1 gateway=192.168.2.1add address=192.168.3.0/24 dns-server=192.168.3.1 gateway=192.168.3.1add address=192.168.99.0/24 dns-server=192.168.99.1 gateway=192.168.99.1/ip dnsset allow-remote-requests=yes servers=1.1.1.1,1.0.0.1/ip firewall filteradd action=accept chain=input comment=\ "ATikconf: accept established,related,untracked" connection-state=\ established,related,untrackedadd action=drop chain=input comment="ATikconf: drop invalid" \ connection-state=invalidadd action=accept chain=input comment="ATikconf: accept ICMP" protocol=icmpadd action=accept chain=input comment="Allow Internal" in-interface-list=\ Internaladd action=accept chain=input comment="Allow Training" in-interface-list=\ Trainingadd action=accept chain=input comment="Allow Guest" in-interface-list=Guestadd action=accept chain=input comment="Allow Mgmt_Vlan Full Access" \ in-interface-list=Mgmtadd action=fasttrack-connection chain=forward comment="ATikconf: fasttrack" \ connection-state=established,related hw-offload=yesadd action=accept chain=forward comment=\ "ATikconf: accept established,related, untracked" connection-state=\ established,related,untrackedadd action=accept chain=forward comment="Training_VLAN to Office_VLAN" \ connection-state=new in-interface-list=Training out-interface-list=\ Internaladd action=accept chain=forward comment="Office_VLAN to Training_VLAN" \ connection-state=new in-interface-list=Internal out-interface-list=\ Trainingadd action=accept chain=forward comment="Internal Internet Access only" \ connection-state=new in-interface-list=Internal out-interface-list=WANadd action=accept chain=forward comment="Guest Internet Access only" \ connection-state=new in-interface-list=Guest out-interface-list=WANadd action=accept chain=forward comment="mgmt to mgmt" in-interface-list=Mgmt \ out-interface-list=Mgmtadd action=drop chain=forward comment="ATikconf: drop invalid" \ connection-state=invalidadd action=drop chain=forward comment=\ "ATikconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \ connection-state=new in-interface-list=WAN/ip firewall natadd action=masquerade chain=srcnat comment="Default masquerade" \ out-interface-list=WAN/ip serviceset telnet disabled=yesset ftp disabled=yesset www disabled=yesset ssh address=192.168.99.0/24set api disabled=yesset winbox address=192.168.99.0/24set api-ssl disabled=yes/ip socksset auth-method=password enabled=yes port=20907 version=5/ip socks usersadd name=es9999/ip sshset strong-crypto=yes/system clockset time-zone-name=Asia/Singapore/system identityset name=Router/system loggingset 1 action=disk/system noteset show-at-login=no/system ntp clientset enabled=yes/system ntp serverset broadcast=yes broadcast-addresses=192.168.99.1 enabled=yes/system ntp client serversadd address=sg.pool.ntp.org/tool bandwidth-serverset enabled=no/tool mac-serverset allowed-interface-list=none/tool mac-server mac-winboxset allowed-interface-list=none/tool mac-server pingset enabled=no
Statistics: Posted by sticky911 — Sun Mar 10, 2024 9:04 am