Community discussions

MikroTik App
 
nfp007
just joined
Topic Author
Posts: 1
Joined: Wed May 10, 2023 7:51 pm

Slow WAN speed RB2011UiAS-2HnD

Wed May 10, 2023 7:58 pm

Hello,

I'm curious what is the max connection speed with RB2011UiAS-2HnD?
My setup is very basic, nothing difficult. However im not able to reach more than 160Mbps for download and 300Mbps for upload. I have connectivity from provider 1Gbps, that works 100%.
I switched off firewall completely. Also all other feature which might be slowing down system. What i see is that during the speed test the CPU utilization is 100%.
# may/10/2023 18:46:30 by RouterOS 7.9
# software id = Y5GI-6DHA
#
# model = RB2011UiAS-2HnD
# serial number = 4673016194CE
/interface bridge
add name=LAN
/interface ethernet
set [ find default-name=ether1 ] mac-address=00:0C:42:BC:CC:79 \
    rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether2 ] rx-flow-control=auto tx-flow-control=auto
set [ find default-name=ether3 ] rx-flow-control=auto tx-flow-control=auto
/interface wireguard
add listen-port=13231 mtu=1420 name=wireguard1
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
add authentication-types=wpa-psk,wpa2-psk eap-methods="" mode=dynamic-keys \
    name=chget supplicant-identity=""
/interface wireless
set [ find default-name=wlan1 ] band=2ghz-b/g/n country=switzerland \
    frequency=2437 installation=indoor mode=ap-bridge security-profile=chget \
    ssid=chget wireless-protocol=802.11
/ip pool
add name=dhcp_pool1 ranges=10.0.1.100-10.0.1.200
add name=dhcp ranges=10.0.1.100-10.0.1.200
/ip dhcp-server
add address-pool=dhcp interface=LAN lease-time=10m name=dhcp2
/port
set 0 name=serial0
/interface bridge port
add bridge=LAN interface=ether2
add bridge=LAN interface=ether3
add bridge=LAN interface=ether4
add bridge=LAN interface=ether5
add bridge=LAN interface=ether6
add bridge=LAN interface=ether7
add bridge=LAN interface=ether8
add bridge=LAN interface=ether9
add bridge=LAN interface=ether10
add bridge=LAN interface=wlan1
add bridge=LAN interface=sfp1
/ip settings
set max-neighbor-entries=8192
/ipv6 settings
set max-neighbor-entries=8192
/interface list member
add interface=LAN
/interface ovpn-server server
set auth=sha1,md5
/interface wireguard peers
add allowed-address=10.0.0.0/24 endpoint-address=84.19.77.117 endpoint-port=\
    13231 interface=wireguard1 public-key=\
    "asdasds"
/ip address
add address=10.0.1.1/24 interface=LAN network=10.0.1.0
add address=10.255.255.1/30 interface=wireguard1 network=10.255.255.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server lease
add address=10.0.1.199 client-id=1:18:c0:4d:61:fa:64 mac-address=\
    18:C0:4D:61:FA:64 server=dhcp2
/ip dhcp-server network
add address=0.0.0.0/24 gateway=0.0.0.0 netmask=24
add address=10.0.1.0/24 dns-server=10.0.1.1,8.8.8.8 gateway=10.0.1.1
/ip dns
set allow-remote-requests=yes
/ip firewall filter
add action=accept chain=input connection-state=established,related disabled=\
    yes in-interface=ether1
add action=accept chain=input disabled=yes protocol=icmp
add action=accept chain=input comment="established related" connection-state=\
    established,related disabled=yes protocol=tcp
add action=accept chain=input connection-state=established,related disabled=\
    yes
add action=accept chain=input comment=wireguard disabled=yes dst-port=13231 \
    protocol=tcp
add action=accept chain=input disabled=yes in-interface=wireguard1
add action=accept chain=input disabled=yes in-interface=LAN
add action=drop chain=input disabled=yes in-interface=ether1
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
add action=dst-nat chain=dstnat dst-port=27020 protocol=tcp to-addresses=\
    10.0.1.2 to-ports=27020
/ip proxy
set anonymous=yes enabled=yes src-address=10.0.1.1
/ip proxy access
add src-address=10.0.0.0/16
/ip route
add dst-address=10.0.0.0/24 gateway=wireguard1
add dst-address=192.168.222.0/24 gateway=wireguard1
/system clock
set time-zone-name=Europe/Zurich
/system identity
set name=RouterOS
/system note
set show-at-login=no
/tool sniffer
set filter-ip-protocol=tcp filter-port=27020
Thanks for any advice.
You do not have the required permissions to view the files attached to this post.

Who is online

Users browsing this forum: anav, baragoon, Bing [Bot], duartev, menyarito and 94 guests