Community discussions

MikroTik App

Search found 162 matches

by ploquets
Sat Sep 24, 2022 10:32 pm
Forum: General
Topic: [ROS/Firewall] How to MANGLE by raw HEX bytes ? [SOLVED]
Replies: 10
Views: 2352

Re: [ROS/Firewall] How to MANGLE by raw HEX bytes ?

If I remember right, the regexp matching in layer 7 rules ignores zero bytes. So \ff may match, but you have to combine it with other substrings to limit false positives. When I try to use "content" into the rule, not creating a "layer7 specific rule" , I can't add "\FF&quo...
by ploquets
Sat Sep 24, 2022 10:24 pm
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

@rextended
Can you please help me how to match DNS answers which has QTYPE (query type) = 255 (FF in HEX) ?

I've tried to match with content="\00\f\f" but this is not working.
by ploquets
Sat Sep 24, 2022 10:11 pm
Forum: General
Topic: [ROS/Firewall] How to MANGLE by raw HEX bytes ? [SOLVED]
Replies: 10
Views: 2352

Re: [ROS/Firewall] How to MANGLE by raw HEX bytes ?

Does anyone knows how to drop DNS answers when the query was made with type 255 (hex FF) (type ANY) ?

I tried to match content="\00\f\f" but this would not match the traffic.
by ploquets
Mon Nov 08, 2021 10:01 pm
Forum: General
Topic: The "output" chain and VRFs/routing marks
Replies: 9
Views: 4554

Re: The "output" chain and VRFs/routing marks

I'm having the same issue.
I want to traceroute from one interface answered by this interface IP and not by the default route.
by ploquets
Fri Sep 10, 2021 3:19 am
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

RA is not 8, is th 8th bit set to 1
IS too late to explain better, but the 2 BYTEs are
10000000 10000101 = 80 85
I'm trying to understand how to block this messages:
https://routley.io/posts/hand-writing-dns-messages/

This blog kinda helps.
by ploquets
Fri Sep 10, 2021 3:09 am
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

please explain, i do not have understand what you want do. 0x8105 are two bytes, 0x81 and 0x05 the conversion is "\81\05", but if on the field on the packet is on reverse order is "\05\81" Trying to achieve the objective to drop responses with DNS Refused, as RFC1035 inform us. ...
by ploquets
Fri Sep 10, 2021 2:42 am
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

You understand why now ;) but on winbox you can not insert special characters like the character "\08", but can be added on CLI On all regex field and on terminal, RouterOS support only \1F hexadecimal characters rapresentation, with hexadecimal letters uppercase and without the "x&q...
by ploquets
Thu Sep 09, 2021 10:39 pm
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

add action=log chain=prerouting content="\03www\06google\03com"
OOWWW I see, when I tried to insert using terminal, the code gets different when viewing in winbox.
Got it.
by ploquets
Thu Sep 09, 2021 10:29 pm
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

Check the manual.

Which manual do you reffer?
by ploquets
Thu Sep 09, 2021 10:28 pm
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

No. You have to use a byte whose value is the length of the subsequent part of the domain name, example:
\08somename\03com


But is it "\x08" or only "\08" ?
by ploquets
Mon Sep 06, 2021 10:09 pm
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

Content filter parameter can be only a string, and on dns packet the dot do "not exist".
Understand this?
So what that means? Should I use space instead of dot ?
by ploquets
Sat Sep 04, 2021 2:49 am
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Re: Filter Content in Firewall with DOT (.) in string [SOLVED]

It doesn't work because the dot symbol is not actually present in the DNS query - the FQDNs are encoded in a rather complicated way, see the RFC for DNS for details. There are multiple topics regarding this here on the forum, e.g, this post gives you a hint. When I try to use the example from the t...
by ploquets
Fri Sep 03, 2021 3:44 am
Forum: General
Topic: Filter Content in Firewall with DOT (.) in string [SOLVED]
Replies: 21
Views: 3679

Filter Content in Firewall with DOT (.) in string [SOLVED]

Hello I want to match DNS content with the content filter in advanced firewall rule tab. But when I use with some dot, like, example.com it stops to match the string. Sometimes it matches, but much less than normal scenario. If I tried to use regex, like example\.com things get even worse. Do someon...
by ploquets
Thu Oct 22, 2020 10:04 pm
Forum: General
Topic: CRS 3xx + Vlan Filtering [ ACL Rules not working (BUG?) ] [SOLVED]
Replies: 1
Views: 1344

Re: CRS 3xx + Vlan Filtering [ ACL Rules not working (BUG?) ] [SOLVED]

What's new in 6.47.6 (2020-Oct-21 10:41):

*) crs3xx - fixed switch rules for CRS309 and CRS317 devices (introduced in v6.47.3);
by ploquets
Sun Oct 18, 2020 6:49 am
Forum: General
Topic: ACL rules on CRS-354-48G-4S+2Q+
Replies: 1
Views: 835

Re: ACL rules on CRS-354-48G-4S+2Q+

by ploquets
Sun Oct 18, 2020 6:45 am
Forum: General
Topic: CRS 3xx + Vlan Filtering [ ACL Rules not working (BUG?) ] [SOLVED]
Replies: 1
Views: 1344

CRS 3xx + Vlan Filtering [ ACL Rules not working (BUG?) ] [SOLVED]

Hello! We have a Switch CRS317-1G-16S+ that was working with swOS We are using a CCR1036 as a CGNAT and even with all those rules checked, some packets are leaving the CGNAT with RFC6598 as src-address. So, for block this spoof traffic, we created an ACL rule to block CGNAT src-address leaving the C...
by ploquets
Fri Sep 11, 2020 10:26 pm
Forum: General
Topic: OSPFv3 Filtering
Replies: 8
Views: 4196

Re: OSPFv3 Filtering

By Default it uses the filters

ospf-out
ospf-in

So to avoid confusion you can Rename IPv4 Filters to another
The problem is when you want to filter differently by areas.... or instances..
by ploquets
Fri Sep 11, 2020 8:08 pm
Forum: General
Topic: IP is up on port that's down
Replies: 3
Views: 1502

Re: IP is up on port that's down

This was working.... we are used to use loopback as a bridge to avoid the IP to get down, but now doesn't make any sense, since the IP is always answering requests even with the interface down.
Please, correct this Mikrotik.
by ploquets
Wed Jul 22, 2020 6:36 am
Forum: General
Topic: Bandwidth Test with UDP Not Working
Replies: 6
Views: 6378

Re: Bandwidth Test with UDP Not Working

Sometimes I get same error overhere....
But with another RouterBoard it works...
Same network, same rules...

Go figure... :?
by ploquets
Mon Jul 20, 2020 10:16 pm
Forum: Forwarding Protocols
Topic: Balanced ECMP on IPv6
Replies: 3
Views: 2161

Re: Balanced ECMP on IPv6

I'm getting the same scenario over here. I think its a bug
v6.45.9 long-term
by ploquets
Mon Jul 20, 2020 8:24 pm
Forum: General
Topic: Securing Mikrotik without using Firewall for fastpath
Replies: 6
Views: 1971

Re: Securing Mikrotik without using Firewall for fastpath

Please, does anybody know how to protect a BGP Router (Port TCP 179) without breaking fastpath ?
by ploquets
Fri Jul 17, 2020 2:19 am
Forum: SwOS
Topic: CSS326-24G-2S+ unable to upgrade
Replies: 11
Views: 11240

Re: CSS326-24G-2S+ unable to upgrade

I have tried this approach on newly bought CSS326-24G-2S, however the web-interface only briefly shows " upgrading ... (don't interrupt) " and " rebooting... " notifications, quickly returning ( 2- 3s ) into standard web look reporting again " 2.0 (built at Thu Jan 26 2017 ...
by ploquets
Mon Jul 06, 2020 4:22 am
Forum: The Dude
Topic: 10Gbps link showing 4.29Gbps on dude
Replies: 7
Views: 8307

Re: 10Gbps link showing 4.29Gbps on dude

Same Here

Please, update the Dude with 64bit counters
by ploquets
Mon Jun 22, 2020 9:36 pm
Forum: Forwarding Protocols
Topic: BGP ECMP (multipathing)
Replies: 74
Views: 41673

Re: BGP ECMP (multipathing)

