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.
Any idea ?
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
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…
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)
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.