Community discussions

MikroTik App

Search found 417 matches

  • 1
  • 2
by vingjfg
Sat Jan 11, 2025 12:44 pm
Forum: Beginner Basics
Topic: Printer on different VLAN
Replies: 18
Views: 1030

Re: Printer on different VLAN

Mdns uses multicast, which means that should hit an input rule, not a forward one.
by vingjfg
Fri Jan 10, 2025 8:20 pm
Forum: Beginner Basics
Topic: Printer on different VLAN
Replies: 18
Views: 1030

Re: Printer on different VLAN

by vingjfg
Sat Dec 28, 2024 7:40 pm
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

try
udp-timeout: 30s
@chechito, good thinking: the first recommendation was to open UDP/3389 in addition to TCP/3389 as RDP uses UDP to stream faster, but OP said it was not open and did not want to open it.
by vingjfg
Sat Dec 28, 2024 6:36 pm
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

@vingjfg, I am a bit confused regarding how you expect these two rules to eliminate the RDP outages. The connection tracking normally identifies all ICMP messages that provide feedback regarding packets that belong to existing TCP or UDP connections, applies the appropriate src-nat and/or dst-nat t...
by vingjfg
Fri Dec 27, 2024 9:21 pm
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

Thanks but what am i missing. I have a rule that blocks ICMP hitting the WAN interface - basically turn that off and allow ICMP? On my previous firewall ive always been able to keep it off but happy to turn it back on and see what happens Just for the Nats to the servers and the firewall rules. /ip...
by vingjfg
Fri Dec 27, 2024 10:59 am
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

You still haven't:

Permitted icmp to reach the servers.
Used the code tags when posting your config.

Do the first one, post the updated config using the second one and check if you still have disconnections.
by vingjfg
Wed Dec 18, 2024 6:20 pm
Forum: Forwarding Protocols
Topic: eBGP not establishing
Replies: 8
Views: 622

Re: eBGP not establishing

RFC3021 is for point-to-point links. Back in the day, on Cisco one had to explicitly configure the interface with the keyword "point-to-point".

Not by a MT device right now but will definitely try tomorrow.
by vingjfg
Mon Dec 16, 2024 10:02 pm
Forum: Scripting
Topic: executing script from net failed
Replies: 35
Views: 2417

Re: executing script from net failed

"You must be Igor."
"No, it's pronounced I-gor."

Best. Movie. Ever!
by vingjfg
Fri Dec 13, 2024 7:06 pm
Forum: General
Topic: Wireguard stops handshaking out of sudden - Change of port (only) solves it for weeks
Replies: 41
Views: 7227

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

@td32 Are you saying that disabling and re enabling the interface on the responder ("server side" router) fixes it? If you are, that's not our experience at all... Only changing the port on the connecting (remote) peer resolves it for us. What happens if you disable wireguard completely o...
by vingjfg
Thu Dec 12, 2024 9:30 pm
Forum: General
Topic: CCR1016 not getting over 700mbps on a 1GB ISP
Replies: 4
Views: 35314

Re: CCR1016 not getting over 700mbps on a 1GB ISP

Sawadee...It's been 3 weeks of battle finding solution and error to our problem. We have 1gb internet cnn from our ISP. Bandwidth test inside the ccr1016 shows 600-800mbps but when using speedtest on pc on the classrooms get 90-150mbps. Wifi is worst like 2-15mbps in 2.4ghz using hap ac. Please hel...
by vingjfg
Thu Dec 12, 2024 8:05 am
Forum: General
Topic: CCR1016 not getting over 700mbps on a 1GB ISP
Replies: 4
Views: 35314

Re: CCR1016 not getting over 700mbps on a 1GB ISP

I am on my phone and it is hard to read long configs but it looks like:
  • You are missing the established and FastTrack rules
  • You are doing a ton of l7 matching
Both affect the throughput. There may be way to fix some of it. Will check.
by vingjfg
Wed Dec 11, 2024 12:28 pm
Forum: Beginner Basics
Topic: Issue with Layer7 Protocol and Address List in RouterOS v7.16
Replies: 11
Views: 1064

Re: Issue with Layer7 Protocol and Address List in RouterOS v7.16

Meant the rule should match if he goes to http://... as the Host header will be both visible and from client to server.
by vingjfg
Wed Dec 11, 2024 12:13 pm
Forum: Beginner Basics
Topic: Issue with Layer7 Protocol and Address List in RouterOS v7.16
Replies: 11
Views: 1064

Re: Issue with Layer7 Protocol and Address List in RouterOS v7.16

It should match http://youtube.com but not a lot more.

If you want to match the names in the certs, you need to have the rules the other way around as well as the server sends its cert. And it will not match DNS requests.
by vingjfg
Wed Dec 11, 2024 11:34 am
Forum: Beginner Basics
Topic: Issue with Layer7 Protocol and Address List in RouterOS v7.16
Replies: 11
Views: 1064

Re: Issue with Layer7 Protocol and Address List in RouterOS v7.16

Oh waw ... you have a minimalistic rulebase.

BTW what is the l7 list called "1"?

As mkx said, a lot goes over encrypted connections so things may or may not work the way you expect.
by vingjfg
Wed Dec 11, 2024 9:31 am
Forum: Beginner Basics
Topic: Issue with Layer7 Protocol and Address List in RouterOS v7.16
Replies: 11
Views: 1064

Re: Issue with Layer7 Protocol and Address List in RouterOS v7.16

Hi there, I suspect your l7 rule is too low. Can you export your fw rules and post here. (Don't forget the code tags!)
by vingjfg
Mon Dec 09, 2024 8:56 pm
Forum: General
Topic: rose nfs mounts to linux client
Replies: 6
Views: 729

Re: rose nfs mounts to linux client

Also check if files on disk are accessible in ROS and if TCP port 2049 is accessible from IP of device where mount is performed, from docs: NFS uses port TCP/2049. If the port is not available in disk print detail you will see the state stuck at nfs-state="mounting" Seems you nailed it - ...
by vingjfg
Mon Dec 09, 2024 6:09 pm
Forum: General
Topic: rose nfs mounts to linux client
Replies: 6
Views: 729

Re: rose nfs mounts to linux client

Anything in dmesg?

If you create a file from the second ros and look at the uid of the file, does it show as 0?
by vingjfg
Sun Dec 08, 2024 3:19 pm
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

On Windows servers, you can disable the ecncapability without issue. For the rule, yes but don't forget the NAT rules - something that looks like /ip firewall nat ... add action=dst-nat chain=dstnat comment="SERVER03 (Rule 249bis) " \ dst-address=200.200.200.34 in-interface=sfp1 protocol=i...
by vingjfg
Fri Dec 06, 2024 7:12 am
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

The question is whether the second config you posted is after the changes: I don't see any of the icmp rules you wrote you created. The situation you mention with the rst packet is known, some servers reply with a rst instead of fin to immediately tear down the connection. I remember mentions of tha...
by vingjfg
Thu Dec 05, 2024 8:05 pm
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

Hi there. Regarding the rules, chain input: Remove the logging for the first rule (established/related) add action=accept chain=input comment=\ "Accept related and established connections" connection-state=\ established,related log-prefix="input established rule 3" Move this one ...
by vingjfg
Thu Dec 05, 2024 11:29 am
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

re: a PPP profile, This has been shutdown and was for testing purposes. I'll clean up the config. OK, so not PPP and the usual MTU issue then. Do you have a different MTU for your internet fiber than you have for the internal network? re: ICMP packets Sorry thats us "50 over 2 seconds" is...
by vingjfg
Wed Dec 04, 2024 6:32 pm
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

The configuration refers to a PPP profile, is this something else? Or are you using PPPoE? The configuration refers to sfp1 and at places to the WAN interface list - can this be standardized to the interface list wherever possible, at least in all the ip firewall sections? In your configuration (con...
by vingjfg
Tue Dec 03, 2024 1:01 pm
Forum: General
Topic: Seeking Help with VRRP Setup Across Multiple VLANs on CCR2116
Replies: 4
Views: 647

Re: Seeking Help with VRRP Setup Across Multiple VLANs on CCR2116

Well, that's a different problem than the one you stated. As Mikrotik cannot own a VRRP IP, for subnets where you don't have 3 IP available (2 devices + 1 virtual), you can't use VRRP. You can piece together a script that will add/remove IP on VLAN interfaces based on conditions (to be defined), how...
by vingjfg
Tue Dec 03, 2024 10:58 am
Forum: General
Topic: Seeking Help with VRRP Setup Across Multiple VLANs on CCR2116
Replies: 4
Views: 647

Re: Seeking Help with VRRP Setup Across Multiple VLANs on CCR2116

To sum what i think: it has a moderate chance of working and a huge probability of failing catastrophically. A better alternative is to write a script on a computer that will generate the configuration command and to apply them. I can have a look in a couple of days if no one has answered before. La...
by vingjfg
Tue Dec 03, 2024 9:37 am
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

Also, can you share your config with the sensitive bits removed?
by vingjfg
Tue Dec 03, 2024 9:34 am
Forum: General
Topic: RDP HELP!
Replies: 29
Views: 3246

Re: RDP HELP!

Hi there! Some notes - The "error code 0" is the generic "there is an error somewhere", aka "Microsoft useful." 1. Can you permit both tcp/3389 and udp/3389? RDP tries to use UDP to stream more efficiently. Add a second rule both for the DST NAT and FILTER to permit tha...
by vingjfg
Sun Dec 01, 2024 1:38 pm
Forum: Beginner Basics
Topic: CHECK MY CONFIGURATION
Replies: 3
Views: 602

Re: CHECK MY CONFIGURATION

Hi! First, please have a look at the code tag. That makes it easier to read configs. Second, I will go with this being a test configuration. ip firewall filter Incomplete at best, for example it permits DNS requests on the WAN interface, which means anyone can query your device for DNS which is not ...
by vingjfg
Tue Nov 05, 2024 10:28 pm
Forum: General
Topic: VLAN PROBLEM
Replies: 7
Views: 974

Re: VLAN PROBLEM

Hej där! First, please consider using the "code" tags next time, this makes reading the config a lot easier. To make sure I understand your config: the router is used to access a tunnel to Mullvad. As it no longer has a dhcp client on ether1 (flagged as the wan port), I gather it no longer...
by vingjfg
Mon Sep 09, 2024 8:12 am
Forum: Beginner Basics
Topic: DNS Issue
Replies: 8
Views: 1397

Re: DNS Issue

Hi there. What version are you running?

Can you send an export of your dns config?

When you have the issue, how many entries are in the dns cache?
by vingjfg
Thu Sep 05, 2024 10:04 pm
Forum: General
Topic: DHCP is offered but not bound to Brother printers only [SOLVED]
Replies: 36
Views: 3571

Re: DHCP is offered but not bound to Brother printers only [SOLVED]

The older printer, wired or wifi?
by vingjfg
Sun Aug 11, 2024 7:19 am
Forum: General
Topic: Some sites don't open in the UDP protocol
Replies: 1
Views: 462

Re: Some sites don't open in the UDP protocol

Hi there, can you post your configs?

Please enclose them in code tags for readability.
by vingjfg
Sun Jul 14, 2024 9:28 am
Forum: Beginner Basics
Topic: Problems with Checkmk and Proxmox Backup Server
Replies: 10
Views: 1864

Re: Problems with Checkmk and Proxmox Backup Server

Hi there, I see a few of issues. You mention that your Sophos Firewall cannot send traps to a server on 192.168.3.0/24: does your Sophos firewall has a route for 192.168.3.0/24 via 192.168.2.2? Here is your diagram a bit flattened out. Network Flattened Diagram.drawio.png The first issue I see is th...
by vingjfg
Fri Jul 12, 2024 9:17 pm
Forum: General
Topic: VRF-support for DNS is broken?
Replies: 17
Views: 4384

Re: VRF-support for DNS is broken?

Interesting - I have a VRF in which I have an interface getting a DHCP address and the DNS, however the DNS is still placed in the main VRF. Probably another bug. [admin@router4] > /ip/vrf/print Flags: X - disabled; * - builtin 0 ;;; Front VRF name="wan" interfaces=ether7,ether8 1 * name=&...
by vingjfg
Sat Jun 08, 2024 7:37 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

OK, I have no idea why you did these things and I start to suspect you don't either. The WAN interface on R2 should only have the IP 10.10.10.11/24, not the 192.168.55.1/24 IP, that one goes on the bridge. 192.168.2.0/24: neither R1 nor R2 has that IP defined on an interface. Where does it sit on yo...
by vingjfg
Fri Jun 07, 2024 7:33 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

Yes, made the IP for r2 static in r1. Good! [ find address in 192.168.55.0/24] Is that part of the cli command in a terminal window? There seems to be a convention that I haven't learned. It is part of a command, and it says to affect the entry that matches the "find" condition. After fol...
by vingjfg
Thu Jun 06, 2024 10:00 am
Forum: Scripting
Topic: external editor syntax highlighting
Replies: 51
Views: 117426

Re: external editor syntax highlighting

My coloring rules for nano. ## Syntax highlighting for Mikrotik routers syntax mikrotik "\.rsc$" #header "-\*-.*\<C(\+\+)?((;|[[:blank:]]).*)?-\*-" magic "^# model = " comment "#" # commands color green "^/.*" color orange "^(add|set) " # c...
by vingjfg
Thu Jun 06, 2024 9:51 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

So ... Issue #1 - The DHCP network for 192.168.55.0/24 provides a DNS server on the other network 192.168.88.0/24, when you have set R2 to accept DNS requests. Fix: /ip dhcp-server network/set [ find address in 192.168.55.0/24] dns-server=192.168.55.1 The rest looks correct. Have you created a stati...
by vingjfg
Tue Jun 04, 2024 9:36 pm
Forum: General
Topic: RSTP - What the hell? [SOLVED]
Replies: 14
Views: 2866

Re: RSTP - What the hell? [SOLVED]

Hmmm, looking at the specs for your devices, that's a bit on the low side. When you did your try, did you see if the packets were going through the fasttrack/fast-path?
by vingjfg
Tue Jun 04, 2024 9:31 pm
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

So, reading the configuration you sent yesterday for R1 Issue #1 - you have address=10.10.10.1 , which sets the netmask to /32. Fix: /ip address/set [find interface=ether3] address=10.10.10.1/24 Issue #2 - you have add address=10.10.10.0/32 gateway=10.10.10.1 netmask=24 . Fix: /ip dhcp-server networ...
by vingjfg
Tue Jun 04, 2024 6:45 pm
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

Notice that there is no default route on r2.

On the 10.10.10.0/24, do you plan on having other machines/devices?
by vingjfg
Tue Jun 04, 2024 11:38 am
Forum: General
Topic: RSTP - What the hell? [SOLVED]
Replies: 14
Views: 2866

Re: RSTP - What the hell? [SOLVED]

If you can/have a choice, I'd say l3 interfaces with a routing protocol between the DC and a vlan l3 interface and routing protocol intra DC.
by vingjfg
Tue Jun 04, 2024 9:07 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

You didn't have to remove the dhcp client or server, just to update the network definition on the server. As r2 is a router and you have routes to it, consider setting its ip as fixed, create a static lease or use a routing protocol. The problem you're facing is not one single, big issue on a device...
by vingjfg
Mon Jun 03, 2024 8:54 am
Forum: Beginner Basics
Topic: Help with NAT between subnets
Replies: 2
Views: 667

Re: Help with NAT between subnets

You need to force the router to respond to arp requests for 10.10.1.99.

Create a host route for 10.10.1.99 pointing to 10.10.10.2.99. Bridge 1 should also do proxy-arp or local-proxy-arp.
by vingjfg
Mon Jun 03, 2024 8:49 am
Forum: General
Topic: Devices unable to receive IP from DHCP server
Replies: 1
Views: 301

Re: Devices unable to receive IP from DHCP server

Without the configs: check that all VLAN are where they're supposed to be, that trunks have the relevant VLAN, that DHCP snooping is configured correctly if in use.
by vingjfg
Mon Jun 03, 2024 7:51 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

The gateway is the default route provided to the DHCP clients. In your case, on the 10.10.10.0/24 network, that's R1 itself, so the gateway should be R1's address on the 10.10.10.0/24 network, which is 10.10.10.1.

Can you do that change and try again?
by vingjfg
Sun Jun 02, 2024 4:46 pm
Forum: Beginner Basics
Topic: WiFi Connect list
Replies: 6
Views: 1375

Re: WiFi Connect list

My bad, I skipped the "... Connect List" somehow.

Beside creating a "station" configuration profile in Capsman, no idea, sorry.
by vingjfg
Sun Jun 02, 2024 4:31 pm
Forum: Beginner Basics
Topic: WiFi Connect list
Replies: 6
Views: 1375

Re: WiFi Connect list

In /interface/wifi, for example:
/interface/wifi/print
by vingjfg
Sun Jun 02, 2024 3:53 pm
Forum: Beginner Basics
Topic: WiFi Connect list
Replies: 6
Views: 1375

Re: WiFi Connect list

Sure does. Can you check that you have the package qcom-ac installed? /system/package/print Columns: NAME, VERSION, BUILD-TIME, SIZE # NAME VERSION BUILD-TIME SIZE 0 wifi-qcom-ac 7.15 2024-05-29 12:44:08 2676.1KiB 1 routeros 7.15 2024-05-29 12:44:08 11.0MiB
by vingjfg
Sun Jun 02, 2024 9:05 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

The top item in the firewall rule base on R2 can't be moved--special dummy rule for Fasttrack.... If I open that rule it can't be edited. It is Passthrough in the Forward chain. I created a new Fasttrack rule as you described (disabled) and placed it second. Close enough to the top? That's fine. Th...
by vingjfg
Sat Jun 01, 2024 12:44 pm
Forum: Beginner Basics
Topic: Device Isolation
Replies: 4
Views: 917

Re: Device Isolation

From the documentation "When enabled, prevents a port moving from discarding into forwarding state if no BPDUs are received from the neighboring bridge. The port will change into a forwarding state only when a BPDU is received. This property only has an effect when protocol-mode is set to rstp ...
by vingjfg
Sat Jun 01, 2024 7:35 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

So, here are Move these firewall rules (chain=forward) to the top of the rulebase add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \ connection-state=established,related disabled=yes add action=accept chain=forward comment=\ "defconf: accept established,relat...
by vingjfg
Fri May 31, 2024 11:41 pm
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

Nice, so packets are going through r1 now, correct?

Can you send r2's config?
by vingjfg
Fri May 31, 2024 10:47 pm
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

Hi, Could you - Remove the route rule /ip route rule add action=unreachable dst-address=192.168.55.0/24 interface=ether1 Edit the firewall filter to have these three rules on top of the rule base (chain=forward) add action=fasttrack-connection chain=forward comment="defconf: fasttrack" \ c...
by vingjfg
Fri May 31, 2024 8:26 pm
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

OK. So R1 knows where to send the packets, and R2 accepts them.

Can you send a fresh config from R1? There were a few changes now.
by vingjfg
Fri May 31, 2024 1:19 pm
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

The thing is, there is nothing obviously wrong in your config. So let's do this systematically.

From R2, can you SSH into the backend server on 192.168.55.0/24?
/system/ssh address=<dst address> user=<user>
If so, from R1, can you SSH into the backend server on 192.168.55.0/24?
by vingjfg
Thu May 30, 2024 9:00 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

@mkx beat me to it. The same applies to 192.168.2.0/24: unless R1 provides DHCP services to that network, you can remove it and add a route instead. After removing these, the route "unreachable" and the interface from the bridge, the config looks better. Some notes regarding the order of r...
by vingjfg
Wed May 29, 2024 10:32 pm
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

NP. Here are my comments - /interface bridge port add bridge=bridge comment=defconf disabled=yes interface=ether3 It is better to remove the interface from the bridge instead of disabling it. /ip dhcp-server network add address=192.168.55.0/24 gateway=10.10.10.10 netmask=24 Not sure what you try to ...
by vingjfg
Wed May 29, 2024 7:27 am
Forum: Beginner Basics
Topic: received dst-nat packet not seen after dst-nat and mangle
Replies: 35
Views: 3647

Re: received dst-nat packet not seen after dst-nat and mangle

The config seems to be r2 as it has a 192.168.55.0/24 on the bridge interface. Can you check?
by vingjfg
Tue May 28, 2024 9:08 am
Forum: Beginner Basics
Topic: The simplest NAT problem
Replies: 11
Views: 1107

Re: The simplest NAT problem

Also, mind the differences between src-nat+dst-nat vs netmap.

1:1_mapping
by vingjfg
Wed May 22, 2024 7:28 am
Forum: General
Topic: Ethernet through put VERY slow
Replies: 18
Views: 2770

Re: Ethernet through put VERY slow

The 2nd bridge was added to keep the hotspot isolated from the other networks. I can fix up the firewall rules but I dont see how they are relevant to throughput between a laptop connected to ether 2 and the WAN. So, yes, the security on the router can be better but nothing we have found so far exp...
by vingjfg
Tue May 21, 2024 8:55 am
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 72
Views: 8783

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3

I was about to mention a couple of things Amm0 recommended. My thought is we either are missing something very obvious or hitting a nasty bug. Regardless, I guess the best to do for now is to wait for the support to chime in on your ticket.

Sorry I couldn't be of more help...
by vingjfg
Tue May 21, 2024 7:42 am
Forum: General
Topic: Ethernet through put VERY slow
Replies: 18
Views: 2770

Re: Ethernet through put VERY slow

Yeah, it looks like I got bitten by some poor choice of terminology here. Can you post the output of /interface/ethernet/monitor ether2 once /interface/ethernet/monitor ether5 once That will give the error counters (among others) In your configuration, I see two bridges, any reason not to stay on on...
by vingjfg
Mon May 20, 2024 2:04 pm
Forum: General
Topic: Ethernet through put VERY slow
Replies: 18
Views: 2770

Re: Ethernet through put VERY slow

Actually, it would. If you set "speed", it means you disable the autonegotiation, and in that case, if you leave one side with autonegotiation enabled, it will take the correct speed, but for 10 and 100Mb/s, it will default to half-duplex causing a duplex mismatch, which in turns will have...
by vingjfg
Mon May 20, 2024 1:54 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 72
Views: 8783

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3

Darn! I was secretly hoping that was it.

Does it start ok then quality decreases after a while? Or does it start bad?
by vingjfg
Mon May 20, 2024 11:10 am
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 72
Views: 8783

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3

Ok. I will brush up on my multicasting tonight and will look more in details tomorrow morning.
Thanks!!
Hi there. Any change after the command above?
by vingjfg
Mon May 20, 2024 11:06 am
Forum: General
Topic: Ethernet through put VERY slow
Replies: 18
Views: 2770

Re: Ethernet through put VERY slow

On ether5, not 2.
by vingjfg
Mon May 20, 2024 11:01 am
Forum: General
Topic: Ethernet through put VERY slow
Replies: 18
Views: 2770

Re: Ethernet through put VERY slow

Ah, you set the speed on ether2. It means you end up as 100Mb/s half-duplex.

Can you remove the speed setting on ether2?
by vingjfg
Mon May 20, 2024 8:36 am
Forum: General
Topic: Ethernet through put VERY slow
Replies: 18
Views: 2770

Re: Ethernet through put VERY slow

Can you post the config, as well as the interface ether2 stats and details?
by vingjfg
Sun May 19, 2024 11:22 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 72
Views: 8783

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3

Ok. I will brush up on my multicasting tonight and will look more in details tomorrow morning.
by vingjfg
Sun May 19, 2024 11:03 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 72
Views: 8783

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3

OK. First thing, let's change the autonegotiation to only attempt 1Gb/s: in some cases 2.5Gb/s may raise issues. Can you issue the following command? This may interrupt your connectivity for a second. /interface/ethernet/set [find name=ether1] advertise=10M-baseT-half,10M-baseT-full,100M-baseT-half,...
by vingjfg
Sun May 19, 2024 8:31 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 72
Views: 8783

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3

Up to you. If you are game, we can try to go to the bottom of it.

Thx for the link, opening and reading now.
by vingjfg
Sun May 19, 2024 6:54 pm
Forum: General
Topic: IPTV cuts and pixelations with Movistar Spain and HAP ax3/ax2
Replies: 72
Views: 8783

Re: IPTV cuts and pixelations with Movistar Spain and HAP ax3

Yo. With the TV on wired, can you send the current configuration as well as the following outputs? Replace /interface/ethernet/monitor [find name=ether1] once /interface/bridge/monitor [find name=bridge] once /interface/bridge/mdb/print Also, you referred to a page in Spanish documenting the configu...
by vingjfg
Sat May 18, 2024 3:26 pm
Forum: Beginner Basics
Topic: Problems With 2 Wan - Wan 2 not ping Wan 1
Replies: 7
Views: 955

Re: Problems With 2 Wan - Wan 2 not ping Wan 1

Hello there,

Can you post your firewall configuration here after you removed the sensitive bits?

In the terminal, issue
/ip/firewall/export
by vingjfg
Mon May 13, 2024 11:44 am
Forum: Wireless Networking
Topic: AP in L2 mode with CAPsMAN Guest Wi-Fi problem [SOLVED]
Replies: 13
Views: 11431

Re: AP in L2 mode with CAPsMAN Guest Wi-Fi problem [SOLVED]

From your configurations, there is an upstream device or devices to which your AP connect. Can you send the configuration of the one to which AP2 connects?
by vingjfg
Sun May 12, 2024 8:10 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Should be fine. Create the vlan and add the ip to your management vlan.

Port config should be trunks to the network devices and access in whatever vlan for the rest.
by vingjfg
Sun May 12, 2024 3:53 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

I would be very careful mixing VLAN and unmanaged switches, as there is a chance that you'll crash the device, the worst would be that the crashes occur with large packets, that is: seemingly randomly. If you can, ask for a small budget and get a few manageable switches to replace the unmanaged devi...
by vingjfg
Sun May 12, 2024 12:29 pm
Forum: General
Topic: Struggling to get src-nat masquerade to work on hAP AC Lite [SOLVED]
Replies: 12
Views: 6940

Re: Struggling to get src-nat masquerade to work on hAP AC Lite [SOLVED]

First, can you fix the netmask on your bridge interface? /ip address add address=192.168.0.1 comment=defconf interface=bridge network=192.168.0.0 Should be /ip address add address=192.168.0.1/24 comment=defconf interface=bridge network=192.168.0.0 Second, masquerade implies natting behind the device...
by vingjfg
Sun May 12, 2024 7:34 am
Forum: General
Topic: serious problem with arp table!
Replies: 8
Views: 2435

Re: serious problem with arp table!

Morning,

Please post you router configuration.
by vingjfg
Sat May 11, 2024 11:16 am
Forum: General
Topic: Is there official way to ask for Feature? (ND-proxy RFC 4389)
Replies: 2
Views: 511

Re: Is there official way to ask for Feature? (ND-proxy RFC 4389)

You can make the feature request in the support portal: https://mikrotik.com/support
by vingjfg
Wed May 08, 2024 7:21 am
Forum: General
Topic: dst-nat ssh connection attempts always time out
Replies: 1
Views: 398

Re: dst-nat ssh connection attempts always time out

Hi there. Can you remove the route rule? I suspect it is messing with the connection. From the 10.10.10.0/24 network, if you want to connect to your SSH servers, either your host has a direct route to 192.168.55.0/24 via 10.10.10.10, or you need to set up hairpin NAT on the Mikrotik so it can proces...
by vingjfg
Tue May 07, 2024 9:35 pm
Forum: Wireless Networking
Topic: Audience mesh on RouterOS 7
Replies: 5
Views: 1568

Re: Audience mesh on RouterOS 7

My experience with ROs 6 is that trying to set up the mesh can be a lot of trouble. With 2 devices, consider one as AP, the other one as STATION-BRIDGE. That works rather well.

My setup has 3 Audience and they are plowing along without a hitch.
by vingjfg
Tue May 07, 2024 4:53 pm
Forum: General
Topic: CapsMan VLAN trouble [SOLVED]
Replies: 9
Views: 5045

Re: CapsMan VLAN trouble [SOLVED]

No need to do VLAN filtering on CAPs, that is handled by (the old) CAPsMAN through datapath indeed. Only when using the new wifi-qcom-ac driver, it is required. Unless you have to do some VLAN filtering because of a second LAN port, please leave CAPs mode as default (except for identity). Can you s...
by vingjfg
Tue May 07, 2024 12:16 pm
Forum: General
Topic: CapsMan VLAN trouble [SOLVED]
Replies: 9
Views: 5045

Re: CapsMan VLAN trouble [SOLVED]

On the AP, if you issue the following command, do you have your additional VLANs? /interface bridge vlan/print As far as I understand CAPSMAN and the datapath, the Wifi will be associated to the correct VLANs on the bridge, but the VLAN themselves are not created on the bridge. When you have the VLA...
by vingjfg
Mon May 06, 2024 4:02 pm
Forum: General
Topic: CapsMan VLAN trouble [SOLVED]
Replies: 9
Views: 5045

Re: CapsMan VLAN trouble [SOLVED]

Yo! On the AP(s), you need to create the relevant VLANs, that is not automated by CAPSMAN (unfortunately). Provided that ether1 on the AP is the trunk back to the main switch: /interface bridge vlan add bridge=bridge-trunk tagged=ether1 vlan-ids=11 add bridge=bridge-trunk tagged=ether1 vlan-ids=13 a...
by vingjfg
Mon May 06, 2024 2:07 pm
Forum: General
Topic: CapsMan VLAN trouble [SOLVED]
Replies: 9
Views: 5045

Re: CapsMan VLAN trouble [SOLVED]

Here is the config between code tags. That's easier to read and copy-paste. That being said, there is nothing in this configuration, at least not the WLAN that you mentioned in your message. Can you post the configuration from the CAPSMAN manager? /interface bridge add mtu=1500 name=bridge-trunk pro...
by vingjfg
Sun May 05, 2024 8:52 am
Forum: General
Topic: Feature request
Replies: 2
Views: 502

Re: Feature request

Can we get source IP on bandwidth test tool
Really painful on complex link routers when you can't control what IP the test launches from.
Hi there! The best way to submit a new feature is through the support portal:
https://help.mikrotik.com/servicedesk/s ... r/portal/1
by vingjfg
Fri May 03, 2024 7:35 pm
Forum: Beginner Basics
Topic: Helldivers 2 connection issues with Mikrotik configuration? [SOLVED]
Replies: 10
Views: 7327

Re: Helldivers 2 connection issues with Mikrotik configuration? [SOLVED]

Hi. I will do a few IPv6 tests over the weekend. Reading your configuration, I have a few comments and questions. Here are the configuration bits and my notes. /interface pppoe-client add add-default-route=yes disabled=no interface=ether1 name="ISP PPPoE" \ service-name=internet user=bthom...
by vingjfg
Thu May 02, 2024 8:47 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

For the DHCP issue, that's a good question, no idea really where it can be as it seems intermittent. I would start by checking on which AP the laptop(s) connect, make sure they get a correct registration entry in the CAPSMAN, that their MAC is present on the switch and everything.
by vingjfg
Wed May 01, 2024 10:00 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Do you see your Mac in the host list?
by vingjfg
Wed May 01, 2024 9:35 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Do you have a machine on the wifi?
by vingjfg
Wed May 01, 2024 9:05 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Can you send the output of
 /interface bridge host print
 
by vingjfg
Wed May 01, 2024 8:32 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

OK, slight change of plans: you are using the native VLAN on the RB and cAP for the management. Let's keep it that way. On the RB, let's assign an IP to the BR1 interface, add it to the BASE list and create a DHCP server. /ip address add interface=BR1 address=192.168.64.1/24 /ip pool add name=pool_a...
by vingjfg
Wed May 01, 2024 8:01 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

You assign the ip to the vlan interface.

Can you post the cAP's config?
by vingjfg
Wed May 01, 2024 7:30 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Config has no dhcp on base. Did you set a static IP, gateway and dns?
by vingjfg
Wed May 01, 2024 6:58 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

You need to allow BASE to access the Internet as well, add something like /ip firewall filter add action=accept chain=forward comment="BASE Internet Access only" connection-state=new in-interface-list=BASE out-interface-list=WAN After this one add action=accept chain=forward comment="...
by vingjfg
Wed May 01, 2024 6:10 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Yeah. It didn't register with me, but this rule is rather wrong: /ip firewall raw add action=drop chain=prerouting comment="Drop all non-internet networks" src-address-list=not_in_internet It will drop all traffic with private IP coming from the internal networks, where the intent is to dr...
by vingjfg
Wed May 01, 2024 5:16 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Do you have an IP on eth1_WAN? And a default route?
Yes, the home router assigned 192.168.1.146 to the RB.
Ahhh okay! The masquerade rule should still work though. On the RB, do you see any rule counter increasing? Any NAT counter increasing?
by vingjfg
Wed May 01, 2024 5:05 pm
Forum: General
Topic: How to block YouTube effectively
Replies: 44
Views: 20956

Re: How to block YouTube effectively

There are some defaults that can be selected during the install. From the page:
Google
OpenDNS
Level3
Comodo
DNS.WATCH
Quad9
CloudFlare DNS
Custom
by vingjfg
Wed May 01, 2024 4:28 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

For DHCP, I have netmask=24 on each network. It should not matter: the default (netmask=0) uses the netmask from the IP address. Yup, eth1_WAN is a member of the interface list WAN. Your srcnat rule is incorrect - it means "anything going through and exiting through WAN should be natted behind ...
by vingjfg
Wed May 01, 2024 8:03 am
Forum: Beginner Basics
Topic: Helldivers 2 connection issues with Mikrotik configuration? [SOLVED]
Replies: 10
Views: 7327

Re: Helldivers 2 connection issues with Mikrotik configuration? [SOLVED]

I'll get a look at your config later today. Meanwhile, can you send the output of "ipconfig /all" on your gaming computer with the isp router and then with the rb5009?
by vingjfg
Wed May 01, 2024 7:30 am
Forum: General
Topic: Problem with ipsec tunnel to Cisco ASA
Replies: 3
Views: 733

Re: Problem with ipsec tunnel to Cisco ASA

Can you send the output of
show crypto ipsec sa
On the asa?
by vingjfg
Tue Apr 30, 2024 6:03 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

No, you can't create an ACL with multiple interface-lists (unfortunately ...), so the solution is to create successive rules /ip firewall filter add action=drop chain=forward dst-address=77.66.21.133 in-interface-list=VLAN add action=drop chain=forward dst-address=77.66.21.133 in-interface-list=BASE...
by vingjfg
Tue Apr 30, 2024 3:23 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Hi there. My comments - Chain input looks good. Chain forward: I think this one has the in-interface wrong add action=drop chain=forward comment="Drop tries to reach not public addresses from LAN" dst-address-list=not_in_internet\ in-interface=BR1 log=yes log-prefix=!public_from_LAN out-in...
by vingjfg
Mon Apr 29, 2024 10:54 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

I suspect there are still issues with the export - for example 192.168.0.1 is assigned twice: once to BASE_VLAN, once to Employee_VLAN. Firewall filter The first 4 rules mask all the rest for the chain=input . Checking is easy: do you see the counters below the 4th rule incrementing? /ip firewall fi...
by vingjfg
Mon Apr 29, 2024 10:23 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Yup, having a look in a second.
by vingjfg
Mon Apr 29, 2024 9:30 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

As far as I understand, CAPSMAN does a lot but not everything. Regarding the interface on the RB - have you added BR1 as listening? I am unsure whether eth3 would work as it is a member of the bridge and not a standalone interface. Another possibility is to define the DHCP option caps-manager=<capsm...
by vingjfg
Mon Apr 29, 2024 9:16 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

This is my cAP: OK, that is really minimalist :lol: So, there is no DHCP server on VLAN1 (interface BR1, 192.168.0.0/24) on your RB. Do you prefer setting a static IP on the cAP or using DHCP? Or did you remove that info from the RB? Your bridge on the cAP needs VLAN-filtering, and you still need t...
by vingjfg
Mon Apr 29, 2024 8:43 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

My comments on the configuration of the RB . protocol-mode=none can be problematic as the bridge then floods the unknown multicast packets on all ports - that includes LACP PDU, LLDP, spanning tree et al . I have a ticket open for this setting breaking the LACP bonds attached to a switch. Unless you...
by vingjfg
Mon Apr 29, 2024 8:17 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Can you post the configuration (minus the sensitive bits) of your RB and one of the cAP? It's in my first post. I'm not with the cAP now, but can provide it in an hour. But the cAP is just factory reset with CAP mode. No other settings made. Works for me, as long as the configuration you posted is ...
by vingjfg
Mon Apr 29, 2024 4:55 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Can you post the configuration (minus the sensitive bits) of your RB and one of the cAP?
by vingjfg
Mon Apr 29, 2024 4:54 pm
Forum: General
Topic: How to block YouTube effectively
Replies: 44
Views: 20956

Re: How to block YouTube effectively

You can also use the TLS Host to reset the connections to the sites you don't want.

https://mum.mikrotik.com/presentations/ ... 535774.pdf
by vingjfg
Mon Apr 29, 2024 11:00 am
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Alright then. I'm reading on CAPsMAN with the old Wireless driver. Immediately, I see that in Wireless -> CAPSMAN Interface -> Manager -> Manager Interface, you have the all/Forbid above the eth3_MikrotikAPs. Can you invert that order? If that doesn't work, can you set the "all" to "f...
by vingjfg
Mon Apr 29, 2024 6:48 am
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

In my case, I had to select the persistent name assignment, and manually add each wifi interface to the relevant vlan on each device (audience)

Do you see the remote caps on the manager?
by vingjfg
Sun Apr 28, 2024 11:21 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Would help to have the same on both.
Can you install the wireless package on the cap as well?
by vingjfg
Sun Apr 28, 2024 11:09 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Can you post the list of packages installed on your rb and cap?
by vingjfg
Sun Apr 28, 2024 10:31 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Wifi -》 remote caps
by vingjfg
Sun Apr 28, 2024 10:14 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

BTW, the datapath has vlans. In my case that was an issue.
by vingjfg
Sun Apr 28, 2024 10:13 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

That's good. Do you see the capsman clients on the RB?
by vingjfg
Sun Apr 28, 2024 9:38 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Totally should. Do you see your cAP's MAC in the bridge host table?
by vingjfg
Sun Apr 28, 2024 9:21 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Eth3 part of a bridge on which capsman listens
by vingjfg
Sun Apr 28, 2024 9:16 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Do the cAP have l2 connectivity to the rb? Wired?
by vingjfg
Sun Apr 28, 2024 9:09 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Yup, the implementations are incompatible between 6 and 7.
by vingjfg
Sun Apr 28, 2024 7:39 pm
Forum: General
Topic: Help with CAPsMAN
Replies: 73
Views: 4283

Re: Help with CAPsMAN

Hi there.

All cAP are at version 7.14 and can see the manager at l2?
by vingjfg
Sun Apr 28, 2024 2:02 pm
Forum: Beginner Basics
Topic: Issues with Configuring VLAN and LAN on the Same Port on RB5009 [SOLVED]
Replies: 5
Views: 3302

Re: Issues with Configuring VLAN and LAN on the Same Port on RB5009 [SOLVED]

Wow wow wow! An IP should be present once and only once - remove the IP addresses assigned directly to ether3 - this interface should be L2 only, no IP. The IP addresses must be on the VLAN interfaces. Can you reconfigure it for the following: IP addresses on the VLAN interfaces, not on ether3 ether...
by vingjfg
Sun Apr 28, 2024 10:54 am
Forum: General
Topic: Encrypted SIP on the router
Replies: 2
Views: 571

Re: Encrypted SIP on the router

The setting you see in IP -> Firewall -> Service Ports are the Application Layer Gateways ("ALG"), which transparently transform the traffic going through the Mikrotik. In the case of SIP, that is to rewrite the fields via and contact, to mention only two. Your router doesn't act as a SIP ...
by vingjfg
Sun Apr 28, 2024 8:01 am
Forum: Beginner Basics
Topic: Issues with Configuring VLAN and LAN on the Same Port on RB5009 [SOLVED]
Replies: 5
Views: 3302

Re: Issues with Configuring VLAN and LAN on the Same Port on RB5009 [SOLVED]

Hi there. If you do the following, does your computer get an IP in vlan 50? /interface bridge port set [find interface=ether3] pvid=50 If you don't have a pvid defined for a bridge port, its default is whatever is defined as pvid for the bridge itself, which you can get with a bridge print. By defau...
by vingjfg
Sat Apr 27, 2024 11:01 am
Forum: General
Topic: Any solution for admit-only-VLAN-tagged misconfiguration
Replies: 16
Views: 1683

Re: Any solution for admit-only-VLAN-tagged misconfiguration

Do you have a way to capture some traffic on that port on your host?
by vingjfg
Thu Apr 25, 2024 11:00 pm
Forum: Beginner Basics
Topic: Cannot access Apache server from the internet, only get as far as the routeros www server.
Replies: 10
Views: 1284

Re: Cannot access Apache server from the internet, only get as far as the routeros www server.

As tangent says, there is no better solution here, just pick the one you feel is the most manageable for you and stick to it. I tend to use the interface name to describe the type of connection (ether, pppoe, wifi), and the list name to describe the role (WAN, LAN-Trusted, LAN-IOT, LAN-PRINTERS). As...
by vingjfg
Thu Apr 25, 2024 10:40 pm
Forum: Beginner Basics
Topic: Find Mc Address modem bridge
Replies: 4
Views: 1248

Re: Find Mc Address modem bridge

Hmmm these are addresses on your local network. If your Mikrotik is doing the PPPoE with your ISP, well I guess you have Internet access, and your modem is just bridging between the two, then it may be hard to get its MAC. Have you checked the underside of the modem? Also, if it is Proximus, I guess...
by vingjfg
Thu Apr 25, 2024 12:17 pm
Forum: General
Topic: Fasttrack, Wifi and VLAN
Replies: 1
Views: 490

Re: Fasttrack, Wifi and VLAN

Digging further, it seems that anything coming or going to a Wifi interface is not fasttracked. Question asked to the support.
by vingjfg
Tue Apr 23, 2024 2:39 pm
Forum: General
Topic: Fasttrack, Wifi and VLAN
Replies: 1
Views: 490

Fasttrack, Wifi and VLAN

Recently, I played with the tls-host fields in the rules. I noticed that the connections were half-fasttracked - meaning only one of the counters is increasing. My setup is like this: boubou.drawio.png The wired connections are untagged, the wifi between the routers is tagged and defined as AP-BRIDG...
by vingjfg
Tue Apr 23, 2024 2:20 pm
Forum: Beginner Basics
Topic: Cannot access Apache server from the internet, only get as far as the routeros www server.
Replies: 10
Views: 1284

Re: Cannot access Apache server from the internet, only get as far as the routeros www server.

Yo So, this rule - /ip firewall nat add action=dst-nat chain=dstnat dst-address=192.168.1.2 dst-port=80 \ in-interface=bridge-local protocol=tcp src-address=192.168.1.253 \ to-addresses=192.168.1.2 to-ports=80 It reads "When a packet comes from 192.168.1.253 to original IP address 192.168.1.2 o...
by vingjfg
Mon Apr 22, 2024 8:48 pm
Forum: Beginner Basics
Topic: Cannot access Apache server from the internet, only get as far as the routeros www server.
Replies: 10
Views: 1284

Re: Cannot access Apache server from the internet, only get as far as the routeros www server.

Yes, I could, but I'm not fully sure what you mean by config and probably how to get it. Could you say how, please, pref via WinBox. Thanks In Winbox, click on the button "New Terminal". There, type the command /export file=myExportedConfig In the files section, you will have a new file c...
by vingjfg
Sun Apr 21, 2024 6:12 pm
Forum: Wireless Networking
Topic: Homepod Mini can't setup
Replies: 23
Views: 3084

Re: Homepod Mini can't setup

Any chance you can capture some traffic?
by vingjfg
Sun Apr 21, 2024 12:01 pm
Forum: Wireless Networking
Topic: Homepod Mini can't setup
Replies: 23
Views: 3084

Re: Homepod Mini can't setup

Good! The reason I asked is Mikrotik is notable for not repeating mDNS across subnets.

So, both the homepod and iPhone are connected to Wifi and both get an IP in the same subnet, correct?
by vingjfg
Sun Apr 21, 2024 10:16 am
Forum: Wireless Networking
Topic: Homepod Mini can't setup
Replies: 23
Views: 3084

Re: Homepod Mini can't setup

OK. Are the Homepod and the iPhone on the same L2 network?
by vingjfg
Sun Apr 21, 2024 9:45 am
Forum: Beginner Basics
Topic: Help on applying advanced firewall rules
Replies: 27
Views: 3663

Re: Help on applying advanced firewall rules

As pfturner said, you need to accept NDP advertisements on the WAN interface. Try adding the following and move them above the final deny /ipv6/firewall/raw add chain=icmp6 action=accept in-interface-list=WAN icmp-options=134:0-255 limit=5,10:packet log=no log-prefix="" \ protocol=icmpv6 h...
by vingjfg
Sun Apr 21, 2024 9:28 am
Forum: Wireless Networking
Topic: Homepod Mini can't setup
Replies: 23
Views: 3084

Re: Homepod Mini can't setup

If I read this correctly, you are not setting the band 2ghz-n to your configuration. Try
/interface/wifi/configuration
set [where name=hidden_2G] channel="2G N"
//JF
by vingjfg
Fri Apr 19, 2024 6:02 pm
Forum: Beginner Basics
Topic: Help on applying advanced firewall rules
Replies: 27
Views: 3663

Re: Help on applying advanced firewall rules

OK! I was uncertain as you posted the ip firewall raw for IPv4 and information for IPv6 - but mentioned the issues related to connectivity so I went with IPv4. I saw a few things in the info you sent, namely that you use the interface-list name "VLAN" and not "LAN", keep in mind ...
by vingjfg
Fri Apr 19, 2024 11:33 am
Forum: Beginner Basics
Topic: Dhcp server static_only
Replies: 7
Views: 1423

Re: Dhcp server static_only

So it is getting the right IP from the reservation in DHCP, so all good. If you set the IP on the server to static, DHCP will never see any request from the server and will thus never say that it is assigned: it will stay as "waiting" in the DHCP server. If you set the server to get the IP...
by vingjfg
Fri Apr 19, 2024 10:24 am
Forum: Beginner Basics
Topic: Help on applying advanced firewall rules
Replies: 27
Views: 3663

Re: Help on applying advanced firewall rules

Hi there!

Then I am confused - you said you had issues when you added the ip firewall raw rules - do you mean you have issues when you do the same with the ipv6 firewall raw rules?
by vingjfg
Thu Apr 18, 2024 9:06 pm
Forum: Beginner Basics
Topic: Dhcp server static_only
Replies: 7
Views: 1423

Re: Dhcp server static_only

Your /ip/dhcp-server/export is missing a few items. And you didn't send the output of ip link on the Debian box.

Regarding finding what IP a MAC is assigned (or tries to get), you can look in the logs
/log/print where topics~".*dhcp.*"
by vingjfg
Thu Apr 18, 2024 8:52 pm
Forum: Beginner Basics
Topic: Help on applying advanced firewall rules
Replies: 27
Views: 3663

Re: Help on applying advanced firewall rules

Well, it seems you sent me the ipv6 bits and not the ip(v4) ones - can you send again the ipv4 addresses and address-list?
by vingjfg
Thu Apr 18, 2024 9:08 am
Forum: Beginner Basics
Topic: Help on applying advanced firewall rules
Replies: 27
Views: 3663

Re: Help on applying advanced firewall rules

Hi there!

Can you post the output of the following commands?
/ip/address/print
/ip/firewall/address-list/print
/interface/list/member/print
Also, when posting commands or outputs, consider using the code tag (the button is </> above). This presents the information in a nicer format.
by vingjfg
Thu Apr 18, 2024 8:06 am
Forum: Wireless Networking
Topic: Homepod Mini can't setup
Replies: 23
Views: 3084

Re: Homepod Mini can't setup

Hi there.

I'd start by checking what wifi settings are negotiated between the pod and the fritzbox, and see whether that's available or configured on the cap/ax3.
by vingjfg
Thu Apr 18, 2024 7:48 am
Forum: Beginner Basics
Topic: Blank ARP failure (not displaying information) RouterOS 7 version
Replies: 6
Views: 3682

Re: Blank ARP failure (not displaying information) RouterOS 7 version

Hi there.

Can you provide an expunged/sanitized config?

When you have the blank arp table, is all l3 connectivity lost? Or does everything works as usual?
by vingjfg
Wed Apr 17, 2024 4:51 pm
Forum: General
Topic: Mutliple IP on same interface
Replies: 5
Views: 635

Re: Mutliple IP on same interface

The following command should give you the information as local-address /ip/route/print detail where dst-address=192.168.1.0/24 Flags: D - dynamic; X - disabled, I - inactive, A - active; c - connect, s - static, r - rip, b - bgp, o - ospf, i - is-is, d - dhcp, v - vpn, m - modem, y - bgp-mpls-vpn; H...
by vingjfg
Wed Apr 17, 2024 12:07 pm
Forum: Beginner Basics
Topic: Dhcp server static_only
Replies: 7
Views: 1423

Re: Dhcp server static_only

Hi!

Can you post the output of the following command?
/ip/dhcp-server/export
Also, consider running "ip link" on your Debian server, so I have the MAC address.
by vingjfg
Wed Apr 17, 2024 11:54 am
Forum: Beginner Basics
Topic: Hide upstream DNS name server from clients [SOLVED]
Replies: 8
Views: 2925

Re: Hide upstream DNS name server from clients [SOLVED]

Nope, I only see the local DNS resolver and not its upstream. resolver #1 nameserver[0] : 192.168.2.1 if_index : 4 (en0) flags : Request A records reach : 0x00020002 (Reachable,Directly Reachable Address) Can you check on your Mac in the network settings, advanced settings, whether 1.1.1.1 was added...
by vingjfg
Wed Apr 17, 2024 11:41 am
Forum: Beginner Basics
Topic: Hide upstream DNS name server from clients [SOLVED]
Replies: 8
Views: 2925

Re: Hide upstream DNS name server from clients [SOLVED]

Interesting. Let me fire up my old mac to see what scutil says.
by vingjfg
Wed Apr 17, 2024 11:16 am
Forum: Beginner Basics
Topic: Hide upstream DNS name server from clients [SOLVED]
Replies: 8
Views: 2925

Re: Hide upstream DNS name server from clients [SOLVED]

Can you check that this DNS is not configured as an option in your DHCP?
> /ip/dhcp-server/network/export
...
/ip dhcp-server network
add address=192.168.2.0/24 dns-server=192.168.2.1 gateway=192.168.2.1 netmask=24
by vingjfg
Wed Apr 17, 2024 11:13 am
Forum: General
Topic: Log entry warning "interface, warning <interface> excessive or late collission, link duplex mismatch?
Replies: 9
Views: 1180

Re: Log entry warning "interface, warning <interface> excessive or late collission, link duplex mismatch?

Deadpete, You can restrict the advertised speeds on the link. For example to restrict ether1 to 100M/full or 1G/full, you may use the following. /interface/ethernet/set [find default-name=ether1] advertise=100M-baseT-full,1G-baseT-full This could be an alternative to forcing speed/duplex, as this wi...
by vingjfg
Wed Apr 17, 2024 10:50 am
Forum: General
Topic: Can't have OSPF over IPSEC/GRE
Replies: 4
Views: 949

Re: Can't have OSPF over IPSEC/GRE

If you're willing to give a second shot, here is my lab setup. Mikrotik: external 10.0.0.2, loopback 10.255.255.1/32, tunnel 10.255.254.1/30 Cisco: external 10.0.1.2, loopback 10.255.255.2/32, tunnel 10.255.254.2/30 Mikrotik configuration (relevant bits) /ip ipsec profile set [ find default=yes ] dh...
by vingjfg
Tue Apr 16, 2024 10:42 am
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

So the Pi may be a special case. Let's focus on the USB Server then. Currently, only destination NAT is defined - can you look what happens when you try to connect to it from a computer (not the Pi) on your WIFI: torch or packet capture on R1 and R2 - R1 should see 10.30.30.3 and 192.168.100.xx, R2 ...
by vingjfg
Tue Apr 16, 2024 9:29 am
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

OK. On the pi, can you send me the output of the following? ip neigh ip route ip link sudo ufw status In R1, when 192.168.88.254 (pi) accesses the Internet, do you see the connections from 192.168.88.254? Or from 10.30.30.2? From 192.168.88.253, there is no srcnat yet so you must see the original IP...
by vingjfg
Tue Apr 16, 2024 8:19 am
Forum: General
Topic: Limiting SMTP Port 25 on my Network
Replies: 1
Views: 566

Re: Limiting SMTP Port 25 on my Network

Hi there Can you send the command you created? /ip/firewall/raw/export /ip/firewall/address-list/export Regarding limiting the number of email per hour per IP, not that I know of in the default configuration. The Mikrotik has a pretty basic firewall and in no case something that does DPI/L7 inspecti...
by vingjfg
Tue Apr 16, 2024 8:16 am
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

Almost there. Bridge bridge : interface sfp1 is part of the bridge while being used as a L3 interface later. Can lead to issues, especially that bridge and sfp1 are in different interface lists. Firewall chain forward : your natted traffic will go through the default rule and will not show in the st...
by vingjfg
Mon Apr 15, 2024 5:21 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

Both the host route and the proxy-arp are needed if you don't add a secondary IP to the interface. Adding a secondary IP is not my preferred solution but that's one that works.

Can you send a fresh export of the configuration on R2? There were a few changes and I lost track of which.
by vingjfg
Mon Apr 15, 2024 4:59 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

Not needed, but check whether the Pi has a firewall set locally.
by vingjfg
Mon Apr 15, 2024 2:59 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

By the looks of it, this is from R2. Do you have an ARP entry on R1 for 10.30.30.2?
by vingjfg
Mon Apr 15, 2024 2:51 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

Then on R2 you need to set the interface sfp for proxy-arp. You still need the route for 10.30.30.2/32 to 192.168.88.254.

Adapt the following line of code.
/interface/ethernet/set [find name=sfp1] arp=proxy-arp
Note that sfp1 is still present in the bridge, while being used as a L3 interface.
by vingjfg
Mon Apr 15, 2024 1:12 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

But do you have an ARP entry for 10.30.30.2 on R1?
by vingjfg
Mon Apr 15, 2024 12:48 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

No ARP entry.

On R2:
/ip/route/add dst-address=10.30.30.2/32 gateway=192.168.88.254
And try again
by vingjfg
Mon Apr 15, 2024 12:32 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

On R1.
/ip/arp/print
Do you have an entry for 10.30.30.2?

(If you posted it in the screenshot, can't see it, resolution is too low.)
by vingjfg
Mon Apr 15, 2024 7:39 am
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

Sure thing.

If you look in r1, do you see an arp entry for 10.30.30.2?

If not, you need a route host in r2 for 10.30.30.2 that points to your pi. You may have to set proxy arp on the external interface as well, can't remember whether it 's needed.

If you need the commands, let me know.
by vingjfg
Sun Apr 14, 2024 8:55 pm
Forum: General
Topic: 1:1 NAT configuration
Replies: 28
Views: 3751

Re: 1:1 NAT configuration

Can you share the config for R1?

Also, you use action netmap instead of srcnat/dstnat. Be sure to understand how netmap works as it had some subtleties.
by vingjfg
Sun Apr 14, 2024 1:40 pm
Forum: Beginner Basics
Topic: Firewall NAT for DNS traffic not working [SOLVED]
Replies: 3
Views: 3688

Re: Firewall NAT for DNS traffic not working [SOLVED]

Given that the server and the clients are on the same network, the initial packet goes through the router and is dst-natted to 10.0.0.10, but the response goes directly from the server 10.0.0.10 to the client, which expected a reply from 10.0.0.1. The client drops that datagram. If you *really* want...
by vingjfg
Sat Apr 13, 2024 9:00 pm
Forum: General
Topic: ROS7 forwarding drop packets
Replies: 2
Views: 1052

Re: ROS7 forwarding drop packets

Seems like a mtu issue, see viewtopic.php?t=155014
by vingjfg
Fri Apr 12, 2024 8:35 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

Last one for today. If that doesn't work, I will make a lab tomorrow: can you give the 10.0.40.10 ip to your pc and check again?
by vingjfg
Fri Apr 12, 2024 7:27 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

That's uncanny. Can you post the whole config (remove the private bits)?
by vingjfg
Fri Apr 12, 2024 6:51 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

Well, paint me green and call me a pickle ... Columns: TIME, INTERFACE, SRC-ADDRESS, DST-ADDRESS, IP-PROTOCOL, SIZE, CPU # TIME INTERFACE SRC-ADDRESS DST-ADDRESS IP-PROTOCOL SIZE CPU 0 6.192 wifi8 192.168.2.6:35454 192.168.2.1:1234 udp 42 3 1 6.192 bridge 192.168.2.6:35454 192.168.2.1:1234 udp 46 3 ...
by vingjfg
Fri Apr 12, 2024 6:44 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

What might play is if the ethernet interface on the router (the one with IP 10.0.40.254) is itself down because of link-down. Can you connect something to it, like a mini-switch or anything that will make the link go up?

For the non-existent host, my gut feeling is no, but I am about to do a test.
by vingjfg
Fri Apr 12, 2024 5:42 pm
Forum: Beginner Basics
Topic: Very slow internet speed
Replies: 10
Views: 2996

Re: Very slow internet speed

Nope, you are right - my mistake.

You should upgrade to 7 first, then install the qcom driver.
by vingjfg
Fri Apr 12, 2024 5:39 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

That is ... weird. I created a test rule - Flags: X - disabled, I - invalid; D - dynamic 0 X ;;; defconf: masquerade chain=srcnat action=masquerade out-interface-list=WAN ipsec-policy=out,none 1 ;;; Test chain=dstnat action=dst-nat to-addresses=172.29.0.1 protocol=udp src-address=192.168.2.0/24 dst-...
by vingjfg
Fri Apr 12, 2024 5:23 pm
Forum: Beginner Basics
Topic: Very slow internet speed
Replies: 10
Views: 2996

Re: Very slow internet speed

From the configuration you sent, you have RouterOS 6.49.14. Try:

https://cdn.mikrotik.com/routeros/6.49. ... .49.14.zip
by vingjfg
Fri Apr 12, 2024 3:46 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

That is correct - the to-address will not affect the matching of the rule. If the counters are not incrementing, it means something is getting in the way earlier than the rule. To confirm, because you had an input rule that said 3260 and not 1234: The source address is 10.0.10.10 The destination add...
by vingjfg
Fri Apr 12, 2024 3:14 pm
Forum: Beginner Basics
Topic: Very slow internet speed
Replies: 10
Views: 2996

Re: Very slow internet speed

Hello there! Can you share the configuration of one of your wAP AC devices? do not forget to put the configuration between code tags (see: viewtopic.php?p=1051702&hilit=forum#p1051702 for more info).
by vingjfg
Fri Apr 12, 2024 2:24 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

Ha HA! You wrote initially: ... The machine IP address is 10.0.10.10 The machine does not have a gateway. The router IP address on that interface is 10.0.10.1, which is also the destination IP address of the UDP packages. The destination port is 1234 I can see the incoming traffic using the /tool/to...
by vingjfg
Fri Apr 12, 2024 2:08 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

Note that you can print all the rules for a given chain by using where=<chain to display> in your print statement. For example all the rules in the input chain: /ip/firewall/filter/print where chain=input The dst-nat arrives before the firewall - so as you change the destination for a non-local addr...
by vingjfg
Fri Apr 12, 2024 12:05 pm
Forum: Beginner Basics
Topic: forwarding incoming UPD traffic addressed to the router itself
Replies: 26
Views: 1851

Re: forwarding incoming UPD traffic addressed to the router itself

Hi there! The nat rule you sent seems correct. What I cannot say is whether it is high enough to avoid the traffic being matched by another rule. Can you edit it to add the src-address so it looks like the following line, and move it above whatever other dstnat you may have in place. Also, consider ...
by vingjfg
Fri Apr 12, 2024 11:35 am
Forum: General
Topic: dst-address-list negation do not work in firewall rule
Replies: 3
Views: 550

Re: dst-address-list negation do not work in firewall rule

That should be the way. Just to be sure, the address-list exists, correct?

Can you provide the error message? And the version of ROS?
by vingjfg
Fri Apr 12, 2024 11:20 am
Forum: Beginner Basics
Topic: Can't ping with firewall (nat)
Replies: 9
Views: 1059

Re: Can't ping with firewall (nat)

As mkx said, you didn't really fix it, you simply changed it to something that happens to work most of the time. In the second packet capture you joined, you see something that will put you on the path: your PC send arp requests for 10.10.5.50 but gets no answer. Here is a discussion that should giv...
by vingjfg
Fri Apr 12, 2024 11:09 am
Forum: General
Topic: LLDP broken?
Replies: 6
Views: 1000

Re: LLDP broken?

Fixed in Observium. Thanks for your support.
Glad to hear it! Please mark this as solved if you get a chance.
by vingjfg
Thu Apr 11, 2024 11:37 am
Forum: Beginner Basics
Topic: Can't ping with firewall (nat)
Replies: 9
Views: 1059

Re: Can't ping with firewall (nat)

IP adress config from your Mikrotik router.

PCAP is a packet capture. You said you took one.

I am interested in seeing the icmp and arp packets.
by vingjfg
Thu Apr 11, 2024 7:11 am
Forum: Beginner Basics
Topic: Can't ping with firewall (nat)
Replies: 9
Views: 1059

Re: Can't ping with firewall (nat)

Can you share the ip address config?

Also, can you share a pcap?
by vingjfg
Wed Apr 10, 2024 8:45 pm
Forum: Beginner Basics
Topic: IP not present in lease table on RouterboardOS
Replies: 3
Views: 608

Re: IP not present in lease table on RouterboardOS

The MAC 00:00:00:00:00:00 indicates a conflict: likely the Mikrotik attempted to hand out the IP 192.168.80.222, but its check determined that IP is already on the network, so Mikrotik blocks it in the pool. As Holvoetn says, it could be a static IP on the Ruckus. Other possibilities I can see: The ...
by vingjfg
Wed Apr 10, 2024 5:12 pm
Forum: General
Topic: LLDP broken?
Replies: 6
Views: 1000

Re: LLDP broken?

I tried a snmpwalk with the top of the LLDP OID tree and I get the info.
snmpwalk [...] -m MIKROTIK-MIB -m LLDP-MIB 192.168.2.1 1.0.8802.1.1.2
If you haven't, can you download the Mikrotik MIB and add it to your tool?

https://mikrotik.com/download
by vingjfg
Tue Apr 09, 2024 9:47 pm
Forum: General
Topic: VPN LAN to LAN Help
Replies: 1
Views: 475

Re: VPN LAN to LAN Help

Wow, you didn't make it easy for you! The issue I see is that the packet goes in the VPN from the central site to the remote site, is put on the local network, arrives at the windows server .., which tries to reply to 192.168.1.0/24 on the local network. In order for this to work, you will have to p...
by vingjfg
Tue Apr 09, 2024 9:36 pm
Forum: General
Topic: LLDP broken?
Replies: 6
Views: 1000

Re: LLDP broken?

Hi there, There is a support portal: Support portal. Regarding lldp and the sending interface, that should be the property interface-name . [admin@********] > /ip/neighbor/print detail 0 interface=wifi3,bridge mac-address=XX:XX:XX:XX:XX:XX identity="*****" platform="" version=&qu...
by vingjfg
Sun Feb 11, 2024 10:19 am
Forum: General
Topic: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunnel?
Replies: 9
Views: 2067

Re: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunne

No worries. Regarding your NAT rule, taking one at random: /ip firewall nat ... add action=accept chain=srcnat comment=ISW_Endpoints dst-address=\ 172.x.x.11 log=yes log-prefix=ISW src-address=105.x.x.19 ... This means "For connections coming from a.b.c.19 and going to 172.x.x.11, do not change...
by vingjfg
Sun Feb 11, 2024 9:39 am
Forum: General
Topic: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]
Replies: 15
Views: 2301

Re: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]

It looks like the two certificates from letsencrypt actually have different key size: Screenshot from 2024-02-10 21-13-28.png 2048 (MT) vs 4096 (pfsense) I don't know - in the logs with the failure, the certificate status is found as "good", which would indicate that the certificate is ac...
by vingjfg
Sat Feb 10, 2024 8:32 pm
Forum: General
Topic: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]
Replies: 15
Views: 2301

Re: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]

My mistake, I missed the sha256 in the config. Your pfsense has pfs in phase 1, the MT config says none. Can you try setting one?

Nope, nothing obvious I see.
by vingjfg
Sat Feb 10, 2024 7:35 pm
Forum: General
Topic: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]
Replies: 15
Views: 2301

Re: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]

If I read this correctly, your ikev2 p1 has only sha1 defined. Can you add sha256?
by vingjfg
Sat Feb 10, 2024 4:47 pm
Forum: General
Topic: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunnel?
Replies: 9
Views: 2067

Re: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunne

For the formatting, please enclose the configuration or config statements between code tags. Looking at your config ... there are severe issues, for example you have the WAN and ISW interfaces parts of the same bridge, while ISW and LAN are part of the same interface group. This begs the question of...
by vingjfg
Sat Feb 10, 2024 1:48 pm
Forum: General
Topic: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]
Replies: 15
Views: 2301

Re: Strange problem with Strongswan/RockyLinux: Signature validation failed, looking for another [SOLVED]

Can you check the IKE p1 proposal on the MT? From the last excerpt, it works with SHA-2 384.
by vingjfg
Sat Feb 10, 2024 10:52 am
Forum: General
Topic: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunnel?
Replies: 9
Views: 2067

Re: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunne

Sure, add the /32 to the tunnel domain on both sides and a nat rule on the server side.