I solved this for me with Routing Filters under Set Next-Hop-in with multiple Gateway-Addresses. This works for me even for BGP.


Thanks for this, I could workaround this issue and now working!
by ploquets
Wed Jun 03, 2020 9:15 pm
Forum: General
Topic: High CPU plus Latency plus Packet Drops when bonding with balance-rr
Replies: 16
Views: 7045

Re: High CPU plus Latency plus Packet Drops when bonding with balance-rr

I tried with 802.3ad bonding mode & with Layer-2-and-3 hashing, traffic was still going on one link only. Hello! Could you please tell me if you resolved your issue ? Here we have CRS317-1G-16S+RM and I'm bonding a CCR1036 with two SFP+ Our CCR1036 is getting 10Gbps+ aggregate traffic, fastpath...
by ploquets
Wed May 27, 2020 12:38 am
Forum: General
Topic: RPKI
Replies: 49
Views: 19940

Re: RPKI

Please, Mikrotik Staff, we need RPKI this year.... Impressive how this thread is from 2014 and nobody seems to care about it.
by ploquets
Mon Mar 23, 2020 11:22 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

you need following rule before fasttrack-connection otherwise SYN packets will be fasttracked and clamp-tcp-mss will break /ip firewall filter add action=accept chain=forward comment="tcp syn no-FP" connection-state=established,related \ protocol=tcp tcp-flags=syn fyi. Since version 6.39,...
by ploquets
Wed Mar 04, 2020 9:37 pm
Forum: Announcements
Topic: v6.46.4 [stable] is released!
Replies: 106
Views: 77949

Re: v6.46.4 [stable] is released!

I'm having some issues when connecting to The Dude. Sometimes I need to disconnect and connect. Same LAN. Sometimes it gives me timeout. timeout.png Sometimes it shows getting stuff but it gets nothing. I need to disconnect and connect.... and keep this going til it gets data. And I can see login an...
by ploquets
Wed Mar 04, 2020 3:57 pm
Forum: General
Topic: Traffic monitor with Telegram report
Replies: 11
Views: 12502

Re: Traffic monitor with Telegram report

Thank you for the script can it be altered to use mail ? to ship it directory in a support desk I guess you can use this # ------------------- header ------------------------------------------- # Traffic analysis script and report by E-mail # By Andre Almeida # Tested in RouterOS 6.45.8 # Created a...
by ploquets
Sat Feb 22, 2020 4:44 pm
Forum: General
Topic: Feature request: Framed-Route and Mikrotik-Address-List
Replies: 9
Views: 4958

Re: Feature request: Framed-Route and Mikrotik-Address-List

