General • Re: UDP NAT connection tracking requirements?
Connection tracking generally assumes that bi-directional communication flows between same ip:port pair. In your case between 192.168.1.2:29999 and 192.168.20.2:29999 ... and in both directions. If...
View ArticleGeneral • Re: Filter rules
It’s used as a router and has a static IP assigned. The third party firewall performs all of the rules.I wasn't sure if I needed to have any rules set on the MikroTik firewall as well.Only for...
View ArticleBeginner Basics • Re: Multiple wired clients with same MAC addresses
The 169.254.x.x (with netmask 255.255.0.0) is an APIPA address.If the protocol is implemented correctly it should essentially:https://www.spiceworks.com/tech/network ... pipa/#_0021) look for a DHCP...
View ArticleGeneral • Re: Traffic on different bridges
CRS line of devices are switches.Having said that we can continue: yes, CRS can route (like every other device running ROS). If running recent ROS (v7.something) it can do routing with ASIC so it's...
View ArticleBeginner Basics • Re: CAPSMAN-How many configurations do I need?
Besides answering (all) (my) questions, are you please willing to share your config of all devices involved?Code: /export file=anynameyoulikeStatistics: Posted by erlinden — Fri Jan 26, 2024 6:20 pm
View ArticleScripting • Exporting IP addresses from an address-list to a file
Hi, I have this script that exports the IP addresses of this list to a file.Code: /ip firewall address-list:foreach id in=[find list=servers] do={ :local ipAddr [:toip [get $id address]] :local...
View ArticleGeneral • Re: CCR2004-16G-2S+ and Downgrade
After trying to downgrade by executing the procedure you described, if router fails to downgrade, check log.And an idea: first check the list of installed packages. Upgrade/downgrade procedure...
View ArticleGeneral • Re: Can not do factory reset on my HEX.
Wrong order...1) Unplug the device from power;2) Press and hold the button right after applying power;Note: hold the button until LED will start flashing;3) Release the button to clear...
View ArticleScripting • Re: CRS - VLAN - Add untagged interfaces via script
I do not set the separator out of scope,it is you who did not copy the { }, if there are, there must be a reason.It is logical that it gives you error if you do not copy exactly.Code: {... :if ($i =...
View ArticleGeneral • VPN dns requests through vpn tunnel
Hello.I am looking for a solution to route only these dns request through a vpn, wich addresses are stored in an addresslist.All the others should be route to default local dns server.which firewall...
View ArticleWireless Networking • Re: NetBox 5 ax
Currently nv2 is listed as one of the lost features of the new wifiwave2 drivers, so I'm afraid the answer is probably no.Worse, station-bridge mode is incompatible between old wireless and new...
View ArticleGeneral • Re: LLDP-MED : missing 802.3 MAC/PHY TLV and fast start timer,...
Thank you very much for starting this thread: the topic seems very important to me.Yes it's an interesting topic. LLDP-MED simplify a lot telephony setups with autoprovisioning. It is specially...
View ArticleGeneral • prohibit communication with the company's branch via the WAN address
HelloI would like to prohibit communication with the company's branch via the WAN address.I have two networks connected by a WG tunnel, the first 10.0.0.0/24 1.1.1.1 WAN, the second 192.168.0.0/24...
View ArticleSwOS • from network to network without a gateway
HelloI have a network with VLAN, I want the computer from network A to network B within the same switch to connect not through the gateway, but directly.Can you give me an example/screenshot of such a...
View ArticleGeneral • Re: CCr 1036 router PPPoE issue
How do you think that we can help you since you DID NOT provide any details?ros versionconfig etcStatistics: Posted by Maggiore81 — Fri Jan 26, 2024 7:22 pm
View ArticleGeneral • prohibit communication with the company's branch via the WAN
HelloI would like to prohibit communication with the company's branch via the WAN address.I have two networks connected by a WG tunnel, the first 10.0.0.0/24 1.1.1.1 WAN, the second 192.168.0.0/24...
View ArticleScripting • Re: send varible to hotspot login from login page
Any help??Statistics: Posted by gbadrr19 — Fri Jan 26, 2024 8:04 pm
View ArticleScripting • PPPoE User Script
Ineed mikrotik PPPoE hotspot Script configurationStatistics: Posted by starlink — Fri Jan 26, 2024 8:13 pm
View ArticleRouterBOARD hardware • Re: Ethernet - link down
Same issue on a brand new CRS312-4C+8XG-RM aswell, both on 7.13.3 and on 7.13.2. On 7.13.2 it worked fine for about a day before it started happening, on 7.13.3 the links started to go down/up after...
View ArticleWireless Networking • NAT behind or beside wireless bond
Hi everyone.I have two wireless 30km links with 2 EoIP setup for within each link and then a bond interface with both EoIP. I need to sum bandwidth.I'm having some problems while playing videos...
View Article