The official Mikrotik router thread

0 ;;; default configuration
chain=forward action=accept connection-state=established log=no log-prefix=""

1 ;;; default configuration
chain=forward action=accept connection-state=related log=no log-prefix=""

2 ;;; default configuration
chain=forward action=drop connection-state=invalid log=no log-prefix=""

3 ;;; Allow established connections from Internet to router
chain=input-internet action=accept connection-state=established log=no log-prefix=""

4 ;;; Allow PPTP VPN connections from Internet to router
chain=input-internet action=accept protocol=tcp dst-port=1723 log=no log-prefix=""

5 ;;; Drop other connections from Internet to router
chain=input-internet action=drop log=no log-prefix=""

6 ;;; Allow established connections from Internet to router
chain=input-internet action=accept connection-state=established log=no log-prefix=""

7 ;;; Allow PPTP VPN connections from Internet to router
chain=input-internet action=accept protocol=tcp dst-port=1723 log=no log-prefix=""

8 X ;;; OLD ISP
chain=forward action=passthrough in-interface=*15 out-interface=*15 log=no log-prefix=""

9 ;;; CURRENT ISP
chain=forward action=passthrough in-interface=CURRENT_ISP out-interface=CURRENT_ISP log=no log-prefix=""

10 X ;;; OLD ISP
chain=forward action=passthrough in-interface=OLD ISP out-interface=OLD ISP log=no log-prefix=""

11 chain=output protocol=tcp content=530 Login incorrect dst-limit=1/1m,9,dst-address/1m

12 chain=output action=add-dst-to-address-list protocol=tcp address-list=ftp_blacklist address-list-timeout=3h content=530 Login incorrect

13 chain=input action=accept protocol=icmp

14 chain=input action=accept connection-state=established

15 chain=input action=accept connection-state=related

16 chain=input action=drop in-interface-list=!mactel log=no log-prefix=""

17 chain=input action=drop protocol=udp in-interface=CURRENT_ISP dst-port=53

I tried the following rule at line 3 but it didn't help.

3 X ;;; Allow Cloudkey through Firewall
chain=forward action=accept src-address=IP_ADDRESS_OF_CLOUDKEY log=no log-prefix=""
Please post the rules under the NAT tab, these are from the Filter Rules tab.
 
heh - see post above - solved the problem by giving the CK a new IP...eish

Just figured out the root cause of the issue

Scrutinised the ARP list on the Mikrotik and realised that I used to have a Raspberry Pi that used that IP address - so the IP is still sitting in the ARP List even though it's been disconnected since I installed the Cloudkey (I used to run the Unifi Controller on it) - must have been something conflicting in there

Disabled and deleted the IP address from the ARP list, changed the CK back to the IP that was giving me such grief....and voila, everything working

Eish...
 
Just figured out the root cause of the issue

Scrutinised the ARP list on the Mikrotik and realised that I used to have a Raspberry Pi that used that IP address - so the IP is still sitting in the ARP List even though it's been disconnected since I installed the Cloudkey (I used to run the Unifi Controller on it) - must have been something conflicting in there

Disabled and deleted the IP address from the ARP list, changed the CK back to the IP that was giving me such grief....and voila, everything working

Eish...
Eish indeed, glad you were able to get it sorted though

Funtimes all round
 
Anyone able to provide me with a step by step guide on how to forward ports on my Mikrotik HAC2 router?

I have the login details from vox, I just have no idea how to do this.

 
Anyone able to provide me with a step by step guide on how to forward ports on my Mikrotik HAC2 router?

I have the login details from vox, I just have no idea how to do this.

What do you want to do exactly.

Normally it's under IP....firewall...add rule...chain dstnat

Don't do anything before you know what you want to do though, you can lock yourself out



 
So I've follow a similar guide to the above, but my interface is slightly different. I'll post some pics tomorrow. It's a nightmare to navigate (for me, alteast).