Workaround For profile on UP :delay 1s; :local remoteAddr $"remote-address" :local interfaceName [/interface get $interface name] :if ( [:len [/ip firewall address-list find address=$remoteAddr and dynamic=yes]] > 0 ) do={ :foreach i in=[/ip firewall address-list find address=$remoteAddr] ...
by ploquets
Wed Feb 19, 2020 4:12 pm
Forum: General
Topic: IKEv2 IPsec VPN and IPv6
Replies: 8
Views: 6658

Re: IKEv2 IPsec VPN and IPv6

but I know a traditional L2TP/IPSEC does not work on IPv6 in RouterOS. The device simply is incapable of "listening" on IPv6 for a very large number of services. So, if I'm running already a VPN Server with L2TP + IPSec with IPv4, and just add IPv6 on a loopback (with world connectivity) ...
by ploquets
Tue Feb 18, 2020 8:55 pm
Forum: General
Topic: Feature request: Framed-Route and Mikrotik-Address-List
Replies: 9
Views: 4958

Re: Feature request: Framed-Route and Mikrotik-Address-List

Please Mikrotik, this feature is a must have.
Asked since the first day Mikrotik released Mikrotik-Address-List feature.

viewtopic.php?t=24224#p116985

Thank you
by ploquets
Fri Feb 07, 2020 9:31 pm
Forum: Announcements
Topic: Winbox v3.21 released!
Replies: 55
Views: 40695

Re: Winbox v3.21 released!

Hello! Is it possible to correct the font on System Note? (since 3.20) Art is not possible to add anymore, because when the note window opens, it looks weird. Like this: https://forum.mikrotik.com/viewtopic.php?t=152988#p763628 I know that @normis said that note is not for art, but Mikrotik WiKi say...
by ploquets
Wed Feb 05, 2020 10:08 pm
Forum: RouterBOARD hardware
Topic: MikroTik CRS 317-1G-16S+ works fine, however reports FAULT (red LED)
Replies: 6
Views: 6006

Re: MikroTik CRS 317-1G-16S+ works fine, however reports FAULT (red LED)

SwOS v2.9 has few changes which require updated fan controller firmware that comes only within RouterOS. You should boot your CRS317-1G-16S+ in RouterOS and upgrade to the latest testing version (currently it is 6.44rc1, should be included in next stable version as well). After that, you can simply...
by ploquets
Sun Aug 18, 2019 4:58 am
Forum: General
Topic: IPv6 accept-ra bug
Replies: 2
Views: 1699

Re: IPv6 accept-ra bug

is it solved?
How did you manage to workaround this?
by ploquets
Fri Jul 26, 2019 6:30 pm
Forum: SwOS
Topic: Overruns on CSS326-24G-2S+RM
Replies: 51
Views: 30724

Re: Overruns on CSS326-24G-2S+RM

Linked this CSS326 with CRS317..... with s+da0001 When Flow Control is enabled, we see RX Pauses. When Flow Control is disabled, we see Rx Overruns Seems the problem is with CSS326, because, we moved one 10G interface from CSS326 to the CRS317.... and it is running without erros. No change on module...
by ploquets
Mon Jul 08, 2019 9:38 pm
Forum: SwOS
Topic: Overruns on CSS326-24G-2S+RM
Replies: 51
Views: 30724

Re: Overruns on CSS326-24G-2S+RM

Image

Same here... Only overruns, only at one interface 10G

Interface traffic most time is passing 2Gbps+
Image

Image
by ploquets
Tue Jun 25, 2019 9:16 pm
Forum: General
Topic: DUID Duplicated on multiple SXT Devices
Replies: 10
Views: 1946

Re: DUID Duplicated on multiple SXT Devices

This can be fixed by adding a /delay 30 at the top of the exported file, but of course that means you need to download, edit and upload each of those files, which makes automation yet again harder. Of course MikroTik should include that delay inside RouterOS itself, but they don't. Seems to be the ...
by ploquets
Tue Jun 25, 2019 6:16 pm
Forum: General
Topic: DUID Duplicated on multiple SXT Devices
Replies: 10
Views: 1946

Re: DUID Duplicated on multiple SXT Devices

Did you reset-mac ALL interfaces in the router? . /interface ethernet reset-mac-address [find]; . By default WLAN is not copied with backup procedure. I know that because we always add mac-address to the access-list, so, if WLAN MAC was duplicated, our system would report. We can find a device by W...
by ploquets
Tue Jun 25, 2019 5:34 pm
Forum: General
Topic: DUID Duplicated on multiple SXT Devices
Replies: 10
Views: 1946

Re: DUID Duplicated on multiple SXT Devices

It could be enough to remove and re-add the dhcp6 client after you have reset the MAC. There does not appear to be a set duid... Of course you never know what other surprises like this exist in your restored devices, but that is only a theoretical issue. I already tried this. No go... DUID is alway...
by ploquets
Tue Jun 25, 2019 3:01 pm
Forum: General
Topic: DUID Duplicated on multiple SXT Devices
Replies: 10
Views: 1946

Re: DUID Duplicated on multiple SXT Devices

Confirmed.

Reseting those SXT Devices resolve the issue.

But, is it possible to solve this other way?
by ploquets
Tue Jun 25, 2019 2:53 pm
Forum: General
Topic: DUID Duplicated on multiple SXT Devices
Replies: 10
Views: 1946

Re: DUID Duplicated on multiple SXT Devices

How did you initially configure those devices? Did you make a backup of a configured device and restore that on a new device? That is definitely a no-no. Never do that! Try to do a full factory reset on one of the problematic devices, configure it manually or at most by pasting some /export'ed line...
by ploquets
Tue Jun 25, 2019 7:38 am
Forum: General
Topic: DUID Duplicated on multiple SXT Devices
Replies: 10
Views: 1946

DUID Duplicated on multiple SXT Devices

Hey, welcome to my issue.... ops, thread. So, I was debugging why some customers are not getting IPv6 with PPPoE and DHCPv6 What I've noticed is that every SXT that is not getting the prefix delegation, are showing us the same DUID. I've checked twice the MAC Address and already did reset the mac-ad...
by ploquets
Mon Jun 10, 2019 5:06 pm
Forum: General
Topic: IPv6 Hotspot (AAAA DNS Filter Workaround)
Replies: 10
Views: 4860

Re: IPv6 Hotspot (AAAA DNS Filter Workaround)

/ip firewall layer7-protocol add name=DNS_AAAA regexp="\\x1C\\x01" add name=DNS_Hotspot regexp=hotspot.example.org /ip firewall add chain=pre-hs-input hotspot=!auth protocol=udp dst-port=64872 action=jump jump-target=hs-unauth-dns comment="filter unauth udp dns requests" add cha...
by ploquets
Mon Jun 10, 2019 3:42 pm
Forum: General
Topic: Traffic monitor with Telegram report
Replies: 11
Views: 12502

Re: Traffic monitor with Telegram report

Is it possible to use this script with a proxy? In the light of recent events in the Russian Federation, access to the portal api.telegram.org is limited, so many important alerts stopped working. In this regard, I would like to clarify whether it is possible to modify the script to work through a ...
by ploquets
Thu May 30, 2019 11:19 pm
Forum: General
Topic: L2TP is disconnect after every 8 hours
Replies: 52
Views: 34562

Re: L2TP is disconnect after every 8 hours

What I did was: At VPN Server side: /ppp profile set VPN session-timeout=7h And at Windows side (Windows 10) Imported this task (xml) on Windows Task Scheduler: Save this code as a XML File <?xml version="1.0" encoding="UTF-16"?> <Task version="1.2" xmlns="http://s...
by ploquets
Tue May 28, 2019 11:45 pm
Forum: General
Topic: L2TP is disconnect after every 8 hours
Replies: 52
Views: 34562

Re: L2TP is disconnect after every 8 hours

As for the workaround, since my application is relatively easy and simple, so at the beginning we just set the server to terminate the connection on every 7hrs (after the tunnel is established), and set the Windows client to automatically re-connect the L2TP/IPSec once again. At least the re-connec...
by ploquets
Tue May 28, 2019 11:37 pm
Forum: General
Topic: L2TP is disconnect after every 8 hours
Replies: 52
Views: 34562

Re: L2TP is disconnect after every 8 hours

Whats the solution or workaround?
by ploquets
Tue Jan 08, 2019 8:32 pm
Forum: Wireless Networking
Topic: Wireless signal strength vs. Noise floor threshold
Replies: 12
Views: 13833

Re: Wireless signal strength vs. Noise floor threshold

Has this topic got any action lately? I've recently been doing some testing with this parameter using the 5GHz RB912 bd. The question I posed to Mikrotik that was never answered, was "what is the numerical setting of 'default' ". Above, it's mentioned several times that the default settin...
by ploquets
Sun Aug 19, 2018 11:09 pm
Forum: General
Topic: Traffic monitor with Telegram report
Replies: 11
Views: 12502

Re: Traffic monitor with Telegram report

Hi, is this script works on latest ros? I can’t run it and get no warnings
Yes it works.
I have working on 6.40.8 bugfix
by ploquets
Fri Aug 17, 2018 8:06 pm
Forum: General
Topic: Traffic monitor with Telegram report
Replies: 11
Views: 12502

Re: Traffic monitor with Telegram report

There is one problem, in this configuration, the script does NOT include back triggers. It is necessary or in scheduller automatically to include triggers in 2-3 minutes or to add in a script a parameter about inclusion of the trigger on number Sorry, I did not understand. Could you explain a littl...
by ploquets
Mon May 14, 2018 5:15 pm
Forum: Scripting
Topic: Logical operator "not in" [SOLVED]
Replies: 5
Views: 2990

Re: Logical operator "not in" [SOLVED]

Well it didn’t show an error, but here you go:
/ppp active print count-only where (address in 203.0.113.0/24 and !(address in 203.0.113.0/27))
Nice!!!!!!

This worked like a charm
Thank you
by ploquets
Sat May 12, 2018 3:17 pm
Forum: Scripting
Topic: Logical operator "not in" [SOLVED]
Replies: 5
Views: 2990

Re: Logical operator "not in" [SOLVED]

 /ppp active print count-only where (address in 203.0.113.0/24 AND address in !203.0.113.0/27)
Doesn't work.
Have you tested your code?

Thanks in advance
by ploquets
Fri May 11, 2018 4:57 pm
Forum: Scripting
Topic: Logical operator "not in" [SOLVED]
Replies: 5
Views: 2990

Logical operator "not in" [SOLVED]

Hello... I've been searching about this sintaxe, but did not find anything useful.

Does somebody knows how to get this command to work?
/ppp active print count-only where (address in 203.0.113.0/24 AND address not in 203.0.113.0/27)
Thank you
by ploquets
Sat May 05, 2018 2:43 pm
Forum: General
Topic: What is ARP-published feature for?
Replies: 24
Views: 19537

Re: What is ARP-published feature for?

You'll never see a dynamic ARP entry with pub flag set AFAIK, if there's one It means you added a static entry for proxy-arp. This can be useful in some situations like ppp tunnels (ages has passed since there's no need for it) or for WOL to work for example. The pub flag is to set static proxy-ARP...
by ploquets
Mon Apr 23, 2018 11:24 pm
Forum: Announcements
Topic: Advisory: Vulnerability exploiting the Winbox port [SOLVED]
Replies: 203
Views: 259104

Re: Advisory: Vulnerability exploiting the Winbox port

still waiting for the bugfix only update
Same here.
by ploquets
Sat Jan 13, 2018 1:38 pm
Forum: The Dude
Topic: Feature request - Checkbox for gather routes and PPP interfaces
Replies: 0
Views: 1183

Feature request - Checkbox for gather routes and PPP interfaces

Please, I will repeat my post from here: https://forum.mikrotik.com/viewtopic.php?f=8&t=108083&p=541709#p541709 --------- Hello. Here we are used to use The Dude as we think its an awesome network monitoring tool. One little thing is really annoying me, which is monitoring BGP Routers. When ...
by ploquets
Thu Oct 26, 2017 3:28 am
Forum: General
Topic: Traffic monitor with Telegram report
Replies: 11
Views: 12502

Re: Traffic monitor with Telegram report

Can the script be eligible to go to the wiki?
by ploquets
Tue Oct 24, 2017 10:47 pm
Forum: General
Topic: Traffic monitor with Telegram report
Replies: 11
Views: 12502

Traffic monitor with Telegram report

Hello. Recently we needed a script to report if an interface was passing more than X traffic. Everything was OK if using the traffic-monitor... but with just 1 second of traffic (traffic peak) I got notified. So, I've created a script that is triggered by the traffic-monitor to start the analysis. I...
by ploquets
Fri Sep 22, 2017 5:43 pm
Forum: The Dude
Topic: Dude v6/v7 - Feature request list
Replies: 109
Views: 156543

Re: Feature request list for Dude v6

Please, I will repeat my post from here: https://forum.mikrotik.com/viewtopic.php?t=108083#p541709 --------- Hello. Here we are used to use The Dude as we think its an awesome network monitoring tool. One little thing is really annoying me, which is monitoring BGP Routers. When we enable the RouterO...
by ploquets
Mon Sep 11, 2017 11:32 pm
Forum: Wireless Networking
Topic: Xiaomi phone low Wifi TX rate [SOLVED]
Replies: 99
Views: 54740

Re: Xiaomi phone low Wifi TX rate [SOLVED]

Same here...
Tested using Moto Z2 Play and Asus Zenfone 3

Only RX (phone Upload) gets on MCS.

TX is always on 802.11g I guess

WTF MK ?
by ploquets
Sun Sep 10, 2017 9:15 pm
Forum: Wireless Networking
Topic: Wireless KeepAlive Frames ? and/or super high "last activity" on clients
Replies: 5
Views: 8014

Re: Wireless KeepAlive Frames ? and/or super high "last activity" on clients

I'm having the same problem over here.

Wireless N 2.4
Image

How did you guys managed to solve?
Thanks
by ploquets
Sun Sep 10, 2017 9:10 pm
Forum: Wireless Networking
Topic: 5Ghz AC: ghosts in wireless registration table
Replies: 9
Views: 2591

Re: 5Ghz AC: ghosts in wireless registration table

I'm getting this as well, but in 5Ghz N.

Is it possible to resolve this?
Image
by ploquets
Wed Sep 06, 2017 9:55 pm
Forum: General
Topic: NAT Failover
Replies: 2
Views: 2374

Re: NAT Failover

Also some adjustments should be made in connection tracking. There are 2 common ways: 1) reduce connection timeouts, so that connections with old public IP expires faster 2) some script that clears conntrack on failover event. The worst timeout is for TCP Established, which is set as 1d by default....
by ploquets
Sat Jun 24, 2017 12:46 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: RE: Re: The deal with change mss

