Breaks in Internet connection

Hi,

Im starting using MikroTik, i was buy Few tutorial on Internet. I Was make a configuration. Internet working but i have many breaks… wehen i ping 8.8.8.8 i see when i have internet and when not.

I try few different cable (new) so it’s not a cable problem. When i connect Laptop direct to ISP router then internet works fine on laptop.
internet problem.jpeg
Any idea ?

We need more !
Please Send Config (/export hide-sensitive)

The next time I go to the technician about TV problems, I’ll bring him a photo of the remote.

I was send picture with all config. All setting are visable on PICS.

But here is export, send me command if this is not full. Im start LEARN this device.
Config ::


/interface bridge
add name=bridge_LAN
/interface ethernet
set [ find default-name=ether2 ] comment=“Siec LAN” name=LAN
set [ find default-name=ether1 ] comment=Internet name=WAN
/interface wireless security-profiles
set [ find default=yes ] supplicant-identity=MikroTik
/ip pool
add name=dhcp_pool1 ranges=192.168.10.2-192.168.10.254
add name=dhcp_pool2 ranges=192.168.10.2-192.168.10.254
/ip dhcp-server
add address-pool=dhcp_pool2 disabled=no interface=bridge_LAN name=dhcp1
/interface bridge port
add bridge=bridge_LAN interface=LAN
add bridge=bridge_LAN interface=ether3
add bridge=bridge_LAN interface=ether4
add bridge=bridge_LAN interface=ether5
/ip neighbor discovery-settings
set discover-interface-list=!dynamic
/ip address
add address=192.168.0.88/24 comment=“Port z Internetem” interface=WAN
network=192.168.0.0
add address=192.168.10.1/24 comment=“Siec LAN” interface=bridge_LAN network=
192.168.10.0
/ip cloud
set ddns-enabled=yes
/ip dhcp-client
add interface=WAN
/ip dhcp-server network
add address=192.168.10.0/24 gateway=192.168.10.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8,8.8.4.4
/ip firewall nat
add action=masquerade chain=srcnat out-interface=WAN
/ip route
add distance=1 gateway=192.168.0.1
/system clock
set time-zone-name=Europe/Warsaw
/system identity
set name=MikroC
/system ntp client
set enabled=yes primary-ntp=162.159.200.1 secondary-ntp=162.159.200.123




Im not stupid. I was SEND PICTURE with all config in first POST. If u can’t read this picture so probbly u cant help me! This is sample config like on many wideo:: https://www.youtube.com/watch?v=ZOvRv0oDFMI

Good Afternoon ,

The Routing may be the problem…
–>> /ip route add distance=1 gateway=192.168.0.1

I would have expected :
–>> /ip route add distance=1 gateway=192.168.0.1 dst-address=0.0.0.0/0

I would have expected you know than on export default or obvious values are not exported,
like dst-address=0.0.0.0/0 is never exported on /ip route

Sorry , my bad !
I wasn’t sure !

I did a quick export on a Test-System (Foto)
12-08-_2021_15-22-44.jpg

I can read more than you think from on photo (instead of screenshot, and just this is an information),
but I cant read other fields on various parameter because on winbox aren’t exposed directly on the screen.
For example, the RouterBOARD model and the RouterOS version of which you kindly cut on the photo…

0.0.0.0/32 ??? something is wrong…

You use 7 beta, this forum section is for 6.x, the 7 beta has its own section
command and export are not interchangeable

Thanks for the heads up !

So you dont have a public IP, its a private IP but from where, which device, ISPs modem/router.

You have no firewall rules ???

This rule is wrong, the LAN interface is NOT a bridge port. Perhaps you meant ether2 ??
OH I see you did a very silly thing to name ether2 → LAN, change it back to ether2 the default.
Do not use common names in MT for specific items, very confusing and not helpful ( aka in this case do not name the port with the same name as the LAN interface)

interface bridge port
add bridge=bridge_LAN interface=LAN
add bridge=bridge_LAN interface=ether3
add bridge=bridge_LAN interface=ether4
add bridge=bridge_LAN interface=ether5
/ip neighbor discovery-settings

Why do you have two identical IP pools?

The Eth2 - name is not a problem ! I know i should use better name but this is ONLY device for learn and first confing not working property.

I do few times DHC pool so show 2 times, but working only one (dhcp_pool2). I remove now one rules but still same error.

Like u see in picture i ping from MikroTik 8.8.8.8 so mikrotik CUT internet or cant take from TPlink

When i ping same time 8.8.8.8 and 192.168.0.1 - TP link router adress , then in same time show me timeout and good packet so problem is connection with TPlink.

My ISP router is TP Link. I don’t think so the firewall will be problem. Because i have Internet and have breaks.

I don’t have Public IP.

Model of MikroTik : RB750Gr3
Ver: 8.48.3 - latest

/ip/router/export

show:

add distance=1 gateway=192.168.0.1

If u tell me how generate full config send please me command.

It is best for the user to start from scratch with the RouterOS defaults and the predefined firewall rules …

I found the problem.

The problem Was IP: 192.168.0.88 // what i set in WAN

I change to: 192.168.0.66

Probbly Some device in network want this IP also. I need check what device tried to take this IP .

Now all works fine..

remove IP on WAN, route and DNS and enable/create a dhcp client on wan

I was add this IP .66 on TPlink and I booked this IP for MikroTik.

The .88 was Monitoring system i forgot :frowning: i use this static IP for camera recorder.

Thanks for reply :smiley: