Community discussions

MikroTik App

Search found 654 matches

by loloski
Mon May 19, 2025 7:19 am
Forum: General
Topic: 6.49 bfd with /31 addressing
Replies: 1
Views: 133

Re: 6.49 bfd with /31 addressing

/31 is not supported natively by 6.49 I think /31 started on v7.17 if I were you make a lab and test
by loloski
Fri May 16, 2025 4:01 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

Since there's no roadmap or anything we can just cross our finger hoping the v7 routing engine is robust enough to accommodate all this Enterprise and SP features that most of the users is waiting over the years.
by loloski
Fri May 16, 2025 3:46 pm
Forum: Forwarding Protocols
Topic: Routing or NAT ? Suggestions needed...
Replies: 10
Views: 676

Re: Routing or NAT ? Suggestions needed...

this really depend on how you want to handover the service and IP, the easiest way is make a PPPoE server and route the /32 public IP to your customer, there's no sense to route /30 to them since it will consume 4 address to your existing ip block, another possible option if you are using v7.18 at l...
by loloski
Fri May 16, 2025 5:03 am
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

I'm one of the hopeful on this EVPN stuff I hope one day we can build spine and leaf architecture for DC at cheaper cost, this will bring a lot of value to MT if it was done right at the first time I sincerely hope this time that they will implement this as complete and robust solution, not like wit...
by loloski
Thu May 15, 2025 8:25 pm
Forum: General
Topic: ISP CCR2216 L3HW-Offloading Issues
Replies: 63
Views: 9295

Re: ISP CCR2216 L3HW-Offloading Issues

Also when I enable l3-hw + fasttrack, I make some rules in the switch ruleset to "redirect to cpu" the IP ranges that I want to nat. If I dont do that, they cannot enter the conntrack. really? why it's not mentioned here or the docs is outdated how do you find it out? https://help.mikroti...
by loloski
Wed May 14, 2025 2:15 am
Forum: Beginner Basics
Topic: VLANs on WAN [SOLVED]
Replies: 6
Views: 836

Re: VLANs on WAN [SOLVED]

Though this work I'm just wondering is this the optimal way to do it? why configure the vlan using bridge filtering whilst this kind of device the vlan should be config in switch menu? or the vlan tagged interface could also attach directly to ether1, i'm just curious thanks!
by loloski
Sat May 10, 2025 6:15 pm
Forum: Wireless Networking
Topic: wireless networking
Replies: 2
Views: 590

Re: wireless networking

yes for definitely use this as a starting point https://www.youtube.com/watch?v=CCbVzl6WtF0
by loloski
Fri May 09, 2025 4:45 am
Forum: MikroTik hardware questions
Topic: CRS520 not linking up with Mellanox ConnectX-4
Replies: 8
Views: 842

Re: CRS520 not linking up with Mellanox ConnectX-4

I have a similar nic card with you link to CRS317 with a regular DAC cable (non-mikrotik) and it works fine for LibreQoS
by loloski
Wed May 07, 2025 5:27 am
Forum: Forwarding Protocols
Topic: Nested /29 within our /24
Replies: 5
Views: 749

Re: Nested /29 within our /24

In addition to what the other said here use /31 to your advantage specially if you use v7.18 /30 still using 4 address and use private IP as a point to point mechanism inside your network that's how we conserved V4 address
by loloski
Tue May 06, 2025 6:33 pm
Forum: Forwarding Protocols
Topic: DSTNAT port forwarding is not working
Replies: 9
Views: 1389

Re: DSTNAT port forwarding is not working

make sure you are not behind a NAT/CGNAT subnet from your ISP and also make sure your 192.168.88.253 host is reachable via routing

/ip/firewall/nat
add chain=dstnat action=dst-nat to-addresses=192.168.88.253 to-ports=80 protocol=tcp dst-address=your_public_ip dst-port=80
by loloski
Tue May 06, 2025 4:26 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

Before ROSE came to life there were lot of V6 features still not ported to ros v7 from simple to the hardest one e.g proper routing filters comparable to V6 I can keep on and on, what I personally want to say make v7 comparable to V6 first or even better no feature left behind from V6 then after tha...
by loloski
Tue May 06, 2025 3:08 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

Make routing and switching as your priority and lastly whatever your heart desires you will see it makes a lot of difference, make RouterOS great again ahahhahahaaha
by loloski
Tue May 06, 2025 2:54 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

@mrz most of the people here buy high-end devices from you guys from switch to router and we expect that it will work properly if there was a bug we expect that each bug was fairly treated even though it was hard to fix don't assume always that it was a config issue or user error, we notice that you...
by loloski
Mon May 05, 2025 1:39 am
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1184

Re: Firewall question

That's not the case on my end please see attached if you will notice before that rule I punch a hole in the firewall to explicitly open the ports i want because it was close by default
1.png
by loloski
Mon May 05, 2025 1:33 am
Forum: Forwarding Protocols
Topic: v7.1.1 OspfNeighbor received wrong LS Ack
Replies: 50
Views: 45365

Re: v7.1.1 OspfNeighbor received wrong LS Ack

For sure you have to align the MTU otherwise it won't form adjacency it will stuck to exStart status, thanks for the tip anyway
by loloski
Mon May 05, 2025 1:15 am
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1184

Re: Firewall question

If you use the default firewall this will drop the connection regardless of the port that's why you have to define your LAN subnet in the interface list that's why you have to define what are the ports you want to open prior or before hitting this rule, factory default firewall rule of MT is sane an...
by loloski
Mon May 05, 2025 1:00 am
Forum: Beginner Basics
Topic: Firewall question
Replies: 11
Views: 1184

Re: Firewall question

If you run portscan internally that's expected try to access does services externally you won't be able to open it does ports you have mentioned assuming your host-inbound firewall rule is correct if your firewall rule is misconfigured you will be able to connect to does port from external but will ...
by loloski
Sat May 03, 2025 9:56 am
Forum: Beginner Basics
Topic: port freeze/lockup issue in CRS310-8G+2S-IN
Replies: 4
Views: 892

Re: port freeze/lockup issue in CRS310-8G+2S-IN

This is geared toward a switch with limited router functionality, please export your config and paste it here so that other people can help you this device is under power to be a router but give decent performance as a switch
by loloski
Sat May 03, 2025 5:53 am
Forum: General
Topic: speed test on fast.com, I can't download more than 250 megabytes
Replies: 2
Views: 602

Re: speed test on fast.com, I can't download more than 250 megabytes

since you don't provide anything, try to change the cable first
by loloski
Thu May 01, 2025 6:04 pm
Forum: General
Topic: [Feature Request] ECMP Hashing Option – Source IP Only (ROS7)
Replies: 6
Views: 897

Re: [Feature Request] ECMP Hashing Option – Source IP Only (ROS7)

ECMP 90% of the time it works for us but we are having issues with HTTPS some sites behind the L7 load balancers is kicking us in the butt, in the old days where HTTPS is not that common compare to what we have today, we used netfilter module SAME to workaround this. how about NETMAP in conjunction ...
by loloski
Thu May 01, 2025 5:40 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

no offense I hope what you are saying is true because from my perspective evidently more and more people is getting frustrated on how thing is going in terms of development which matters (for our use case), even though we moved most of our gear to other platform MT has sizable portion of our network...
by loloski
Thu May 01, 2025 2:20 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

As per normis they are working hard on ROSE features/stability on 7.19 and 7.20 so I guess no progress on routing,switching and hwoffload features I hope I'm mistaken
by loloski
Tue Apr 29, 2025 4:19 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

Ok thanks it means i was under the rock these days, it's good that they have an official product now that support e-Sim I hope even the cheaper once will have this in the future
by loloski
Tue Apr 29, 2025 3:43 pm
Forum: Announcements
Topic: v7.19rc [testing] is released!
Replies: 208
Views: 50083

Re: v7.19rc [testing] is released!

What are the MT product that support e-Sim? or this is just preparation for the future release?
by loloski
Mon Apr 28, 2025 10:10 am
Forum: General
Topic: Does DoH reliably work on RouterOS?
Replies: 19
Views: 1579

Re: Does DoH reliably work on RouterOS?

even cloudflare same thing i've seen this kind of behavior i'm not judging I'm just stating the facts since this is not mandatory so that's fine I just turned it off, I have 12 upstream in a single box I rotate each every ISP there's always a timeout one way or another.
by loloski
Mon Apr 28, 2025 9:01 am
Forum: General
Topic: The loopback interface was deleted by remove button
Replies: 5
Views: 858

Re: The loopback interface was deleted by remove button

I recreate the same step as you mentioned and I press the undo button the removal of loopback interface wasn't reverted only the eoip interface that i create to reproduce the bug was reverted, good catch with the bug
by loloski
Mon Apr 28, 2025 8:56 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

viewtopic.php?p=1140349#p1140349

The interface loopback can be deleted kudos to the OP, to restore lo in my brief test you have to perform /system/reset-configuration no-defaults=yes this is not only for 7.19 i test this on 7.18 same bug
by loloski
Mon Apr 28, 2025 8:51 am
Forum: General
Topic: The loopback interface was deleted by remove button
Replies: 5
Views: 858

Re: The loopback interface was deleted by remove button

Indeed the lo interface has been deleted this is nasty bug, to restore lo this is what i do :)

/system/reset-configuration no-defaults=yes
by loloski
Mon Apr 28, 2025 8:16 am
Forum: General
Topic: Does DoH reliably work on RouterOS?
Replies: 19
Views: 1579

Re: Does DoH reliably work on RouterOS?

since day 1 this DoH implementation in ROS v7 is shaky at best for the same reason you mentioned
by loloski
Sat Apr 26, 2025 8:09 pm
Forum: RouterOS beta
Topic: FEATURE REQUEST: full cone NAT
Replies: 298
Views: 69484

Re: FEATURE REQUEST: full cone NAT

I was able to achieve full cone NAT on RouterOS 7.13.5 using the following NAT rules:
This doesn't work for some reason are you sure full cone nat is working properly as advertise? will dig more
by loloski
Wed Apr 23, 2025 2:00 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

I think fischerdouglas pov is please fix VRF implementation in general in preparation for the future together with L3HW offload, imagine you are doing EVPN + VXLAN with VRF and no hardware offload support? just to give context. I think he was saying VRF with hardware offload is not an after thought ...
by loloski
Wed Apr 23, 2025 10:01 am
Forum: Forwarding Protocols
Topic: How in v7? Selectivity accept prefixes, not load the rest?
Replies: 16
Views: 9663

Re: How in v7? Selectivity accept prefixes, not load the rest?

yes discard option is not optional features and should return in v7 at least in OSPF if they can't do it in one sweep and later in BGP, I personally haven't seen an official response on this with Mikrotik, just wondering why other vendors can do it, what's so special with ros v7 code base that this ...
by loloski
Wed Apr 23, 2025 7:14 am
Forum: Announcements
Topic: v6.49.18 [long-term] is released!
Replies: 45
Views: 84228

Re: v6.49.18 [long-term] is released!

