Community discussions

MikroTik App

Search found 11588 matches

  • 1
  • 2
  • 3
  • 4
  • 5
  • 39
by sindy
Mon May 19, 2025 10:51 pm
Forum: General
Topic: The source IP address used by the WireGuard server [SOLVED]
Replies: 11
Views: 1139

Re: The source IP address used by the WireGuard server [SOLVED]

A feature of the Wireguard protocol. Mikrotik pretty much uses the reference implementation.
by sindy
Mon May 19, 2025 10:38 pm
Forum: General
Topic: The source IP address used by the WireGuard server [SOLVED]
Replies: 11
Views: 1139

Re: The source IP address used by the WireGuard server [SOLVED]

Because Wireguard is UDP-based and has an embedded handling of roaming. Like everything, that appropach has both advantages and drawbacks.
by sindy
Mon May 19, 2025 10:25 pm
Forum: General
Topic: The source IP address used by the WireGuard server [SOLVED]
Replies: 11
Views: 1139

Re: The source IP address used by the WireGuard server [SOLVED]

I think the best summary of the Wireguard behavior and possible ways to address multi-WAN scenarios is here.
by sindy
Sun May 18, 2025 10:06 pm
Forum: General
Topic: Bypass CGNAT using CHR Relay Server - Need help
Replies: 11
Views: 1503

Re: Bypass CGNAT using CHR Relay Server - Need help

The PBX does not have to find it out on its own, the PBX needs to be told. There are mechanisms it could use to find out but they are not implemented on all PBXes.
by sindy
Wed May 14, 2025 5:33 pm
Forum: General
Topic: IPSec not routing
Replies: 8
Views: 1058

Re: IPSec not routing

The first thing that stands out is that in vanilla IPsec you cannot have two policies with identical traffic selectors, the one lower on the list is considered invalid and no Phase 2 SA pair is established for it. So I am very surprised it works with the 3011. The Mikrotik solution here is to have a...
by sindy
Wed May 14, 2025 12:30 am
Forum: General
Topic: Dual WAN with PCC preventing failover
Replies: 9
Views: 1379

Re: Dual WAN with PCC preventing failover

Do the ones under /ip route not count? Of course they do, I have missed the routing-table column for the last two routes, and not only that. I was somehow tuned to the fallback approach that is based on recursive next-hop search. In the config above, you have two default routes with different dista...
by sindy
Sun May 11, 2025 7:13 pm
Forum: General
Topic: Dual WAN with PCC preventing failover
Replies: 9
Views: 1379

Re: Dual WAN with PCC preventing failover

Always post the complete export (anonymized of course), as the issue is typically caused by something you do not assume to be related. In what you've posted, the routing tables to_isp1 and to_isp2 are defined but empty; as you say the load distribution was working well while both WAN connections wer...
by sindy
Sun May 11, 2025 3:35 pm
Forum: General
Topic: Comment DHCP leases with dynamic IP? [SOLVED]
Replies: 6
Views: 1215

Re: Comment DHCP leases with dynamic IP? [SOLVED]

You can also convert a DHCP lease to a static one but then change the address item of the static lease to a name of a pool. That way, the lease will never disappear, but the address will still be dynamic.
by sindy
Tue May 06, 2025 6:09 pm
Forum: General
Topic: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks
Replies: 73
Views: 25525

Re: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks

This is only true because TCP 443 (where the web server listens) and UDP 443 (where you let any UDP service listen) are actually unrelated. But there are other UDP ports where RouterOS is listening by default (like 53 for DNS, 1701 for L2TP, 500 and 4500 for IPsec) which you cannot simultaneously us...
by sindy
Sun May 04, 2025 12:01 pm
Forum: General
Topic: IPSec at WAN2 VPN Multi WAN Routing Mark skips for WAN1
Replies: 3
Views: 1237

Re: IPSec at WAN2 VPN Multi WAN Routing Mark skips for WAN1

Your configuration export does not play well with your description - there are three default routes in table to_TW , so I don't get how a packet could "not find a route" in that table except if all 3 of the gateways were down. Is that the case? Other than that, matching packets to IPsec tr...
by sindy
Sun May 04, 2025 11:52 am
Forum: General
Topic: Assign (wireguard) interface local ip route to specific routing table
Replies: 24
Views: 2308

Re: Assign (wireguard) interface local ip route to specific routing table

Also I do think that in general it is useful to have a gateway check on a wireguard route as wireguard connections do not have a clear connected state. Instead it's basically just a key exchange timeout that needs to occur before a wireguard connection is considered disconnected. In "normal&qu...
by sindy
Sat May 03, 2025 11:45 pm
Forum: General
Topic: How to use one CRS as >separate< Switch and >Separate< Firewall
Replies: 7
Views: 995

Re: How to use one CRS as >separate< Switch and >Separate< Firewall

I have been thinking in that direction. You've said before that the switch part should be just a switch. DHCP server is something I would run on the pfSense during normal times and therefore I would attach it to SFP+2 on the "emergency router/firewall", not to the bridge. The only reason ...
by sindy
Sat May 03, 2025 11:02 pm
Forum: General
Topic: How to use one CRS as >separate< Switch and >Separate< Firewall
Replies: 7
Views: 995

Re: How to use one CRS as >separate< Switch and >Separate< Firewall

Just remove SFP+1 and SFP+2 as ports from the bridge, and if you need to attach a management address to the bridge interface that fits to the subnet attached to SFP+2, create a VRF that will contain the bridge as its only interface. This will make the IP address attached to the bridge "invisibl...
by sindy
Sat May 03, 2025 10:23 pm
Forum: General
Topic: Wrong Source IP for traffic originating from router
Replies: 7
Views: 1476

Re: Wrong Source IP for traffic originating from router