Hi ploquets thank you for your great info.. My network is bridged network. and to sending customer pppoe_client connection to pppoe_server Im uinsg EoIP tunnels. EoIP tunnels MTU is auto, when i check them actual MTU size is 1458 both side. I bridge wlan interface and EoiP interface at AP side. als...
by ploquets
Fri Jun 23, 2017 10:27 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

Hi ploquets thank you for your great info.. My network is bridged network. and to sending customer pppoe_client connection to pppoe_server Im uinsg EoIP tunnels. EoIP tunnels MTU is auto, when i check them actual MTU size is 1458 both side. I bridge wlan interface and EoiP interface at AP side. als...
by ploquets
Fri Jun 23, 2017 3:20 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

Just updated whole my pppoe site to 6.39.2, you can forget about change-mss rules, it all is now nicely build-in into ppp interfaces, even with MRU now it works fine. Is not the following rule necessary? /ip firewall mangle add action=change-mss chain=forward new-mss=clamp-to-pmtu passthrough=yes \...
by ploquets
Fri Jun 23, 2017 3:16 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

Just updated whole my pppoe site to 6.39.2, you can forget about change-mss rules, it all is now nicely build-in into ppp interfaces, even with MRU now it works fine. this is out of topic but I would like to ask in interface pppoe-server server side, how should i set service. should i set max-mtu=1...
by ploquets
Wed Jun 07, 2017 3:45 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: RE: Re: The deal with change mss

Just updated whole my pppoe site to 6.39.2, you can forget about change-mss rules, it all is now nicely build-in into ppp interfaces, even with MRU now it works fine. Thanks about the feedback! Could you see, please, if all PPPoE interfaces has same MTU? I want to test it when MTU is not the same f...
by ploquets
Tue Jun 06, 2017 4:03 pm
Forum: General
Topic: NAT action "same"
Replies: 3
Views: 6323

Re:

Do you have an example that shows this in use? I am wondering if 2 gateways, each on different subnets, can use this rule - or is it only used when you have a range of outbound ip addresses that you masq under (using the same gateway)? Sam I know this is an old post and the OP probably got the answ...
by ploquets
Mon Jun 05, 2017 11:16 pm
Forum: General
Topic: NAT Sticky with src-nat
Replies: 5
Views: 2771

Re: NAT Sticky with src-nat

Hi all,
FYI - I've tried these mangle rules, with SRC NAT SAME (IP RANGE) but still the IP changes every few minutes on the client side.
Have you tried to check the box "not by dst." when creating this kind of rule?
by ploquets
Thu Jun 01, 2017 5:45 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

The choice is always "do I want to bother with fasttrack and get some additional performance" or "do I want a system where all features work". For me, until now the choice has always been to disable fastpath and fasttrack, as fortunately everywhere where I need performance I hav...
by ploquets
Thu Jun 01, 2017 4:06 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

well fasttrack enables you to use fastpath with NAT.
But I guess fasttrack will break simple queues.
Those queues are dynamically created when "Mikrotik-Rate-Limit" attribute is defined in Radius.
by ploquets
Wed May 31, 2017 11:36 pm
Forum: General
Topic: Do I need connection tracking?
Replies: 8
Views: 2785

Re: Do I need connection tracking?

If just mangle rules with Change mss are created to change MSS for PPPoE tunnels....

Do I need connection tracking?

Or I can create raw rules with no-track action for those which doesn't need NATing ?
Would the no-track action reduce CPU usage?

Thanks
by ploquets
Wed May 31, 2017 11:16 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

Now this functionality is build-in into ppp interfaces themselves So, imagine my scenario, when those mangle rules were for all-ppp and limited by the minimal MTU.... (before 6.39) So now, it will consider the MTU from each tunnel ? Which means that I don't have to worry about limiting all-ppp just...
by ploquets
Tue May 30, 2017 7:42 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: RE: Re: The deal with change mss

/ip firewall mangle add action=change-mss chain=forward new-mss=clamp-to-pmtu passthrough=yes \ protocol=tcp tcp-flags=syn If we put this, all packets, even those with MSS lower will have MSS increased. Is that a guess, or did you actually observe that? It should only lower the MSS when too high, n...
by ploquets
Tue May 30, 2017 6:18 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

/ip firewall mangle add action=change-mss chain=forward new-mss=clamp-to-pmtu passthrough=yes \ protocol=tcp tcp-flags=syn If we put this, all packets, even those with MSS lower will have MSS increased. I don't know much about the concept, but, if a packet want to have a lower MSS, should we let it...
by ploquets
Tue May 30, 2017 4:03 am
Forum: Announcements
Topic: v6.39.1 [current]
Replies: 158
Views: 58847

Re: v6.39.1 [current]

I'm still trying to figure it out this changelog from 6.39
!) ppp - implemented internal algorithm for "change-mss", no mangle rules necessary;

viewtopic.php?t=122019

Please help
by ploquets
Mon May 29, 2017 9:49 pm
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

Re: The deal with change mss

Please, I really need comments on this.

Mikrotik staff?

Thanks
by ploquets
Sat May 27, 2017 3:30 am
Forum: General
Topic: The deal with change mss
Replies: 27
Views: 48473

The deal with change mss

So, I realized that when change-mss is enable in PPP profile, there is a bit of a problem... If MAX MTU and MAX MRU is set = 1492 Two mangle rules are dynamically created (of course, this is with a version < 6.39) One match traffic going to all-ppp interfaces and change MSS to 1452 when MSS is betwe...
by ploquets
Wed May 24, 2017 1:50 am
Forum: Forwarding Protocols
Topic: Summarization of OSPF routes - LSA type 7
Replies: 7
Views: 3164

Re: Summarization of OSPF routes - LSA type 7

Create a filter to not redistribute /32 that is part of the /24 ( so, no more /32 that is inside the /24 would be announced) inside OSPF instance, just mark redistribute static routes. That's what I said. ;) Thanks ZeroByte... indeed you said, I did not realize that would redistribute the blackhole...
by ploquets
Tue May 23, 2017 2:49 pm
Forum: Forwarding Protocols
Topic: Summarization of OSPF routes - LSA type 7
Replies: 7
Views: 3164

Re: Summarization of OSPF routes - LSA type 7

Here is what I did. Create a /24 blackhole route (this will prevent static loop as well) Create a filter to not redistribute /32 that is part of the /24 ( so, no more /32 that is inside the /24 would be announced) inside OSPF instance, just mark redistribute static routes. Even with the /24 static r...
by ploquets
Tue May 23, 2017 1:22 am
Forum: Forwarding Protocols
Topic: Summarization of OSPF routes - LSA type 7
Replies: 7
Views: 3164

Re: Summarization of OSPF routes - LSA type 7

To my knowledge, ROS does not have the ability to auto-summarize external routes. e.g. in Cisco, you can issue the command summary-address 192.0.2.0 255.255.255.0 This will cause an ASBR to announce only a summary prefix, and only when at least one route within this prefix is active. It will also c...
by ploquets
Tue May 23, 2017 12:11 am
Forum: General
Topic: OSPF and PPPOE nightmare!
Replies: 42
Views: 22485

Re: OSPF and PPPOE nightmare!

add in ospf interfaces all interfaces to be passive, for example I need to run OSPF on ether1 other pppoe should be passive (no hellos). /routing ospf interface add interface=ether1 network-type=broadcast add interface=all passive=yes then add area range to summarize all pppoe, for example pppoe ad...
by ploquets
Mon May 22, 2017 11:39 pm
Forum: RouterBOARD hardware
Topic: RB2011 as Switch
Replies: 2
Views: 2276