I got a deprecation type of response from mrz on this ticket so it won't moved forward I just wonder why there are still some fixes being push through if v6 is totally deprecated, I could understand if recent code drop to v6 is purely security issue related fix which is not. I'm not questioning thei...
by loloski
Tue Apr 22, 2025 1:07 pm
Forum: General
Topic: AX3 as basic AP/switch
Replies: 45
Views: 2944

Re: AX3 as basic AP/switch

once wifi interface was involved even it has switch chip it will processed by the cpu anyway.
by loloski
Sat Apr 19, 2025 4:22 pm
Forum: Beginner Basics
Topic: Bridging WAN to VLAN [SOLVED]
Replies: 9
Views: 3221

Re: Bridging WAN to VLAN [SOLVED]

remove one port from the bridge example ether5 and use that as your management interface while you are trying to get your head around it, so that you won't get lockout if bridge vlan filtering was on and not yet configured the switch to your liking and access the device via mac address in winbox, ju...
by loloski
Sat Apr 19, 2025 1:09 pm
Forum: Announcements
Topic: v6.49.18 [long-term] is released!
Replies: 45
Views: 84228

Re: v6.49.18 [long-term] is released!

set Route Comment is not working properly as it should, when you set the "Action" to accept it will show the route comment when you set it to reject it will show the comment and it appears to work correctly but when you re-login to winbox the comment will disappear again just like with the...
by loloski
Fri Apr 18, 2025 2:30 pm
Forum: MikroTik hardware questions
Topic: ERR: Too many resends. The other part is not acknowledging data receivement. Timeout.
Replies: 3
Views: 841

Re: ERR: Too many resends. The other part is not acknowledging data receivement. Timeout.

try to moved to other ports just for troubleshooting or update to latest v6 LTS release, normally MT hardware has long life i'm still not convince it's a hardware issue and also paste your whole config here
by loloski
Fri Apr 18, 2025 9:54 am
Forum: Forwarding Protocols
Topic: OSPF Adjancency issues (mixed ROS v6 & ROS v7)
Replies: 1
Views: 454

Re: OSPF Adjancency issues (mixed ROS v6 & ROS v7)

I resolved this by reducing MTU from 10218 to 9566, now both rosv6 and rosv7 is happily working as it should
by loloski
Fri Apr 18, 2025 4:54 am
Forum: Forwarding Protocols
Topic: OSPF Adjancency issues (mixed ROS v6 & ROS v7)
Replies: 1
Views: 454

OSPF Adjancency issues (mixed ROS v6 & ROS v7)

Background All routers and participating switches jumbo frame is enable and it works great All Ros v7 routers participating in OSPF with BFD enable established adjacency,exchanging routes and it works as expected Issue Neighbor Ros V6.49.18 stuck in Ex-Start (if BFD is enable) cycle between Ex-Start...
by loloski
Fri Apr 18, 2025 2:34 am
Forum: MikroTik hardware questions
Topic: ERR: Too many resends. The other part is not acknowledging data receivement. Timeout.
Replies: 3
Views: 841

Re: ERR: Too many resends. The other part is not acknowledging data receivement. Timeout.

ping from where?, try to isolate the issue by changing the cable first and make a basic config before you jump to conclusion that this is a hardware issues
by loloski
Fri Apr 18, 2025 2:12 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

ahhah I hope that's not case whatever noise gather here shouldn't affect the development task at hand, personally i want them to succeed their hardware is good just got side track for lots of unnecessary distraction due to self inflicted decision. @MT if you truly start the development of EVPN + VXL...
by loloski
Thu Apr 17, 2025 6:45 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

Honestly they have to do something big or small because this will be a recurring theme that someone is high jacking this release thread hoping to convey/share/discuss or event rant out of frustration just like what we are doing now :) the irony is MT is getting angry when someone high jacking this t...
by loloski
Thu Apr 17, 2025 4:23 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

Who wants to help I can provide hosting space and use freedns for the domain, I can provide bugzilla/mantisbt or any other bug tracking tool that makes the job done just let me know, but first we have to know if Mikrotik is also on-board with the idea otherwise this is futile.
by loloski
Thu Apr 17, 2025 8:22 am
Forum: Forwarding Protocols
Topic: BFD without dynmaic routing protocol
Replies: 8
Views: 2294

Re: BFD without dynmaic routing protocol

Not directly. There is an option to use BFD as a gateway check for static routes but it is not yet implemented fully. It does not create BFD session, it can use only existing BFD sessions created by other routing protocols. @ MT care to share if MT developer plans to finish what's left in the BFD i...
by loloski
Thu Apr 17, 2025 8:16 am
Forum: Beginner Basics
Topic: additionally incorrect subnet [SOLVED]
Replies: 2
Views: 1667

Re: additionally incorrect subnet [SOLVED]

best to show your config so that someone might take a look into it, make that a habit in Mikrotik land
by loloski
Wed Apr 16, 2025 3:40 pm
Forum: RouterOS beta
Topic: Feature Request: L2TP LAC / VPDN
Replies: 5
Views: 12039

Re: Feature Request: L2TP LAC / VPDN

I already file a feature request they just close it and say mikrotik just support LNS end of discussion, so it means you have to look elsewhere :)
by loloski
Wed Apr 16, 2025 5:45 am
Forum: Scripting
Topic: How to obtain nexthop value in a variable [SOLVED]
Replies: 2
Views: 1548

Re: How to obtain nexthop value in a variable [SOLVED]

:global nexthop ([/ip/route/check dst-ip=1.1.1.1 once as-value]->"nexthop")
:put $nexthop
by loloski
Tue Apr 15, 2025 3:26 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

oh my..... my bad it was an april fools joke sucks to be me hahahahaha who knows MT make it reality it means we are back to reality of push and pull
by loloski
Tue Apr 15, 2025 12:03 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

ehehehe, I'm looking forward for the new 15 developers just onboard with MT will make a real difference and concentrate on more pressing issues (L2,L3 and HW offload stuff) rather than what you have mentioned above :). I hope this is real news rather than gossip
by loloski
Tue Apr 15, 2025 7:58 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

It's ok to wait as long as you have confirmation that they are being tackled or acknowledge being develop, I hope this essential features will come to fruition in my lifetime
by loloski
Sat Apr 12, 2025 5:36 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18.2 [stable] is released!

Another thing to observed with 7.16 and up release, accessing MikroTik device with PPPoE enabled server with ROMON is a hit and miss most of the time you will get disconnected with winbox3 while it's working fine with winbox4 I can't report this as a bug because not sure where the problem is but it'...
by loloski
Sat Apr 12, 2025 5:32 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18.2 [stable] is released!

I have one CRS317 when you access the Switch -> Qos -> Port menu is crashing winbox3 while it's working properly with winbox4 the weird thing is my other CRS317 is working as expected anyone seen like this? not entirely sure if this is bug or just local to my setup
by loloski
Sat Apr 12, 2025 4:58 am
Forum: Beginner Basics
Topic: Can't get URL connections that originate from LAN to work on the LAN side!
Replies: 3
Views: 640

Re: Can't get URL connections that originate from LAN to work on the LAN side!

Since you don't put a network diagram here, I assume that this could be a hairpin NAT issue please make a small diagram so that other can help you out, assuming proper routing was in place you can also solved this issue using split horizon DNS
by loloski
Sat Apr 12, 2025 3:04 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18.2 [stable] is released!

after my ccr1036 firmware upgrade and a restart the memory slightly elevated consumption around 1.1g but it stabilize there I hope this will continue
by loloski
Thu Apr 10, 2025 6:38 am
Forum: General
Topic: T1 interface
Replies: 9
Views: 1133

Re: T1 interface

You could research on Sangoma that's what we used in the old days I don't know if this works with x86 MikroTik PC never try them :)
by loloski
Wed Apr 09, 2025 5:03 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

@MT to give you context on why we need some sort of transparency here is this, we are about to consider to buy some CRS354 because we are considering mikrotik for a pet project rather than considering juniper / arista for our project that requires MLAG I can't make a decision upfront because this 35...
by loloski
Wed Apr 09, 2025 12:30 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

Fair enough but you can still control the things if you want it too like just list all the confirmed bugs that you triage and all of us outsider can just take a look. ros_version ticket_id title description status_code created_on will_be_fixed_on_version? this are the fields that is needed status_co...
by loloski
Wed Apr 09, 2025 8:52 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

supout.rif attach to the ticket can be hidden if that's the only concern, if they can program the linux kernel they can easily do that for sure don't they? I think this will greatly help them along the way
by loloski
Wed Apr 09, 2025 8:46 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

@MT quick question I hope if you don't mind asking, what's your rationale why you don't have public bug tracking system where everyone can chime in or at least can lookup what ticket are open / close or about to get fix or invalid, so that everyone has a valuable insight if they are affected by the ...
by loloski
Wed Apr 09, 2025 8:05 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

same no dice [admin@MikroTik] > /interface/veth/add address=2001:db8:1:1:1:1:1:1/64 gateway="" gateway6=2001:db8::1 name=example [admin@MikroTik] /interface/veth> :put [get example value-name=address] 2001:db8:1:1::/64 [admin@MikroTik] /interface/veth> /system/resource/print uptime: 2m2s v...
by loloski
Wed Apr 09, 2025 4:45 am
Forum: Useful user articles
Topic: MikroTik - LibreQoS PPPoE Integration
Replies: 3
Views: 1991

Re: MikroTik - LibreQoS PPPoE Integration

nice one kudos to you!
by loloski
Wed Apr 09, 2025 4:34 am
Forum: Beginner Basics
Topic: Mikrotik CRS326-24s+2q+rm won't work after RoterOS 7.12.1 Upgrade
Replies: 9
Views: 1022

Re: Mikrotik CRS326-24s+2q+rm won't work after RoterOS 7.12.1 Upgrade

nope this should be finished under 5 to 10 mins tops, you can try to reboot the device
by loloski
Wed Apr 09, 2025 4:15 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18.2 [stable] is released!

Out of memory condition. CCR1036 just updated at 7.18.2 from 7.18.1 I can concur this sucks for just 2 days uptime after the upgrade the memory it consume is insane, normally the consumption is under 1g, we don't have any use case anymore with mikrotik except for BRAS mikrotik please fix this don't...
by loloski
Mon Mar 31, 2025 6:12 pm
Forum: Beginner Basics
Topic: CRS326 powerful enough?
Replies: 12
Views: 1569

Re: CRS326 powerful enough?

if only mikrotik can make RB5012-2S+ that would be perfect for his requirement hahahah just kidding!
by loloski
Mon Mar 31, 2025 6:00 pm
Forum: Beginner Basics
Topic: CRS326 powerful enough?
Replies: 12
Views: 1569

Re: CRS326 powerful enough?

well, you can't have your cake and eat it too. there's no hardware accelerated NAT on 326 compare to 317, your 326 is a switch with limited routing capability rule of thumb in MT world if it's a router don't make it a switch if it's a switch don't make it a router :)
by loloski
Mon Mar 31, 2025 5:33 pm
Forum: Beginner Basics
Topic: CRS326 powerful enough?
Replies: 12
Views: 1569

Re: CRS326 powerful enough?

