Community discussions

MikroTik App
 
urbansq1
just joined
Topic Author
Posts: 1
Joined: Sat Feb 10, 2024 7:03 pm

Not getting the speeds I should be? (Very green)

Sat Feb 10, 2024 7:21 pm

I have a CRS310-8g-2s+ running as my router and primary switch. A DHCP 2.5 gig service coming in to port 1. It test direct to my desktop at 2.3. I had a buddy do a basic config for me to get me started. When first plugged in I was getting 500ish down. Did something with fast tracking and it got me up to 1100. I was getting 900 up and down on my old RK1 router before. Am I missing a setting?
# 2024-02-10 10:11:22 by RouterOS 7.13.4
# software id =*
#
# model = CRS310-8G+2S+
# serial number = *
/interface bridge
add arp=local-proxy-arp name="Lan Bridge" port-cost-mode=short
/interface ethernet
set [ find default-name=ether1 ] advertise=\
    10M-baseT-full,100M-baseT-half,100M-baseT-full,1G-baseT-full,2.5G-baseT
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=hotspot
/ip pool
add name=pool1 ranges=192.168.1.115-192.168.1.199
add name=dhcp_pool1 ranges=192.168.1.115-192.168.1.199
/ip dhcp-server
add address-pool=dhcp_pool1 interface="Lan Bridge" name=dhcp1
/interface bridge port
add bridge="Lan Bridge" interface=ether2 internal-path-cost=10 path-cost=10
add bridge="Lan Bridge" interface=ether3 internal-path-cost=10 path-cost=10
add bridge="Lan Bridge" interface=ether4 internal-path-cost=10 path-cost=10
add bridge="Lan Bridge" interface=ether5 internal-path-cost=10 path-cost=10
add bridge="Lan Bridge" interface=ether6 internal-path-cost=10 path-cost=10
add bridge="Lan Bridge" interface=ether7 internal-path-cost=10 path-cost=10
add bridge="Lan Bridge" interface=ether8 internal-path-cost=10 path-cost=10
add bridge="Lan Bridge" interface=sfp-sfpplus1 internal-path-cost=10 \
    path-cost=10
add bridge="Lan Bridge" interface=sfp-sfpplus2 internal-path-cost=10 \
    path-cost=10
/ip address
add address=192.168.1.1/24 interface="Lan Bridge" network=192.168.1.0
/ip dhcp-client
add interface=ether1
/ip dhcp-server lease
add address=192.168.1.126 client-id=1:0:f:ff:b:11:6b mac-address=\
    00:0F:FF:0B:11:6B server=dhcp1
add address=192.168.1.144 client-id=1:b4:2e:99:36:d3:ca mac-address=\
    B4:2E:99:36:D3:CA server=dhcp1
/ip dhcp-server network
add address=192.168.1.0/24 gateway=192.168.1.1
/ip firewall filter
add action=accept chain=forward comment=Obseron dst-address=192.168.1.102 \
    port=9191 protocol=tcp
add action=accept chain=forward connection-state=\
    established,related,untracked
add action=accept chain=forward protocol=icmp
add action=accept chain=input connection-state=established,related,untracked
add action=drop chain=input connection-state=invalid connection-type=""
add action=drop chain=input in-interface="!Lan Bridge"
add action=drop chain=forward connection-state=invalid connection-type=""
add action=drop chain=forward connection-nat-state=!dstnat connection-state=\
    new connection-type="" in-interface=ether1
add action=fasttrack-connection chain=forward hw-offload=yes out-interface=\
    ether1
/ip firewall nat
add action=masquerade chain=srcnat
add action=netmap chain=dstnat comment="Obseron Server" port=9191 protocol=\
    tcp to-addresses=192.168.1.102 to-ports=9191
/ip service
set telnet disabled=yes
set ftp disabled=yes
set www disabled=yes
set ssh disabled=yes
set api disabled=yes
set api-ssl disabled=yes
/system clock
set time-zone-name=America/Denver
/system note
set show-at-login=no
/system routerboard settings
set boot-os=router-os
 
Moba
Member Candidate
Member Candidate
Posts: 211
Joined: Sun Sep 27, 2020 6:15 pm

Re: Not getting the speeds I should be? (Very green)

Sat Feb 10, 2024 10:03 pm

Your device is a switch by design - the CPU used is not designed for high bandwidth NAT. While FastTrack does lower the load, it's still not an optimal device to be used as a router. The RB5009 would be a more suitable device.

https://mikrotik.com/product/crs310_8g_ ... estresults
https://mikrotik.com/product/rb5009ug_s ... estresults

Who is online

Users browsing this forum: Bing [Bot], Boulder08, jaclaz and 21 guests