Send the anonymity configs if you want.
by vingjfg
Sat Feb 10, 2024 9:46 am
Forum: General
Topic: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunnel?
Replies: 9
Views: 2067

Re: How to configure Mikrotik to route traffic from a public IP address through an existing IPsec site-to-site VPN tunne

Could you post a diagram with this?

X.x.x.19 - you wrote "... assigned to a dedicated private server ..." Do you mean it has a private ip and nat? Or directly the public ip?
by vingjfg
Wed Feb 07, 2024 1:16 pm
Forum: General
Topic: Ways to change NAS-Identifier in RADIUS requests?
Replies: 8
Views: 1693

Re: Ways to change NAS-Identifier in RADIUS requests?

Would changing the Radius server be possible?
by vingjfg
Wed Feb 07, 2024 12:23 pm
Forum: General
Topic: Bonding disconnect every 1 min
Replies: 10
Views: 1081

Re: Bonding disconnect every 1 min

This is a bit of a feature that is becoming a bug: "protocol-mode=none" not only disables spanning-tree but results in all L2 multicast frames being forwarded to all ports as well. As a result, the switch was forwarding the LACPDU from one ethernet port to another, resulting in the Cisco s...
by vingjfg
Tue Feb 06, 2024 9:54 am
Forum: Beginner Basics
Topic: Bridge filter rules not working
Replies: 26
Views: 2713