It's a good switch why not you can turn on hardware off loading for inter-vlan routing, but put a router in-front like RB5009 as a start to handle your upstream traffic going to internet
by loloski
Mon Mar 31, 2025 5:25 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

They can't easily outsource it even though they want it too, I strongly believed they document their code base using their language so it's hard to get / poach some people from the industry that can do smart coding having good oral and written communication in their language at the same time. I thin...
by loloski
Mon Mar 31, 2025 3:52 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

We are lucky we moved our edge to other platform and we don't have to deal with this BGP situation anymore our use case now with MT is more limited (BRAS) but still crucial with our daily operation and our bandwidth management moved to OLT and libreQoS at least MT doesn't rob my sleep anymore, I hop...
by loloski
Sat Mar 29, 2025 2:00 pm
Forum: Scripting
Topic: Bug: Phantom empty message in Telegram when sending from a third-party script
Replies: 25
Views: 12508

Re: Phantom empty message in Telegram when sending from a third-party script

you can use e-worm comprehensive script available at https://github.com/eworm-de/routeros-scripts you don't have to code anything
by loloski
Thu Mar 27, 2025 3:23 pm
Forum: General
Topic: Connection tracking table not cleared completely after WAN IP address change
Replies: 38
Views: 13235

Re: Connection tracking table not cleared completely after WAN IP address change

chain=srcnat action=masquerade 
It's not a bug it was as designed, there you have NAT/Masquerade
by loloski
Wed Mar 26, 2025 1:41 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

@MT any chance on fixing BGP sessions refresh on winbox3 just like how ros v6 behave?, I have a group of engineers that we train as part of Knowledge transfer and none of these engineers seen MT in the past, they were really impressed on what MT can do but awe at the same time with this kind of cosm...
by loloski
Sun Mar 23, 2025 12:14 pm
Forum: General
Topic: VLAN question about tagging bridge or ether1
Replies: 16
Views: 1687

Re: VLAN question about tagging bridge or ether1

First off all you are doing it wrong, in HEX there's a different way to configure VLAN what you are doing is for CRS3XX

Try this
https://www.youtube.com/watch?v=Rj9aPoyZOPo
by loloski
Fri Mar 21, 2025 4:07 am
Forum: Forwarding Protocols
Topic: SSH and Tunneling
Replies: 2
Views: 1153

Re: SSH and Tunneling

form a private network using zerotier together with the other participant and spawn your private server inside zerotier network and you are done
by loloski
Thu Mar 20, 2025 6:09 am
Forum: General
Topic: (broken) IPv4 connection tracking and fragmentation on ROS 7
Replies: 4
Views: 1445

Re: (broken) IPv4 connection tracking and fragmentation on ROS 7

Thanks for detailed observation and explanation on the issue, this will be very hard to tracked down and fix from MT because this can be a TCP/IP stack issues with the kernel they are currently using with ros v7, I can feel you and most of the time I also got frustrated that there were more pressing...
by loloski
Wed Mar 19, 2025 4:08 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

*) net - remove support for automatic multicast tunneling (AMT) interface (introduced in v7.18); I'm fairly confused here if this is not ready why it was available in both CLI and Winbox normally if MT is cooking something it was always available in CLI first until it was ready for prime time, now ...
by loloski
Wed Mar 19, 2025 9:23 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

and if yes the fix is underway as per other forum user that encounter and raise the same thing :)
by loloski
Wed Mar 19, 2025 9:19 am
Forum: General
Topic: (broken) IPv4 connection tracking and fragmentation on ROS 7
Replies: 4
Views: 1445

Re: (broken) IPv4 connection tracking and fragmentation on ROS 7

Do you happen to report this to support and what's they response?, I have multi-gigs of traffic between 3 to 6 gigs but with fasttrack turned on, can you elaborate more on the issues do you encounter packet loss or high cpu usage perhaps?, thanks I'm also interested on your finding because there wer...
by loloski
Sun Mar 16, 2025 8:52 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

Time to netinstall that device
by loloski
Thu Mar 13, 2025 11:38 pm
Forum: Beginner Basics
Topic: RouterOS Isolated Management Port Setup, help
Replies: 6
Views: 1783

Re: RouterOS Isolated Management Port Setup, help

Create a separate VLAN with DHCP and make a firewall rule that you are accepting host inbound traffic (INPUT Chain) on port 80,22 or 8291 whatever your preferred management protocol and done or use VRF it's not hard you just have to know your way around with MT VRF approach let assume your ether5 wi...
by loloski
Wed Mar 12, 2025 12:23 pm
Forum: MikroTik hardware questions
Topic: hAP ax GPON ?
Replies: 20
Views: 3272

Re: hAP ax GPON ?

True Huawei and ZTE is king you can easily pass on the cost to customer without much trouble specially in this trying times
by loloski
Wed Mar 12, 2025 11:59 am
Forum: MikroTik hardware questions
Topic: hAP ax GPON ?
Replies: 20
Views: 3272

Re: GPON

Router 5 ports, wifi6, etc. its price is about 99 USD. This will be very hard to justify with the management to make substantial inventory for FISP specially the Chinese brand around the corner cost 15 USD (landed cost) if you have volume of course, not to mentioned you have single POTS/FXS as a bo...
by loloski
Wed Mar 12, 2025 5:34 am
Forum: Beginner Basics
Topic: PPPoE Connection Loss Requires Reboot (Does Not Work Disabling and Re-enabling Interface Only)
Replies: 6
Views: 2298

Re: PPPoE Connection Loss Requires Reboot (Does Not Work Disabling and Re-enabling Interface Only)

Never seen like this with MT on both v6 or v7, try to change cable first and re-observed
by loloski
Wed Mar 12, 2025 5:27 am
Forum: Beginner Basics
Topic: after upgrade to 6.49.18 CPU Spikes
Replies: 25
Views: 4063

Re: after upgrade to 6.49.18 CPU Spikes

Nope, it remains the same here
1.PNG
by loloski
Wed Mar 12, 2025 1:48 am
Forum: MikroTik hardware questions
Topic: hAP ax GPON ?
Replies: 20
Views: 3272

Re: GPON

This is WoW if it's true, if the cost of this unit is between 18 to 20 USD this will fly in Asian Market otherwise this is DOA
by loloski
Wed Mar 12, 2025 1:18 am
Forum: MikroTik hardware questions
Topic: Newbie. Need help with PTPv2/VLAN configuration on CRS326
Replies: 5
Views: 2090

Re: Newbie. Need help with PTPv2/VLAN configuration on CRS326

# Create Bridge /interface/bridge/add name=bridge1 # Add port on the bridge assign ether1 as vlan 100 and ether2 as vlan 200 /interface/bridge/port/add pvid=100 interface=ether1 frame-types=admit-only-untagged-and-priority-tagged /interface/bridge/port/add pvid=200 interface=ether2 frame-types=admi...
by loloski
Tue Mar 11, 2025 2:37 pm
Forum: Forwarding Protocols
Topic: MPLS has finally gotten stable ?
Replies: 18
Views: 9064

Re: MPLS has finally gotten stable ?

This is the precise reason why we moved to other vendor, because no solution in plain sight for some features that we need as SP, best of luck to MT specially now they are doing EVPN which will open another set of can of worms (I hope for the better) this MPLS stuff for sure will going to push back ...
by loloski
Tue Mar 11, 2025 12:53 pm
Forum: Beginner Basics
Topic: DHCP server in vlan doesn't work
Replies: 6
Views: 1778

Re: DHCP server in vlan doesn't work

Try this instead this is not meant to be complete at any form just to give you a working example Create a VLAN in the bridge # Create Bridge /interface/bridge/add name=bridge1 # Add port on the bridge with pvid=10 let assume pvid=10 LAN vlan /interface/bridge/port/add pvid=10 interface=ether1 frame-...
by loloski
Wed Mar 05, 2025 5:14 am
Forum: Beginner Basics
Topic: Syslog Failing to send [SOLVED]
Replies: 18
Views: 8617

Re: Management VLAN interface [SOLVED]

ping your next-hop 192.168.128.1 if it's working check your NAT/Masquerade rule on that router and also why STP not RSTP? you forgot also to add br1 as tagged interface This is how you do it add br1 as tagged /interface bridge vlan add bridge=br1 comment=Service tagged=br1,bond1 vlan-ids=128 other t...
by loloski
Wed Mar 05, 2025 1:14 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18.1 [stable] is released!

We have seen this behavior as well with winbox, but port 8291 was only exposed to management vlan and I'm the only one accessing the device during that time so this SYN flooding warning is just a fluke at least for me
by loloski
Tue Mar 04, 2025 12:02 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18.1 [stable] is released!

This storage woes will not happen in the first place if only mikrotik don't offer 16MB flash in their product they can pass on this to consumer they are just crazy and masochist for shooting themselves on the foot for making an extra effort to fix this storage woes without wiggle room and in the end...
by loloski
Sun Mar 02, 2025 12:51 pm
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18 [stable] is released!

/ip/ipsec/policy/set src-address=0.0.0.0/0 dst-address=0.0.0.0/0 numbers=0
CHR goes in limbo if you enable IPSEC policy with this parameter, we just stumble this accidentally during lab.
by loloski
Sun Mar 02, 2025 10:19 am
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

how to undo this?
i was playing around , and i want to bring it to how it was, without /routing filter rule
sorry for late reply
/routing/settings/set dynamic-in-chain=""
by loloski
Fri Feb 28, 2025 5:11 pm
Forum: Announcements
Topic: v7.19beta [testing] is released!
Replies: 525
Views: 211030

Re: v7.19beta [testing] is released!

This is very handy ip-service - show all TCP/UDP connections on the system; ip-service - show all TCP/UDP ports on system, including ports in containers; route - added options to set dynamic-in and connected-in chains in /routing/settings; This is very buggy and slow [rchan@Home] > /routing/settings...
by loloski
Fri Feb 28, 2025 2:39 pm
Forum: General
Topic: CRS354-48P-4S+2Q+ traffic problem on ports 1 to 8
Replies: 456
Views: 156983

Re: CRS354-48P-4S+2Q+ traffic problem on ports 1 to 8

I just commissioned this switch to semi production environment with ros v7.17.2 5 days ago I hope won't encounter this oddities
by loloski
Fri Feb 28, 2025 10:54 am
Forum: Announcements
Topic: New exciting features for storage
Replies: 176
Views: 27032

Re: New exciting features for storage

Well, this new ”cool toy” RDS2216 isn’t even playing the same sport as WAFL, let alone competing in 24x7x365 business-critical operations. I’d say MikroTik is in way over its head on this one and in a different galaxy than NetApp. 😉 They won't call this enterprise storage for no reason let them coo...
by loloski
Fri Feb 28, 2025 12:37 am
Forum: Announcements
Topic: New exciting features for storage
Replies: 176
Views: 27032

Re: New exciting features for storage

