General • I can't get my network to work in Gigabit
Hello everyone,I've been using my Mikrotik HEX s for a while now and I'm very happy with it, but I don't know where to turn to get my gigabit network working. I am starting to lose my mind.Premise: I...
View ArticleGeneral • Re: Wireguard Site-to-Site Route not working
I think I have found a solution.After all, the route is now set correctly.I have simply created another static route which has the IP network of the Wireguard VPN.So 10.13.37.0/24.This route is...
View ArticleScripting • Re: Creating a script for sending SMS
With some True or False, below seems to be working:Code: :global smsMessageRequired:if [/tool sms inbox find where message ~"1237"] do={:set $smsMessageRequired value=true} else={:set...
View ArticleGeneral • Re: Export where in firewall
Which exact ROS version?It may be a bug in a specific version, see here:viewtopic.php?t=203607A report/ticket for those versions has already been submitted to support.No idea if in later version it...
View ArticleGeneral • Strange issue with srd/dst address type 'local'
Hi all,I'm doing some tests with my home router installation and it seems that I can't get dst-address-type=local match to work. I just add first rule in input chain like this:Code: chain=input...
View ArticleGeneral • Re: Require help/advice with Bridge and VLAN's
Which part doesnt work the router ports or the switch ports and if its the switch, you failed to mention which router model or switch model??Statistics: Posted by Mesquite — Sat Mar 02, 2024 1:14 pm
View ArticleScripting • Re: Email me if BGP session status in NOT established
I don't think that my approach will work on v7 since the sessions are radically different from v6.It will probably need a complete rewrite to make it work on v7. I am not promising...
View ArticleScripting • Re: Script DHCP Lease to Simple Queues don't work since update to...
This is my first MikroTik router, but after faffing about with the DHCP scripts for a day, here's what I found out:First off, dhcp scripts *do* run under 7.13 and 7.14 at least, but if there is the...
View ArticleBeginner Basics • Re: ipv6 issues with hEX S RB760iGS
On ROS v6, ipv6 package is optional and by default it's not even installed (it has to be downloaded from mikrotik download page in extras archive, unpacked and uploaded to device). And since it's...
View ArticleGeneral • Re: Understanding why Minecraft Server won't connect
Hello everyone,I've been following this thread with great interest as I'm encountering a similar issue with my Minecraft server setup, especially after reading about the challenges and steps taken...
View ArticleScripting • Re: Address lists downloader (DShield, Spamhaus DROP/EDROP, etc)
I found this script on the forum. It works OK on my hEX S running 7.13.2.The only change I've made was to concentrate all entries on a single "blacklist" and select the entries via the comment...
View ArticleGeneral • Re: Bug? Simple queue causes reboot failure
Willi - Please do the following:1) Upgrade your router to v7.14rc or later (if one is available when you decide to do this);2) Generate supout file before you add queue;3) Add queue;4) Generate...
View ArticleBeginner Basics • Private Internet Access (PIA) Wireguard with RouterOS
Someone wrote a python script to generate a Wireguard config file using PIA credentials and a chosen region:https://github.com/hsand/pia-wgI took that and added some features to it a while ago, along...
View ArticleGeneral • How to reorder firewall rules?
Hi all!My Mikrotik is on RouterOS v6.44.5 (long-term).I want to reorder firewall rules, but cannot figure out how. Neither Firefox or Chrome allow me to drag rules up or down. Winbox allows me to drag...
View ArticleGeneral • Can't import LetEncrypt certs CHR v7.14
Hi all,Just installed a CHR on AWS using the new v7.14 image.Have uploaded the Lets Encrypt generated fullchain.pem & privkey.pem but /certificate/import refuses to import them.There's no error...
View ArticleBeginner Basics • Re: VLANS creation and testing-AX2
I highly doubt that ISP is blocking 443 and 123 as those are used for HTTPS and NTP.Did you do port forward on ax2 ?Statistics: Posted by gigabyte091 — Sun Mar 03, 2024 8:48 am
View ArticleRouterBOARD hardware • Re: I'm going to jump off the building:CCR1036-8G-2S+
Buy a new router and put the old one above fireplace with "In loving memory of CCR1036" sign.Statistics: Posted by gigabyte091 — Sun Mar 03, 2024 9:07 am
View ArticleGeneral • Re: I can't get my network to work in Gigabit
Well, you're right. Damn, this is a lesson of carefully reading what you're buying I suppose. Yes, indeed, I used normal crimping connectors and as I didn't have any problem (like other billions of...
View ArticleGeneral • Re: Block All countries except ...
if your router is able to process a million of address list rules - it will workhttps://mikrotikconfig.com/firewall/Statistics: Posted by baragoon — Sun Mar 03, 2024 9:46 am
View ArticleBeginner Basics • ONLY FORWARDING RULE IS WORKING INPUT AND OUTPUT RULE NOT...
If disable ip forward internet not work ( WAN to lan and lan to WAN traffic Forward with each other) so how to stop these fowarding completely because of this input and output firewall rule not...
View Article