Re: Bridge filter rules not working

Hmm... a summary read of your logs shows only broadcasts and multicasts.
by vingjfg
Tue Feb 06, 2024 7:29 am
Forum: General
Topic: Bonding disconnect every 1 min
Replies: 10
Views: 1081

Re: Bonding disconnect every 1 min

For the bridge, could you change the "protocol-mode" to "rstp" and see if it changes something?
by vingjfg
Mon Feb 05, 2024 9:06 pm
Forum: General
Topic: Bonding disconnect every 1 min
Replies: 10
Views: 1081

Re: Bonding disconnect every 1 min

No worries.

Can you send the output of the following commands?
/interface/bonding/print
/interface/bridge/port print
/interface/bridge/print detail
by vingjfg
Mon Feb 05, 2024 9:02 pm
Forum: Beginner Basics
Topic: Apache on public IP ( Forwarding )
Replies: 9
Views: 1079

Re: Apache on public IP ( Forwarding )

As @mesquite and @mkx said plus:

Let's check from the server out.

On the server, can you get the output of the following?
ip addr
ip route list
by vingjfg
Mon Feb 05, 2024 12:32 pm
Forum: Beginner Basics
Topic: Apache on public IP ( Forwarding )
Replies: 9
Views: 1079

Re: Apache on public IP ( Forwarding )

