SwOS • CRS310-8G+2S+IN Swos SFP+ Issue
Hi Everyone,Just got my first Mikrotik switch, a CRS310-8G+2S+IN and I am having a weird issue I hope you will be able to help with.Id like to run Swos on it since that has all the features I need...
View ArticleGeneral • Re: RB4011 VLAN traffic getting dropped
Moving forward with this issue After resetting printer to defaults the connection is back With the connectivity to VMs I had a look and if there are more than one network interface connected to VM,...
View ArticleBeginner Basics • Re: CRS310-1G-5S-4S+IN I can’t manage to setup trunks on...
I'd suggest you first remove the ports from the old bridge with the following command or through GUI:Code: /interface bridge portremove [ find interface=sfp1 ]remove [ find interface=sfp2 ]and then...
View ArticleGeneral • Re: Age in Neighbor List
Hey.! Thank you.!Statistics: Posted by Techsystem — Thu Mar 07, 2024 8:09 pm
View ArticleWireless Networking • Problem with new Capsman configuration on L009UiGS and...
Hi, I am running in circles now, not sure if vlans or something else is miss-configured, but to the pointI have L009UiGS running old capsman on mipsbe and AC devices which is perfectly running with...
View ArticleBeginner Basics • Re: Help required: slow upload speeds with PPPoE connection
Many thanks for the input and assistance with this.Finally got it up and running Statistics: Posted by muttley — Thu Mar 07, 2024 8:38 pm
View ArticleWireless Networking • Re: Wi-Fi 6E ( 5.925 GHz to 7.125 GHz )
Wi-Fi 6E ( 5.925 GHz to 7.125 GHz )Question; Is anybody running any Wi-Fi 6E ( 5.925 GHz to 7.125 GHz ) home or WISP wireless networks ( yet ) ?If so , what have been your findings ...Well no, there...
View ArticleBeginner Basics • Re: Help with configuration of a port.
rplant once more thank you so much!!! I have contacted Ubiquiti Support explaining the situation in case they could provide help with Option #1.Let's see what they offer....If it is not possible, I...
View ArticleGeneral • Re: Wi‑Fi 7 / 802.11be
Not that long. AX took longer, since we had to move from our own drivers to chipset manufacturer drivers. From now on with wifi.npk package, it will be much easier.Can you give us a hint here, we've...
View ArticleForwarding Protocols • bgp advertised routes - bad gateway - v7
Hi. I have this problem after updating from version 6 to 7.14. router rb1 has a directly connected network 192.168.0.0/24. a bgp session is established with the rb2 router via the 172.16.1.0/30...
View ArticleBeginner Basics • CRS-106-1C-5S Speed Question
Hello Everyone,I'm a complete neophyte to Mikrotik so I'm sure this is a simple configuration issue that I'm too dense to catch. I have a CRS-106-1C-5S that I setup on my bench. It's combo port is...
View ArticleGeneral • Re: DHCP deassigned/assigned log message [VLAN Switch - RB3011]
The problem was this rule:Code: /ip firewall filteradd action=drop chain=input comment="input - Drop allI disabled this one and the DHCP deassigned/assigned log message disappears.Digging deeper into...
View ArticleForwarding Protocols • Re: bgp advertised routes - bad gateway - v7
Forget me, it actually works fineProblem was in next hop choose. It shoud be set "force self"Solved!Statistics: Posted by safeit — Thu Mar 07, 2024 10:24 pm
View ArticleGeneral • Re: Bridge mode in Mikrotik
Bridge Mode will basically turn your device into a switch by bridging all interfaces, so if you don't plan on using firewall, etc. yes, it will most probably workStatistics: Posted by TheCat12 — Thu...
View ArticleGeneral • Re: IPv6 ACLs lock up entire switch
Looked for help elsewhere, and apparently you need to specify Code: mac-protocol="ipv6" in ACLs you create for IPv6. Otherwise, it will lock up the entire switch.Statistics: Posted by primrose — Thu...
View ArticleGeneral • Re: DHCP client receives DNS servers I did not configure
they are definetely comes from ipv6 nd, but you haven't set any dns servers here, looks abnormal.Just found an example in the old wiki. IPv6 DNS servers configured under "/ip/dns/server" are...
View ArticleBeginner Basics • Wired mesh network?
Hi! I want to set up the network in my home (2 story house plus a basement), and was planning to set up something simple, but don't know if it's the best way to do so.I was planning ONT > Router...
View ArticleWireless Networking • CAPsMAN - the devices does not connect
Hi i have a problem with my CAPsMAN. The devices does not connect to WIFI Code: /caps-man channeladd band=2ghz-g/n control-channel-width=20mhz frequency=2412,2437,2462 name=\ 2.4ghz...
View ArticleBeginner Basics • Re: CRS-106-1C-5S Speed Question
But those 220 Mbps are in switching or in routing?More or less they are what you can expect in routing, check test results:https://mikrotik.com/product/CRS106-1C-5S269 Mbps with no rules.If switching,...
View ArticleGeneral • Re: UPnP and Hairpin NAT
Maybe change action=masquerade and set dst-address to be the one of the server on the hairpin nat rule as well as on the defconf rule unless there is a reason to be src-nat:Code: /ip firewall natset 0...
View Article