Re: RB2011 as Switch

stupid question first: - did you set ether1 and ether10 as the master ports respectively? - why don't you run (R)STP on your bridge? loop prevention is a thing one may needs. Yes, master ports are ether1 for switch1 and ether10 for switch2 rather to left without RSTP just for now because I already ...
by ploquets
Mon May 15, 2017 11:52 pm
Forum: General
Topic: How to email when IP added to address list?
Replies: 7
Views: 4901

Re: How to email when IP added to address list?

Hi I use this script :foreach i in [/ip firewall address-list find list=spamm] do={ /tool e-mail send to=xxx@xxxx.xx subject="Spamm" body=("Spamm fra " . [/ip firewall address-list get $i address])} Is there any way to create only one email with all IPs inside at the address-lis...
by ploquets
Mon May 15, 2017 3:57 pm
Forum: RouterBOARD hardware
Topic: RB2011 as Switch
Replies: 2
Views: 2276

RB2011 as Switch

Hello, thanks for reaching my question. I realized that RB2011 has two switch chips. My question is one of them is not able to "independent learning"? I don't know why, but when I enable MPLS at three different devices, and enable dynamic discovery, it shows devices that should not be seea...
by ploquets
Sat May 13, 2017 8:52 pm
Forum: General
Topic: Radius attribute profile
Replies: 1
Views: 978

Re: Radius attribute profile

Bump

Enviado de meu XT1225 usando Tapatalk
by ploquets
Thu May 11, 2017 6:12 pm
Forum: Beginner Basics
Topic: Dual WAN Failover w/out Load Balance
Replies: 3
Views: 1504

Re: Dual WAN Failover w/out Load Balance

Well, just use routes than. And, to monitor if link is UP, you can do it by creating some recursive routes and use those routes to create default routes with different distances and with CHECK GATEWAY enabled. No need to do anything in mangle. And will provide fail-over with constant pinging and mon...
by ploquets
Thu May 11, 2017 6:08 pm
Forum: General
Topic: Radius attribute profile
Replies: 1
Views: 978

Radius attribute profile

Hello. I need to create graphs about how much bandwidth we sell, related with bandwidth used per plan. This would make possible to see if we sell more speed, would be more profitable than sell low speed plans. Because sometimes with low speed, costumer needs to be downloading/uploading for longer pe...
by ploquets
Thu Apr 27, 2017 5:19 pm
Forum: General
Topic: encrypted password for mikrotik config
Replies: 24
Views: 10469

Re: encrypted password for mikrotik config

Use RADIUS authentication with unique password for each user. Then just delete his account. Normis, if the SXT could not access the radius, this should be a problem too. Because, sometimes, the device is not connected to any AP. So, without communication with radius, would not be possible to go the...
by ploquets
Thu Apr 27, 2017 2:40 pm
Forum: General
Topic: encrypted password for mikrotik config
Replies: 24
Views: 10469

Re: encrypted password for mikrotik config

Is it possible to put a hashed password inside this script?
Read my post about SSH public key authentication above. You'll still have to provide the private key to the script but you can use file permissions to limit its exposure.
What about winbox access?
by ploquets
Wed Apr 26, 2017 10:55 pm
Forum: General
Topic: encrypted password for mikrotik config
Replies: 24
Views: 10469

Re: encrypted password for mikrotik config

Imagine this: we have a bunch of SXT. Every SXT is "protected" by a random password, which is linked somehow to the customer database (customer code, or something like that).... This password will only be retrieved if a employee can have access to the ERP from this company. So, if a guy is...
by ploquets
Wed Apr 26, 2017 10:41 pm
Forum: Scripting
Topic: Reading/Writing Encrypted Scripts
Replies: 20
Views: 13021

Re: Reading/Writing Encrypted Scripts

If we set a password to a user, this is not exportable from the router.
Is there anyway to put on a script a hashed password, other than plaintext?

We are used to configure a user account with a password, like a backdoor, but... with this as plaintext, is not really good.
thanks
by ploquets
Mon Apr 10, 2017 8:25 pm
Forum: General
Topic: Sample QoS with PCQ for RouterOS 6
Replies: 3
Views: 7886

Re: Sample QoS with PCQ for RouterOS 6

I did not understand this calculation... from where they got the number "20" ??
by ploquets
Sat Apr 08, 2017 4:12 pm
Forum: General
Topic: CAPsMAN work only layer2 [Solved]
Replies: 12
Views: 11133

Re: CAPsMAN work only layer2

Thx to Uldis! We solved this problem. CAPsMANv2 6.23 (may be earlier too) works via ipv4 address with one thing - need routes between networks in both side and opened ports on CAPsMAN 5246,5247/udp I think it should be on wiki. Yes. For those who are running CAPSMANAGER and CAP at the same router, ...
by ploquets
Thu Apr 06, 2017 6:45 am
Forum: Wireless Networking
Topic: Wireless signal strength vs. Noise floor threshold
Replies: 12
Views: 13833

Re: Wireless signal strength vs. Noise floor threshold

I couldn't understand. If this should adapt the "hearing" of the radio.... Lets pick the Basebox5 as example. We have a -96 as limit for the sensitivity. https://routerboard.com/RB912UAG-5HPnD-OUT So, how putting -105 as threshold would change anything ? If the objective was to decrease th...
by ploquets
Thu Mar 09, 2017 5:18 am
Forum: General
Topic: [RB2011 as Switch] - How to use all ports?
Replies: 3
Views: 3902

Re: RE: Re: [RB2011 as Switch] - How to use all ports?

On gigabit switches the vlan-header attribute is ignored in secure vlan-mode. Instead the port will behave as leave-as-is. Use the default-vlan-id to tag and untag traffic in secure vlan-mode. Your configuration is untagging vlan 3 on ether10. Also make sure the vlan table is correct for all ports....
by ploquets
Thu Mar 09, 2017 5:16 am
Forum: General
Topic: [RB2011 as Switch] Asymmetrical Traffic....
Replies: 2
Views: 1254

Re: RE: Re: [RB2011 as Switch] Asymmetrical Traffic....

Hard to see from this anything abnormal.

Is someone complaining?

Otherwise, maybe something more go damaged due to the discharge.
Check the uplink traffic.

It should be the aggregate traffic from those others interfaces.

Enviado de meu XT1225 usando Tapatalk
by ploquets
Thu Mar 09, 2017 5:14 am
Forum: General
Topic: QoS HTB - How to only prioritize
Replies: 2
Views: 1454

Re: QoS HTB - How to only prioritize

Please, help

Enviado de meu XT1225 usando Tapatalk
by ploquets
Tue Mar 07, 2017 11:23 pm
Forum: General
Topic: Switching with RouterOS / CRS Questions
Replies: 81
Views: 53548

Re: Switching with RouterOS / CRS Questions

But my management IPs reside not in a VLAN, but rather in the native VLAN, which is not a 802.1q VLAN at all, it is just normal untagged traffic, this is why I put the IP address on the physical master-port (ether24 in my case). Did you solve this problem ? I'm trying to acheive exactly the same. E...
by ploquets
Fri Mar 03, 2017 8:53 pm
Forum: Announcements
Topic: The Dude, v6.39rc test builds.
Replies: 121
Views: 58701

Re: The Dude, v6.39rc test builds.

It does the same under Administrator account and under non-Administrator account.
What if you execute Dude as administrator from any account ? Maybe it will grant permissions to be updated.
by ploquets
Fri Mar 03, 2017 5:00 pm
Forum: Scripting
Topic: Multiple Files in one e-mail.
Replies: 10
Views: 10185

Re: Multiple Files in one e-mail.

nothing ? +1 for multiple files in email
by ploquets
Wed Mar 01, 2017 10:39 pm
Forum: General
Topic: QoS HTB - How to only prioritize
Replies: 2
Views: 1454

Re: QoS HTB - How to only prioritize

Bump... please, any help would be much appreciated.
by ploquets
Mon Feb 27, 2017 11:02 pm
Forum: General
Topic: Please Help - how to block access to the mikrotik intervlanrouting
Replies: 8
Views: 2509

Re: Please Help - how to block access to the mikrotik intervlanrouting

