Download speed keeps fluctuating with only mikrotik connection

Hello everyone,

I am using Mikrotik RB3011 , And My internet connection comes from my isp modem(bridge mod) to mikrotik router.

I have set up the mikrotik with quick set up mode without default config. And i am able to connect internet with lan port.

But, speedof.me gives error, speedtest.net does not work properly. Also during downloading process speed goes climax first and then goes down to nearly 0 mbps (this cycle repeats during downloading)
This problem does not occur while i connect the my main modem with a router mode

Any idea what is behind the problem ?
Speedof.me ss
http://imgur.com/a/XtKbJ

Steam downloading ss
http://imgur.com/a/S6U06

# may/21/2017 19:55:37 by RouterOS 6.37.5
# software id = D30F-EWV3
#
/interface bridge
add name=bridge1
/ip pool
add name=dhcp ranges=192.168.5.10-192.168.5.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=ether9
add bridge=bridge1 interface=ether10
add bridge=bridge1 interface=sfp1
/ip address
add address=192.168.5.1/24 interface=ether2 network=192.168.5.0
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.5.0/24 gateway=192.168.5.1 netmask=24
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
/system clock
set time-zone-name=Europe/Istanbul
/tool bandwidth-server
set max-sessions=10

Hi serkand93

Keep your modem in router mode, and just enable DMZ on your modem (should be in security or port settings). This will allow you to use all the functions you need from the mikrotik without using ppoe-out.
All requests will then be handled by the mikrotik, the modem just passes everything along.

Enjoy routing

What is the relation to PPPoE?

See the ether1 torch if you are not part of ddos dns attack because you are missing firewall rules… You shoud not expose unprotected device to Internet.