This is a new cool toy in the block, If you could beat the reliability WAFL filesystem and have snap mirror functionality which only transfer the delta update at the block level then I can easily convince the management to upgrade at least 10 ageing filer that we have which runs 24x7x365 downside (v...
by loloski
Tue Feb 25, 2025 7:00 am
Forum: Announcements
Topic: v7.18.2 [stable] is released!
Replies: 635
Views: 272184

Re: v7.18 [stable] is released!

hapac2.png
It's working on hapac2
by loloski
Sun Feb 23, 2025 2:09 am
Forum: Announcements
Topic: v7.18rc [testing] is released!
Replies: 145
Views: 35236

Re: v7.18rc [testing] is released!

I ask again for focus on: - Ensuring minimum resources, and also limiting them to a certain maximum, for control-plane processes. - Correcting and optimizing existing network protocols (VRF, L3VPN, 6PE/6vPE, BGP-LU, Flowspec). - Making Kernel bypass and hardware offload work in these protocols. - S...
by loloski
Fri Feb 21, 2025 4:21 am
Forum: General
Topic: ipv4 DNS issues post update [SOLVED]
Replies: 2
Views: 5938

Re: ipv4 DNS issues post update [SOLVED]

That's odd if you have default route to 0.0.0.0/0 it means any definitely your are not going to encounter no route to host error, please check your routing table
by loloski
Sat Feb 15, 2025 2:45 pm
Forum: Beginner Basics
Topic: proton WireGuard - handshake for peer did not complete... [SOLVED]
Replies: 50
Views: 13841

Re: proton WireGuard - handshake for peer did not complete... [SOLVED]

I always encounter this if my ISP is blocking wireguard, my workaround is to replace wireguard with SSTP
by loloski
Sun Feb 09, 2025 12:02 pm
Forum: Forwarding Protocols
Topic: OpenFlow feature?
Replies: 23
Views: 97898

Re: OpenFlow feature?

Is this 7.19 material? I hope it does but will watch this in the background as a hobbyist :)
by loloski
Tue Jan 21, 2025 5:58 pm
Forum: Announcements
Topic: v7.18beta [testing] is released!
Replies: 573
Views: 190457

Re: v7.18beta [testing] is released!

This will surely be an exciting release, lot's of changes across the board most notable changes mlag fixes, ipv6 fasttrack and /31 support
by loloski
Fri Jan 03, 2025 8:02 pm
Forum: General
Topic: Connection tracking max entries
Replies: 4
Views: 2832

Re: Connection tracking max entries

Normally you shouldn't hit this limit even for a loaded box like 1036 or 2116 except for some misconfiguration like your router is on the edge doing NAT and OSPF without area range summary / aggregate things like that is common as a beginner mistake this is one of the scenario i've seen in live envi...
by loloski
Sat Dec 28, 2024 12:18 pm
Forum: Forwarding Protocols
Topic: Put 500,000+ BGP routes in your MikroTik for testing with this VM
Replies: 17
Views: 11171

Re: Put 500,000+ BGP routes in your MikroTik for testing with this VM

There you go I publicly open this no need to ask for access, kudos to kevin for making this stuff :)
by loloski
Tue Dec 24, 2024 3:11 am
Forum: SwOS
Topic: MLAG in ring topology
Replies: 8
Views: 7393

Re: MLAG in ring topology

I hope i have the same optimism with you, best of luck for 7.18 if they have a significant code drop for L2 features I already stopped believing
by loloski
Mon Dec 23, 2024 11:48 am
Forum: Forwarding Protocols
Topic: OpenFlow feature?
Replies: 23
Views: 97898

Re: OpenFlow feature?

I personally want this in but I already loose hope if simple DAI "Dynamic Arp Inspection" L2 feature is not in the roadmap how much more on this, We don't really know what market segment they want to position themselves if they want to route/switch/IoT/NAS/storge the world who knows?
by loloski
Sun Dec 22, 2024 3:00 pm
Forum: SwOS
Topic: MLAG in ring topology
Replies: 8
Views: 7393

Re: MLAG in ring topology

yes somehow but the switching capacity is very limited VS with real stacking solution on Cisco / Juniper and another pita if my memory serves correctly is MSTP and Double Tag Stacking
by loloski
Sun Dec 22, 2024 1:18 pm
Forum: SwOS
Topic: MLAG in ring topology
Replies: 8
Views: 7393

Re: MLAG in ring topology

stacking on the other hand can go up to 8 switches with most vendors which support stacking.
Another missed opportunity with Mikrotik Stacking / Virtual Chassis in Juniper world is pretty much after sought feature
by loloski
Sun Dec 22, 2024 1:07 pm
Forum: SwOS
Topic: MLAG in ring topology
Replies: 8
Views: 7393

Re: MLAG in ring topology

We already moved on for any advance L2/switching features go somewhere else this MLAG implementation of MT is not fully baked, we learned the hard lesson plain and simple
by loloski
Tue Dec 03, 2024 4:46 am
Forum: Beginner Basics
Topic: Port forwarding FQDN
Replies: 3
Views: 3415

Re: Port forwarding FQDN

You need reverse proxy in TCP mode to do this, you can put haproxy or nginx as reverse proxy in a container inside the TIK or you can do it outside your router and make port forwarding
by loloski
Fri Nov 15, 2024 9:41 am
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 225855

Re: v7.17beta [testing] is released!

@normis I don't think that's practical on operation standpoint I also can feel their pain, can we revert or go back to 7.16 and moved on and don't touch that device-mode thing!, you guys are shooting yourself on the foot there are lot of people don't like where this is heading, just my 0.02$
by loloski
Fri Nov 01, 2024 2:44 pm
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 225855

Re: v7.17beta [testing] is released!

Yep you can disagree with me anytime but it's happening, we can no longer wait for mikrotik to mature its routing and switching portfolio our company is now restructuring the team willing to let go some MT engineer not willing to be re-assigned or adapt other platform, MT not wanting to spend develo...
by loloski
Fri Nov 01, 2024 5:11 am
Forum: Announcements
Topic: v7.17beta [testing] is released!
Replies: 773
Views: 225855

Re: v7.17beta [testing] is released!

The future with MT is bleak anything with Service Provider solution my company accept that facts now, we are now going back to Juniper as much as possible and put mikrotik on some areas as we see it fit or put them in the shelves for eternity who knows one of these days they are going to land some c...
by loloski
Sun Oct 27, 2024 11:05 am
Forum: General
Topic: How to route packets from private to public ip
Replies: 2
Views: 483

Re: How to route packets from private to public ip

what you want is hairpin nat, just google it https://www.youtube.com/watch?v=1I5FywY6opQ
by loloski
Mon Sep 30, 2024 10:52 pm
Forum: General
Topic: Vlan Demux Interface - auto decapsule vlans
Replies: 4
Views: 1287

Re: Vlan Demux Interface - auto decapsule vlans

Hi fischerdouglas,

Let see how it will pan out in the end I hope the solution will not be half baked
by loloski
Sat Aug 31, 2024 5:58 pm
Forum: Beginner Basics
Topic: Firewall Address List enhancement
Replies: 5
Views: 960

Re: Firewall Address List enhancement

That's one of the purpose of VLAN to segregate some subnet like your management VLAN where's the problem? don't put a router that will do inter-vlan routing for that subnet or better yet make a dedicated VRF for your management VLAN, I'm sorry if i failed to see your point
by loloski
Thu Aug 29, 2024 5:17 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2226
Views: 4819404

Re: 📣 WinBox 4 is here 📣

while we are on the subject of making winbox more mondern and useful how about also bringing back proper routing filters to streamline the process and still leave the current behavior/design for some power/advance users?, just my 0.2$
by loloski
Thu Aug 29, 2024 2:21 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2226
Views: 4819404

Re: 📣 WinBox 4 is here 📣

and also the set of icons is very fresh and professional I hope the skins is also align and haven't tried it yet :)
by loloski
Thu Aug 29, 2024 2:17 pm
Forum: Announcements
Topic: 📣 WinBox 4 is here 📣
Replies: 2226
Views: 4819404

Re: 📣 WinBox 4 is here 📣

return back my esc :) and the tab vs dropdown should be user configurable and the rest is history, the UI is gorgeous eeehhheeh finally i say something good with MT
by loloski
Mon Aug 19, 2024 2:40 pm
Forum: 3rd party tools
Topic: Introducing MikroWizard: An Open-Source Solution for MikroTik Router Management
Replies: 82
Views: 32640

Re: Introducing MikroWizard: An Open-Source Solution for MikroTik Router Management

The application and the device that has to be manage was separated by wireguard vpn, L3 connection from ubuntu console where this application was installed to the device needs to be manage is workiing properly like ping and ssh but on the GUI of this application using scanner the device won't show u...
by loloski
Mon Aug 19, 2024 7:24 am
Forum: Beginner Basics
Topic: Help configuring routes
Replies: 1
Views: 719

Re: Help configuring routes

This is the broadstroke of what you want to accomplish at least on the side of mikrotik /interface/vlan/add interface=ether2 vlan-id=2 name=TRUNK-VLAN-2 /ip/address/add address=192.168.2.2/30 interface=TRUNK-VLAN-2 Just open winbox and launch terminal then copy and paste this will be a lot faster th...
by loloski
Fri Aug 09, 2024 5:09 pm
Forum: RouterOS beta
Topic: Feature Request : IPv6 Fasttrack [SOLVED]
Replies: 216
Views: 87533

Re: Feature Request : IPv6 Fasttrack [SOLVED]

