Community discussions

MikroTik App
 
DamDurock
just joined
Topic Author
Posts: 3
Joined: Fri Mar 01, 2024 2:20 am
Location: Val-d'Or, Qc, CANADA
Contact:

Upload to WAN while wired drops to 1-2M

Fri Mar 01, 2024 2:31 am

Hi there, I have an issue of Wan upload here.
Speedtests says;
Directly connected to the modem, 500m/30M
RB4011-defconf (barely customized) Show a sesult of 500M/1M@3M while wired... But on Wifi (2 cAP wired to RB4011), I reach max Upload

I am kinda lost as I cannot handle to stream on twitch with stability (1080p should be correct for my available bandwidth)

Please help! And if something's missing, just ask!
[admin@MikroTik] > /export hide-sensitive 
# feb/29/2024 19:19:03 by RouterOS 6.45.1
# software id = AGM2-R7I8
#
# model = RB4011iGS+
# serial number = B8F40B40D2E3
/interface bridge
add admin-mac=C4:AD:34:0A:60:E4 auto-mac=no comment=defconf name=bridge
/interface ethernet switch port
set 0 default-vlan-id=0
set 1 default-vlan-id=0
set 2 default-vlan-id=0
set 3 default-vlan-id=0
set 4 default-vlan-id=0
set 5 default-vlan-id=0
set 6 default-vlan-id=0
set 7 default-vlan-id=0
set 8 default-vlan-id=0
set 9 default-vlan-id=0
set 10 default-vlan-id=0
set 11 default-vlan-id=0
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp ranges=192.168.0.10-192.168.0.254
add name=vpn ranges=192.168.89.2-192.168.89.255
add name=dhcp_pool2 ranges=192.168.0.2-192.168.0.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/ipv6 dhcp-server
add interface=bridge name=server1
/ppp profile
set *FFFFFFFE local-address=192.168.89.1 remote-address=vpn
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=ether6
add bridge=bridge comment=defconf interface=ether7
add bridge=bridge comment=defconf interface=ether8
add bridge=bridge comment=defconf interface=ether9
add bridge=bridge comment=defconf interface=ether10
add bridge=bridge comment=defconf interface=sfp-sfpplus1
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface detect-internet
set detect-interface-list=all internet-interface-list=WAN lan-interface-list=\
    LAN wan-interface-list=WAN
/interface l2tp-server server
set enabled=yes use-ipsec=yes
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/interface pptp-server server
set enabled=yes
/interface sstp-server server
set default-profile=default-encryption enabled=yes
/ip address
add address=192.168.0.1/24 comment=defconf interface=bridge network=192.168.0.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add comment=defconf dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.0.0/24 comment=defconf dns-server=8.8.8.8,8.8.4.4 gateway=\
    192.168.0.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip dns static
add address=192.168.0.1 comment=defconf name=router.lan
/ip firewall filter
add action=accept chain=input comment=\
    "defconf: accept established,related,untracked" connection-state=\
    established,related,untracked
add action=accept chain=input comment="allow IPsec NAT" dst-port=4500 protocol=\
    udp
add action=accept chain=input comment="allow IKE" dst-port=500 protocol=udp
add action=accept chain=input comment="allow l2tp" dst-port=1701 protocol=udp
add action=accept chain=input comment="allow pptp" dst-port=1723 protocol=tcp
add action=accept chain=input comment="allow sstp" dst-port=443 protocol=tcp
add action=drop chain=input comment="defconf: drop invalid" connection-state=\
    invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment=\
    "defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" \
    in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" \
    ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" \
    ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \
    connection-state=established,related
add action=accept chain=forward comment=\
    "defconf: accept established,related, untracked" connection-state=\
    established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=\
    invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" \
    connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall nat
add action=masquerade chain=srcnat comment="defconf: masquerade" ipsec-policy=\
    out,none out-interface-list=WAN
add action=masquerade chain=srcnat comment="masq. vpn traffic" src-address=\
    192.168.89.0/24
/ppp secret
add name=vpn
/system clock
set time-zone-name=America/Toronto
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN
Thanks,

-Damien
 
splastunov
just joined
Posts: 7
Joined: Fri Mar 01, 2024 12:59 am
Location: Montenegro

Re: Upload to WAN while wired drops to 1-2M

Sun Mar 03, 2024 12:14 pm

license?
 
DamDurock
just joined
Topic Author
Posts: 3
Joined: Fri Mar 01, 2024 2:20 am
Location: Val-d'Or, Qc, CANADA
Contact:

Re: Upload to WAN while wired drops to 1-2M

Sun Mar 03, 2024 8:33 pm

license?
Level 5 :?: :-|
 
m4rk3J
just joined
Posts: 18
Joined: Thu Jan 27, 2022 2:41 pm

Re: Upload to WAN while wired drops to 1-2M  [SOLVED]

Sun Mar 03, 2024 9:13 pm

Try another computer - it could be some crappy application like Killer Network Manager
 
DamDurock
just joined
Topic Author
Posts: 3
Joined: Fri Mar 01, 2024 2:20 am
Location: Val-d'Or, Qc, CANADA
Contact:

Re: Upload to WAN while wired drops to 1-2M

Sun Mar 03, 2024 9:44 pm

Try another computer - it could be some crappy application like Killer Network Manager
My god THANK YOU!
Indeed, I have a Killer Network Manager... Got thoses two option turned off on my computer and I can now reach my total bandwidth. Thanks a lot buddy!
https://drive.google.com/file/d/1qRsqps ... drive_link

-Damien

Who is online

Users browsing this forum: Bing [Bot] and 18 guests