Thank you all! @sob - I am doing lot of my testing remote via opvn therefore I am very carefully. I am so glad that I beginn to understand firewall rules :-) @ploquets XXX.XXX.XXX.XXX/XX is not a single IP but an expression for a subnet incl. subnetmask? e.g. 192.168.10.0/24 - Do I need 172.16.5.25...
by ploquets
Mon Feb 27, 2017 7:53 pm
Forum: General
Topic: Please Help - how to block access to the mikrotik intervlanrouting
Replies: 8
Views: 2509

Re: Please Help - how to block access to the mikrotik intervlanrouting

Yes, if you want to block access like, winbox... you can do it in /ip firewall filter Assuming that your router (the one you want to prevent access) is the Gateway, you need to create input rules to accept from those you want to grant access. And after, you deny (action=drop) from everyone else. Exa...
by ploquets
Mon Feb 27, 2017 5:42 pm
Forum: General
Topic: QoS HTB - How to only prioritize
Replies: 2
Views: 1454

QoS HTB - How to only prioritize

Hello! thanks for reach my question I need help to achieve a scenario that will prioritize an interface, but, generically. How is that? Let me explain: We have some customers that would not disconnect any cable from its internal network and want to perform some testing, just to see if the ISP is del...
by ploquets
Wed Feb 22, 2017 9:13 pm
Forum: General
Topic: Traffic Priority (Queue Tree?)
Replies: 19
Views: 10676

Re: Traffic Priority (Queue Tree?)

Slawek,

Right now I am on business trip, and cannot access the router. I will post it next week.
Please, post it... Right now I need your working configuration.
Thanks
by ploquets
Thu Feb 09, 2017 2:46 pm
Forum: Announcements
Topic: The Dude, v6.38 [current] release.
Replies: 77
Views: 39397

Re: The Dude, v6.38 [current] release.

Hello! Is it possible to create an user without possibility to use the sensitive information stored on devices? Because on Dude 4.0beta3, we deliver the web for seeing network maps and from the web, they couldn't use the password, for example, to access Winbox as admin. And, now, sorry for this, but...
by ploquets
Mon Feb 06, 2017 7:24 pm
Forum: General
Topic: [RB2011 as Switch] - How to use all ports?
Replies: 3
Views: 3902

[RB2011 as Switch] - How to use all ports?

Hello Recently we had to use a RB2011 as Switch. The goal was to manage the switch (RB2011) on VLAN 0 ( normally known as vlan 1 on others switches) ... by putting default route and IP on master-port. Receive at this port (master-port / UPLINK port) , tagged vlans. Make some ports untagged on respec...
by ploquets
Mon Feb 06, 2017 2:55 pm
Forum: General
Topic: [RB2011 as Switch] Asymmetrical Traffic....
Replies: 2
Views: 1254

[RB2011 as Switch] Asymmetrical Traffic....

Hello. Recently, we had to use an RB2011 as a Switch because one of ours got damaged by an electric discharge. So, we decide to use the switch chip inside of it, and bridge the two master ports. The configuration worked just fine, but we have notice an very asymmetrical traffic. like this: Capturar....
by ploquets
Sun Feb 05, 2017 1:39 pm
Forum: Wireless Networking
Topic: Client Background wireless scan
Replies: 24
Views: 16943

Re: Client Background wireless scan

Please make background scan for NV2 APs. Thanks.

+1
by ploquets
Thu Jan 19, 2017 11:10 pm
Forum: Beginner Basics
Topic: First Time - RSTP how to configure
Replies: 3
Views: 3287

Re: First Time - RSTP how to configure

bump
by ploquets
Wed Jan 18, 2017 10:35 pm
Forum: General
Topic: Multiple port for the same mikrotik service
Replies: 1
Views: 1539

Re: Multiple port for the same mikrotik service

I just did it. In my case, we have such of a DMZ. So, what I did is create a dst-nat rule like that: /ip firewall nat add action=dst-nat chain=dstnat comment=DMZ dst-address=$WAN-IP protocol=!tcp to-addresses=$DMZ-IP add action=dst-nat chain=dstnat comment=DMZ dst-address=$WAN-IP dst-port=!$ALTERNAT...
by ploquets
Wed Jan 18, 2017 10:06 pm
Forum: General
Topic: Multiple port for the same mikrotik service
Replies: 1
Views: 1539

Multiple port for the same mikrotik service

Hello, is it possible to run www service on mikrotik, but , for example: accessible via LAN on por 80 (accept input in firewall)
But only accept www via WAN on another port.... (accept that input port in firewall)

??

Thanks
by ploquets
Tue Jan 17, 2017 9:13 pm
Forum: Announcements
Topic: v6.37.4 [bugfix] is released!
Replies: 38
Views: 26269

Re: v6.37.4 [bugfix] is released!

Nice... testing on RB2011, so far, so good
by ploquets
Mon Dec 12, 2016 6:57 pm
Forum: Forwarding Protocols
Topic: What does /mpls ldp set distribute-for-default-route=yes do?
Replies: 2
Views: 4861

Re: What does /mpls ldp set distribute-for-default-route=yes do?

In general you are right - this setting controls if LDP distributes label binding for default route. Wether you should enable it, depends of how your routing is configured and what you use MPLS for. But you have to be careful with this setting: once label switching path is established across your n...
by ploquets
Thu Nov 10, 2016 3:54 am
Forum: The Dude
Topic: [The Dude] How to avoid notification if probe is not-available
Replies: 6
Views: 4206

Re: [The Dude] How to avoid notification if probe is not-available

thanks for the answer. Another question about that, how to avoid beein notified multiple times, if the device has multiple probes... eg, probe for ping should be like a master probe. If ping is down, I don't care about the others, because ping seems that the device is down so other probes will proba...
by ploquets
Fri Nov 04, 2016 2:17 pm
Forum: Announcements
Topic: v6.36.4 [bugfix] is released!
Replies: 51
Views: 26912

Re: v6.36.4 [bugfix] is released!

ploquets - Are you using Winbox 3.7? If not, then upgrade - it should solve the problem. Indeed. Winbox version was the problem. I was used to login with Dude 4.0beta3, because its on Windows machine. is there any option to update Dude's winbox to a newer version, without upgrading the whole Dude s...
by ploquets
Thu Nov 03, 2016 3:03 pm
Forum: Announcements
Topic: v6.36.4 [bugfix] is released!
Replies: 51
Views: 26912

Re: v6.36.4 [bugfix] is released!

Hello. It's seems to be a bug on 6.36.4 on mipsbe We are used to use on Basebox5 and RB911G-5HPnD But, cannot edit MAC address in Wireless Access List VLAN Mode became invalid, doesn't matter which is chosen. OBS. This doesn't happen when adding and after editing. Only noticed when editing clients a...
by ploquets
Mon Oct 31, 2016 3:31 pm
Forum: Scripting
Topic: Bugfix channel ROS update
Replies: 8
Views: 4778

Re: Bugfix channel ROS update

For me its working with this: :local sendto email@domain.com /system package update set channel=bugfix check-for-updates once :delay 10s; :global scriptgetnewversion [get latest-version]; :global scriptactualversion [/system resource get version]; :if ( [get status] = "New version is available&...
by ploquets
Mon Oct 31, 2016 1:22 am
Forum: Scripting
Topic: Bugfix channel ROS update
Replies: 8
Views: 4778

Re: Bugfix channel ROS update

+1

I need this aswell
by ploquets
Tue Jul 26, 2016 3:17 am
Forum: Beginner Basics
Topic: First Time - RSTP how to configure
Replies: 3
Views: 3287

First Time - RSTP how to configure

Hello guys,  We have a scenario that is hard to implement this fail-over via OSPF because of many reasons, so, I'll ask a question about RSTP and before you start saying do via OSPF, I need to do via layer 2 (RSTP)  [ correct me if I am wrong ] We have this scenario and we want to make possible to f...
by ploquets
Mon Jul 18, 2016 4:30 pm
Forum: Scripting
Topic: Creating folder on Backup FTP
Replies: 0
Views: 1341

Creating folder on Backup FTP

Hello, I've written a code to automatically backup our Routers with RouterOS running. So, the script simply backup, more code to help identify the backup, like from where, when it did the backup. But, when try to upload to the FTP, the folder structure need to be already there, otherwise it will fai...
by ploquets
Wed Jul 13, 2016 10:49 pm
Forum: Scripting
Topic: Help with retrieving /interface/wireless > scan data
Replies: 34
Views: 23534

Re: Help with retrieving /interface/wireless > scan data

2016 and we have nothing about this feature yet?

how to choose a clear channel if we can't see the other end remotely ?

Would be very very very very nice if Mikrotik Staff could implement something like this, but before the miraculous version 7 come out.
by ploquets
Thu Jul 07, 2016 5:50 pm
Forum: Scripting
Topic: Super Mario Theme
Replies: 49
Views: 66393

Re: Super Mario Theme

Beethoven - Für Elise :beep frequency=659 length=200ms; :delay 200ms; :beep frequency=622 length=200ms; :delay 200ms; :beep frequency=659 length=200ms; :delay 200ms; :beep frequency=622 length=200ms; :delay 200ms; :beep frequency=659 length=200ms; :delay 200ms; :beep frequency=494 length=200ms; :del...
by ploquets
Thu Jun 30, 2016 12:25 am
Forum: Scripting
Topic: Music to my ears
Replies: 3
Views: 5474

Re: Music to my ears

Beethoven - Für Elise :beep frequency=659 length=200ms; :delay 200ms; :beep frequency=622 length=200ms; :delay 200ms; :beep frequency=659 length=200ms; :delay 200ms; :beep frequency=622 length=200ms; :delay 200ms; :beep frequency=659 length=200ms; :delay 200ms; :beep frequency=494 length=200ms; :del...
by ploquets
Wed Jun 22, 2016 5:03 pm
Forum: Scripting
Topic: Meaning of :pick parameters for strings?
Replies: 6
Views: 11237

Re: Meaning of :pick parameters for strings?

Use ":len $str" as a 3rd argument, or in your particular example: :foreach limited in=[/queue simple find max-limit~"1024k"] do={ :local customerusername [/queue simple get $limited name] :put [:pick $customerusername 8 [:len $customerusername]] } Nice! Thanks.... sure, that log...
by ploquets
Thu Jun 09, 2016 12:44 am
Forum: Forwarding Protocols
Topic: VPLS Tunnel won't pass traffic using OSPF NSSA
Replies: 2
Views: 1967

Re: VPLS Tunnel won't pass traffic using OSPF NSSA

You need loopback address distributed to NSSA area from backbone. Otherwise VPLS tunnel will not be able to establish. Either you change area to default or set translate-always and inject-summary-lsa. Hello. Please, could you tell me where do I need to translate? I'm on same scenario, trying to est...
by ploquets
Wed Jun 08, 2016 5:27 pm
Forum: The Dude
Topic: The Dude, v6.36rc test builds.
Replies: 112
Views: 33208

Re: The Dude, v6.36rc test builds.

Hello. Here we are used to use The Dude as we think its an awesome network monitoring tool. One little thing is really annoying me, which is monitoring BGP Routers. When we enable the RouterOS checkbox, all those routes (more then 1.2 million) would be read by The Dude. If I enable SNMP, this also o...
by ploquets
Fri Jun 03, 2016 4:11 pm
Forum: Scripting
Topic: Meaning of :pick parameters for strings?
Replies: 6
Views: 11237

Re: Meaning of :pick parameters for strings?

Is it possible to pick from a point to the end?

more likely this:
:foreach limited in=[/queue simple find max-limit~"1024k"] do={
:local customerusername [/queue simple get $limited name]
:pick [ $customerusername 8 to end ] }

???
Thanks!
by ploquets
Thu May 12, 2016 9:12 pm
Forum: General
Topic: x86 Mikrotik on ESXi v5.5 Loses all network Connectivity
Replies: 1
Views: 1269

Re: x86 Mikrotik on ESXi v5.5 Loses all network Connectivity

I'm having exactly the same issue. How did you solve it?

Only way to put the x86 back on track is by doing a reboot.
by ploquets
Fri May 06, 2016 3:45 pm
Forum: Announcements
Topic: hAP lite
Replies: 391
Views: 239359

Re: hAP lite

Is it possible to implement a better antenna ? By opening and weld a 5dbi antenna for example?
by ploquets
Sat Apr 23, 2016 6:24 pm
Forum: General
Topic: Problem with /ip firewall filter find
Replies: 3
Views: 4469

Re: Problem with /ip firewall filter find

I'm sorry for rising this thread, but my problem is similar to this. I'm build a script to change firewall script already installed and working on our customers CPEs. What I want is to find and remove by script NAT rules that would match the action=masquerade Would that be possible? I've tried with:...
by ploquets
Wed Apr 20, 2016 5:11 pm
Forum: The Dude
Topic: CHR 6.34rc45 + dude import not working
Replies: 28
Views: 11228

Re: CHR 6.34rc45 + dude import not working

Hello, any news about that? My backup file has 29.3MB. I've made a VACUUM before exporting the database file. It shows me after importing: [admin@CHR] /dude> print enabled: no data-directory: dude status: import done and then i did: /dude set enabled=yes now when I do a /dude print it shows me: enab...
by ploquets
Wed Feb 24, 2016 4:39 pm
Forum: General
Topic: Sample QoS with PCQ for RouterOS 6
Replies: 3
Views: 7886

Re: Sample QoS with PCQ for RouterOS 6

I didn't see many examples fro RouterOS 6 so I thought I could share mine. We've been testing this configuration for a month and seems to do its job. It was tested on a RB2011 with WAN on eth1, and different LANs on the rest of the interfaces (eth2 - 192.168.2.0/24 ...) If you detect any mistake or...
by ploquets
Wed Feb 24, 2016 3:44 pm
Forum: General
Topic: PCQ Examples in Mikrotik Wiki - parent=global-in/out and Question about PCQ itself
Replies: 3
Views: 2173

Re: PCQ Examples in Mikrotik Wiki - parent=global-in/out and Question about PCQ itself

Thank you, I've t´configured it! It works! 8) What a great feature!
Hello, would you please export your configuration ? Just to know how did you do it.
Thanks
by ploquets
Mon Feb 22, 2016 4:44 pm
Forum: Virtualization
Topic: Cloud Hosted Router
Replies: 579
Views: 275542

Re: Cloud Hosted Router

Is there any stable version for CHR ?
On mikrotik download page we can find a stable version, but, after installing, it recognizes as x86, which make our license invalid.

Thanks
by ploquets
Sun Feb 21, 2016 4:42 pm
Forum: Wireless Networking
Topic: Monitor CAPs Registration with The Dude
Replies: 1
Views: 1489

Re: Monitor CAPs Registration with The Dude

Any Ideas?
by ploquets
Tue Feb 16, 2016 7:18 pm
Forum: General
Topic: CCR1036-12G-4S - Mac learning SFP
Replies: 0
Views: 861

CCR1036-12G-4S - Mac learning SFP

Hello, we are trying to connect ourselves on a IXP, but they are telling us that our interface does not learn more than 60 MACs. Is there any way to get around that? Transceiver used is: Vendor Name: CISCO-SUMITOMO Vendor part Number: SCP6G44-C1-BMH I guess we don't have any Switches right now to do...
by ploquets
Tue Feb 16, 2016 4:13 am
Forum: Wireless Networking
Topic: CAPsMAN with multiple SSIDs/VLANs?
Replies: 10
Views: 17347

Re: CAPsMAN with multiple SSIDs/VLANs?

Please use CAPsMAN v2 and use vlan-id setting for each SSID (CAP interface). Then add a vlan interfaces on the ethernet/bridge interface on the CAPsMAN where the CAP boards are connected. This is for the local-forwarding. The datapath bridge option will only work if you use the full-forwarding and ...
by ploquets
Tue Feb 16, 2016 1:20 am
Forum: Wireless Networking
Topic: Monitor CAPs Registration with The Dude
Replies: 1
Views: 1489

Monitor CAPs Registration with The Dude

Hello everyone. Is it possible to "live" monitor wireless registration per CAP at the Device inside The Dude Map's? I'm trying to, but it seems that only the caps-manager has the ability to do that. I'm trying to use this function: [ros_command("caps-man registration-table print count...
by ploquets
Thu Feb 11, 2016 8:56 pm
Forum: The Dude
Topic: [The Dude] How to avoid notification if probe is not-available
Replies: 6
Views: 4206

[The Dude] How to avoid notification if probe is not-available

Hello! I'm trying to use The Dude and I've reached a trouble that I'm not capable to resolve by myself. The thing is, i'm monitoring voltage and temperature over our network, all devices that have this feature of report voltage and temperature, they are shown by the MAP and graphing. I guess the pro...
by ploquets
Mon Feb 08, 2016 12:22 am
Forum: Forwarding Protocols
Topic: Traffic Flow ( netflow) Autonomous system information
Replies: 48
Views: 30158

Re: Traffic Flow ( netflow) Autonomous system information

+1 for AS information on netflow!!!
by ploquets
Fri Jan 29, 2016 11:02 pm
Forum: Wireless Networking
Topic: CAPsMAN Local Forwarding problem!
Replies: 11
Views: 12901

Re: CAPsMAN Local Forwarding problem!

Problem solved!!! I use vlan in datapath section: In CAPsMAN: add client-to-client-forwarding=no local-forwarding=yes name=\ office_guest_local_vlan vlan-id=52 vlan-mode=use-service-tag add client-to-client-forwarding=no local-forwarding=yes name=\ office_royal_local_vlan vlan-id=1 vlan-mode=use-se...
by ploquets
Fri Jan 29, 2016 12:22 am
Forum: Wireless Networking
Topic: CAPsMAN with multiple SSIDs/VLANs?
Replies: 10
Views: 17347

Re: CAPsMAN with multiple SSIDs/VLANs?

Please use CAPsMAN v2 and use vlan-id setting for each SSID (CAP interface). Then add a vlan interfaces on the ethernet/bridge interface on the CAPsMAN where the CAP boards are connected. This is for the local-forwarding. The datapath bridge option will only work if you use the full-forwarding and ...
by ploquets
Thu Jan 28, 2016 6:46 pm
Forum: Wireless Networking
Topic: [SOLVED] CAPsMAN: Datapath VLAN assignment on Slave/VirtualAP possible?
Replies: 12
Views: 7850

Re: CAPsMAN: Datapath VLAN assignment on Slave/VirtualAP possible?

In the meanwhile i got it work. I use switch-chip feature for VLAN-Tagging and forgot to assign both VLAN's to switch_cpu "port". Now everything works fine. ;-) Thx for your assistance! eMuell I've read your configuration export, but, could you please teach me how to do it ? I'm not aware...
by ploquets
Tue Jan 12, 2016 1:46 pm
Forum: Virtualization
Topic: Cloud Hosted Router
Replies: 579
Views: 275542

Re: Cloud Hosted Router

I'm trying to use a CHR as PPPoE Server with Radius authentication. But every time a client reach a full traffic specified on queue... the CHR reboots. This happens specially when using a SpeedTest. If I kill the queue related to the PPPoE client, everything works OK. But then I cannot limit the cli...
by ploquets
Tue Jan 12, 2016 1:29 pm
Forum: Virtualization
Topic: Cloud Hosted Router
Replies: 579
Views: 275542

Re: Cloud Hosted Router

Making the OVF does work.Thanks!
by ploquets
Tue Jan 05, 2016 3:34 pm
Forum: Virtualization
Topic: Cloud Hosted Router
Replies: 579
Views: 275542

Re: Cloud Hosted Router

... datastore has a lot of free space). As far as cleaning up that datastore, you can right-click it and Browse and poke around to see what kind of files are taking up the space. It may be likely that your host is configured to use a different datastore for all VMs by default and it is just taken u...
by ploquets
Tue Jan 05, 2016 3:02 pm
Forum: Virtualization
Topic: Cloud Hosted Router
Replies: 579
Views: 275542

Re: Cloud Hosted Router

tried everything and keep getting this error error.jpg I'm getting same error here.... When installing routerOS..... almost done and it fails with same error: http://img.ctrlv.in/img/16/01/05/568bbe885352f.png http://img.ctrlv.in/img/16/01/05/568bbddd19843.png The error is while installing the OS (...
by ploquets
Wed Dec 02, 2015 10:20 pm
Forum: Forwarding Protocols
Topic: Tip about VPLS
Replies: 14
Views: 4781

Re: Tip about VPLS

You need to turn off propagate TTL in your MPLS settings. That will hide the internal hops Nick One thing I've notice... it seems to show hops only from LERs... but the LSRs are transparent if I uncheck the TTL Propagate. On my cenario, there is only one LSR between clients and border... so, only o...
by ploquets
Mon Nov 30, 2015 2:42 am
Forum: Forwarding Protocols
Topic: VPLS/MPLS via ospf in wireless network
Replies: 31
Views: 9283

Re: VPLS/MPLS via ospf in wireless network

1508 is however correct if you need to deliver full frames (1500) in a pppoe session inside of the vpls tunnel. Which is what the presentation was dealing with. Please, can you tell me: Whats the difference between "MPLS MTU" which is configure inside MPLS ? Will the ether's MTU interfere...
by ploquets
Mon Nov 30, 2015 12:40 am
Forum: Forwarding Protocols
Topic: Tip about VPLS
Replies: 14
Views: 4781

Re: Tip about VPLS

You need to turn off propagate TTL in your MPLS settings. That will hide the internal hops
Nick

Nice man!
That way works!

But, thinking about performace, will this work same way as making a VPLS tunel and concentrating PPPoE ?

What would you recommend ?

Thank you! Nice tip!
by ploquets
Sun Nov 29, 2015 12:03 am
Forum: Scripting
Topic: SNMP via Script?
Replies: 8
Views: 3208

Re: SNMP via Script?

I have found the solution yesterday, but thank you.
Yes it was only a test if he could send it, i thought that the router can receive them ;)
I have now installed a software on my computer to receiver the traps and it works.
How did you solve?
can you send me a snmp export?

Thanks!
by ploquets
Sat Nov 28, 2015 11:53 pm
Forum: The Dude
Topic: Netwatch probe.
Replies: 8
Views: 5460

Re: Netwatch probe.

Hello! I was searching about something like that... What I want to is: Monitor some external IP to see if everything is working OK [ I guess that I can create that by using netwatch] If I can't ping, send some kind of snmp trap to the dude server,so I can know that is a problem on that router. That ...
by ploquets
Sat Nov 28, 2015 5:51 pm
Forum: Forwarding Protocols
Topic: Tip about VPLS
Replies: 14
Views: 4781

Re: Tip about VPLS

You can stub the RFC1918 point-to-point area and advertise the loopback area.
What is a point-to-point area?
What's the point of implementing it?

Thanks !
by ploquets
Fri Nov 27, 2015 2:13 am
Forum: Forwarding Protocols
Topic: Tip about VPLS
Replies: 14
Views: 4781

Re: Tip about VPLS

But, how to make OSPF to advertise all /32 routes from PPPoE clients to the border and make client's traffic to flow thru the VPLS tunnel ? If you want to concentrate the PPPoE tunnels in a single point you will need VPLS tunnels. If you can have several PPPoE server in the network you can do "...
by ploquets
Wed Nov 25, 2015 5:45 pm
Forum: Forwarding Protocols
Topic: Tip about VPLS
Replies: 14
Views: 4781

Re: Tip about VPLS

And to make a job more complete, I was reading about making a L2 Tunnel using VPLS (I'm aware of some MTU configuration, jumbo frames and most common problems that we face by implement MPLS) to be able to reach the border router with 1 hop . You can do it merely enabling MPLS on every host. Well, b...
by ploquets
Tue Nov 17, 2015 5:36 pm
Forum: Forwarding Protocols
Topic: Tip about VPLS
Replies: 14
Views: 4781

Re: Tip about VPLS

We use VPLS when building networks for ISPs all the time for exactly that reason. Aside from being a great way to backhaul PPPoE from different locations to a common BRAS, it works very well if you have a customer that you want to hand off a full BGP table to. By building a VPLS pseudowire, you can...
by ploquets
Tue Nov 17, 2015 1:26 pm
Forum: Forwarding Protocols
Topic: Tip about VPLS
Replies: 14
Views: 4781

Tip about VPLS

Hello guys, first post !!! and honestly, I'm kind of a beginner.... please be pacient Well, people exchange knowledge and learn this way, so, I'm kindly asking for help :) We are a internet service provider: A brief about our infrastructure: -- Towers do not connect direct to each other, all towers ...