Since MT won't confirm or deny if they are working on it, I presume this won't see the light and day I for one also hoping this will become reality because we have a lot of CPE (hapac2) will surely benefit from this but I'm slowly starting to accept that this won't happen and started to lose hope :(
by loloski
Fri Aug 09, 2024 5:02 pm
Forum: Beginner Basics
Topic: Help with VLAN firewall rules and SMB transfer speed.
Replies: 11
Views: 2041

Re: Help with VLAN firewall rules and SMB transfer speed.

Configure VLAN in switch menu since this is not CRS3XX series to utilize switch chip
by loloski
Thu Aug 08, 2024 12:47 am
Forum: General
Topic: CRS504-4XQ | ROS 7.14.3 | 100% CPU always | 40+% networking [SOLVED]
Replies: 2
Views: 2944

Re: CRS504-4XQ | ROS 7.14.3 | 100% CPU always | 40+% networking [SOLVED]

You need a single vlan aware bridge to take advantage the switch chip and activate L3 hardware offload if you need intervlan routing, remember CRS is geared toward a switch with limited routing capability This is a great guide https://www.youtube.com/watch?v=c2sAA6jMjCY Mikrotik is very verbose comp...
by loloski
Wed Aug 07, 2024 11:43 pm
Forum: Beginner Basics
Topic: CRS310-1G-5S-4S+ Random reboot
Replies: 7
Views: 1647

Re: CRS310-1G-5S-4S+ Random reboot

After we recall this switch from production, we were able to identify what cause the reboot but we don't know how to reproduce this at will, the culprit is L3 hardware offload if we turn it off the switch is performing well In the lab this switch is for days now running without incident, we believed...
by loloski
Mon Aug 05, 2024 5:12 am
Forum: Beginner Basics
Topic: New to RouterOS - could use assist with Site-to-Site VPN
Replies: 5
Views: 1521

Re: New to RouterOS - could use assist with Site-to-Site VPN

Use this video from network berg very straightforward 
https://www.youtube.com/watch?v=uVag_e475zc
by loloski
Mon Aug 05, 2024 12:39 am
Forum: General
Topic: Inbound Proxy?
Replies: 5
Views: 1527

Re: Inbound Proxy?

There's no built-in support for reverse proxy, If your device has sufficient resource like RB4011 / RB5009 install container package and pull image like nginx or haproxy
by loloski
Sun Aug 04, 2024 10:35 am
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

VyOS CLI is pretty much the same with Juniper so I don't have problems with it, I just commissioned a box yesterday doing OSPF + NAT and it's working as expected with light load around 1G, what I'm really interested and want to see how does it perform with VyOS + VPP
by loloski
Wed Jul 31, 2024 6:59 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

Did you test VyoS 1.5 rolling + VPP addons how is it? anyway there's no excuse for me now to create a test environment since VPP addons is now available for testing
by loloski
Wed Jul 31, 2024 6:30 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

@ Tom I hope if you don't mind asking this question do you have current test setup at least with FRR + VPP how's the performance and any gotcha? I don't mind getting my hands dirty again to rollout pure linux solution as long as they are worth it. I'm also eyeing for VyOS but as far as i know they a...
by loloski
Wed Jul 31, 2024 5:59 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

Actually I don't think they can't do it, they just have a miss opportunity to hire good engineering talent because they require the developer to know their language as prerequisite I don't think it's a bad thing for them, but that will surely impact the hiring process. Honestly you are right they ar...
by loloski
Wed Jul 31, 2024 2:27 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

They can do it for sure they have R & D and programming team that can work hand in hand if they have incentive to do it as a business entity. This is just business decision after all if they gonna do it or not, just my 0.2$
by loloski
Wed Jul 31, 2024 11:55 am
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

They are going to be slave on fixing does you mentioned issues indefinitely if MT continue on their journey for what appears of not giving much attention to unit testing and somehow luck of leader / visionary for much of the codebase instead they just let the individual programmer to be the king of ...
by loloski
Tue Jul 30, 2024 9:37 pm
Forum: Virtualization
Topic: Router Os 7.15.3 on Qnap Nas
Replies: 14
Views: 5732

Re: Router Os 7.15.3 on Qnap Nas

priceless :) interesting perfect!!
by loloski
Tue Jul 30, 2024 7:47 pm
Forum: General
Topic: Vlan Demux Interface - auto decapsule vlans
Replies: 4
Views: 1287

Re: Vlan Demux Interface - auto decapsule vlans

I don't think that feature is available in ROS today, you can kinda sort of emulate that via ros api whenever you are provisioning another BRAS but is clunky at least for my personal taste
by loloski
Tue Jul 30, 2024 7:30 pm
Forum: MikroTik hardware questions
Topic: CubePro Perfomance
Replies: 6
Views: 6826

Re: CubePro Perfomance

How do you measure performance bandwidth test inside MT device or using iperf? how about distance and weather condition? i'm not pretending to be expert in wireless but that's the common theme usually ask by the expert here in wireless so that someone can point you in right direction
by loloski
Tue Jul 30, 2024 6:37 pm
Forum: Virtualization
Topic: Router Os 7.15.3 on Qnap Nas
Replies: 14
Views: 5732

Re: Router Os 7.15.3 on Qnap Nas

ROS is not possible to run on your QNAP device, if you truly want to experience ROS download CHR and buy a desired license for your use case and install it on your preferred virtualization platform like Proxmox,HyperV, and Vmware. Just wondering why you want to run ROS in your storage device though
by loloski
Tue Jul 30, 2024 3:51 am
Forum: Announcements
Topic: WinBox v3.41 released!
Replies: 41
Views: 41103

Re: WinBox v3.41 released!

I haven't notice anything unusual here...
by loloski
Mon Jul 29, 2024 7:59 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

@Tom, I do agree with you I hope whoever decides on the other side of the aisle also think the same way as you do, but evidently this is not the case here I think and firmly believed they have their own winning formula that they believed to make them thrived and Service Provider oriented product is ...
by loloski
Mon Jul 29, 2024 6:56 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

Isn't it counterintuitive for MT to push their hardware sales rather than CHR + VPP that's why it appears they are not interested to make this happen? I hope this is not the case I think most of the SP guys here including us is willing to pay for a reasonable price just to make this happen anyone ca...
by loloski
Mon Jul 29, 2024 3:07 pm
Forum: Beginner Basics
Topic: CRS310-1G-5S-4S+ Random reboot
Replies: 7
Views: 1647

Re: CRS310-1G-5S-4S+ Random reboot

Yes 200% because it's a regen site so network engineer was station there in any shape or form the roving guard stay outside the premises, I have no choice we have to replace the switch this weekend and continue triaging this issue in the sidelines, thanks for your time looking into I just hope there...
by loloski
Mon Jul 29, 2024 2:21 pm
Forum: Beginner Basics
Topic: CRS310-1G-5S-4S+ Random reboot
Replies: 7
Views: 1647

Re: CRS310-1G-5S-4S+ Random reboot

Potential problem with power supply ? Any chance to have that replaced by a spare (you should have a spare if it's critical equipment) ? Well that's next in my TODO list yes this is critical i'm going to send someone in the DC I just hate the ton of paperwork just to pull this out and replace :) Th...
by loloski
Mon Jul 29, 2024 2:11 pm
Forum: Beginner Basics
Topic: CRS310-1G-5S-4S+ Random reboot
Replies: 7
Views: 1647

Re: CRS310-1G-5S-4S+ Random reboot

The switch was indeed had been rebooted it was confirm with our NMS and the actual logs from the switch, the switch is running fine the traffic is around 4gb+ during the outage as per the zabbix graph and we have around 2 dozens of this switch in the field running 24x7 having almost the same traffic...
by loloski
Mon Jul 29, 2024 8:24 am
Forum: Beginner Basics
Topic: CRS310-1G-5S-4S+ Random reboot
Replies: 7
Views: 1647

CRS310-1G-5S-4S+ Random reboot

# 2024-07-29 13:12:15 by RouterOS 7.15.1 # software id = 1ZQI-INIS # # model = CRS310-1G-5S-4S+ # serial number = HDF0860Q6TP /interface bridge add add-dhcp-option82=yes admin-mac=18:FD:74:FE:43:7C auto-mac=no \ dhcp-snooping=yes frame-types=admit-only-vlan-tagged mvrp=yes name=\ DISTRIBUTION vlan-...
by loloski
Mon Jul 29, 2024 3:11 am
Forum: General
Topic: CCR1009 as customer router + CRS326 as NAT router
Replies: 3
Views: 691

Re: CCR1009 as customer router + CRS326 as NAT router

3Gbps traffic it usually sits about 75% CPU CCR1009-7G-1C-1S+ this is pretty much the max of this device and yes connection tracking will disable NAT/Masquerade CRS-326 is a switch with limited routing capability so it won't benefit you use CCR2116 instead the difference is night and day you can st...
by loloski
Sun Jul 28, 2024 5:09 pm
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

This is the setup I use at home: hex S / RB760iGS as CAPsMAN + UserManager 3 cAP ax as access points controlled by CAPsMAN This setup only uses wifi-qcom and dynamic vlans using usermanager are absolutely working as intended. One SSID is wpa3-eap only using peap with dynamic vlans and I have two ad...
by loloski
Sun Jul 28, 2024 2:57 pm
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

so what's with my avatar? it has nothing to do with you and it's there since day one, my opinion is mine alone I don't represent MT on any way shape or form and i'm not the only one using that kind of avatar
by loloski
Sun Jul 28, 2024 1:04 pm
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

as per the above post this is not encouraging my hopes already sunk, 802.1x + 802.1q is pretty much standard in the campus/enterprise, I'm not a native english speaker so please bare with me with the question 802.1x + 802.1q + radius (usermanager/freeradius) with wifi-qcom-ac/wifi-qcom latest and gr...
by loloski
Sun Jul 28, 2024 11:27 am
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

wifi-qcom-ac? No, no dynamic VLAN assignment
ouch another mishap and potential savings is already lost, we got the speed we need at the expense of loosing another non optional important feature sigh...

Thanks for your reply anyway greatly appreciate it!!!
by loloski
Sun Jul 28, 2024 10:56 am
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

Does capsman + wifi-qcom-ac/wifi-qcom works with radius + 802.1x and VLAN?, aruba is so expensive for our needs but it works for us over the years, the project is few months away and it so small (10 x WIFI6 AP) and worth to take a risk and I do have enough time to do experimentation. Please could so...
by loloski
Sat Jul 27, 2024 1:23 pm
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

This is really a sad affair only MT know what they are cooking behind the scene and release the code to the mass and hope it stick, you are the unlucky ones if the code they are messing up with broke your environment, honestly starting from 7.13 to 7.15.3 you have to have a separate semi production ...
by loloski
Sat Jul 27, 2024 6:12 am
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

However some years old x86 Xeon motherboards with VPP enabled Linux are sustaining 100-Gig network routing throughputs ( measured and verified ).
are you referring to FRR + VPP or something else care to elaborate more please?
by loloski
Fri Jul 26, 2024 11:58 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

- PfSense currently have a VPP software router ( TNSR on a Linux kernel ). I have heard that it is near 100-Gig wire-speed on good/modern x86 bare-metal hardware with newer PCIe # 100-Gig network interfaces. - Linux already has VPP options you can package install. - VyOS already has VPP options you...
by loloski
Fri Jul 26, 2024 11:12 pm
Forum: Virtualization
Topic: Feature Request - CHR - VPP & ISO version CHR ROS
Replies: 42
Views: 8744

Re: Feature Request - CHR - VPP & ISO version CHR ROS

@ OP / Tom We are in the same boat as you we are growing but in a much slowly pace as a side effect I think we can still wait at least a few more years to wait for VYoS or Bison Router to mature, any chance you can share other cost and effective solution you are looking into?, I hate to ask this sin...
by loloski
Wed Jul 24, 2024 4:58 am
Forum: Beginner Basics
Topic: Setting Up 10 PPPoE Connections with PCC Load Balancing on MikroTik, All Sharing the Same Gateway?
Replies: 3
Views: 1625

Re: Setting Up 10 PPPoE Connections with PCC Load Balancing on MikroTik, All Sharing the Same Gateway?

I have a lot of deployment with more than 10 (1G individual connection) on a single CCR2116 with policy based routing but not with PCC since I don't have a use case for it and I hate that i can't predict where the customer traffic is being routed / natted from. In my opinion this PCC won't scale in ...
by loloski
Tue Jul 23, 2024 11:03 pm
Forum: Beginner Basics
Topic: Setting Up 10 PPPoE Connections with PCC Load Balancing on MikroTik, All Sharing the Same Gateway?
Replies: 3
Views: 1625

Re: Setting Up 10 PPPoE Connections with PCC Load Balancing on MikroTik, All Sharing the Same Gateway?

what you are asking for this little device is unreasonable, even if you made it to work this will surely crawl and grinding to halt
by loloski
Mon Jul 22, 2024 4:59 pm
Forum: General
Topic: Load-balancing NAT with multiple WAN interfaces WITHOUT BONDING and WITH L3HW/NAT-PMP?
Replies: 1
Views: 633

Re: Load-balancing NAT with multiple WAN interfaces WITHOUT BONDING and WITH L3HW/NAT-PMP?

First and foremost CRS309-1G-8S+ is a switch with limited routing capability you will be disappointed that it won't hit your 1G mark, just my 0.2$
by loloski
Mon Jul 22, 2024 4:43 pm
Forum: General
Topic: Stacking/unstacking Q-in-Q using VLAN filtering / hardware chip
Replies: 6
Views: 963

Re: Stacking/unstacking Q-in-Q using VLAN filtering / hardware chip

Well we are lucky because we are the ISP :) , if you are a customer just get metro-e services from your upstream and be done with it :) they will be happy to oblige whatever you need
by loloski
Mon Jul 22, 2024 4:17 pm
Forum: General
Topic: Stacking/unstacking Q-in-Q using VLAN filtering / hardware chip
Replies: 6
Views: 963

