Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15133

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

$
0
0
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?
Code:
# 2024-02-10 10:11:22 by RouterOS 7.13.4# software id =*## model = CRS310-8G+2S+# serial number = */interface bridgeadd arp=local-proxy-arp name="Lan Bridge" port-cost-mode=short/interface ethernetset [ find default-name=ether1 ] advertise=\    10M-baseT-full,100M-baseT-half,100M-baseT-full,1G-baseT-full,2.5G-baseT/interface wireless security-profilesset [ find default=yes ] supplicant-identity=MikroTik/ip hotspot profileset [ find default=yes ] html-directory=hotspot/ip pooladd name=pool1 ranges=192.168.1.115-192.168.1.199add name=dhcp_pool1 ranges=192.168.1.115-192.168.1.199/ip dhcp-serveradd address-pool=dhcp_pool1 interface="Lan Bridge" name=dhcp1/interface bridge portadd bridge="Lan Bridge" interface=ether2 internal-path-cost=10 path-cost=10add bridge="Lan Bridge" interface=ether3 internal-path-cost=10 path-cost=10add bridge="Lan Bridge" interface=ether4 internal-path-cost=10 path-cost=10add bridge="Lan Bridge" interface=ether5 internal-path-cost=10 path-cost=10add bridge="Lan Bridge" interface=ether6 internal-path-cost=10 path-cost=10add bridge="Lan Bridge" interface=ether7 internal-path-cost=10 path-cost=10add bridge="Lan Bridge" interface=ether8 internal-path-cost=10 path-cost=10add bridge="Lan Bridge" interface=sfp-sfpplus1 internal-path-cost=10 \    path-cost=10add bridge="Lan Bridge" interface=sfp-sfpplus2 internal-path-cost=10 \    path-cost=10/ip addressadd address=192.168.1.1/24 interface="Lan Bridge" network=192.168.1.0/ip dhcp-clientadd interface=ether1/ip dhcp-server leaseadd address=192.168.1.126 client-id=1:0:f:ff:b:11:6b mac-address=\    00:0F:FF:0B:11:6B server=dhcp1add 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 networkadd address=192.168.1.0/24 gateway=192.168.1.1/ip firewall filteradd action=accept chain=forward comment=Obseron dst-address=192.168.1.102 \    port=9191 protocol=tcpadd action=accept chain=forward connection-state=\    established,related,untrackedadd action=accept chain=forward protocol=icmpadd action=accept chain=input connection-state=established,related,untrackedadd 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=ether1add action=fasttrack-connection chain=forward hw-offload=yes out-interface=\    ether1/ip firewall natadd action=masquerade chain=srcnatadd action=netmap chain=dstnat comment="Obseron Server" port=9191 protocol=\    tcp to-addresses=192.168.1.102 to-ports=9191/ip serviceset telnet disabled=yesset ftp disabled=yesset www disabled=yesset ssh disabled=yesset api disabled=yesset api-ssl disabled=yes/system clockset time-zone-name=America/Denver/system noteset show-at-login=no/system routerboard settingsset boot-os=router-os

Statistics: Posted by urbansq1 — Sat Feb 10, 2024 7:21 pm



Viewing all articles
Browse latest Browse all 15133

Trending Articles