Thanks for posting here. Note that you haven't posted all I asked. Regarding your test, I suspect you are trying from the same network as your server is on. This cannot work as is, as this needs hairpin NAT. For all to work correctly, your NAT rule should look like this. Replace <PUBLIC IP> with you...
by vingjfg
Mon Feb 05, 2024 11:32 am
Forum: General
Topic: Bonding disconnect every 1 min
Replies: 10
Views: 1081

Re: Bonding disconnect every 1 min

If I understand you correctly: if you pick two ports that don't include gi7 on the Cisco it works fine?
by vingjfg
Sun Feb 04, 2024 10:03 am
Forum: Beginner Basics
Topic: Apache on public IP ( Forwarding )
Replies: 9
Views: 1079

Re: Apache on public IP ( Forwarding )

First, please post the images here instead of on an external site. The rule states an inbound interface whose name is "all wire..." - is that your internal (LAN) or external (WAN) interface? Given that the masquerade rule has an outgoing interface of "pppoe-...", I suspect the in...
by vingjfg
Sun Feb 04, 2024 9:31 am
Forum: General
Topic: Bonding disconnect every 1 min
Replies: 10
Views: 1081

Re: Bonding disconnect every 1 min

Hi there! As far as I know and unless you changed the defaults, the LACPDUs are sent every 30s, so that could be something else. However! What LACP mode did you set on the Cisco side? Did you enforce the same load-balancing algo on both ends? Still on the Cisco side, can you look at the interface co...
by vingjfg
Fri Feb 02, 2024 7:50 am
Forum: General
Topic: VLANs Not Talking
Replies: 9
Views: 876