The thing is that IPsec traffic selectors do not substitute the regular routing process, they just override its result if it matches them. In another words, the regular packet routing and firewall processing, including eventual src-nat, must always take place first, and only then the final result (p...
by sindy
Sat May 03, 2025 10:12 pm
Forum: General
Topic: Assign (wireguard) interface local ip route to specific routing table
Replies: 24
Views: 2308

Re: Assign (wireguard) interface local ip route to specific routing table

Am not sure why the gateway check fails. Because the gateway check is done literally the way chosen. So if you choose ping , the gateway must be set to an IP address - if it is not, there is nothing to be pinged. RouterOS doesn't make this plausibility check and simply returns a failure for the pin...
by sindy
Sat May 03, 2025 4:40 pm
Forum: General
Topic: Assign (wireguard) interface local ip route to specific routing table
Replies: 24
Views: 2308

Re: Assign (wireguard) interface local ip route to specific routing table

Rather than the pseudo-code, post the actual config. It normally works so there must be some minor mistake somewhere. As you mention the bridge name in the same row of the pseudocode like the routing rule, I suppose you are ping from the outside, not from the Mikrotik itself?
by sindy
Sat May 03, 2025 4:36 pm
Forum: General
Topic: Bypass CGNAT using CHR Relay Server - Need help
Replies: 11
Views: 1503

Re: Bypass CGNAT using CHR Relay Server - Need help

Is there any easier to manage vpn protocol for this kind of setup? instead of wg i mean? Configuration-wise, the simplest one is SSTP but it needs certificates (or at least it is quite insecure not to use them). L2TP/IPsec is equally easy to set up as SSTP if you are happy with the defaults for enc...
by sindy
Sat May 03, 2025 4:08 pm
Forum: General
Topic: MSS and mtu
Replies: 2
Views: 967

Re: MSS and mtu

The fact that you get a timeout rather than packet too large and cannot be fragmented when you exceed the PMTU of the link in one direction indicates that either the path MTU discovery is broken and the notification does not make it to you (routing or firewall on some node on the path may cause this...
by sindy
Sat May 03, 2025 3:26 pm
Forum: General
Topic: Bypass CGNAT using CHR Relay Server - Need help
Replies: 11
Views: 1503

Re: Bypass CGNAT using CHR Relay Server - Need help

You have to find out the UDP port range the PBX uses for RTP (or set it if such a setting is available) so that it would not clash with the UDP ports used for the Wireguard or IPsec connections. You also have to tell the PBX the public IP so that it could put it into the SIP messages. If you don't m...
by sindy
Sat May 03, 2025 3:07 pm
Forum: General
Topic: Assign (wireguard) interface local ip route to specific routing table
Replies: 24
Views: 2308

Re: Assign (wireguard) interface local ip route to specific routing table

That typically happens when check-gateway is set to anything else than none on a route whose gateway is not an IP address. Could it be your case here?
by sindy
Fri May 02, 2025 11:49 pm
Forum: General
Topic: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks
Replies: 73
Views: 25525

Re: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks

So if no other UDP based protocol hangs as epically as Wireguard, then it does something different about it's traffic flow in RouterOS. Be it in the firewall, in the implementation interface, CPU, libraries, whatever. ... So the argument "it can't be fixed because this is how all UDP traffic g...
by sindy
Fri May 02, 2025 10:22 pm
Forum: General
Topic: Assign (wireguard) interface local ip route to specific routing table
Replies: 24
Views: 2308

Re: Assign (wireguard) interface local ip route to specific routing table

Maybe too many misunderstandings here? Mikrotik only adds a route via Wireguard interface automatically (to any routing table) if you attach a subnet to the Wireguard interface. There is no need to do it, though - it is just the simplest setup for the most typical use case where one wants a bunch of...
by sindy
Fri May 02, 2025 10:15 pm
Forum: General
Topic: How to spoof Device id
Replies: 2
Views: 889

Re: How to spoof Device id

It depends. If you have in mind mobile network (3G/LTE/5G), then no, as the provider can always check the equipment IMEI and it cannot be changed - in many countries doing so is illegal so the equipment vendors cannot sell devices that support such change. For ISPs that use Ethernet and only authent...
by sindy
Fri May 02, 2025 10:07 pm
Forum: General
Topic: IPSEC/IKE2 VPN server stopped working after dualwan created
Replies: 2
Views: 929

Re: IPSEC/IKE2 VPN server stopped working after dualwan created

There are multiple things to deal with. The explanation below assumes that you use some kind of controlled WAN failover or load distribution and thus you are familiar with the concept of "policy routing" and additional routing tables. If it is not the case, the forum has numerous topics di...
by sindy
Sun Apr 27, 2025 6:03 pm
Forum: General
Topic: L2 tunnel, proved by ISP through VLAN [SOLVED]
Replies: 2
Views: 966

Re: L2 tunnel, proved by ISP through VLAN [SOLVED]

Whereas you can use the wireguard interface as a gateway of a route because a wireguard interface is an L3 one so the wireguard instance receives whatever the router sends through the interface, setting an L2 interface (Ethernet or VLAN) as a gateway of a route works different. If the router chooses...
by sindy
Thu Apr 24, 2025 8:04 pm
Forum: General
Topic: Defeated by VLAN issue [SOLVED]
Replies: 9
Views: 1693

Re: Defeated by VLAN issue [SOLVED]

An unmanaged (dumb) switch simply ignores the existence of VLAN tags, so in Mikrotik terms, it acts the same as a Mikrotik bridge with vlan-filtering set to no . It forwards all frames verbatim. So if ether3 is an access port to VLAN 20 and a trunk port for VLAN 10, so will be all the ports of the d...
by sindy
Thu Apr 24, 2025 6:19 pm
Forum: General
Topic: Defeated by VLAN issue [SOLVED]
Replies: 9
Views: 1693

Re: Defeated by VLAN issue [SOLVED]

The VLAN10 traffic via ether3 is not working Of course it is not as ether3 is missing in the tagged list on the only row in /interface bridge vlan : bridge=bridge tagged=bridge,ether2 ,ether3 vlan-ids=10,20,30,40 On the other hand, this row forces frames of VLAN 20 to egress tagged via ether3, whic...
by sindy
Thu Apr 24, 2025 6:08 pm
Forum: General
Topic: CapsManV2 prov. CAP over L2TP
Replies: 3
Views: 744

Re: CapsManV2 prov. CAP over L2TP

For years, the BCP mode of L2TP (and other PPP derivatives) used to be completely incompatible with VLAN filtering on the bridge. I haven't had enough motivation to check the recent improvements in this regard brought by ROS 7.17, so I did now. It turns out that now you can use one ppp profile per V...
by sindy
Thu Apr 24, 2025 4:28 pm
Forum: General
Topic: CapsManV2 prov. CAP over L2TP
Replies: 3
Views: 744

Re: CapsManV2 prov. CAP over L2TP

When the L2TP connection is established, what does /interface bridge port print and /interface bridge vlan print show at both the CAPsMAN and the CAP?
by sindy
Thu Apr 24, 2025 10:23 am
Forum: General
Topic: AX3 as basic AP/switch
Replies: 45
Views: 3160

Re: AX3 as basic AP/switch

A "packet processor" is indeed a name that got coined some years ago for function blocks that would get offended if you called them just "switches", because they can do so much more with the packets/frames than just forward them based on their destination MAC address and VLAN ID ...
by sindy
Wed Apr 23, 2025 9:57 pm
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

мистика...
by sindy
Wed Apr 23, 2025 1:14 pm
Forum: General
Topic: IPsec certification/authentication problem [SOLVED]
Replies: 13
Views: 5484

Re: IPsec certification/authentication problem [SOLVED]

The last RouterOS log you've posted shows that you have set the CA certificate as the remote-certificate on the /ip ipsec identity row, which of course cannot work. The IPsec stack can be set to accept any peer certificate signed by any CA it trusts as a proof that the peer can be trusted too, which...
by sindy
Tue Apr 22, 2025 10:12 pm
Forum: General
Topic: 5G Modem for ltAP mini ?
Replies: 3
Views: 717

Re: 5G Modem for ltAP mini ?

Is this advice based on own hands-on experience? From what I could find, the t99w175 has M.2 connector and declares to support only PCIe interface, mentioning USB 2.0 for factory test only, whatever that may mean.
by sindy
Tue Apr 22, 2025 7:13 pm
Forum: General
Topic: Allow for some devices, Internet access for 1 hour each day [SOLVED]
Replies: 18
Views: 3256

Re: Allow for some devices, Internet access for 1 hour each day [SOLVED]

The purpose of a hotspot certificate (or certificate of any other server to which a client authenticates itself using some credentials) is that the client knows it has connected where it intended to so it does not reveal its credentials to some imposter or man in the middle. With Let's Encrypt, the ...
by sindy
Tue Apr 22, 2025 5:47 pm
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

No, haven't changed anything. If so, it looks like an electromechanical issue to me, as the negotiation results apparently depend on weather in western Australia and the exchange rate between Ugandan Shilling and Bolívar. when I tried to do that, I wasn't able to connect to Proxmox. Ping from my PC...
by sindy
Tue Apr 22, 2025 5:18 pm
Forum: General
Topic: CapsMan v2 -ac -ax [SOLVED]
Replies: 8
Views: 3092

Re: CapsMan v2 -ac -ax [SOLVED]

To be even more precise - if you want it to try without netinstall, you must first uninstall the wireless package, and only then you can try to install the wifi-qcom-ac one. If even that way it still says "not enough space", netinstall is the only possibility.
by sindy
Tue Apr 22, 2025 4:22 pm
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

If the speed wasn't shown as "full duplex", I would assume the negotiation has failed, but that normally means that "10M, half duplex" as a resulting status. Have you changed anything in the advertise list? What is worse is that on the same version of Proxmox, the following is su...
by sindy
Tue Apr 22, 2025 1:28 pm
Forum: General
Topic: AX3 as basic AP/switch
Replies: 45
Views: 3160

Re: AX3 as basic AP/switch

The criteria for a router as mentioned in that other thread are that a device is a router if it needs more than one own IP to do its job.
by sindy
Tue Apr 22, 2025 9:11 am
Forum: General
Topic: IPsec certification/authentication problem [SOLVED]
Replies: 13
Views: 5484

Re: IPsec certification/authentication problem [SOLVED]

Everything looks OK to me. Do the logs from both the Strongswan and the Mikrotik look the same with this set of certificates? What RouterOS version are you testing that with? Just a security related remark, there is no reason why the Mikrotik should have the private key for any other certificate tha...
by sindy
Mon Apr 21, 2025 4:11 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1730

Re: Public IP pool over pppoe

Or do I setup something to preserve .107 source ? You have to make sure that the src-nat or masquerade rule that handles outoing connections from the LAN hosts that use private addresses will not act on the outgoing connections from the LAN hosts that use public addresses. So let that rule match on...
by sindy
Mon Apr 21, 2025 4:07 pm
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

Yeah, I wonder where this came from as well. There used to be a bridge and some L2 tunnel interface in the configuration in the past. You have removed both but haven't removed this row which was making the latter a member port of the former. I ordered a separate monitor for testing and it will come...
by sindy
Mon Apr 21, 2025 3:33 pm
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

Apart from that, is there anything else in Mikrotik's config which might be an issue to my case? I could not spot anything that would explain the negotiation to behave the way the log in the initial post shows. Since you say the other ports of the hAP ax³ behave the same, it cannot be related to Po...
by sindy
Mon Apr 21, 2025 12:59 pm
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

I don't know why export shows it like that but on UI all ports have the same settings (auto-negotiation=yes). Anyway, I added "2.5G base T" to ether5. What do you mean by the old device? Old router (I had RB951Ui-2HnD)? I haven't used my old router for several months and I surely didn't u...
by sindy
Mon Apr 21, 2025 12:23 pm
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

Where did you find it? In Mikrotik or Proxmox info? In Mikrotik, it is set auto-negotiation=yes for ether5 if you meant it. Here: /interface ethernet set [ find default-name=ether1 ] name=ether5 advertise=10M-baseT-half,10M-baseT-full,100M-baseT-half,100M-baseT-full,1G-baseT-half,1G-baseT-full mac-...
by sindy
Mon Apr 21, 2025 10:57 am
Forum: General
Topic: MiniPC with Proxmox and Mikrotik
Replies: 15
Views: 1748

Re: MiniPC with Proxmox and Mikrotik

First, unless you know exactly what you use the "detect internet" feature for, I'd suggest to disable it: /interface/detect-internet/set detect-interface-list=none Second, as you've chosen the only interface that is physically capable to support 2.5 Gbps speed to connect the N150, why have...
by sindy
Mon Apr 21, 2025 10:17 am
Forum: General
Topic: Looking for advice Hiding my IP to show up other IP [SOLVED]
Replies: 5
Views: 2839

Re: Looking for advice Hiding my IP to show up other IP [SOLVED]

Do I read your goal properly that you want all the other users to also use the uplink with the address A for any "normal" traffic, but let whatismyip.com show address B to them? If so, it cannot be done reliably because there are tens, if not hundreds, of other services like whatismyip.com...
by sindy
Mon Apr 21, 2025 10:06 am
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1730

Re: Public IP pool over pppoe

Now what I need is the right set of nat rules after setting the first useful adress of the pool as secondary on the bridge (as I will replace ISP router or I could buy a line without router from ISP). No NAT (Network Address Translation ) rules are necessary because you will not be translating any ...
by sindy
Sun Apr 20, 2025 8:08 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1730

Re: Public IP pool over pppoe

It's either-or: either you want the LAN hosts to have the public addresses on themselves, and in such case you need to attach one of the public addresses to the router (as a secondary one to a common bridge or VLAN or as the only one on a dedicated bridge or VLAN) or you want the LAN hosts to have p...
by sindy
Sun Apr 20, 2025 5:16 pm
Forum: General
Topic: Redundant switch [SOLVED]
Replies: 2
Views: 2545

Re: Redundant switch [SOLVED]

1. you can setup multiple "bonding" interfaces in 802.3ad mode (LACP) in a single bridge. Always make sure you take the internal topology of the router into account - for a 4011, one interface in each 2-link bond should be chosen from ether1-ether5 and the other one from ether6-ether10: Yo...
by sindy
Sat Apr 19, 2025 10:59 pm
Forum: Beginner Basics
Topic: Hairpin NAT with dynamic WAN IP [SOLVED]
Replies: 12
Views: 3284

Re: Hairpin NAT with dynamic WAN IP [SOLVED]

although if you put the code in a script then you won't be able to independently call it anymore Well, it actually behaves quite nicely - even if on-up or on-down spawns another script, it passes those variables to it as a kind of environment, so it is just a matter of generating the address list n...
by sindy
Sat Apr 19, 2025 10:52 pm
Forum: Beginner Basics
Topic: Hairpin NAT with dynamic WAN IP [SOLVED]
Replies: 12
Views: 3284

Re: Hairpin NAT with dynamic WAN IP [SOLVED]

I don't think the script execution is blocking anything (and even if it was, it is executed when the WAN has just obtained a new address, so everything was broken until that happened anyway). The situation is different when a rule with action=add-src-to-address-list or add-dst-to-address-list is exe...
by sindy
Sat Apr 19, 2025 10:08 pm
Forum: Beginner Basics
Topic: Hairpin NAT with dynamic WAN IP [SOLVED]
Replies: 12
Views: 3284

Re: Hairpin NAT with dynamic WAN IP [SOLVED]

It's needlessly complicated - the on-up and on-down scripts expose some global variables as described here . So the script can be much simpler - $"local-address" gives you the current WAN IP directly. So the whole script would then look something like this: :local addressListName WAN_IP :l...
by sindy
Sat Apr 19, 2025 9:01 pm
Forum: Beginner Basics
Topic: Hairpin NAT with dynamic WAN IP [SOLVED]
Replies: 12
Views: 3284

Re: Hairpin NAT with dynamic WAN IP [SOLVED]

But I want to Know if there is any posibility to use the info from the ppoe config and avoid external services. Use of pppoe client data requires mild scripting. The /interface pppoe-client item refers to a /ppp profile item, and the /ppp profile item has an on-up parameter that can hold a script t...
by sindy
Sat Apr 19, 2025 5:52 pm
Forum: General
Topic: set up gre tunnel with ipsec on mikrotik to ubuntu
Replies: 1
Views: 697

Re: set up gre tunnel with ipsec on mikrotik to ubuntu

hello I wonder how to set up gre tunnel with ipsec on mikrotik to ubuntu with a public ip that should work on ubuntu? If you specify the ipsec-secret parameter when configuring a GRE interface in RouterOS, RouterOS creates the necessary IPsec setup (namely the peer , identity , and policy items) dy...
by sindy
Sat Apr 19, 2025 4:03 pm
Forum: General
Topic: WiFi Roaming without CapsMAN
Replies: 2
Views: 756

Re: WiFi Roaming without CapsMAN

Is there a way to achieve this without using the central management / CAPsMAN? No. can i manage a AP bridge/station over CAPsMAN - and even achieve a handover in this scenario? I haven't tested this yet, but with the "wifi" driver, there is no difference between the "standalone"...
by sindy
Sat Apr 19, 2025 1:03 pm
Forum: General
Topic: CapsMan v2 -ac -ax [SOLVED]
Replies: 8
Views: 3092

Re: CapsMan v2 -ac -ax [SOLVED]

I never tried to confiure the datapath properties on the CAP - I don't think they override those provided from the CAPsMAN but I may be wrong. So client-isolation should be set to yes also on the CAPsMAN configuration rows, or at least not specified there. But you have to test that yourself. The bri...
by sindy
Sat Apr 19, 2025 10:56 am
Forum: General
Topic: Filter rules to isolate DHCP traffic between specific bridged interfaces
Replies: 3
Views: 880

Re: Filter rules to isolate DHCP traffic between specific bridged interfaces

I'm afraid that what follows is just an anwswer to your last question, not a solution. The bridge filter only sees frames that pass through the CPU port of the switch chip. CRS326 is designed as a switch device, so by default, the switch chip forwards frames between Ethernet ports on its own, withou...
by sindy
Fri Apr 18, 2025 8:33 pm
Forum: General
Topic: CapsMan v2 -ac -ax [SOLVED]
Replies: 8
Views: 3092

Re: CapsMan v2 -ac -ax [SOLVED]

First, the way VLAN is configured for ac and ax devices differs. The ac devices cannot use the vlan-id configured on datapath, and you have to make the wifi interfaces access ports to the respective VLANs manually (or, since you provision many of them, using a script). Regarding client isolation, th...
by sindy
Fri Apr 18, 2025 3:54 pm
Forum: General
Topic: IPsec certification/authentication problem [SOLVED]
Replies: 13
Views: 5484

Re: IPsec certification/authentication problem [SOLVED]

So how does the certificate the Strongswan presents to the Mikrotik look like now? openssl x509 -in <certificate-file-name> -noout -text -purpose The thing is that I do use a Strongswan responder authenticafing itself to Mikrotik initiators using a certificate (plus many Mikrotik peers authenticatin...
by sindy
Fri Apr 18, 2025 2:37 pm
Forum: General
Topic: Reset RouterOS without losing remote access (Winbox/SSH)
Replies: 21
Views: 1946

Re: Reset RouterOS without losing remote access (Winbox/SSH)

How can I reset RouterOS to factory defaults without losing remote access (Winbox/SSH)? As you mention "losing" access, it implies you still have it. If so, you should be able reset the machine to default configuration using a command rather than by power cycling it and pressing the reset...
by sindy
Fri Apr 18, 2025 1:10 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1730

Re: Public IP pool over pppoe

Well, the fact that the ISP wastes three public addresses in order to deliver five actually usable ones to you does not imply that you have to do the same :) But I understand you want a drop-in replacement of the original router by the hEX S so that the configuration of the existing LAN hosts using ...
by sindy
Thu Apr 17, 2025 10:02 pm
Forum: General
Topic: Failover RouterOS v7
Replies: 9
Views: 1149

Re: Failover RouterOS v7

I'm not good with scripts yet, in RouterOS v6 I used to use the recursive route and it worked fine. In this case, it would be better to keep using the recursive route, right? Unless your requirements or expectations have changed, I would indeed recommend to stick with what you were satisfied with b...
by sindy
Thu Apr 17, 2025 9:44 pm
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 118
Views: 33316

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

To summarize this last exchange and the results of the direct communication between me and @rabienz: it is much easier to choose what you want to advertise using RIPv2 in RouterOS 7 than it was in RouterOS 6, because the routing filters are a more flexible tool than the prefix lists the other issues...
by sindy
Thu Apr 17, 2025 9:24 pm
Forum: General
Topic: Failover RouterOS v7
Replies: 9
Views: 1149

Re: Failover RouterOS v7

A simple question, what is the best way to failover in RouterOS v7, recursive route or netwatch with script? Why? A simple answer, it depends. A complicated answer - you may prefer speed of failover to anything else, then scripting can be faster than even netwatch; you may be really bad with script...
by sindy
Thu Apr 17, 2025 7:55 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1730

Re: Public IP pool over pppoe

/29 subnet is routed (I suppose) over pppoe connection and /29 pool addresses are completely different from pppoe one. Okay. So the RB will not be (strictly speaking) a bridge but a router. The ISP will send packets for any address from the /29, including the .0 and .7, to the RB, and the RB may at...
by sindy
Thu Apr 17, 2025 3:52 pm
Forum: General
Topic: Public IP pool over pppoe
Replies: 21
Views: 1730

Re: Public IP pool over pppoe

How to configure this on MikroTik machine ? What you can do depends on how exactly the ISP provides those addresses (as 8 PPPoE accounts or as a subnet routed to you via the same PPPoE tunnel, and in the latter case, whether the address allocated using PPPoE is within that /29 or outside). It is yo...
by sindy
Thu Apr 17, 2025 12:52 pm
Forum: General
Topic: Replacing RB2011UiAS-2HnD with hAP ax lite LTE6?
Replies: 8
Views: 1220

Re: Replacing RB2011UiAS-2HnD with hAP ax lite LTE6?

we probably go for the Chateau LTE6. The product page says that Chateau LTE6 has only 16 MB of flash whereas hAP ax lite LTE6 has 128 MB, so the hAP ax lite LTE6 is definitely a safer choice with regard to future software versions. It has just 2 cores rather than 4 of Chateau LTE6, and of course on...
by sindy
Thu Apr 17, 2025 12:30 pm
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 118
Views: 33316

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

also note that if i enable this rule the internet will stops: /ip route add disabled=no distance=5 dst-address=0.0.0.0/0 gateway=aa.bb.cc.65 routing-table=main scope=30 suppress-hw-offload=no target-scope=10 This route is a nonsense. Ogero sends traffic for the whole aa.bb.cc.64/29 subnet to you vi...
by sindy
Thu Apr 17, 2025 12:22 pm
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 118
Views: 33316

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

Is there anyway to send you message privately ?
follow the link in viewtopic.php?p=1011421#p1011421
by sindy
Thu Apr 17, 2025 11:30 am
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 118
Views: 33316

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

Interesting. So open two command line windows, and run all commands below in the first one unless explicitly specified otherwise: /ip/address/disable [find where interface=bridge_WAN] wait 30 seconds, then in the second window: /tool/sniffer/quick interface=pppoe-out1 ip-protocol=udp port=520 /ip/ad...
by sindy
Thu Apr 17, 2025 11:07 am
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 118
Views: 33316

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

Replace the rule chain=srcnat out-interface=pppoe-out1 action=masquerade in /ip/firewall/nat by chain=srcnat out-interface=pppoe-out1 action=src-nat to-addresses=aa.bb.cc.66, but before doing that, check that you can ping aa.bb.cc.66 from the internet.
by sindy
Thu Apr 17, 2025 9:16 am
Forum: General
Topic: IPsec certification/authentication problem [SOLVED]
Replies: 13
Views: 5484

Re: IPsec certification/authentication problem [SOLVED]

Hello, it seems to me that the Mikrotik side does not like some aspects of the certificate the Strongswan side presents, plust there is possibly a slight misconfiguration. 2025-04-16 14:57:44 ipsec ipsec: ID_R (FQDN): protection1.cyberpointer.net 2025-04-16 14:57:44 ipsec ipsec: processing payload: ...
by sindy
Thu Apr 17, 2025 8:39 am
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 118
Views: 33316

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

really ros7 is confusing. Well - it's different for sure, but the routing configuration is actually more consistent in ROS 7 than in ROS 6. If you look at the beginning of this topic, I started mentioning prefix-list because routing filters did not work with RIP; in ROS 7, routing filters are appli...
by sindy
Wed Apr 16, 2025 10:41 pm
Forum: General
Topic: Layer 2 tunnel with Windows client
Replies: 2
Views: 670

Re: Layer 2 tunnel with Windows client

The older versions of OpenVPN clients for Windows can use L2 tunneling. Other than that, one of the many projects named iptools includes a part called ubridge that can bridge an "L2 loopback" interface with another bridge using VXLAN, https://sourceforge.net/projects/iptools/files - but th...
by sindy
Tue Apr 15, 2025 2:50 pm
Forum: General
Topic: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]
Replies: 118
Views: 33316

Re: mikrotik with PPPoe and real ip behind bridge modem [SOLVED]

Hello, noted, I'll have a look at it, but be patient for a couple of days, I am a bit busy these days.
by sindy
Tue Apr 15, 2025 2:47 pm
Forum: General
Topic: Weird internet problems with Ax-Lite and NordVPN [SOLVED]
Replies: 23
Views: 4527

Re: Weird internet problems with Ax-Lite and NordVPN [SOLVED]

Can you please suggest what exactly to do / try ? I mean the exact commands. Thanks a lot! In Winbox, you can drag and drop rows in the list of policies. Not sure about WebFig and mobile app. In command line, /ip ipsec policy print /ip ipsec policy move X destination=Y where X is the current tempor...
by sindy
Tue Apr 15, 2025 2:38 pm
Forum: General
Topic: IPsec certification/authentication problem [SOLVED]
Replies: 13
Views: 5484

Re: IPsec certification/authentication problem [SOLVED]

The log from the Mikrotik shows a different scenario than the one from Charon (the Notify: Auth failure has been received from the remote). Please send logs from the same single connection attempt from both devices. If both peers are on a public address and both are actively attempting to initiate t...
by sindy
Sun Apr 13, 2025 3:55 pm
Forum: General
Topic: Using CRS326 as a switch
Replies: 36
Views: 2684

Re: Using CRS326 as a switch

1) if a single IP address is sufficient for the device to do all what you want it to do, the davice acts as a bridge (switch). You may want to access it for management purposes using multiple IP addresses, but another own IP address must not be required to facilitate forwarding of packets/frames fro...
by sindy
Sun Apr 13, 2025 2:54 pm
Forum: General
Topic: Using CRS326 as a switch
Replies: 36
Views: 2684