Re: Stacking/unstacking Q-in-Q using VLAN filtering / hardware chip

our simple use case is just like this and we haven't gotten really far due to the said limitation apart from simple tag stacking we also need double tag stacking since we are offering last mile service https://help.mikrotik.com/docs/display/ROS/Bridging+and+Switching#BridgingandSwitching-VLANTunneli...
by loloski
Mon Jul 22, 2024 6:37 am
Forum: Virtualization
Topic: Slow upload speed when fast track is on
Replies: 2
Views: 4392

Re: Slow upload speed when fast track is on

I don't know if this makes difference but can you replace your fasttrack rules with this
/ip/firewall/filter add chain=forward action=fasttrack-connection connection-state=established,related
/ip/firewall/filter add chain=forward action=accept connection-state=established,related
by loloski
Mon Jul 22, 2024 6:25 am
Forum: General
Topic: Stacking/unstacking Q-in-Q using VLAN filtering / hardware chip
Replies: 6
Views: 963

Re: Stacking/unstacking Q-in-Q using VLAN filtering / hardware chip

This is possible we have done this in the past but the performance isn't great specially if your intentions is to link your DC, all processing is done in CPU we used CRS317 before and we gave up so we are force to used Juniper instead just my 0.2$, this is another wish list from us that we don't kno...
by loloski
Sun Jul 21, 2024 7:55 pm
Forum: Forwarding Protocols
Topic: BGP Testing
Replies: 1
Views: 3996

Re: BGP Testing

Be sure you have ROA records so that you can be certain you were able to announce your prefix successfully, check for HE looking glass so that you can traceroute your PI address from various location and also if you are multi home make it sure that no one will use your link to become transit from ot...
by loloski
Tue Jul 16, 2024 10:23 am
Forum: General
Topic: Freeradius authentication issue [SOLVED]
Replies: 7
Views: 7760

Re: Freeradius authentication issue [SOLVED]

if I entered a wrong password, instead of giving me an error of wrong password, it gives out Radius server not responding. It would have been nice if it gives the correct error message of invalid username and password. Is this normal or am I missing something? That's by design at least in ROS v6, I...
by loloski
Sat Jul 13, 2024 10:30 am
Forum: General
Topic: Feature Request: Port-Security & Dynamic Arp Inspection
Replies: 9
Views: 2272

Re: Feature Request: Port-Security & Dynamic Arp Inspection

In as much as we want it too it's dead on the water already, DAI was closely tied up in DHCP snooping database and the customer will surely not going to do any manual task on this even though it's possible in Cisco and also as an Integrator you want a proper solution in the long run I'm just barely ...
by loloski
Sat Jul 13, 2024 9:44 am
Forum: General
Topic: Problem with StevenBlack list in DNS Adlist [SOLVED]
Replies: 30
Views: 35721

Re: Problem with StevenBlack list in DNS Adlist [SOLVED]

I think the problem is you are using this on lower end device that's why the list won't populated try this on RB5009 it should work
by loloski
Fri Jul 12, 2024 3:48 pm
Forum: General
Topic: Feature Request: Port-Security & Dynamic Arp Inspection
Replies: 9
Views: 2272

Re: Feature Request: Port-Security & Dynamic Arp Inspection

Yeah, we lost the sales already and I can even look in the eyes of the customer, their CTO are willing to wait if only Mikrotik can/will commit a timeline but that's all a dream now they don't even reply to my support ticket with regards to this issue, sad it's hard to push them in the right directi...
by loloski
Wed Jul 03, 2024 2:20 pm
Forum: Beginner Basics
Topic: ISP provided static IP, how to setup?
Replies: 4
Views: 1116

Re: ISP provided static IP, how to setup?

No problem
by loloski
Wed Jul 03, 2024 1:42 pm
Forum: Beginner Basics
Topic: ISP provided static IP, how to setup?
Replies: 4
Views: 1116

Re: ISP provided static IP, how to setup?

Assumption ether1 is the port towards your ISP modem/media converter and vlan 735 is your assignment and the service handover to you is via a tagged/port, if you are having a hard time I suggest ask them to handover to you the service via access port so you just simply assign the IP to your interfac...
by loloski
Tue Jul 02, 2024 8:07 pm
Forum: General
Topic: Feature Request: Port-Security & Dynamic Arp Inspection
Replies: 9
Views: 2272

Re: Feature Request: Port-Security & Dynamic Arp Inspection

Indeed, this feature is not optional and MT should implement this feature soon most major brand support these
by loloski
Tue Jul 02, 2024 7:55 pm
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

This is really scary whenever someone from the dev enhancing the DNS code base one way or another they always broke the dns resolver, can you just adapt other code base like tinydns/dnscache from djb or any reputable alternatives so that you can concentrate on more pressing issues and do what you do...
by loloski
Tue Jul 02, 2024 8:32 am
Forum: General
Topic: Feature Request: Port-Security & Dynamic Arp Inspection
Replies: 9
Views: 2272

Feature Request: Port-Security & Dynamic Arp Inspection

@MT Last week we are in the middle of presentation for a potential big customers and we stumble a requirement that caught us off guard, the potential customer want to migrate their ageing cisco catalyst gear to Mikrotik they are almost sold to the extent the purchase order is about to sign but the ...
by loloski
Tue Jul 02, 2024 5:25 am
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

@Apachez are you the same Apachez on VYOS forum, if you are I'm glad you are here too
by loloski
Mon Jul 01, 2024 12:22 pm
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

 
 *) dns - added support for mDNS proxy (CLI only);
 *) ipv6 - fixed "no-dad" functionality; 
 
finally we can test anycast now and mDNS proxy this is awesome any docs?
by loloski
Mon Jun 17, 2024 5:30 pm
Forum: General
Topic: QoS Hardware Offloading (QoS-HW)
Replies: 83
Views: 26813

Re: QoS Hardware Offloading (QoS-HW)

[adam@gw01] /interface/bridge> /interface/bridge print Flags: X - disabled, R - running 0 R name="bridge1" mtu=auto actual-mtu=1500 l2mtu=1584 arp=enabled arp-timeout=auto mac-address=D4:01:C3:0E:BC:7E protocol-mode=none fast-forward=yes igmp-snooping=no auto-mac=yes ageing-time=5m vlan-f...
by loloski
Mon Jun 17, 2024 11:59 am
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

On this beta the switch menu is present in CHR please hide it just like with the previous CHR version
by loloski
Fri Jun 14, 2024 12:25 pm
Forum: General
Topic: Long Term release or new functions?
Replies: 28
Views: 6802

Re: Long Term release or new functions?

We need both stability and new feature focus specially on service provider just my humbly opinion
by loloski
Thu Jun 13, 2024 11:08 am
Forum: Announcements
Topic: v7.16beta [testing] is released!
Replies: 288
Views: 139805

Re: v7.16beta [testing] is released!

*) bgp - fixed cluster-list and originator-id;
Cisco peer will now be happy
by loloski
Tue Jun 11, 2024 6:11 pm
Forum: General
Topic: QA of software releases
Replies: 26
Views: 3854

Re: QA of software releases

Am i kidding hell no! we are not a hobby shop and we need real stability on ROS I know money is hard to come by these days that's why we are lock into their ecosystem if we can motivate them by giving some premium or extra why not? a lot of small and medium size business depends on ROS whether we li...
by loloski
Tue Jun 11, 2024 4:47 pm
Forum: General
Topic: QA of software releases
Replies: 26
Views: 3854

Re: QA of software releases

@normis Don't you think it's about time to charge extra premium to ROS I know a lot of people is willing to shell out money us included and the money you gather on this can fund ROS even further to improve not only the software stack but to improved the product overall?, I hate to admit that sometim...
by loloski
Thu Jun 06, 2024 7:07 pm
Forum: Beginner Basics
Topic: /29 for customer
Replies: 1
Views: 658

Re: /29 for customer

it's a network route the /29 that you hand over to them via PPPoE should be assign on their CPE as LAN IP and the /29 that you assign to your customer should be advertise going to your edge with your IGP of choice to make a proper routing /29 Public IP (X.X.Y.Y) WWW -> EDGE -> BRAS -> CPE 100.64.X.X...
by loloski
Mon Jun 03, 2024 10:28 am
Forum: General
Topic: Feature Request: IP source guard / arp inspection
Replies: 9
Views: 6175

Re: Feature Request: IP source guard / arp inspection

+1 on this, I hope they won't forgot this important feature
by loloski
Fri May 31, 2024 7:36 am
Forum: Announcements
Topic: v7.15.3 [stable] is released!
Replies: 649
Views: 304969

Re: v7.15 [stable] is released!

if you have OSPF and assign some local address like 10.255.255.1/32 on loopback (lo) interface this is connected route is this allowed or not? or just the hardcoded (127.0.0.1) is not allowed?
by loloski
Sun May 26, 2024 3:49 am
Forum: General
Topic: NAT Pool with afinity
Replies: 3
Views: 576

Re: NAT Pool with afinity

use netmap instead of src-nat it will work
by loloski
Sat May 25, 2024 10:35 am
Forum: Forwarding Protocols
Topic: Graceful restart
Replies: 13
Views: 14787

Re: Graceful restart

GR is not supported atm no one knows where this could be implemented
by loloski
Thu May 23, 2024 1:22 pm
Forum: RouterOS beta
Topic: 802.1AE MACsec Progress or Examples ?
Replies: 48
Views: 30717

Re: 802.1AE MACsec Progress or Examples ?

I believed if you are passing traffic less than 1G i think you are safe, I think someone test this on CCR2004 if my memory serves correctly they were able to get 1G speed, you can certainly try this on your environment before going live
by loloski
Tue May 21, 2024 4:20 pm
Forum: RouterOS beta
Topic: 802.1AE MACsec Progress or Examples ?
Replies: 48
Views: 30717

Re: 802.1AE MACsec Progress or Examples ?

even if it remotely possible don't do it because macsec and vxlan encapsulation/decapsulation is process by CPU for now, some of the marvel hardware is capable but the codebase of mikrotik does not support it that's what I'm reading here in the forum all the time look at what post https://forum.mikr...
by loloski
Tue May 21, 2024 8:44 am
Forum: Announcements
Topic: WinBox v3.40 released!
Replies: 165
Views: 190056

Re: WinBox v3.40 released!

Nope, can't reproduce your issue, did you try to remove your cache and try again?
by loloski
Tue May 21, 2024 5:48 am
Forum: RouterOS beta
Topic: Feature Request : IPv6 Fasttrack [SOLVED]
Replies: 216
Views: 87533

Re: Feature Request : IPv6 Fasttrack [SOLVED]

I'm just genuinely curious can someone from MT camp/support can tell us why they are having a hard time to implement this very important feature for SOHO markets, if they can do it in IPV4 why not in IPV6 been using other gears for the last 5 to 6 years and never seen this is an issue, Is this purel...
by loloski
Sun May 19, 2024 8:20 am
Forum: Beginner Basics
Topic: Is it public IP OR not
Replies: 2
Views: 754

Re: Is it public IP OR not

you have private IP and it's being natted in the ISP router
by loloski
Sat May 18, 2024 8:22 am
Forum: General
Topic: Mikrotik.com error 503
Replies: 1
Views: 500

Mikrotik.com error 503

Please check your main site
by loloski
Fri May 17, 2024 3:39 pm
Forum: Announcements
Topic: v7.14.3 [stable] is released!
Replies: 670
Views: 275292

Re: v7.14.3 [stable] is released!

Indeed I agree with pe1chl, I once hit this limit 1000 customers with individual /32 learned route from OSPF because of a misconfigured BNG router i believed the router can handle more load if only this connection tracking is settable, not some magic dynamic hard limit based on free memory from the ...
by loloski
Sun May 12, 2024 3:10 am
Forum: General
Topic: Struggling to get src-nat masquerade to work on hAP AC Lite [SOLVED]
Replies: 12
Views: 7521

Re: src-nat - reply IP packets are forwarded to WAN instead of WAN [SOLVED]

that's how NAT works, it's a return packet from 8.8.8.8 going to LAN host that's why it's outgoing interface is ether1 which is your WAN interface isn't it?
by loloski
Fri May 10, 2024 2:14 pm
Forum: Forwarding Protocols
Topic: default route check with BFD
Replies: 10
Views: 6178

Re: v7.15rc [testing] is released!

@Infabo This is not a routing filter issue because the syntax is working fine, the issue that I want to raise is clear, if you apply that rule in in-filter-chain in OSPF instance, the adjacency between neighbor will teardown what MT should do is don't allow the user to set "gw-check bfd" s...
by loloski
Fri May 10, 2024 10:42 am
Forum: Forwarding Protocols
Topic: default route check with BFD
Replies: 10
Views: 6178

Re: v7.15rc [testing] is released!

Thanks for the heads up, but it doesn't warrant why the adjacency between ospf neighbor will teardown for me it's a bug. I think the bug here is set gw-check bfd; when you just accept everything Adjacency formed and stable I file a support ticket for this https://help.mikrotik.com/servicedesk/servic...
by loloski
Fri May 10, 2024 6:02 am
Forum: Forwarding Protocols
Topic: default route check with BFD
Replies: 10
Views: 6178

Re: v7.15rc [testing] is released!

I hope they don’t in this RC OSPF adjacency is tearing down if bfd is enabled and you have in-filter-chain in your ospf instance with this rule chain=ospf-in rule=“if(protocol ospf && dst==0.0.0.0/0) { set gw-check bfd; } accept;” I try latest 7.14 stable same thing in my understanding BFD f...
by loloski
Thu May 02, 2024 4:29 pm
Forum: Forwarding Protocols
Topic: received advertisements from devices to be forwarded to a web based BMS
Replies: 2
Views: 3787

Re: received advertisements from devices to be forwarded to a web based BMS

make a REST services/api that will post process the data after receiving from your MT devices, problem solved
by loloski
Thu May 02, 2024 3:29 pm
Forum: Announcements
Topic: v7.15rc [testing] is released!
Replies: 340
Views: 139896

Re: v7.15rc [testing] is released!

Is that PPP accounting radius issue is not covered with unit testing so that you can catch that early and minimize releasing software that has birth defects? hahaha just kidding, I'm just curious
by loloski
Thu May 02, 2024 2:53 pm
Forum: Beginner Basics
Topic: Unable to block YOUTUBE,FAEBOOK,...
Replies: 4
Views: 831

Re: Unable to block YOUTUBE,FAEBOOK,...

If this is in a corporate settings, talk to HR and help them craft a policy that watching youtube or doing anything outside the scope of work is subject for expulsion, we've done this and it works 100% of time sometimes technology is not answer for a modern tech world, just my 0.2$
by loloski
Sat Apr 27, 2024 11:29 am
Forum: Forwarding Protocols
Topic: eBGP v6.x to v7.x migration [SOLVED]
Replies: 5
Views: 10646

Re: eBGP v6.x to v7.x migration [SOLVED]

Just read the manual mate, make a lab and learn it it's hard to config something without a real context
by loloski
Sat Apr 27, 2024 11:26 am
Forum: Forwarding Protocols
Topic: Question with BGP
Replies: 4
Views: 4461

Re: Question with BGP

This is just pure routing then let your L7 load balancer handle the routing to your apps problem solved you don't have to worry the IP or NAT issues if that what's worries you, just my 0.2$
by loloski
Fri Apr 26, 2024 12:41 pm
Forum: Forwarding Protocols
Topic: eBGP v6.x to v7.x migration [SOLVED]
Replies: 5
Views: 10646

Re: eBGP v6.x to v7.x migration [SOLVED]

/routing/filter/rule/add chain=BGP-IN rule="if(dst==0.0.0.0/0) { accept; } else { reject; }"
by loloski
Fri Apr 26, 2024 8:54 am
Forum: Announcements
Topic: v7.15rc [testing] is released!
Replies: 340
Views: 139896

Re: v7.15rc [testing] is released!

@mkx

Thanks i don't know what i'm thinking i download the wrong extra package :)
by loloski
Fri Apr 26, 2024 7:18 am
Forum: Forwarding Protocols
Topic: Question with BGP
Replies: 4
Views: 4461

Re: Question with BGP

In prolexic we got a 2 byte AS number and established a bgp peer with them if there's an attack they are going to notify you and ask for confirmation since this is a manage service they are going to annouce your prefix to them and they are going to mitigate DDoS in their scrubbing center and pass yo...
by loloski
Fri Apr 26, 2024 2:41 am
Forum: Announcements
Topic: v7.15rc [testing] is released!
Replies: 340
Views: 139896

Re: v7.15rc [testing] is released!

Where did wifi-qcom-ac package go? can't seems to find in extra package and why?
by loloski
Thu Apr 25, 2024 3:20 pm
Forum: Forwarding Protocols
Topic: eBGP v6.x to v7.x migration [SOLVED]
Replies: 5
Views: 10646

Re: eBGP v6.x to v7.x migration [SOLVED]

#### Put your prefix here that you want to announce /ip/firewall/address-list/add list=MYSUBNET address=122.23.0.0/24 ### this is just a sample #### i assume that you have point to point connection to your peer so this is not a multihop host and address families is IP #### assumption your peer addr...
by loloski
Wed Apr 24, 2024 4:54 am
Forum: Forwarding Protocols
Topic: BGP confederation
Replies: 4
Views: 6887

Re: BGP confederation

Did it work in previous version rosv6?, I'm also interested into this at least in a lab setting because our network is not as big as yours, we don't need it today :)
by loloski
Wed Apr 24, 2024 1:42 am
Forum: Forwarding Protocols
Topic: As Override vs Allow-As-In Behavior
Replies: 1
Views: 4103

Re: As Override vs Allow-As-In Behavior

routing/bgp/session/refresh 0 address-family=ip
found it at least it doesn't tear down the whole connection
by loloski
Tue Apr 23, 2024 10:40 pm
Forum: Announcements
Topic: v7.15rc [testing] is released!
Replies: 340
Views: 139896

Re: v7.15rc [testing] is released!

[user@DCCJ-POP1-R1-EDGESW] > /interface/bridge/port export # 2024-04-24 03:36:24 by RouterOS 7.14.1 # software id = 12DQ-9QUD # # model = CRS326-24G-2S+ # serial number = HCQXXXXX /interface bridge port add bridge=DISTRIBUTION frame-types=admit-only-untagged-and-priority-tagged \ interface=ether1 p...
by loloski
Tue Apr 23, 2024 3:03 pm
Forum: Wireless Networking
Topic: Radius-Disconnect will not Disconnect the client
Replies: 2
Views: 1287

Re: Radius-Disconnect will not Disconnect the client

Change of Authority is half bake in RouterOS afaict, I'm happy to be corrected by anyone, I haven't seen anyone claim that it's working without a quirk
by loloski
Tue Apr 23, 2024 2:55 pm
Forum: Scripting
Topic: Telegram inline keyboard
Replies: 3
Views: 3640

Re: Telegram inline keyboard

What that program does you can communicate to your Mikrotik device from telegram in the form of chat / bot and you can execute any script stored in your MT just want to set the expectation
by loloski
Tue Apr 23, 2024 9:19 am
Forum: Announcements
Topic: v7.15rc [testing] is released!
Replies: 340
Views: 139896

Re: v7.15rc [testing] is released!

You can always go back to v7.14.X DHCP snooping is working as expected on this version
by loloski
Tue Apr 23, 2024 8:59 am
Forum: Scripting
Topic: Telegram inline keyboard
Replies: 3
Views: 3640

Re: Telegram inline keyboard

I think this is the closes you can get and for me at least it works great!
https://github.com/eworm-de/routeros-scripts/blob/main/doc/telegram-chat.md
by loloski
Tue Apr 23, 2024 7:16 am
Forum: Forwarding Protocols
Topic: As Override vs Allow-As-In Behavior
Replies: 1
Views: 4103

As Override vs Allow-As-In Behavior

Hi All, Good day, Just want to ask if I use As Override on both PE1 or PE2 the effect is instantaneous both loopback address was learned and installed on each CE's rib, while Allow-As-In if you set in to 1 on CE side the effect is not immediate you have to disable and tear down the peer connection b...
by loloski
Tue Apr 23, 2024 4:11 am
Forum: Forwarding Protocols
Topic: BGP Feature Status
Replies: 0
Views: 4113

BGP Feature Status

Hi MT,

May we ask if any of this feature will be on the pipeline?, care to share if you do have some crazy workaround?
2.png
by loloski
Mon Apr 22, 2024 8:25 am
Forum: Announcements
Topic: v7.15rc [testing] is released!
Replies: 340
Views: 139896

Re: v7.15rc [testing] is released!

@strods

like i said this is on GNS3 but on real device i haven't seen this issue, will send the file momentarily

edit: done SUP-150754
by loloski
Fri Apr 19, 2024 3:31 pm
Forum: Announcements
Topic: v7.14.3 [stable] is released!
Replies: 670
Views: 275292

Re: v7.14.3 [stable] is released!

Thanks for heads up
by loloski
Fri Apr 19, 2024 2:07 pm
Forum: Announcements
Topic: v7.14.3 [stable] is released!
Replies: 670
Views: 275292

Re: v7.14.3 [stable] is released!

*) queue - improved system stability (introduced in v7.6);

Can someone elaborate on this please?, thanks
by loloski
Fri Apr 19, 2024 1:02 pm
Forum: Announcements
Topic: v7.15rc [testing] is released!
Replies: 340
Views: 139896

Re: v7.15rc [testing] is released!

using this RC in GNS3 you can't login via winbox it just simply saying logging even ssh connection it's not working :(, never seen this before
2.png
edit: webfig works
1.png
by loloski
Thu Apr 18, 2024 7:25 pm
Forum: Forwarding Protocols
Topic: BGP no-export attribute
Replies: 10
Views: 10630

Re: BGP no-export attribute

no-export will be passed to the peer in new routing version. But for v6, most likely it will stay as it is.
May we ask for the progress on this?
by loloski
Wed Apr 17, 2024 5:28 pm
Forum: Beginner Basics
Topic: Upgrade not booting
Replies: 7
Views: 833

Re: Upgrade not booting

i'm afraid you have to netinstall and be it on site
by loloski
Tue Apr 16, 2024 6:08 pm
Forum: Announcements
Topic: v7.15beta [testing] is released!
Replies: 492
Views: 166673

Re: v7.15beta [testing] is released!

Yeah it's working fine with cisco in GNS3
2.png
1.png
by loloski
Mon Apr 15, 2024 11:29 am
Forum: General
Topic: Unstable CRS326-4C+20G+2Q [SOLVED]
Replies: 16
Views: 3232

Re: Unstable CRS326-4C+20G+2Q [SOLVED]

add bridge=main tagged=qsfpplus1-1,combo4 untagged=\ ether1,ether2,ether3,ether4,ether5,ether7,ether14,ether15,ether16,ether17 \ vlan-ids=1 for some vlans your ether1 is a tagged port but for vlan-ids=1 it's an access port for can you disabled this first and try again? not unless this is hybrid por...
by loloski
Mon Apr 15, 2024 10:12 am
Forum: General
Topic: Unstable CRS326-4C+20G+2Q [SOLVED]
Replies: 16
Views: 3232

Re: Unstable CRS326-4C+20G+2Q [SOLVED]

I don't think if this will help you or not, but can you make a single vlan aware bridge and remove a bridge dedicated for the management?
by loloski
Sat Apr 13, 2024 6:54 pm
Forum: Virtualization
Topic: QEMU vm speed problem
Replies: 2
Views: 5009

Re: QEMU vm speed problem

that is expected PNET/GNS3 is just for lab/simulation only what do you expect? and even it can route properly, CHR is limited to 1MB only if you don't have a valid license, you can obtain a demo P1 license and try again if you are that persistent :)
by loloski
Sat Apr 13, 2024 5:25 pm
Forum: Beginner Basics
Topic: netinstall for ax2
Replies: 7
Views: 1522

Re: netinstall for ax2

I have higher chance of doing netinstall in linux VS windows 10/11 but if your hands are tied make it sure that you disable all lan adapters in windows except for the wired LAN and disable windows firewall to make it sure, ether1 is the port you are going to use for netinstall, In my experience you ...
by loloski
Fri Apr 12, 2024 9:41 pm
Forum: Wireless Networking
Topic: CAPsMANv2 configuration for secondary SSIDs on different VLANs
Replies: 40
Views: 17259

Re: CAPsMANv2 configuration for secondary SSIDs on different VLANs

I really love MT for what is worth and the value it bring to a lot of company startup whether it's big and small, but this wireless radio/driver issues and capsman drama makes a lot of users look elsewhere, luckily for us we don't have use case for wireless other than out of band management connecti...
by loloski
Fri Apr 12, 2024 3:09 pm
Forum: Beginner Basics
Topic: Routing Query
Replies: 4
Views: 1131

Re: Routing Query

if this is the subnet behind cisco (10.0.0.0/24) via ether1 you are trying to reach? i would suggest make a point to point connection /30 between mikrotik and cisco like e.g 10.100.10.1/30 on ether1 and 10.100.10.2/30 on cisco and route the LAN subnet 10.0.0.0/24 to 10.100.10.2 ip route add dst-addr...
by loloski
Wed Apr 10, 2024 10:14 pm
Forum: Beginner Basics
Topic: Using NAT on Mikrotik
Replies: 5
Views: 1122

Re: Using NAT on Mikrotik

Please don't double post, I believed the issue here is the same with your other post which i reply as well It is common issue with new user is that they don't RTFM i believed it was mentioned in the docs that you should enumerate your WAN and LAN interface in the interface list , so that you are not...
by loloski
Wed Apr 10, 2024 9:46 pm
Forum: Beginner Basics
Topic: Can't ping with firewall (nat)
Replies: 9
Views: 1504

Re: Can't ping with firewall (nat)

you don't need NAT for them to reach each other make sure both raspberry pi and the pc has their appropriate default gateway and you are set, In the Router see to it the firewall rules (filter) in FORWARD chain should allows this two subnet 10.10.1.0/24 and 10.10.5.0/24 to traverse, if you do have a...
by loloski
Wed Apr 10, 2024 9:28 pm
Forum: Scripting
Topic: Script add user from LOG
Replies: 3
Views: 3028

Re: Script add user from LOG

to be honest it would be better if you ship the logs to a remote syslog server and parse it from there like a small VM perhaps, you have full blown scripting language at your disposal when it's outside MT device, even it's possible you have to store it somehow the previously stored e-mail for post p...
by loloski
Wed Apr 10, 2024 8:55 pm
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

I redo this using eBGP approach between PE BGP is up OSPF is up VPLS is up and still can't ping :), i'll attach all configs except for CE1 and CE2 because they are just static IP
1.png
by loloski
Wed Apr 10, 2024 7:03 pm
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

Hard to say without full config dumps, but yes, the P router should just do two things: ospf underlay to learn/export loopbacks of each PE loopback and LDP/MPLS enabled on both interfaces facing each PE. Then eBGP signalling from PE to PE with AS900 and AS901 should work. I just tested this again i...
by loloski
Wed Apr 10, 2024 6:44 pm
Forum: Forwarding Protocols
Topic: Passive Interfaces MPLS - VPLS RouterOS v7
Replies: 6
Views: 5334

Re: Passive Interfaces MPLS - VPLS RouterOS v7

This works for me, it worked but not really great because you still have ros v6 at play
1.png
by loloski
Wed Apr 10, 2024 6:33 pm
Forum: Forwarding Protocols
Topic: Passive Interfaces MPLS - VPLS RouterOS v7
Replies: 6
Views: 5334

Re: Passive Interfaces MPLS - VPLS RouterOS v7

I have a similar post to you, as per some folks here they said v7 has still some bug in VPLS even though everything seems right the VPLS tunnel is up IGP is up and BGP sessildons is all up it still won't work... If you really want to make VPLS work make the P router as Route Reflector with v6.49.X i...
by loloski
Wed Apr 10, 2024 4:27 pm
Forum: Beginner Basics
Topic: Help in traffic redirection
Replies: 3
Views: 703

Re: Help in traffic redirection

If you are behind a CGNAT you are mostly out of luck, there are few ways to overcome this with various degree of hassle / difficulty on your part option A first get a business line and ask your ISP to provide you /30 or /29 V4 address or even better get IPV6 address allocation option B pop a VM to a...
by loloski
Wed Apr 10, 2024 2:33 pm
Forum: General
Topic: Recommend me a VPN
Replies: 4
Views: 2480

Re: Recommend me a VPN

This is mikrotik forum, you can instantly google it if you need to
by loloski
Tue Apr 09, 2024 2:57 pm
Forum: Forwarding Protocols
Topic: DT - Wp Flags MPLS RouterOS v7.14.2 [SOLVED]
Replies: 2
Views: 15580

Re: DT - Wp Flags MPLS RouterOS v7.14.2 [SOLVED]

it's either use static routing or use IGP like OSPF so that each router will learn each router's loopback address and also you don't need a separate bridge to emulate loopback interface lo is now exposed by default on 7.14.2
by loloski
Sun Apr 07, 2024 2:18 am
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

Yeah you are both right it's unrelated i follow what clambert suggest i change the "P" address to something else the passive flag is gone and still not working :), thanks mrz for the confirmation
by loloski
Sat Apr 06, 2024 6:22 pm
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

Thanks a lot for the post at least i have a workaround for now running the "P" router in ros v6. I can now finally rest literally :) and replicate this combo in production, I hope this VPLS issue will get the right attention it deserved and finally put to end
by loloski
Sat Apr 06, 2024 4:03 pm
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

I recently learnt there are folks who opt for eBGP based networks and played with it, in my lab, I ran BGP signalled VPLS with eBGP and no route reflectors, loopback IPs for BGP peer with OSPF underlay. And it works fine, no problems. I redo the lab and try your approach it doesn't work because the...
by loloski
Sat Apr 06, 2024 1:48 pm
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

@Darknate

Thanks will try that approach, I think mikrotik knows this that's why they don't want to create an LTS release yet because v7 still not feature parity with V6
by loloski
Sat Apr 06, 2024 1:09 pm
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

I think this is an LDP issue after all because with v6.49.14 all LDP interface in P1 is in DO (Dynamic,Operational) state while in v7.15b9 it's in DOp (Dynamic,Operational,Passive) I already file a bug report SUP-149275 I think i'm one on a few if not many encounter this issue, this is really a sad ...
by loloski
Sat Apr 06, 2024 8:47 am
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

I redo the whole thing and change P1 to v6.49.14 and it work, my conclusion is v7 BGP RR + v7 BGP signal VPLS is not working, but v7 route reflector alone is working as advertise.

@ MT could someone from your end confirm this behavior?

1.png
2.png
by loloski
Sat Apr 06, 2024 3:47 am
Forum: Beginner Basics
Topic: Can someone share a full working /29 config
Replies: 6
Views: 981

Re: Can someone share a full working /29 config

your diagram/networks It's fine as it is but really depends on what you are doing and trying to achieve, but i will do it differently because public ip is very scarce i will conserve it if i have to as much as possible, if some servers or workstation can be behind a NAT i'll do it.
1.png
by loloski
Fri Apr 05, 2024 5:14 pm
Forum: Forwarding Protocols
Topic: BGP VPLS with route reflector [SOLVED]
Replies: 14
Views: 19541

Re: BGP VPLS with route reflector [SOLVED]

This is really red herring I’m just going in circles, could someone please confirm if BGP signal VPLS with rosv7 route reflector still not supported till this day? Just a hint will do thanks
by loloski
Fri Apr 05, 2024 2:37 am
Forum: Beginner Basics
Topic: Virtualized VLANs (for Proxmox) [SOLVED]
Replies: 12
Views: 8671

Re: Virtualized VLANs (for Proxmox) [SOLVED]

There are many ways how to make a VLAN in mikrotik, even if it works it doesn't mean it's correct because if you are doing that on non CRS 3xx series it will consume CPU, so be careful