same here, all the namservers for the Cloud services seems to be down. here is a dns query from Google DNS { "Status": 2 /* SERVFAIL */, "TC": false, "RD": true, "RA": true, "AD": false, "CD": false, "Question": [ { "name&quo...
I would second the Author's concern about more documentations on "Simple Queues" Say for example, what is the max allowable rate limit you can set? In my case I tried setting at 10G/10G but it does not recognize it, but when I put 10000M/10000M it would recognize it as 1410065408/141006540...
RB4011 should be able to handle more than 150PCs and your bandwidth as well.
With regards to your DDoS issue, it's possible that your ISP failed protection in their end, but nevertheless, if you configure properly your firewall rules, you could easily protect your network.
Thanks Sindy and Anav for the replies. To clarify one thing: we don't aim to cheat customers for speedtest or find my IP websites. Yes it has to do with user requirements and as well as to consider bandwidth management of our network. What I wanted to achieve is to somewhat reflect the public IP of ...
Greetings to all here We currently have multiple uplinks provided by different ISPs but for some reason, what we wanted to do is to specify WAN1 port's IP address to reflect when doing speedtest or when searching "What is my IP" but the rest of traffic would be routed to other WANs which h...
Wow 😲 🤯, that is one sick script!!
Would you mind sharing some of those scripts so we could integrate it with our telegram bot? I would really appreciate it
this happens to me exactly! I am running v6.48.1 stable on CCR1009 but HS user need to click login twice before they could login. Upon first click the invalid username/pass error shows up, but second click on login button then it works. There is no issue though when user click on trial button for th...
IP pools have no concept of lease time, that is specific to DHCP. A PPP-like connection uses IPCP to inform the client of their IP address, and lasts for as long as the PPP session is connected. Address allocation from pools is generally 'sticky' between reboots of the Mikrotik so if a client disco...
this is an interesting question. I am too also curious about this. but I think the answer to this question could be this, but not sure though... https://forum.mikrotik.com/viewtopic.php?t=31142#p184067 one other option is to divide pool in smaller pools, because when /ip pool gives out address it wi...
You're wasting your time, client can change TTL as easily as you can, so whatever you do, they will do the opposite and avoid your blocking. That is correct, that is why I am looking into blocking the incoming packets from client side which TTL are less than or equal to 62. All my clients are Linux...
Hi everyone! This is our network setup: Client Device -> Router -> Mikrotik RB750gr3 -> ISP(WAN) /ip firewall mangle add action=change-ttl chain=postrouting new-ttl=set:2 out-interface=all-ppp passthrough=yes I have currently set up a mangle rule so that any incoming packets from ISP would change TT...