Re: VLANs Not Talking

Glad to hear you figured it out! Regarding spanning tree prio, your itnetwrk-core01 looks like a good candidate for getting prio 0.
by vingjfg
Thu Feb 01, 2024 2:20 pm
Forum: Beginner Basics
Topic: VLAN tagged/untagged on same router
Replies: 6
Views: 839

Re: VLAN tagged/untagged on same router

Ok, so supposing your bridge is called "bridge" and: ether0: tagged port on vlan 10 ether1: tagged port on vlan 20 ether2: untagged port on vlan 10 ether3: untagged port on vlan 20 ether4: trunk port with vlan 10,20 The following should be close to what is needed. /interface bridge set [br...
by vingjfg
Thu Feb 01, 2024 1:59 pm
Forum: Beginner Basics
Topic: VLAN tagged/untagged on same router
Replies: 6
Views: 839

Re: VLAN tagged/untagged on same router

Can you send the output of
/interface bridge export
by vingjfg
Thu Feb 01, 2024 1:56 pm
Forum: General
Topic: VLANs Not Talking
Replies: 9
Views: 876

Re: VLANs Not Talking

Here are a few corrections. WARNING WARNING WARNING Potential for cutting yourself out of the network. Consider taking one of the interfaces out of the bridges and assigning it an IP directly should you need to rescue the device without too much trouble. WARNING WARNING WARNING # Mikrotik side # Fix...
by vingjfg
Thu Feb 01, 2024 12:37 pm
Forum: General
Topic: VLANs Not Talking
Replies: 9
Views: 876

Re: VLANs Not Talking

A few things - Bridge vlan-bridge is not set for vlan-filtering but you are using 802.1q (vlan) subinterfaces on it Bridge br0 , vlan 25, you are using service-tags. Any reason? The Cisco config you sent has the wrong name (CISCO-SW04) and not what should be ITNETWRK-SW-02. The IP is correct but is ...
by vingjfg
Thu Feb 01, 2024 12:10 pm
Forum: Beginner Basics
Topic: Mikrotik with Pfsense firewall [SOLVED]
Replies: 9
Views: 3020

Re: Mikrotik with Pfsense firewall [SOLVED]

Now we are getting somewhere. Add this to your running Mikrotik. This will permit access from the internet to your server on TCP/8080. Of course replace <your public IP> with the actual IP address. /ip/firewall/nat add chain=dstnat in-interface-list=WAN action=dst-nat to-addresses=192.168.70.1 dst-p...
by vingjfg
Wed Jan 31, 2024 9:24 pm
Forum: Beginner Basics
Topic: Find Mc Address modem bridge
Replies: 4
Views: 1248

Re: Find Mc Address modem bridge

It depends. If that's a pure modem, i.e. your Mikrotik is getting a public IP, you may have some chance sniffing the traffic and finding some RFC1918 (aka "private") IP addresses that may be the modem management interface. If the Voo device is also a wifi router and things, then you may ha...
by vingjfg
Wed Jan 31, 2024 9:15 pm
Forum: Beginner Basics
Topic: Mikrotik with Pfsense firewall [SOLVED]
Replies: 9
Views: 3020

Re: Mikrotik with Pfsense firewall [SOLVED]

So we ironed out the 70.54/70.254 one - one to go.

Yes for the password. Do that as soon as you can.

Can you send me the NAT rules from the PFSense?
by vingjfg
Wed Jan 31, 2024 11:46 am
Forum: Beginner Basics
Topic: Mikrotik with Pfsense firewall [SOLVED]
Replies: 9
Views: 3020

Re: Mikrotik with Pfsense firewall [SOLVED]

I redrew the schematic with the information you gave. Let me know if that matches. The switch has been removed as it is L2 and won't change a thing (for now). mt-pfsense.drawio.png Note that you wrote the default gateway on the PFSense is 192.168.70.254 and that the MT has 192.168.70.54. So you alre...
by vingjfg
Tue Jan 30, 2024 2:21 pm
Forum: Wireless Networking
Topic: Hotpspot Connected But No Internet
Replies: 4
Views: 1375

Re: Hotpspot Connected But No Internet

The point is that having two bridges is not needed and creates unneeded complexity. However that is not the problem. At least not the main one. Or ones. One of the problems is ... that you have twice the same IP on different interfaces. /ip address add address=192.168.88.1/24 comment=defconf interfa...
by vingjfg
Tue Jan 30, 2024 1:57 pm
Forum: Wireless Networking
Topic: Hotpspot Connected But No Internet
Replies: 4
Views: 1375

Re: Hotpspot Connected But No Internet

You have two bridges, could you rework the configuration to have a single bridge with vlan-filtering and VLANs to separate the hotspot?
by vingjfg
Tue Jan 30, 2024 12:49 pm
Forum: Wireless Networking
Topic: access-list + radius not working.
Replies: 10
Views: 1451

Re: access-list + radius not working.

I am reading the page on interface/wireless, specifically the section on Radius MAC authentication RADIUS MAC authentication Note: RADIUS MAC authentication is used by access point for clients that are not found in the access-list, similarly to the default-authentication property of the wireless int...
by vingjfg
Tue Jan 30, 2024 11:49 am
Forum: Wireless Networking
Topic: access-list + radius not working.
Replies: 10
Views: 1451

Re: access-list + radius not working.

Can you modify your ACL to the following? This means that the clients with signal -65..0 are accepted but when the signal dips under -65, they are disconnected. /interface wireless access-list add signal-range=-65..0 add authentication=no forwarding=no signal-range=-120..-66 The way your ACL was wri...
by vingjfg
Tue Jan 30, 2024 11:13 am
Forum: Wireless Networking
Topic: access-list + radius not working.
Replies: 10
Views: 1451

Re: access-list + radius not working.

That's ... not a lot.

Is your ACL set to reject the clients with signal in the range -85..-120?

I created one (using wifi, not wireless) - here is what it looks like.
/interface wifi access-list
add action=reject disabled=no signal-range=-85..120
The second "add", is it an ACL?
by vingjfg
Tue Jan 30, 2024 10:58 am
Forum: Wireless Networking
Topic: access-list + radius not working.
Replies: 10
Views: 1451

Re: access-list + radius not working.

Can you post your ACL configuration?
by vingjfg
Mon Jan 29, 2024 10:13 pm
Forum: General
Topic: To xSTP...or not [SOLVED]
Replies: 4
Views: 1452

Re: To xSTP...or not [SOLVED]

The short answer is "unless you really have something against it, it costs nothing to enable it." I would make the case that in a Mikrotik environment, it is actually better to have something rather than "none": during a recent troubleshooting (LLDP), someone pointed that protoco...
by vingjfg
Mon Jan 29, 2024 9:12 pm
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

That's interesting. Adding a private key is one of the tests I did and I did not lose the password access to the Linux machine. It could be that I did not log off from my session when I added the key. Could be. I will try when I get my test equipment. That aside, glad you made it work. And yeah, it ...
by vingjfg
Mon Jan 29, 2024 11:53 am
Forum: General
Topic: currently-untagged contradicts untagged [SOLVED]
Replies: 11
Views: 1675

Re: currently-untagged contradicts untagged [SOLVED]

Can you post the output of the following command?
/interface/bridge/port/print where interface=ether3-green
by vingjfg
Mon Jan 29, 2024 9:08 am
Forum: General
Topic: OpenVPN DCO problem with ROS v7.13.1
Replies: 12
Views: 3036

Re: OpenVPN DCO problem with ROS v7.13.1

Well, I was using AES 256 CBC SHA1 for w long time with no issues on mikrotik routers, including this device. But, considering depreciated CBC cipher in OpenVPN Community and much much faster connection time using AES GCM, with ROS v7 I can use this cipher. As I already mentioned, I don't have prob...
by vingjfg
Sun Jan 28, 2024 11:46 am
Forum: General
Topic: OpenVPN DCO problem with ROS v7.13.1
Replies: 12
Views: 3036

Re: OpenVPN DCO problem with ROS v7.13.1

Before diving into the guts of the openvpn server, I want to make sure that there is no network issue. From the page you sent, the RB850Gx2 platform supports AES in CBC mode, at least for the devices whose SN starts with 5 or 7. It may be worth giving it a try and see whether that solves the issue -...
by vingjfg
Sun Jan 28, 2024 9:34 am
Forum: General
Topic: OpenVPN DCO problem with ROS v7.13.1
Replies: 12
Views: 3036

Re: OpenVPN DCO problem with ROS v7.13.1

Regarding your input rules, can you send the full set? There is some reorganization possible that may help with the issue. With the rules related to the interface WAN you sent, I would reorder in the following way. Note that without having the full input chain, I may just be duplicating existing ent...
by vingjfg
Sat Jan 27, 2024 11:03 pm
Forum: General
Topic: OpenVPN DCO problem with ROS v7.13.1
Replies: 12
Views: 3036

Re: OpenVPN DCO problem with ROS v7.13.1

Because anyone sending udp datagrams with source port 53 or 123 can reach any udp port on your device.

Nat rule is ok. I will have a closer look tomorrow.
by vingjfg
Sat Jan 27, 2024 10:41 pm
Forum: General
Topic: OpenVPN DCO problem with ROS v7.13.1
Replies: 12
Views: 3036

Re: OpenVPN DCO problem with ROS v7.13.1

Are these all your input rules? Also, no nat that would interfere?

If ok, can you export all the input and nat rules?

I will have a closer look tomorrow. First thing is your dns_ntp rule is dangerous.
by vingjfg
Sat Jan 27, 2024 9:30 pm
Forum: General
Topic: OpenVPN DCO problem with ROS v7.13.1
Replies: 12
Views: 3036

Re: OpenVPN DCO problem with ROS v7.13.1

Can you check that your input rules allow traffic to tcp and udp 1194 on your Mikrotik?
by vingjfg
Sat Jan 27, 2024 7:18 pm
Forum: General
Topic: OpenVPN DCO problem with ROS v7.13.1
Replies: 12
Views: 3036

Re: OpenVPN DCO problem with ROS v7.13.1

Can you add
disable-dco
To the client config?
by vingjfg
Sat Jan 27, 2024 11:21 am
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

Here is my defaults for /ip/ssh (7.13.2):. always-allow-password-login is already "no". forwarding-enabled: no always-allow-password-login: no strong-crypto: no allow-none-crypto: no host-key-size: 2048 host-key-type: rsa Changing "strong-crypto" doesn't prevent me from ssh-ing o...
by vingjfg
Fri Jan 26, 2024 7:48 pm
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

Seems so. I will try tomorrow.

BTW, what's your version?
by vingjfg
Fri Jan 26, 2024 8:30 am
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

Yes and we now know that the server is not sending the client packing but the client disconnects (type 1) after a message "USERAUTH FAILURE" (type 51) ( https://www.ietf.org/rfc/rfc4250.txt ) The stanza to debug SSH is the following. Be warned: that's verbose. /system/logging/add topics=ss...
by vingjfg
Fri Jan 26, 2024 12:00 am
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

OK. Let's try LogLevel at DEBUG3. I will have a look tomorrow morning.

That is weird.
by vingjfg
Thu Jan 25, 2024 11:56 pm
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

Hmmm ...
Jan 25 15:28:49 zoidberg sshd[275510]: debug2: input_userauth_request: try method none [preauth]
After this one it should try another method - do you have "PasswordAuthentication yes" in /etc/ssh/sshd_config ?
by vingjfg
Thu Jan 25, 2024 11:25 pm
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

ok ... can you set the loglevel to DEBUG2, restart the daemon and try another connection?

Stupid question: clocks synchronized on both devices?
by vingjfg
Thu Jan 25, 2024 10:08 pm
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

OK, that's the general "something went wrong somewhere" type of messages. Could be a number of things: If your server is a bit dated and the client a lot more recent, it may disconnect as it doesn't find something in common (but usually it says so) Are you trying key authentication? If so,...
by vingjfg
Thu Jan 25, 2024 9:50 pm
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

Ok. That was worth a shot.

On the linux server - can you get the SSH entries?
sudo journalctl -xr -u ssh
by vingjfg
Thu Jan 25, 2024 9:38 pm
Forum: General
Topic: Can't ssh from router to LInux server?
Replies: 22
Views: 2231

Re: Can't ssh from router to LInux server?

Hi there!

Can you try the following?
/system ssh user=<some non root user on the linux server> 192.168.4.5
by vingjfg
Thu Jan 25, 2024 1:50 pm
Forum: General
Topic: LLDP MED not working if port PVID is not 1 ? (no, other bug found, see summary thread)
Replies: 32
Views: 3200

Re: LLDP MED not working if port PVID is not 1

:thumb up:

I saw the other post, if you haven't already, I will create a bug report.
by vingjfg
Thu Jan 25, 2024 1:34 pm
Forum: Beginner Basics
Topic: NTP Time server
Replies: 7
Views: 8667

Re: NTP Time server

That is why I think you can just remove it and it will use bc address for local subnet, eks 178.118.85.255 (if its a c net) I just tried: if you set broadcast=yes without specifying any broadcast-addresses , nothing happens. It doesn't work with 255.255.255.255 . My local subnet is 192.168.2.0/24, ...
by vingjfg
Thu Jan 25, 2024 11:56 am
Forum: Beginner Basics
Topic: NTP Time server
Replies: 7
Views: 8667

Re: NTP Time server

Also and to check, what is the IP of your RBM11G on that network? You mention the .2 but that would make it right in your DHCP pool.
by vingjfg
Thu Jan 25, 2024 10:59 am
Forum: Beginner Basics
Topic: NTP Time server
Replies: 7
Views: 8667

Re: NTP Time server

/system/ntp/server> print enabled: yes broadcast: yes multicast: yes manycast: yes broadcast-addresses: 178.118.85.2 vrf: main use-local-clock: yes local-clock-stratum: 3 auth-key: none Can you double check the broadcast-address? It doesn't look like a broadcast address at all.
by vingjfg
Wed Jan 24, 2024 9:42 pm
Forum: Beginner Basics
Topic: Mikrotik with Pfsense firewall [SOLVED]
Replies: 9
Views: 3020

Re: Mikrotik with Pfsense firewall [SOLVED]

The easiest, as far as I can see is something along the lines of the following. This simply takes whatever arrives to the interfaces in the WAN list and translates it to the PFSense's address. /ip/firewall/nat add chain=dstnat in-interface-list=WAN action=dst-nat to-addresses=192.168.70.1 By default...
by vingjfg
Tue Jan 23, 2024 10:24 pm
Forum: General
Topic: LLDP MED not working if port PVID is not 1 ? (no, other bug found, see summary thread)
Replies: 32
Views: 3200

Re: LLDP MED not working if port PVID is not 1

I can confirm, enabling RSTP or MSTP stop link layer MAC addresses to be forwarded. One issue down, 99 to go! As a side note, i loose connectivity with my switches if i enable STP (this is strange, i have no loops), but i was able to test using RSTP and MSTP. I guess the first thing to look would b...
by vingjfg
Tue Jan 23, 2024 5:13 pm
Forum: General
Topic: LLDP MED not working if port PVID is not 1 ? (no, other bug found, see summary thread)
Replies: 32
Views: 3200

Re: LLDP MED not working if port PVID is not 1

Some observations might be explained with disabled (R/M)STP on the bridge. It is expected to forward reserved multicast MACs 01:80:C2:00:00:0X (LLDP, BPDU, etc.) when using " protocol-mode=none " setting. Wow, yup! I tested and that's indeed the case. As FIPTech said that its bridge had S...
by vingjfg
Tue Jan 23, 2024 2:02 pm
Forum: Wireless Networking
Topic: Wifi WPA-PSK with MAC auth over radius [SOLVED]
Replies: 10
Views: 2976

Re: Wifi WPA-PSK with MAC auth over radius [SOLVED]

Thanks! Yes, I have defined Radius for wireless. It works for WPA-EAP, in the logs I see the radius requests go out and the reply come back. I am not using capsman yet. I can try with capsman, but shouldn't it work without as well? I guess that's the $2^20 question - should it work without a /capsm...
  • 1
  • 2