Re: Using CRS326 as a switch

My question can be reformulted or restated as: How to I ensure that a CRS ROS configuration is such that the CRS is used as a cloud router SWITCH ? The answer to that question has already come from @mkx - if everything works as required while there is only a single IP address up on the CRS326, it o...
by sindy
Sun Apr 13, 2025 2:31 pm
Forum: General
Topic: Using CRS326 as a switch
Replies: 36
Views: 2684

Re: Using CRS326 as a switch

The distinction between bridging and routing indeed lays solely in what information is used to determine where to forward the frame/packet. DHCP is not routing, any kind of VPN handling is not routing; even traffic filtering is, strictly speaking, not routing (you may filter bridged traffic and you ...
by sindy
Sun Apr 13, 2025 1:36 pm
Forum: General
Topic: Using CRS326 as a switch
Replies: 36
Views: 2684

Re: Using CRS326 as a switch

A networking device can take various header fields of an Ethernet frame and of the packet it carries into account when making a decision where to forward that frame. If it only chooses the output interface based on the destination MAC address and, possibly, VLAN ID of the incoming frame, it handles ...
by sindy
Sun Apr 13, 2025 12:51 pm
Forum: General
Topic: Replacing RB2011UiAS-2HnD with hAP ax lite LTE6?
Replies: 8
Views: 1220

Re: Replacing RB2011UiAS-2HnD with hAP ax lite LTE6?

Making the assumption the OP has 5G in their area, or is likely to have in the future. There are still many areas where 5G isn't available and isn't likely to eventuate anytime soon, mainly in rural or small towns. For the telecom operators and network providers, it is way cheaper to upgrade the eq...
by sindy
Sat Apr 12, 2025 7:29 pm
Forum: General
Topic: Weird internet problems with Ax-Lite and NordVPN [SOLVED]
Replies: 23
Views: 4527

Re: Weird internet problems with Ax-Lite and NordVPN [SOLVED]

You have to move the action=none policy before (above) the template from which the actual policy is generated dynamically. The dynamically generated policies are placed right next to the templates they are created from, so if you place the action=none policy between the template and the dynamically ...
by sindy
Sat Apr 12, 2025 7:12 pm
Forum: General
Topic: hAP AC2 vs. AX2...
Replies: 20
Views: 2548

Re: hAP AC2 vs. AX2...

if they're exposed to high temp, sunlight, vapors (anything greasy and especially apolar solvents) ... but they were kept in relatively sane places. Regarding age, the affected one is from the initial series that still had the 256 MB RAM. As for the environment, it has always been in a living room,...
by sindy
Sat Apr 12, 2025 1:23 pm
Forum: General
Topic: hAP AC2 vs. AX2...
Replies: 20
Views: 2548

Re: hAP AC2 vs. AX2...

And the ax2 doesn't have the touchy-feely (polyurethane?) coating. (nor does the hAP ac lite-TC). Which is actually great, because in a few years, the moleskin layer turns out into the same sticky mess the thickier rubberish soft coats normally do. I liked the moleskin feel very much too until I've...
by sindy
Sat Apr 12, 2025 1:14 pm
Forum: General
Topic: Question about Mikrotik certificates. [SOLVED]
Replies: 3
Views: 1737

Re: Question about Mikrotik certificates. [SOLVED]

What I'm trying to achieve here is to not need to send all clients a new OVPN file everytime I have to change my VPS IP. To put @patrikg's suggestion into context: the purpose of using a certificate at server side is to allow the clients to verify that they are connecting (and revealing their crede...
by sindy
Fri Apr 11, 2025 8:05 pm
Forum: General
Topic: ROMON fails with frame-types=admit-only-vlan-tagged
Replies: 31
Views: 5585

Re: ROMON fails with frame-types=admit-only-vlan-tagged

My post intentionally refers to @Amm0's one in particular, just for the case that someone comes searching and gets mislead by it. But unless @Amm0 edits his, few people will probably notice mine.
by sindy
Fri Apr 11, 2025 6:12 pm
Forum: General
Topic: ROMON fails with frame-types=admit-only-vlan-tagged
Replies: 31
Views: 5585

Re: ROMON fails with frame-types=admit-only-vlan-tagged

Logically, RoMON is not a tagged packet, so bridge is dropping it. I've made some tests, and although it sounds perfectly logical, the behavior is actually totally different. Most ROMON frames have destination MAC address 01:80:C2:00:88:BF, which fits into the "link local" MAC address ran...
by sindy
Thu Apr 10, 2025 7:32 pm
Forum: General
Topic: 💡 Proposal to add functionality to IPsec Policies 💡
Replies: 2
Views: 605

Re: 💡 Proposal to add functionality to IPsec Policies 💡

The protocol specification mandates that it would have to create a lot of SAs and associated traffic selectors based on the address lists, which wouldn't be manageable for the protocol. It would be much better to implement VTI like all major vendors did over time. But Mikrotik stays strictly complia...
by sindy
Thu Apr 10, 2025 4:05 pm
Forum: General
Topic: IPsec certification/authentication problem [SOLVED]
Replies: 13
Views: 5484

Re: IPsec certification/authentication problem [SOLVED]

Since the Mikrotik side has rejected the connection, the log on Mikrotik side should be more helpful. On Mikrotik, disable the peer or identity, and enable IPsec logging using /system logging add topics=ipsec,!packet Next, start writing ipsec log into a file: /log print follow-only file=ipsec-start ...
by sindy
Wed Apr 09, 2025 11:35 pm
Forum: General
Topic: DHCP Issues on Port 4 Despite Normal EoIP Operation [SOLVED]
Replies: 3
Views: 1948

Re: DHCP Issues on Port 4 Despite Normal EoIP Operation [SOLVED]

Is the central router a physical one or is it a virtual one running on some virtualisation platform? A common behavior of virtualisation platforms is that they block traffic to/from MAC addresses other than the one of the virtual NIC, so the virtual machine cannot act as a bridge. This is considered...
by sindy
Wed Apr 09, 2025 11:05 pm
Forum: General
Topic: EoIP and MTU
Replies: 19
Views: 6078

Re: EoIP and MTU

What I suspect and suggest is that the PMTUD (Path MTU Discovery) for the affected TCP traffic fails. You cannot discover this by trying with ICMP (ping). If tcpdump on ESXi doesn't show ICMP, run the sniffer on the Mikrotik as I have suggested initially. But if the tcpdump on ESXi shows 1500-byte o...
by sindy
Wed Apr 09, 2025 10:22 pm
Forum: General
Topic: Basic VLAN config question (again)
Replies: 31
Views: 2605

Re: Basic VLAN config question (again)

Sorry, the trigger of my reaction was that use of such term leads to misunderstanding of the actual topology. I would be more than happy if someone created a better set of terms to describe the virtual objects in the software than those somehow bulky ones I came up with, but putting an equation betw...
by sindy
Wed Apr 09, 2025 10:52 am
Forum: General
Topic: Basic VLAN config question (again)
Replies: 31
Views: 2605

Re: Basic VLAN config question (again)

There is no effing CPU port of a software bridge. There indeed is a CPU port of a hardware switch, but it is not the same thing.

There is the router-facing port of the bridge, which is a virtual object within a software running on the CPU. The router software is not the same thing as the CPU.
by sindy
Wed Apr 09, 2025 10:40 am
Forum: General
Topic: Multi-wan multi-ip wireguard setup
Replies: 15
Views: 1745

Re: Multi-wan multi-ip wireguard setup

Yup sounds familiar and as CGX pointed out we only need to use one LO address/interface to accomplish same.......... no need for bridge!! /ip address add address=10.20.30.40 interface=lo network=10.20.30.40 Does this even belong here? The src-nat rule in input is the key part of @lurker888's soluti...
by sindy
Wed Apr 09, 2025 10:16 am
Forum: General
Topic: Multi-wan multi-ip wireguard setup
Replies: 15
Views: 1745

Re: Multi-wan multi-ip wireguard setup

only correctly authenticated connections show up at all - ever - as endpoint addresses. Failed handshake attempts never do. (Even if no multiwan/nat is present.) In Wireguard data, this is correct. In the connection tracking, it's different - any connection attempt to the Wireguard port that comes ...
by sindy
Tue Apr 08, 2025 9:08 pm
Forum: General
Topic: EoIP and MTU
Replies: 19
Views: 6078

Re: EoIP and MTU

Do you have any idea what else should I check or what else could be wrong? You can sniff at both end devices of the tunnel, and you should see packets to arrive to one of them that are larger than the IPIP tunnel MTU so the device cannot forward them, so it sends ICMP "fragmentation needed, MT...
by sindy
Tue Apr 08, 2025 8:56 pm
Forum: General
Topic: Multi-wan multi-ip wireguard setup
Replies: 15
Views: 1745

Re: Multi-wan multi-ip wireguard setup

Only authenticated users show up in the peers as "Current endpoint address". If I understand your solution correctly, thanks to the src-nat rule in input, the current enpoint address is always 172.16.10.2 (as per https://forum.mikrotik.com/viewtopic.php?p=1136875#p1136875) . So to find a ...
by sindy
Sun Apr 06, 2025 1:06 pm
Forum: General
Topic: Multi-wan multi-ip wireguard setup
Replies: 15
Views: 1745

Re: Multi-wan multi-ip wireguard setup

The only real solution working is from @lurker888 with srcnat. But in this case mikrotik does not see the real IP of connected client.
The Mikrotik does. The Wireguard stack running on that Mikrotik doesn't. Why is it important for you that the Wireguard stack knew the actual address of the peer?
by sindy
Sun Mar 30, 2025 1:33 pm
Forum: General
Topic: LHG-LTE18 nearly dead.
Replies: 17
Views: 6601

Re: My LHG - LTE18 is having a Stroke. :D

Each SIM card is linked to a subscriber account, and each subscriber account has a "service plan" or whatever is the correct term in English, which determines a lot of parameters of your connection; in addition to limits of both bandwidth and total amount of data transported per some unit ...
by sindy
Tue Mar 25, 2025 11:15 pm
Forum: General
Topic: My recent VLAN fiasco [SOLVED]
Replies: 48
Views: 13928

Re: My recent VLAN fiasco [SOLVED]

That means that if you want to handle bridging between untagged ports, you have to assign a VLAN to them internally (possibly with only access ports attached). It is customary to reserve vlan 1 for this purpose. How is it "reserved"? Or, how is "bridging between access ports to VLAN ...
by sindy
Tue Mar 25, 2025 6:11 pm
Forum: General
Topic: General questions about wireguard and connection problems
Replies: 2
Views: 1752

Re: General questions about wireguard and connection problems

In another words (now it is my turn not to be sarcastic), your description is so vague that the only feedback you can get is consolation - yes, you are not alone, other people also have various sorts of issues with Wireguard, some of then even looking similar to your ones from the outside. If you ne...
by sindy
Tue Mar 25, 2025 4:34 pm
Forum: General
Topic: No traffic through IPSec tunnel (if opnSense side initiate) [SOLVED]
Replies: 4
Views: 8024

Re: No traffic through IPSec tunnel (if opnSense side initiate) [SOLVED]

For me, it doesn't make sense, that Phase 1 and 2 can be established, but anyway... For Phase 1, it is enough if one of the peers accepts incoming connections and the other one has a stateful firewall that automatically accepts responses to outgoing requests sent by the router itself or by devices ...
by sindy
Tue Mar 25, 2025 3:20 pm
Forum: General
Topic: No traffic through IPSec tunnel (if opnSense side initiate) [SOLVED]
Replies: 4
Views: 8024

Re: No traffic through IPSec tunnel (if opnSense side initiate) [SOLVED]

As both peers are on public addresses and therefore bare ESP is used for Phase 2, you have to make sure that ESP packets coming from the internet are allowed in. The firewall has no way to do that automatically based on information in the IKE (or IKEv2) exhange. So add a rule protocol=ipsec-esp src-...
by sindy
Tue Mar 25, 2025 12:38 pm
Forum: General
Topic: My recent VLAN fiasco [SOLVED]
Replies: 48
Views: 13928

Re: My recent VLAN fiasco [SOLVED]

Sorry for blurring the picture for you, my response was mainly triggered by @erlinden as I am kind of tired of everyone treating VLAN 1 as black magic that has to be avoided by all means, hence that approach spreads as a meme (in the meaning of a "human software" virus, not the funny pictu...
by sindy
Tue Mar 25, 2025 10:49 am
Forum: General
Topic: L7 filtering only working occasionally
Replies: 12
Views: 1660

Re: L7 filtering only working occasionally

You said you had no problem with CPU consumption on the router, so maybe you can try with the action=fasttrack-connection rule disabled. If it starts working that way, you'll know for sure that fasttracking is the cause of the issue. And assuming that the documentation is accurate regarding the L7 m...
by sindy
Mon Mar 24, 2025 11:37 pm
Forum: General
Topic: Using WLAN to bridge two RBs
Replies: 2
Views: 1007

Re: Using WLAN to bridge two RBs

Do you indeed need to "bridge" the networks or would "routing" be sufficient? On one hand, you mention "machine" network, which hints on use of some proprietary L2-only protocols so bridging might indeed be required, on the other hand, you mention a distinct subnet on e...
by sindy
Mon Mar 24, 2025 7:25 pm
Forum: General
Topic: L7 filtering only working occasionally
Replies: 12
Views: 1660

Re: L7 filtering only working occasionally

am I still missing something? You have to distinguish between packets and connections. A connection consists of multiple packets; the connection tracking module inspects each packet that passes through it and if it concludes that it belongs to an existing connection, it treats it according to the c...
by sindy
Mon Mar 24, 2025 5:01 pm
Forum: General
Topic: L7 filtering only working occasionally
Replies: 12
Views: 1660

Re: L7 filtering only working occasionally

The "fastrack" mangle rules are default rules created by the OS... These dynamically added mangle rules whose comment mentions fasttrack are indeed used only to approximate the amount of fasttracked traffic, but their mere presence is an indicator that somewhere in filter, there is an act...
by sindy
Mon Mar 24, 2025 4:27 pm
Forum: General
Topic: L7 filtering only working occasionally
Replies: 12
Views: 1660

Re: L7 filtering only working occasionally

3. the mangle rules you have posted indicate that fasttracking is enabled in filter; one of the key elements of fasttracking is that most packets that belong to fasttracked connections skip mangle rules completely. A TCP connection gets fasttracked as soon as the "three-way handshake" is c...
by sindy
Mon Mar 24, 2025 3:17 pm
Forum: General
Topic: My recent VLAN fiasco [SOLVED]
Replies: 48
Views: 13928

Re: My recent VLAN fiasco [SOLVED]

In a VLAN world your bridge shouldn't have an IP Address. Since there are /interface/bridge/port rows with the default value of pvid (1) and bridge-the-port also has pvid set to the default value 1, there is nothing wrong about having an IP address attached to bridge-the-router-interface directly. ...
by sindy
Mon Mar 24, 2025 1:29 am
Forum: General
Topic: VLAN question about tagging bridge or ether1
Replies: 16
Views: 1742

Re: VLAN question about tagging bridge or ether1

It is indeed, does it make the description misleading in any way?
by sindy
Mon Mar 24, 2025 12:20 am
Forum: General
Topic: VLAN question about tagging bridge or ether1
Replies: 16
Views: 1742

Re: VLAN question about tagging bridge or ether1

With 7.16+, an /interface/bridge/vlan row is dynamically created for a particular VLAN ID and bridge: whenever an interface is made a member port of that bridge and its pvid is set to that VLAN ID (in this case, the interface name is put to the untagged list on that row) whenever an /interface/vlan ...
by sindy
Sun Mar 23, 2025 10:07 pm
Forum: General
Topic: detect ddos from the wiki
Replies: 2
Views: 1189

Re: detect ddos from the wiki

when is chain=detect-ddos processed? First, there is a mistake on the manual page you refer to. In the Configuration Lines section, the rule that invocates the detect-ddos chain is missing, it is only mentioned in the Configuration Explained session: /ip/firewall/filter/add chain=forward connection...
by sindy
Sun Mar 23, 2025 5:07 pm
Forum: General
Topic: VPN on Chateau 5G for spezifisch internal IP and WLAN
Replies: 2
Views: 998

Re: VPN on Chateau 5G for spezifisch internal IP and WLAN

I want to activate VPN (tunnel to a remote VPN server, not provide VPN endpoint on my router). I then want to configure that specific devices (IP address) and a dedicated WLAN connects via VPN, all other devices without VPN. How can i reach this? Thanks. Depending on the type of your VPN (IPsec vs....
by sindy
Sun Mar 23, 2025 4:58 pm
Forum: General
Topic: VLAN question about tagging bridge or ether1
Replies: 16
Views: 1742

Re: VLAN question about tagging bridge or ether1

all should start working the intended way.
(that is, if the actual intention was to make ether1 an access port to VLAN 999, despite having no IP configuration attached to VLAN 999).
by sindy
Sun Mar 23, 2025 4:54 pm
Forum: General
Topic: Looking for a script to prioritize multiple internet interfaces via ping (VDSL, LTE, RJ45)
Replies: 1
Views: 1033

Re: Looking for a script to prioritize multiple internet interfaces via ping (VDSL, LTE, RJ45)

Why is this not the answer to your needs? In my opinion, the only part missing is the possibility to specify the roles of the interfaces via variables, but that only makes sense if you want to use a single template to configure lots of devices, which would make perfect sense for simple cases (where ...
by sindy
Sun Mar 23, 2025 3:10 pm
Forum: General
Topic: VLAN question about tagging bridge or ether1
Replies: 16
Views: 1742

Re: VLAN question about tagging bridge or ether1

As soon as you make any interface (in your case, ether1 ) a member port of a bridge, you must not use that interface directly for any other purpose - you must not attach /interface/vlan or an IP address/DHCP client to it, you must not make it a member port of any other bridge, you must not make it a...
by sindy
Sun Mar 23, 2025 2:53 pm
Forum: General
Topic: All IPv6 stops working until I manually renew DHCP6 lease from ISP?
Replies: 5
Views: 1598

Re: All IPv6 stops working until I manually renew DHCP6 lease from ISP?

Probably ISP do not asign static IPv6 etc. etc. etc. Paste this on terminal and reboot, see if solve on long term. /ipv6 nd set [ find default=yes ] hop-limit=64 /ipv6 nd prefix default set preferred-lifetime=45m valid-lifetime=1h30m OP has clearly stated that "nothing changes", which (if...
by sindy
Sun Mar 23, 2025 2:15 pm
Forum: General
Topic: VLAN question about tagging bridge or ether1
Replies: 16
Views: 1742

Re: VLAN question about tagging bridge or ether1

Is this correct? Either yes or no, why? Does the answer to this lie with the question of whether vlan2 frames need to be processed by the CPU, which is accomplished by tagging bridge? But, because the AP is not acting as a router, the CPU is not necessary? Each VLAN only needs to pass through the b...
by sindy
Sun Mar 23, 2025 1:51 pm
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

The policy installed by mode-config is src.address 0.0.0.0/0 and dst.address 0.0.0.0/0 OK. So whereas a "normal" responder waits for the initiator to use the data it got in the mode-config message to construct their own policy and propose it, this one apparently uses some inverse logic - ...
by sindy
Sat Mar 22, 2025 10:42 pm
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

Despite all my efforts the result is still the same: I can see the traffic going out back nothing received from the tunnel. That does not answer what the policy looks like when the tunnel is "up". You don't know what the responder is actually doing, so if it assigns the initiator an addre...
by sindy
Sat Mar 22, 2025 6:26 pm
Forum: General
Topic: IP Neighbors and VLANS
Replies: 9
Views: 1681

Re: IP Neighbors and VLANS

I have admin-mac defined on all devices, and auto-mac=no. OK, but for some reason, it is the MAC of ether1 on the cAP whereas it is the address of some other interface, or unrelated to any interface, on the NetMetal. It is a "locally administered one" (because the least significant digit ...
by sindy
Sat Mar 22, 2025 6:12 pm
Forum: General
Topic: IP Neighbors and VLANS
Replies: 9
Views: 1681

Re: IP Neighbors and VLANS

how and/or why ether1 and bridge share the same mac address on the cAP whereas they have different MAC addresses on the NetMetal? That has nothing to do with discovery protocols but with how the bridge is implemented. Unless you specify a MAC address for a bridge manually, it inherits the MAC addre...
by sindy
Sat Mar 22, 2025 5:54 pm
Forum: General
Topic: IP Neighbors and VLANS
Replies: 9
Views: 1681

Re: IP Neighbors and VLANS

I'd like to understand why there are 2 instances displayed in IP NEIGHBORS on the hEX. Because the neigbor advertisement protocols (any combination of MNDP, LLDP, and CDP depending on the settings) are being sent from all interfaces that are members of the interface list configured in the discover-...
by sindy
Sat Mar 22, 2025 4:03 pm
Forum: General
Topic: Two questions about GPS module for LtAP mini LTE Rev3
Replies: 5
Views: 2494

Re: Two questions about GPS module for LtAP mini LTE Rev3

There were multiple topics in the past that discussed this and the outcome was that even Mikrotik admitted that for LtAP mini, the external antenna for GPS was mandatory, not optional. The current wording in https://mikrotik.com/product/ltap_mini carefully avoids mentioning the existence of the inte...
by sindy
Sat Mar 22, 2025 3:42 pm
Forum: General
Topic: IPsec: no phase2 after a few hours [6.40.4]
Replies: 9
Views: 12588

Re: IPsec: no phase2 after a few hours [6.40.4]

Ok, quick update: after changing the PFS group to "none"...
I guess you have updated a wrong topic?
by sindy
Sat Mar 22, 2025 12:08 pm
Forum: General
Topic: MT Wireguard over VRRP WAN
Replies: 5
Views: 1485

Re: MT Wireguard over VRRP WAN

Wireguard does not respond an incoming request from the same IP address to which that request has arrived because it is actually not a server in the narrow sense. So it treats any packet it sends as a standalone one rather than a part of some connection. So even though the initial hanshake packet fr...
by sindy
Sat Mar 22, 2025 11:12 am
Forum: General
Topic: SSTP VPN Issue ( Mikrotik And Sophos )
Replies: 2
Views: 1222

Re: SSTP VPN Issue ( Mikrotik And Sophos )

Well... up... I would rather expect an upgrade of the problem description. What means "if Sophos is a gateway" - for what traffic it is a gateway? What means "if we connect both Sophos and Mikrotik on the network"? Which "connection" is down? After reading it several ti...
by sindy
Sat Mar 22, 2025 10:44 am
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

It could work without mode-config if the responder ("server") was a device that allows you to configure all the aspects of the IPsec connection. Since it is a blackbox, you have to adjust the configuration of the Mikrotik acting as initiator to its expectations. An IPsec "policy"...
by sindy
Tue Mar 18, 2025 8:17 pm
Forum: General
Topic: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks
Replies: 73
Views: 25525

Re: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks

Despite of many users claiming, that this problem has been resolved in the most recent versions, I am afraid I can't agree. At least for me it is not the case. In order to resolve this issue completely, RouterOS would have to modify the Wireguard behavior to fix 3rd party issues, causing headache t...
by sindy
Tue Mar 18, 2025 1:39 pm
Forum: General
Topic: Unable to get my Map Lite serve as a WLAN to ETH device
Replies: 1
Views: 1422

Re: Unable to get my Map Lite serve as a WLAN to ETH device

Remove the DHCP relay and try again. The essence of station-pseudobridge operation is an internal mapping table between IP addresses and MAC addresses on the wired side because it can only use a single MAC address towards the AP. Whatever the source address on the wired side of the bridge, when the ...
by sindy
Tue Mar 18, 2025 9:31 am
Forum: General
Topic: Redundant IPsec tunnel - second tunnel cannot connect - a bug?
Replies: 5
Views: 1699

Re: Redundant IPsec tunnel - second tunnel cannot connect - a bug?

logs are filled with the same errors every 10 seconds ... ipsec,error failed to get proposal from first template Is this expected behaviour? ... should it be trying to establish phase2 (is it establishing phase2?) for peer2 every 10 seconds? The Mikrotik approach is based on an assumption that the ...
by sindy
Tue Mar 18, 2025 9:19 am
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

I have a similat situation Actually, the whole similarity is just "I also have some issue with IPsec". So please re-post the above in a new dedicated topic instead of piggybacking a loosely related one that is still unresolved. And once at it, post also the complete exports of the two IPs...
by sindy
Mon Mar 17, 2025 9:22 pm
Forum: General
Topic: Redundant IPsec tunnel - second tunnel cannot connect - a bug?
Replies: 5
Views: 1699

Re: Redundant IPsec tunnel - second tunnel cannot connect - a bug?

By design, bare IPsec does not permit two distinct policies with identical traffic selectors to be bound to two distinct peers. But the solution here should be to use just a single policy and bind it to both peers: peer=peer1,peer2 . With this setup, the router establishes Phase 1 to both remote pee...
by sindy
Sun Mar 16, 2025 7:38 pm
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

What normally happens is that the initiator asks for Mode Config information (which is a name used in the IKE (v1) vernacular, so strictly speaking not correct for IKEv2, but let's ignore that), gets an address, and asks the responder to create a policy with only that single address on its side. So ...
by sindy
Sun Mar 16, 2025 6:58 pm
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

If so, have you set generate-policy on the identity row to something else than no?
by sindy
Sun Mar 16, 2025 6:05 pm
Forum: General
Topic: how to route multiple WANs to CHR over the Wireguard tunnel.
Replies: 16
Views: 2649

Re: how to route multiple WANs to CHR over the Wireguard tunnel.

The advantage of ECMP as compared to PCC is simplicity of configuration; the advantage of PCC as compared to ECMP is the possibility to control the distribution more precisely. As for your updated requirements - you can think about the WG tunels as about yet another set of WANs. So one group of LAN ...
by sindy
Sun Mar 16, 2025 4:53 pm
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

If so, go the other way round, enable (recreate) the mode-config and disable the manually configured policy.
by sindy
Sun Mar 16, 2025 2:30 pm
Forum: General
Topic: how to route multiple WANs to CHR over the Wireguard tunnel.
Replies: 16
Views: 2649

Re: how to route multiple WANs to CHR over the Wireguard tunnel.

When you wrote you wanted to pass all the LAN traffic to the CHR, it seemed that you didn't want to use the local WANs for anything else but for the Wireguard tunnels. Hence @anav suggested how you can create a WG tunnel via each WAN and use those WG tunnels instead of the actual WANs for all the LA...
by sindy
Sun Mar 16, 2025 11:39 am
Forum: General
Topic: IPSEC tunnel established, traffic not passing through
Replies: 24
Views: 3561

Re: IPSEC tunnel established, traffic not passing through

Complete exports from both routers would have been much better because configuration issues are typically in those parts of the configuration you do not deem related, which is why you don't post them. In your case, you have set up a "cat-dog", in terms that you use a mode-config row on the...
by sindy
Sat Mar 15, 2025 6:05 pm
Forum: General
Topic: EoIP and MTU
Replies: 19
Views: 6078

Re: EoIP and MTU

Because it is the best thing to do from one perspective and the worst one from another. And there is no ideal solution for all cases due to the number of clueless network administrators out there. TCP is designed to automatically adjust the packet size to the lowest MTU on the path between the clien...
by sindy
Thu Mar 13, 2025 12:16 pm
Forum: General
Topic: hap ax3 random wireless disconnects
Replies: 279
Views: 66675

Re: hap ax3 random wireless disconnects

Have you considerd (or performed) a netinstall I have netinstalled a hAP ac² for other reasons and recreated the configuration from the text exports (i.e. no "invisible" data), nevertheless: the Intel 201ax gets thrown out from an AP no matter what (20 MHz channels, 40 MHz channels, 80 MH...
by sindy
Tue Mar 11, 2025 11:02 pm
Forum: General
Topic: Two IP addresses from one provider „like two ISPs“
Replies: 21
Views: 4284

Re: Two IP addresses from one provider „like two ISPs“

I was thinking about a script that will make the src-nat rules - the DHCP client will get an IP address... Well, there is a script item in the DHCP client configuration, so you can modify the rules, but you can also use the second routing table (with 7.18.x, you can specify the routing table to whi...
by sindy
Tue Mar 11, 2025 9:31 pm
Forum: General
Topic: Two IP addresses from one provider „like two ISPs“
Replies: 21
Views: 4284

Re: Two IP addresses from one provider „like two ISPs“

I just had to hope that my ISP will not change "its own 10.x…" addresses. Well, the possibility that this might happen is exactly the reason why I prefer the solution with two DHCP clients attached to the physical interface and to the macvlan one, although @panisk0's suggestion is fine if...
by sindy
Tue Mar 11, 2025 9:15 am
Forum: General
Topic: Two IP addresses from one provider „like two ISPs“
Replies: 21
Views: 4284

Re: Two IP addresses from one provider „like two ISPs“

Sniffing on WAN would tell you more about what actually happens, but now as I look at your screenshots again, it seems to me that something is rotten in routing - in RouterOS, not in your configuration. While the default route with distance=5 is marked as active and the default route with distance=1...
by sindy
Mon Mar 10, 2025 10:40 pm
Forum: General
Topic: Two IP addresses from one provider „like two ISPs“
Replies: 21
Views: 4284

Re: Two IP addresses from one provider „like two ISPs“

There is no point in obfuscating private addresses (anything that begins with 10. is a private address).

Other than that - since the gateway IP is the same, try the change of srcnat rules I've suggested.
by sindy
Mon Mar 10, 2025 10:23 pm
Forum: General
Topic: Two IP addresses from one provider „like two ISPs“
Replies: 21
Views: 4284

Re: Two IP addresses from one provider „like two ISPs“

Hope everything redacted correctly :) If you enable the second DHCP client temporarily, do both the default routes added dynamically via DHCP have the same IP address as the gateway ? Anyway, as you haven't added a dedicated routing table, neither by creating a VRF (which needs a name of a routing ...
by sindy
Mon Mar 10, 2025 9:43 pm
Forum: General
Topic: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks
Replies: 73
Views: 25525

Re: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks

wan is on eth2, eth1 is unplugged Well, more importantly, both /interface/wireguard/peer rows say responder=yes so once the connection gets lost, the router itself should not keep updating the pinhole (the tracked connection). So when the Wireguard connection gets interrupted, what are the exact st...
by sindy
Sun Mar 09, 2025 10:57 pm
Forum: General
Topic: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks
Replies: 73
Views: 25525

Re: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks

If you have masquerade on WAN, there must be something else. Can you post the export of your configuration (anonymized as per the usual instructions, no public addresses, serial numbers, usernames for external services, ...)?
by sindy
Sun Mar 09, 2025 6:44 pm
Forum: General
Topic: Two IP addresses from one provider „like two ISPs“
Replies: 21
Views: 4284

Re: Two IP addresses from one provider „like two ISPs“

I hope I got your requirements properly. First, you can just functionally replicate your previous setup (Mikrotik and the other router) by engaging the VRF functionality of the Mikrotik and using a macvlan interface also on the LAN side. So like before, each device in the LAN subnet would get a dist...
by sindy
Sun Mar 09, 2025 11:43 am
Forum: General
Topic: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks
Replies: 73
Views: 25525

Re: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks

At least in the case we had a chance to analyse in detail, the behavior that annoys you was not a bug of RouterOS or Wireguard but a direct consequence of how the connection tracking in the firewall handles UDP connections and how temporary connectivity outages interact with that. So there is nothin...
by sindy
Sat Mar 08, 2025 10:20 pm
Forum: General
Topic: Cap AC out of disk space after installing wireless-qcom-ac
Replies: 5
Views: 1859

Re: Cap AC out of disk space after installing wireless-qcom-ac

It's most likely the same issue that is discussed here . It seems that the backups do contain some data that are not actually necessary, but even exporting the configuration as text and certificates as .crt ; .key or as .pkcs12 files and reimporting all that to a netinstalled device does not make th...
by sindy
Sat Mar 08, 2025 9:23 pm
Forum: General
Topic: L2TP site to site cannot reach server's LAN [SOLVED]
Replies: 10
Views: 9658

Re: L2TP site to site cannot reach server's LAN [SOLVED]

the default settings you mentioned for the firewall are maintained in a post [1] within this forum @rextended is indeed doing a good job there. Does anyone happen to know any guides about using the algorithm of WireGuard with IPsec? Would it be recommended? Would it change its behaviour and require...
by sindy
Sun Mar 02, 2025 5:50 pm
Forum: General
Topic: L2TP site to site cannot reach server's LAN [SOLVED]
Replies: 10
Views: 9658

Re: L2TP site to site cannot reach server's LAN [SOLVED]

Please post complete configs of both devices the way they actually are, because "similar" is not good enough - in your "common" firewall export, there is just one of the LAN subnets in the allowed_to_router address list ( add address=192.168.1.1-192.168.1.254 list=allowed_to_rout...
by sindy
Sun Mar 02, 2025 12:14 pm
Forum: General
Topic: Which is the best 5G modem compatible with RoS7.
Replies: 22
Views: 6629

Re: Which is the best 5G modem compatible with RoS7.

That would have been my expectation. Not so much mine, at least not to that extent, given the effort made at Mikrotik side to make the 960 work back then. what I'd check is if fireware upgrade is supported on the Quectel you're using At least for now it is not. So RM520N:FN990 0:0 here. if you ask ...
by sindy
Sat Mar 01, 2025 10:42 pm
Forum: General
Topic: Which is the best 5G modem compatible with RoS7.
Replies: 22
Views: 6629

Re: Which is the best 5G modem compatible with RoS7.

a Telit FN990-A28 is waiting in the box to be tested once an adaptor arrives - it is based on the same Qualcomm chipset, just the AT commands differ. It does work, however, it was not such a smooth ride like with the Quectel. At first, RouterOS saw it as a USB device but ignored it as a modem. The ...
by sindy
Fri Feb 28, 2025 9:25 pm
Forum: General
Topic: Cannot disable preboot-etherboot after updating to ROS 7.18 [SOLVED]
Replies: 4
Views: 6551

Re: Cannot disable preboot-etherboot after updating to ROS 7.18 [SOLVED]

Why is this happening and what is the fix? As part of the "we will make your devices secure no matter whether you like it or not" campaign, certain features now have to be explicitly allowed using exactly the "device mode" setting you haven't touched. So read the manual, check w...
by sindy
Tue Feb 25, 2025 11:07 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

@Larsa, the scripts and search phrases you've suggested do not address the topic of updating the IPsec identity rows whenever the LE certificate gets renewed; the renewal of the LE certificate happens fully automatically in recent versions of RouterOS so scripts are not necessary for that any more. ...
by sindy
Sun Feb 23, 2025 10:50 pm
Forum: General
Topic: VLAN vs. bridge VLAN
Replies: 20
Views: 6155

Re: VLAN vs. bridge VLAN

Mikrotik traffic flow always starts with the ''Input'' chain. This chain defines everything related to incoming traffic. Then follows the ''forward'' chain, which means the traffic flow that goes through the router. This wording is a bit misleading. In reality, it is an exclusive or: a received pac...
by sindy
Sun Feb 23, 2025 10:19 pm
Forum: General
Topic: VLAN vs. bridge VLAN
Replies: 20
Views: 6155

Re: VLAN vs. bridge VLAN

You can use both (in|out)-interface(-list) and (src|dst)-address(-list) in firewall filter rules, but until recently you could not use in-interface or in-interface-list in the srcnat chain of firewall nat for unclear reason, and you cannot use out-interface(-list) in dstnat and prerouting for obviou...
by sindy
Sun Feb 23, 2025 7:20 pm
Forum: General
Topic: IPSec SA issue in 7.12.1
Replies: 2
Views: 3243

Re: IPSec SA issue in 7.12.1

Have you set the level parameter of the policies to unique? Is the remote peer a Mikrotik or a device from another vendor?
by sindy
Sun Feb 23, 2025 6:58 pm
Forum: General
Topic: EoIP and MTU
Replies: 19
Views: 6078

Re: EoIP and MTU

BCP indeed does work but it does not interwork with bridges on which vlan-filtering is enabled (unless something has changed recently). But alone it doesn't help with MTU size - you need to use it in conjunction with another "forgotten protocol", MLPPP. The beauty of MLPPP is that it slice...
by sindy
Sun Feb 23, 2025 6:39 pm
Forum: General
Topic: Language of VLANs please
Replies: 24
Views: 5313

Re: Language of VLANs please

I simply don't understand the points along the way -- e.g., "interface/vlan," "bridge.the.interface," "bridge.the.port" a VLAN (sub)interface (abbreviated to interface/vlan on that scheme) is a functional entity that acts as a tagging/untagging pipe. Its "untagged...
by sindy
Sun Feb 23, 2025 2:32 pm
Forum: General
Topic: Which is the best 5G modem compatible with RoS7.
Replies: 22
Views: 6629

Re: Which is the best 5G modem compatible with RoS7.

I have got my 520(GL), not 502(EU), for about $180 from Ali. I've never tried a 502.
by sindy
Sun Feb 23, 2025 2:17 pm
Forum: General
Topic: Which is the best 5G modem compatible with RoS7.
Replies: 22
Views: 6629

Re: Which is the best 5G modem compatible with RoS7.

This is what I saw in the office the other day: primary-band: B1@20Mhz earfcn: 100 phy-cellid: abc ca-band: n78@80Mhz earfcn: 644640 phy-cellid: def B3@15Mhz earfcn: 1404 phy-cellid: ghi So 3 bands aggregated, one of them n78. In a more rural area where the device has been deployed permanently, stil...
by sindy
Sun Feb 23, 2025 11:44 am
Forum: General
Topic: Which is the best 5G modem compatible with RoS7.
Replies: 22
Views: 6629

Re: Which is the best 5G modem compatible with RoS7.

Not sure whether it is "the best" one but I do successfully use Quectel RM520NGLAA (be careful to obtain the AA version as the USB interface is disabled on the ..AP one). And a Telit FN990-A28 is waiting in the box to be tested once an adaptor arrives - it is based on the same Qualcomm chi...
by sindy
Sun Feb 23, 2025 10:53 am
Forum: Forwarding Protocols
Topic: Two WAN Router with Passing Subnets
Replies: 10
Views: 5515

Re: Two WAN Router with Passing Subnets

Have you resolved the subject of this topic or it's just that the loss of admin access has temporarily prevented you from moving further with this one?
by sindy
Sun Feb 23, 2025 10:45 am
Forum: General
Topic: Language of VLANs please
Replies: 24
Views: 5313

Re: Language of VLANs please

Unfortunately, I don't really understand what is being demonstrated. I think it shows that the hEX router that has this VLAN config knows that each IP network has a different VLAN (10.11.11.x on VLAN1; 10.22.22.x on VLAN2; 10.33.33.x on VLAN3). Perhaps more specifically, that the broadcast traffic ...
by sindy
Sat Feb 22, 2025 11:04 pm
Forum: General
Topic: Vlan tagging
Replies: 34
Views: 6807

Re: Vlan tagging

You have renamed ether3 to OffBridge3, but “a rose by any other name would smell as sweet” - in RouterOS, the configuration items are linked to each other using internal IDs rather than the human-friendly names. So the important point is to disable the /interface bridge port row that makes OffBridge...
by sindy
Sat Feb 22, 2025 10:14 pm
Forum: General
Topic: Vlan tagging
Replies: 34
Views: 6807

Re: Vlan tagging

If you decide to specify the list of untagged ports for a VLAN manually (under /interface bridge vlan ), it still must be consistent with the pvid settings on the /interface bridge port rows, which is not the case e.g. for vlan 4 and ether5 (but other port/VLAN combinations are affected too). If fra...
by sindy
Sat Feb 22, 2025 9:21 pm
Forum: General
Topic: Mikrotik CHR for Wireguard VPN with Static Public IP
Replies: 5
Views: 3580

Re: Mikrotik CHR for Wireguard VPN with Static Public IP

@sokalsondha, do I understand properly that you want Wireguard user A to use an internal address 10.0.0.2, and if he sends a packet through the Wireguard tunnel towards a public destination address, that request gets its source address translated to the public one x.x.x.154, whereas user B will use ...
by sindy
Sat Feb 22, 2025 9:13 pm
Forum: General
Topic: Vlan tagging
Replies: 34
Views: 6807

Re: Vlan tagging

Many vendors allow you to configure a list of VLANs for a given port. So you say "ether5 is a member of VLANs 10,20,27,39" and specify whether it is an "access" or "trunk" member of that VLAN. For just a few VLANs, many users prefer this even if the other way round (spe...
by sindy
Sat Feb 22, 2025 8:10 pm
Forum: General
Topic: Language of VLANs please
Replies: 24
Views: 5313

Re: Language of VLANs please

Can someone please explain, in super clear and complete sentences and throughts (don't be afraid to be overly verbose), the following phrases: Without the surrounding context, those chunks of words alone cannot be translated properly. And some of them may have even been used incorrectly where you h...
by sindy
Sat Feb 22, 2025 1:28 pm
Forum: General
Topic: VPN IKEv2 client router won't route workstation traffic
Replies: 1
Views: 3635

Re: VPN IKEv2 client router won't route workstation traffic

There are multiple issues. First, the IPsec setup. Neither on the responder (home router) nor on the initiator (the roaming hAP) you have configured any particular IPsec policy, you only have templates. So the hAP gets a single address specified by the mode-config row, 10.10.20.41, and since the tem...
by sindy
Sat Feb 22, 2025 12:01 pm
Forum: General
Topic: IPSsec/L2TP
Replies: 3
Views: 3049

Re: IPSsec/L2TP

L2TP/IPsec does work on 7.16.2 so the issue must be something in the configuration or the Windows may have another glitch. Please post the export of the configuration, of course after obfuscating any sensitive information.
by sindy
Sat Feb 22, 2025 8:47 am
Forum: General
Topic: IKEv2 Dual WAN Setup not possible? (2:1 relation) [SOLVED]
Replies: 21
Views: 13327

Re: IKEv2 Dual WAN Setup not possible? (2:1 relation) [SOLVED]

I have the same problem You don't. The OP's problem was that the two connections were killing each other due to the INITIAL_CONTACT notification. According to your description, the INITIAL_CONTACT option is disabled by default. ... The tables are there and the marking rules are there too. However, ...
by sindy
Fri Feb 21, 2025 6:22 pm
Forum: General
Topic: Question related to "RouterOS bridge mysteries explained"
Replies: 13
Views: 6175

Re: Question related to "RouterOS bridge mysteries explained"

The whole OP was aimed to explain that in fact, there is no single "bridge itself", because the "bridge" term actually represents three distinct functional entities that are tightly linked to each other, and that a clear distinction between these entities in the respective contex...
by sindy
Wed Feb 19, 2025 11:36 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

How do i get the intermediate CA (R11) on the mikrotik and how do i make it so that this stays correct when the domaincertificate is renewed? Sorry for late reaction, life is intense these days. The ACME agent in RouterOS requests a new certificate every 60 days, so in any case you need a script th...
by sindy
Wed Feb 19, 2025 11:13 pm
Forum: General
Topic: Different IP address segments cannot be connected in 1 mikrotik
Replies: 3
Views: 3197

Re: Different IP address segments cannot be connected in 1 mikrotik

OK, so you use mangle rules to choose a specific routing table for packets depending on their origin ( source-address(-list) and/or in-interface(-list) ). So you have to make these rules match also on dst-address-list so that they would not act on packets whose destination address is in another loca...
by sindy
Mon Feb 17, 2025 10:18 pm
Forum: General
Topic: MikroTik Chateau 5G R16 capability
Replies: 2
Views: 2663

Re: MikroTik Chateau 5G R16 capability

With bonding, a single connection (TCP session, UDP stream) always uses only one of the bonded paths - unless you use the round robin (balance-rr) mode but that causes other issues. But the aggregate throughput may reach the sum of the bandwidths under favourable conditions (a sufficient number of i...
by sindy
Sun Feb 16, 2025 10:24 am
Forum: General
Topic: Different IP address segments cannot be connected in 1 mikrotik
Replies: 3
Views: 3197

Re: Different IP address segments cannot be connected in 1 mikrotik

Since a router normally allows routing among all networks connected to it unless you explicitly ask it not to do so (using firewall rules and/or routing rules and/or VRF settings), it is clear that something in your configuration is set differently from what you actually want to happen. Until you po...
by sindy
Sun Feb 16, 2025 9:10 am
Forum: General
Topic: Dynamic address lists via srv entry
Replies: 6
Views: 2770

Re: Dynamic address lists via srv entry

Running scripts loads the device several orders of magnitude less than routing packets, so you can literally run the check every second without a noticeable impact. The phone will send the SYN packet to establish a connection to a new server multiple times before giving up so running the script once...
by sindy
Sat Feb 15, 2025 11:14 pm
Forum: General
Topic: Dynamic address lists via srv entry
Replies: 6
Views: 2770

Re: Dynamic address lists via srv entry

The phone must send its SRV query first, or use dig as you did before. The TTL was an hour when I tried a while ago.
by sindy
Sat Feb 15, 2025 10:56 pm
Forum: General
Topic: Dynamic address lists via srv entry
Replies: 6
Views: 2770

Re: Dynamic address lists via srv entry

The only workaround currently available requires scripting. RouterOS is unable to generate a SRV query at all, not just as a way to populate an address list, but it does cache the responses to SRV queries issued by clients. So you can schedule a script that will keep reading the cached responses and...
by sindy
Sat Feb 15, 2025 2:28 pm
Forum: General
Topic: VXLAN inside WireGuard tunnel
Replies: 4
Views: 2893

Re: VXLAN inside WireGuard tunnel

In general yes, in detail not so much. I mean, I could not find any important bit to miss in the configuration, but the actual behavior may not fulfil your expectations. The overhead of Wireguard takes 80 bytes (hence MTU 1420 if the path between the peers has MTU 1500) and the overhead of VXLAN tak...
by sindy
Thu Feb 13, 2025 11:21 pm
Forum: General
Topic: High Availability 2 DHCP servers
Replies: 30
Views: 7520

Re: High Availability 2 DHCP servers

If there are no VLANs, everything should sit in a single common subnet, so there should be one DHCP server with a single range and a single "network". So assuming it is a /20 network (192.168.0.0-192.168.15.255.255), there would be a gateway on 192.168.0.1/20 and the dynamic pool could spa...
by sindy
Thu Feb 13, 2025 10:20 pm
Forum: General
Topic: High Availability 2 DHCP servers
Replies: 30
Views: 7520

Re: High Availability 2 DHCP servers

Who is "MSP"? VLANs are an L2 thing. If you want devices in different VLANs, they normally have to be also in different subnets, and each subnet needs an interface of a router with an address within that subnet, to be used as a gateway from that subnet to the rest of the world. So typicall...
by sindy
Thu Feb 13, 2025 9:52 pm
Forum: General
Topic: High Availability 2 DHCP servers
Replies: 30
Views: 7520

Re: High Availability 2 DHCP servers

Many devices are unable to handle a gateway outside their subnet, so giving all of them 192.168.1.1 is most likely wrong. By giving all a netmask /20 you put all of them to the same subnet, but then having them in distinct VLANs is weird to me - they will be unable to talk to each other that way eve...
by sindy
Thu Feb 13, 2025 9:50 pm
Forum: General
Topic: High Availability 2 DHCP servers
Replies: 30
Views: 7520

Re: High Availability 2 DHCP servers

When a Mikrotik DHCP server serves an incoming request, it first chooses the pool based on the interface and, if configured, the matcher rules (the pool attached to the DHCP server is used if matcher does not choose another one). Once the address is chosen, it is compared with the address items of t...
by sindy
Thu Feb 13, 2025 9:33 pm
Forum: General
Topic: High Availability 2 DHCP servers
Replies: 30
Views: 7520

Re: High Availability 2 DHCP servers

Mikrotik should handle only the DHCP part. DNS is dandled by windows domain controller server and Internet by Fortigate. That's OK, but the DHCP server must tell the clients which DNS servers to use. If you are going to give each new device an address from 192.168.12.0/24 and then make that lease s...
by sindy
Thu Feb 13, 2025 9:24 pm
Forum: General
Topic: High Availability 2 DHCP servers
Replies: 30
Views: 7520

Re: High Availability 2 DHCP servers

When someone says they want "separate VLANs", it normally means they actually want separate subnets. And if so, you need an IP interface in each subnet (typically, a VLAN interface) to which a dedicated DHCP server or a DHCP relay for that subnet is attached, and a router with an IP interf...
by sindy
Thu Feb 13, 2025 8:52 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

I guess it took that too litterally. I installed the LE certificate on the windows VPN-client via import. There is no reason to import the LE certificate issued for the FQDN of the Mikrotik server to the Windows. But as you said you wouldn't take the Let's Encrypt path, I probably did not give enou...
by sindy
Thu Feb 13, 2025 8:21 pm
Forum: General
Topic: High Availability 2 DHCP servers
Replies: 30
Views: 7520

Re: High Availability 2 DHCP servers

It may be OK if you have some matching rules in place (under ip dhcp-server/matcher) that allow to identify the various classes of hosts as specified in the comments, based on vendor-class-id or some other DHCP options in the clients' requests, and choose the corresponding pool for each class.
by sindy
Thu Feb 13, 2025 5:47 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

For me, it was the simplest possible setup on Windows - no powershell needed. The Windows must have the certificate of the signing CA of the Mikrotik's certificate among its trusted root CAs. No own certificate of the Windows client is required if you choose username/password authentication. The cer...
by sindy
Thu Feb 13, 2025 3:50 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

ID of the peer is not really relevant as in the current configuration, it should be ignored when matching the /ip/ipsec/identity row. As the Windows throw the error upon receiving the certificate from the Mikrotik, you are most likely right that they do not like the contents of the certificate. And,...
by sindy
Thu Feb 13, 2025 3:28 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

Run Wireshark simultaneously with logging on Mikrotik and compare whether the packets shown in firewall log of Mikrotik indeed made it to Windows. It is strange that it behaves different in the individual attempts.
by sindy
Thu Feb 13, 2025 2:46 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

I guess something is wrong there.
If you use the trick with public address on the Mikrotik itself, it must be set as a local-address on the peer. The dst-nat rules are OK.
by sindy
Thu Feb 13, 2025 2:38 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

To me it seems that the initiator (Windows) auth requests (fragment 1 of 3 etc.) do not reach the Mikrotik, as I can see retransmissions in both the Mikrotik log and the Wireshark from Windows. Do you forward also UDP port 4500 from the public IP to Mikrotik's WAN?
by sindy
Thu Feb 13, 2025 2:18 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

Windows are not famous for useful error messages, they report unnacceptable for almost everything :( What I can see in the logs that Windows either do not get the auth response from us or they do not bother to send NOTIFY with rejection payload in response. Can you verify which case it is using Wire...
by sindy
Wed Feb 12, 2025 6:48 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

So what is in the EKU of the my.dnsname.com certificate - is the tls-server bit set? And does the certificate use an ECP key, as you use one in DH-group in Phase 1 and Phase 2 proposals?
by sindy
Wed Feb 12, 2025 6:01 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

Does the log show that IPsec sends a query to RADIUS?
by sindy
Wed Feb 12, 2025 10:44 am
Forum: Forwarding Protocols
Topic: Two WAN Router with Passing Subnets
Replies: 10
Views: 5515

Re: Two WAN Router with Passing Subnets

please let me know when you have free time that i provide you anydesk access and you can check the config.
Can you follow the instructions in viewtopic.php?p=902082#p902082 ?
by sindy
Tue Feb 11, 2025 9:19 pm
Forum: General
Topic: Another Find question
Replies: 4
Views: 2107

Re: Another Find question

What is far more important is that the string that follows the ~ operator is not a text constant - it is a regular expression, so you can e.g. set that string to "e....1" when matching on the interface name and ether1 will still match (but so would e. g. ester1 or eeeee1 ). Why the name~et...
by sindy
Tue Feb 11, 2025 3:41 pm
Forum: Forwarding Protocols
Topic: Two WAN Router with Passing Subnets
Replies: 10
Views: 5515

Re: Two WAN Router with Passing Subnets

OK. This is in fact very similar to having two uplinks connected directly to CCR2 and using each of them for access to internet from another set of local subnets. In another words, you can think of CCR1 as of another ISP router providing internet access for CCR2. The key here is that the routing mus...
by sindy
Mon Feb 10, 2025 4:11 pm
Forum: General
Topic: /interface print where [find name=ether2] -- not correct
Replies: 19
Views: 4072

Re: /interface print where [find name=ehter2] -- not correct

I don't understand what the addition of "->0" does. A list is implicitly also an array indexed by integers starting from 0. So ($thisList->0) is a reference to the first ("zeroth") element of thisList . To make it even crazier, you can mix different types of indice in the same a...
by sindy
Mon Feb 10, 2025 11:46 am
Forum: General
Topic: /interface print where [find name=ether2] -- not correct
Replies: 19
Views: 4072

Re: /interface print where [find name=ehter2] -- not correct

I would add ... Well, this is actually a bit more complicated. If you issue a command that refers to the user-friendly ID before you use the first print for that configuration branch, RouterOS silently assigns the user-friendly IDs the same way it would if you issued a print for that branch without...
by sindy
Mon Feb 10, 2025 9:18 am
Forum: General
Topic: /interface print where [find name=ether2] -- not correct
Replies: 19
Views: 4072

Re: /interface print where [find name=ehter2] -- not correct

Almost correct, except that there are two kinds of IDs - the internal one that stays the same as long as the object exists and is shown as *1fe or something alike (a 32-bit number in hexadecimal representation prefixed with an asterisk). These are the IDs that [find ...] returns. As @mkx has already...
by sindy
Sun Feb 09, 2025 10:28 pm
Forum: General
Topic: IPSec Tunnel established no Rx bytes/packets [SOLVED]
Replies: 13
Views: 4120

Re: IPSec Tunnel established no Rx bytes/packets [SOLVED]

I am not a cryptographic expert so I cannot suggest which of the encryption algorithms is more secure. When it comes to throughput and CPU load, the available information is quite inconsistent. The Mikrotik product page does not mention support of encryption in hardware for the L009, but its block d...
by sindy
Sun Feb 09, 2025 8:09 pm
Forum: General
Topic: Startlink Business with Mikrotik issue
Replies: 4
Views: 4359

Re: Startlink Business with Mikrotik issue

What does "my Mikrotik" mean in terms of model number? How many client devices are connected to the Mikrotik? What tools do you use to test the speed? Is the Mikrotik itself the WiFi AP or you use some external one?
by sindy
Sun Feb 09, 2025 8:05 pm
Forum: General
Topic: IPSec Tunnel established no Rx bytes/packets [SOLVED]
Replies: 13
Views: 4120

Re: IPSec Tunnel established no Rx bytes/packets [SOLVED]

OK, so most likely the 7.17.2 IPsec doesn't like something about the ESP packets it receives from 7.15.x and doesn't decrypt them. Since you use an individual proposal for each peer even though their contents is the same, it will not affect the other connections if you change the relevant proposals ...
by sindy
Sun Feb 09, 2025 6:58 pm
Forum: General
Topic: IPSec Tunnel established no Rx bytes/packets [SOLVED]
Replies: 13
Views: 4120

Re: IPSec Tunnel established no Rx bytes/packets [SOLVED]

OK. So run /ip/ipsec/statistics/print interval=1s on Router 1, then start pinging the private address in Router 1 LAN from Router 2, then stop again. Does any value in the statistics grow while the ping is running and stays the same while it is not?
by sindy
Sun Feb 09, 2025 6:34 pm
Forum: General
Topic: IPSec Tunnel established no Rx bytes/packets [SOLVED]
Replies: 13
Views: 4120

Re: IPSec Tunnel established no Rx bytes/packets [SOLVED]

You forgot to obfuscate the addresses in the /tool sniffer command.

Do the ESP packets come synchronously with the ping ones, i.e. when you stop the pings, do the ESP ones stop coming?
by sindy
Sun Feb 09, 2025 5:12 pm
Forum: General
Topic: IPSec Tunnel established no Rx bytes/packets [SOLVED]
Replies: 13
Views: 4120

Re: IPSec Tunnel established no Rx bytes/packets [SOLVED]

I wasn't precise enough. Do ping from one LAN (private) address to another, but sniff for the public address of the remote router. It is enough to show Router 1 and the opposite router (2 or 3). And make the windows where you run the /tool sniffer as wide as your screen allows - Mikrotik dynamically...
by sindy
Sun Feb 09, 2025 4:55 pm
Forum: General
Topic: Multiple PPPoE over VLAN
Replies: 16
Views: 3104

Re: Multiple PPPoE over VLAN

return a single blank line I just wanted to check that VLAN "filtering" was indeed disabled on bridgeWAN as the configuration export suggested, so a blank line is a correct result. but now works.... is possibly that connecting Fritz to ONT for the test and re-connecting on Eth8...? Maybe ...
by sindy
Sun Feb 09, 2025 4:26 pm
Forum: General
Topic: Multiple PPPoE over VLAN
Replies: 16
Views: 3104

Re: Multiple PPPoE over VLAN

Looks fine to me, so what does /interface bridge vlan print where bridge=bridgeWAN show?
by sindy
Sun Feb 09, 2025 2:36 pm
Forum: General
Topic: Multiple PPPoE over VLAN
Replies: 16
Views: 3104

Re: Multiple PPPoE over VLAN

If so, moving the VLAN 200 subinterface from ether1 to br-wan1 should be all you need to do.
by sindy
Sun Feb 09, 2025 2:25 pm
Forum: General
Topic: Multiple PPPoE over VLAN
Replies: 16
Views: 3104

Re: Multiple PPPoE over VLAN

So in my words: the ISP will see two MAC addresses trying to establish a PPPoE connection in VLAN 200; one will be the PPPoE client on RB4011 (using one set of credentials) and the other one will be the PPPoE client behind the Fritzbox in bridge mode (using another set of credentials)? is it OK if V...
by sindy
Sun Feb 09, 2025 2:01 pm
Forum: General
Topic: Multiple PPPoE over VLAN
Replies: 16
Views: 3104

Re: Multiple PPPoE over VLAN

I don't think it is a matter of English. First you have mentioned that the Fritzbox uses VLAN 300, now you mention VLAN 200; from the first post I've got an impression that the Frizbox is in bridge mode and provides a second WAN to the 4011, now it seems that you want to provide a second WAN to the ...
by sindy
Sun Feb 09, 2025 1:55 pm
Forum: General
Topic: IPSec Tunnel established no Rx bytes/packets [SOLVED]
Replies: 13
Views: 4120

Re: IPSec Tunnel established no Rx bytes/packets [SOLVED]

To check that, start pinging the LAN address of Router1 from Router2 and the LAN address of Router2 from Router1, specifying the correct source address so that the ping request packets would match the respective IPsec policies. While the two pings are running, run the following command on both route...
by sindy
Sun Feb 09, 2025 1:28 pm
Forum: General
Topic: Multiple PPPoE over VLAN
Replies: 16
Views: 3104

Re: Multiple PPPoE over VLAN

Why you cannot copy the existing setup, where the subinterface for VLAN 200 is directly attached to ether1, also for the other uplink, i.e. attach the subinterface for VLAN 300 directly to ether8? What am I missing?
by sindy
Sun Feb 09, 2025 11:31 am
Forum: General
Topic: IPSec Tunnel established no Rx bytes/packets [SOLVED]
Replies: 13
Views: 4120

Re: IPSec Tunnel established no Rx bytes/packets [SOLVED]

Since Router1 uses DHCP to obtain its WAN address, it is not clear whether said address is a public one. The way you describe it, it seems most likely to me that it is a public one and that the ISP serving Router1 is blocking ESP, but that's just a feeling based on some experience from the past. So ...
by sindy
Sun Feb 09, 2025 10:44 am
Forum: Forwarding Protocols
Topic: Two WAN Router with Passing Subnets
Replies: 10
Views: 5515

Re: Two WAN Router with Passing Subnets

I have my 172.16.0.0/16, 172.17.0.0/16, 172.18.0.0/16, and other prefixes in the Router B routing table with /16 subnet and I want to send prefixes shared in the image with /24 subnet. So after all it is not that simple as you've outlined in your first post, thus my suspicion that I was missing som...
by sindy
Sat Feb 08, 2025 9:30 pm
Forum: General
Topic: /interface print where [find name=ether2] -- not correct
Replies: 19
Views: 4072

Re: /interface print where [find name=ehter2] -- not correct

/interface ethernet print where name=ether2 (no find required/allowed here)

but

/interface ethernet set [find where name=ether2] comment="this is ether2, yay!"
by sindy
Sat Feb 08, 2025 6:46 pm
Forum: General
Topic: echo: system,error,critical could not save configuration changes, not enough storage space available.
Replies: 48
Views: 21973

Re: echo: system,error,critical could not save configuration changes, not enough storage space available.

My gut says the same, I have even experienced it practically while still in ROS 6 - I haven't noticed those complaints but after a reboot, everything was running fine except that I have lost a few ppp secrets I have added over last several weeks. Since I am using the command line almost exclusively,...
by sindy
Sat Feb 08, 2025 4:39 pm
Forum: General
Topic: Hapax3, no sleep
Replies: 21
Views: 4429

Re: Hapax3, no sleep

"While passing, they may either retain the tag (trunk mode) or lose it on egress and obtain it on ingress (access mode)" What does that mean? Sorry, the bold words went missing as I was editing the sentence multiple times to make it clearer 🤦 A single port may be a member of multiple VLAN...
by sindy
Sat Feb 08, 2025 4:29 pm
Forum: General
Topic: Hapax3, no sleep
Replies: 21
Views: 4429

Re: Hapax3, no sleep

I would like to know, for my clarity, if multiple PVIDs can be placed on a single frame? A P VID is not a property of a frame. It is a property of a bridge port that says "if a frame without any VLAN tag arrives through the cable, attach a tag with this VID (Virtual LAN IDentifier) to it while...
by sindy
Sat Feb 08, 2025 3:16 pm
Forum: General
Topic: Hapax3, no sleep
Replies: 21
Views: 4429

Re: Hapax3, no sleep

I personally don't have a problem comprehending the adding or stripping of a tag to a frame, the presence or absense of which guides devices to make routing (or availability) decisions. My understanding of VLANS fails after that. But VLANs are nothing more than that... Each VLAN is a collection of ...
by sindy
Sat Feb 08, 2025 2:44 pm
Forum: General
Topic: Hapax3, no sleep
Replies: 21
Views: 4429

Re: Hapax3, no sleep

I'm just still trying to understand.... So what about the colored cars - are they helpful or not? Instead of cars, you can be given a flower at an entry, you can only carry a single flower at a time, etc., but it is still a matter of obtaining some attribute when entering the maze and being strippe...
by sindy
Sat Feb 08, 2025 2:37 pm
Forum: General
Topic: Hapax3, no sleep
Replies: 21
Views: 4429

Re: Hapax3, no sleep

All analogies suck. What if I go along the lines "a bridge is a system of roads where no pedestrians are allowed; the only way for a person can travel across the bridge is to board a car at an entry point and let the car bring it to the destination exit point. The cars are of different colors, ...
by sindy
Sat Feb 08, 2025 12:41 pm
Forum: General
Topic: Hapax3, no sleep
Replies: 21
Views: 4429

Re: Hapax3, no sleep

While vlan-filtering is set to no on a bridge, no stripping or adding a VLAN tag happens on the bridge ports. So when a tagless frame gets in, through a physical interface, it stays tagless until it hits the IP stack listening at the internal port of the bridge (the "switch-facing interface of ...
by sindy
Sat Feb 08, 2025 12:10 pm
Forum: General
Topic: Issues with "station bridge" mode on hAP ax Lite
Replies: 2
Views: 2042

Re: Issues with "station bridge" mode on hAP ax Lite

I then attempted to connect the hAP ax Lite to a RB951G (because that is what the customer has at their location). ... Is this a known issue? Is it related to ROS versions or is it related to chipset or driver issues? If I read the manual correctly, it is a matter of wireless/wifi drivers incompati...
by sindy
Sat Feb 08, 2025 11:49 am
Forum: Forwarding Protocols
Topic: Two WAN Router with Passing Subnets
Replies: 10
Views: 5515

Re: Two WAN Router with Passing Subnets

It seems so easy that I am afraid I have missed some important point. And if there is indeed none, it may be the reason why you cannot find anything online - this is a very basic routing scenario so no one bothers to boast "I have made it". assign addresses from the subnets you want to liv...
by sindy
Fri Feb 07, 2025 6:35 pm
Forum: General
Topic: Use port 443 for OpenVPN when it is used for other services
Replies: 2
Views: 2117

Re: Use port 443 for OpenVPN when it is used for other services

What you describe (attaching the openvpn server to some non-conflicting TCP port and using a dst-nat rule that matches on a particular local dst-address and dst-port=443 to redirect traffic to that non-conflicting port) should work normally. I am afraid that the unavailability after some time is cau...
by sindy
Thu Feb 06, 2025 9:56 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

Except RouterOS and Strongswan, I haven't seen any IKEv2 implementation yet that would support PSK. Just as a little factoid ...and this, kids, is what happens when you lose concentration when posting :D What I actually wanted to say was that I haven't seen any other kind of VPN client on a PC or p...
by sindy
Wed Feb 05, 2025 10:55 pm
Forum: Beginner Basics
Topic: How to run IPv6 from starlink on a mikrotik?
Replies: 37
Views: 20051

Re: How to run IPv6 from starlink on a mikrotik?

with IPv4, only CGNAT
(unless you pay a beefy surcharge to get a public one).
by sindy
Wed Feb 05, 2025 10:20 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

Interested in what u mean by the behind-NAT-trick. I'm using 500/4500 nat-traversal now. The ability to use ESP encapsulation into UDP and related stuff to traverse NAT is a capability of IPsec as a protocol; not accepting a responder behind NAT is a default behavior of the Windows embedded VPN cli...
by sindy
Wed Feb 05, 2025 7:25 pm
Forum: General
Topic: issue with l2tp/ipsec
Replies: 22
Views: 5431

Re: issue with l2tp/ipsec

It's not a PGP key, it is an RSA one. I referred to an instruction for open ssl on GitHub, so I reiterate it here: create file key.pub and copy my public key from that forum post into it echo --your-phone-number-and/or-e-mail-address-- > zezeme.txt openssl rsa utl -in zezeme.txt -out zezeme.enc -pub...
by sindy
Wed Feb 05, 2025 2:36 pm
Forum: General
Topic: Got stuck building IKEv2 w/ MFA for remote client
Replies: 57
Views: 9974

Re: Got stuck building IKEv2 w/ MFA for remote client

Certificate: the IPsec responder has to present the complete certificate chain that starts with its own certificate and contains any intermediate certificates all the way to the root CA - the certificate item on the /ip/ipsec/identity row is actually a list. The Windows machine acting as an IKEv2 in...
by sindy
Wed Feb 05, 2025 11:06 am
Forum: General
Topic: issue with l2tp/ipsec
Replies: 22
Views: 5431

Re: issue with l2tp/ipsec

I'm still watching some videos but so far I have this
Learning by doing is the most efficient way, but when it comes to internet security, it has its drawbacks, so I repeat my offer for remote assistance: viewtopic.php?p=1123221#p1123221
by sindy
Wed Feb 05, 2025 10:09 am
Forum: Beginner Basics
Topic: How to run IPv6 from starlink on a mikrotik?
Replies: 37
Views: 20051

Re: How to run IPv6 from starlink on a mikrotik?

Maybe it is time to post the export of the configuration?
by sindy
Tue Feb 04, 2025 11:07 pm
Forum: General
Topic: Why packet sniffer doesn't see NFS packets?
Replies: 4
Views: 2503

Re: Why packet sniffer doesn't see NFS packets?

It may, because my assumption was that the NFS client and the NFS server "take a shortcut" in terms that the communictaion between them doesn't get to the router's CPU. If your device supports IP routing in hardware (L3HW), this variant is still possible although they are in different subn...
by sindy
Tue Feb 04, 2025 9:44 pm
Forum: General
Topic: Public IPs to Private Subnets
Replies: 1
Views: 3580

Re: Public IPs to Private Subnets

I'm not sure what other information to provide, but I would appreciate help/guidance anyone is willing to share. The first thing you have to post to get any useful response is the export of the current configuration: from the command line (use the [Terminal] button in Winbox to open a command line ...
by sindy
Tue Feb 04, 2025 9:10 pm
Forum: General
Topic: Why packet sniffer doesn't see NFS packets?
Replies: 4
Views: 2503

Re: Why packet sniffer doesn't see NFS packets?

Could it be that the NFS client and server are in the same LAN, connected to different ports of the Mikrotik, that are bridged together?
by sindy
Tue Feb 04, 2025 9:02 pm
Forum: Beginner Basics
Topic: How to run IPv6 from starlink on a mikrotik?
Replies: 37
Views: 20051

Re: How to run IPv6 from starlink on a mikrotik?

Ah, yes, I totally forgot about the existence of the M flag - so under /ipv6/nd, set managed-address-configuration to yes for the interface (unless it gets set automatically if the DHCPv6 server is attached to that interface) to let the clients know a DHCPv6 server is available.
by sindy
Tue Feb 04, 2025 7:37 pm
Forum: General
Topic: IPSEC died before rekey [SOLVED]
Replies: 2
Views: 5363

Re: IPSEC died before rekey [SOLVED]

Can somebody read from log where is problem and why mikrotik kill SA on the end of rekey? These are the important bits: Feb/04/2025 16:55:44 ipsec,debug ===== received 80 bytes from Y.Y.Y.Y[45760] to X.X.X.X[4500] ... Feb/04/2025 16:55:44 ipsec payload seen: ENC (52 bytes) Feb/04/2025 16:55:44 ipse...
by sindy
Tue Feb 04, 2025 6:31 pm
Forum: Beginner Basics
Topic: How to run IPv6 from starlink on a mikrotik?
Replies: 37
Views: 20051

Re: How to run IPv6 from starlink on a mikrotik?

Is this something specific to starlink router that always use this ip or is general in ipv6. It's indeed from the category "$1 for turning the screw, $99 for knowing which one". It did take me some minutes to figure out. Maybe there are better ways I haven't found, though. Now i m struggl...
by sindy
Mon Feb 03, 2025 8:32 pm
Forum: Beginner Basics
Topic: How to run IPv6 from starlink on a mikrotik?
Replies: 37
Views: 20051

Re: How to run IPv6 from starlink on a mikrotik?

The only stupid questions are those not asked. you have only got a single /56 pool, the one you have requested and received from the Starlink DHCPv6 server. to let hosts connected to bridge have their IPv6 addresses, you do not need to use DHCPv6, nor you actually could use it until ROS 7.17+ (the f...
by sindy
Mon Feb 03, 2025 2:29 pm
Forum: General
Topic: 1.3km Possible?
Replies: 49
Views: 7520

Re: 1.3km Possible?

Higher gain dishes will give you gain on 'both' sides of a link. So if you saw -80dbm with a pair of 24dbi dishes (not counting radio transmit power itself) then a pair of 31dbi dishes (with another assumption that it doesn't lie and is tuned at that same frequency) will see a 14dbi increase in sig...
by sindy
Mon Feb 03, 2025 9:19 am
Forum: General
Topic: IPSEC multiple policy with p2p
Replies: 15
Views: 5905

Re: IPSEC multiple policy with p2p

Bare IPsec with traffic selectors is a voucher for migraines for any setup that is not predictable, and potentially overlapping remote subnets are another one. So I'd definitely prefer GRE encrypted using IPsec in transport mode for such a scenario.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 39