Basically want to do this:

  • Start by logging in to your router.
  • Locate your routers port forwarding section.
  • Put the IP address of your computer or gaming console in the correct box in your router.
  • Put the TCP and UDP ports for your game in the corresponding boxes in your router.
  • Sometimes you have to reboot your router for the changes to take effect.
The incoming connection ports for FIFA 20 are as follows:

FIFA 20 - PC
  • TCP: 3569,8080,9946,9988,10000-20000,42124
  • UDP: 3659,9000-9999
 
Hey guys, I'm fairly new to the mikrotik family and I've been having this problem that's driving me crazy. I've got the RB3011 and ever since Saturday as soon as I upload anything I get a complete connection drop on both up and down streams. I've tried different routerOS versions, resetting everything, different firewall rules, different cables, MTU settings. And i'm still dumbfounded by what's going on.
The connection stays up the entire time my network is idling (MTR//Pingplotter).
I'll link my config, and a video showing what's happening. Please help a brother out :D



edit: also tried without any queues
 
Hey guys, I'm fairly new to the mikrotik family and I've been having this problem that's driving me crazy. I've got the RB3011 and ever since Saturday as soon as I upload anything I get a complete connection drop on both up and down streams. I've tried different routerOS versions, resetting everything, different firewall rules, different cables, MTU settings. And i'm still dumbfounded by what's going on.
The connection stays up the entire time my network is idling (MTR//Pingplotter).
I'll link my config, and a video showing what's happening. Please help a brother out :D



edit: also tried without any queues
You say when you upload anything... have you actually uploaded a file or is it all speed tests?
Reason I ask is to determine if your ISP is messing about with the upload speed test.
 
Hey guys, I'm fairly new to the mikrotik family and I've been having this problem that's driving me crazy. I've got the RB3011 and ever since Saturday as soon as I upload anything I get a complete connection drop on both up and down streams. I've tried different routerOS versions, resetting everything, different firewall rules, different cables, MTU settings. And i'm still dumbfounded by what's going on.
The connection stays up the entire time my network is idling (MTR//Pingplotter).
I'll link my config, and a video showing what's happening. Please help a brother out :D



edit: also tried without any queues

HI Bud

just a note to remove any identifying information in your config
 
i would suggest that even if the config is taken down the poster change his passwords/unames as soon as possible. cant someone link a mod to the thread?
 
Hey guys, I'm fairly new to the mikrotik family and I've been having this problem that's driving me crazy. I've got the RB3011 and ever since Saturday as soon as I upload anything I get a complete connection drop on both up and down streams. I've tried different routerOS versions, resetting everything, different firewall rules, different cables, MTU settings. And i'm still dumbfounded by what's going on.
The connection stays up the entire time my network is idling (MTR//Pingplotter).
I'll link my config, and a video showing what's happening. Please help a brother out :D



edit: also tried without any queues

What does it show in the log when the drops happen?
 
Oof, Thanks for removing the config. Yea i’ve tried just “normal” uploads as well, same thing happens.
No info in the log, even with debug enabled

With normal file uploads the connection still drops every couple of seconds.
 
Time to change some passwords :D, here is the config without all my private info.
 

Attachments

Oh I watched the video but focused on the config :) You can try the same thing with your firewall disabled, but I do not think that will change anything, you can try limit your outbound to 40megs as you not getting much more than that anyway. That may work but I believe its your ISP limiting you when they see too much outbound, like a flood rule, and thats when you see the pings drop.
 
Hey guys, I'm fairly new to the mikrotik family and I've been having this problem that's driving me crazy. I've got the RB3011 and ever since Saturday as soon as I upload anything I get a complete connection drop on both up and down streams. I've tried different routerOS versions, resetting everything, different firewall rules, different cables, MTU settings. And i'm still dumbfounded by what's going on.
The connection stays up the entire time my network is idling (MTR//Pingplotter).
I'll link my config, and a video showing what's happening. Please help a brother out :D



edit: also tried without any queues

does the same happen when you connect directly to the fibre ont from your pc or laptop?
 
Top
Sign up to the MyBroadband newsletter
X