Community discussions

MikroTik App

Search found 13 matches

by wirSeefahrer
Wed Nov 15, 2023 11:18 pm
Forum: Scripting
Topic: Gandi LiveDNS script DDNS
Replies: 3
Views: 3677

Re: Gandi LiveDNS script DDNS

I've updated the script to make it work with the current version of the API and stored it in a public Github repository. Please feel free to create a PR to keep it updated in the future. https://github.com/smangels/mikrotik-sc ... record.rsc
by wirSeefahrer
Fri Aug 16, 2019 12:08 am
Forum: RouterBOARD hardware
Topic: RB5011
Replies: 40
Views: 22847

Re: RB5011

As a software developer I would rather prefer continuous delivery of new features. Let Mikrotik focus on rock-solid basic feature sets and enabling step by step more sophisticated features.
by wirSeefahrer
Thu Jan 11, 2018 2:31 am
Forum: General
Topic: How to NAT based on the https site requested
Replies: 10
Views: 2710

Re: How to NAT based on the https site requested

Maybe you could make use of an layer 7 firewall filter using a regular expression matching your subpage syntax?
by wirSeefahrer
Thu Jan 11, 2018 2:30 am
Forum: General
Topic: How to NAT based on the https site requested
Replies: 10
Views: 2710

Re: How to NAT based on the https site requested

Maybe you could make use of an layer 7 firewall filter using a regular expression matching your subpage syntax?
by wirSeefahrer
Mon Jan 08, 2018 1:06 am
Forum: Scripting
Topic: how to launch a basic script
Replies: 4
Views: 1085

Re: how to launch a basic script

Don't use username and password. Make use of a SSH key instead. The public key of your generated key pair should be imported into the Mikrotik router. Ensure that you're using the right version of such a key pair. I suppose that Mikrotik just supports RSA keys. But that might be an misunderstanding....
by wirSeefahrer
Fri Jan 05, 2018 11:45 am
Forum: Scripting
Topic: how to launch a basic script
Replies: 4
Views: 1085

Re: how to launch a basic script

SSH -p <port> <user>@<host> 'mikrotik command'
by wirSeefahrer
Sat Dec 30, 2017 10:24 am
Forum: General
Topic: filter port range
Replies: 3
Views: 1178

Re: filter port range

Hi, A more elegant solution would be using PPPOE profiles. Such a profile can later be assigned to each and every individual (PPPoE secret) and ensures that the clients will end up in their own IP subnets each with their own firewall rules. I hope that this will clarify my proposed solution. /ppp pr...
by wirSeefahrer
Tue Dec 26, 2017 10:08 am
Forum: Scripting
Topic: Scheduling a task to start X mins/hours from now (not interval)
Replies: 5
Views: 3723

Re: Scheduling a task to start X mins/hours from now (not interval)

You could create a scheduled task using SSH and generate the due date based on the local clock. Furthermore you have to create another scheduled task the removes the first one let's say 1min after the first one has been executed. Should be fairly straightforward
by wirSeefahrer
Tue Dec 26, 2017 9:19 am
Forum: General
Topic: filter port range
Replies: 3
Views: 1178

Re: filter port range

Put all three clients into their own subnet or use the option to put them into their own addresslist. Once this is done filtering a port range will be very simple.

Skickat från min D5803 via Tapatalk

by wirSeefahrer
Mon Oct 16, 2017 2:28 pm
Forum: General
Topic: Service Ports, SIP Direct Media, SDP
Replies: 10
Views: 17195

Re: Service Ports, SIP Direct Media, SDP

I just gave a presentation on SIP ALG at the Mikrotik MUM in Denver Colorado 2017 explaining everything about SIP ALG in RouterOS
watch here:
https://youtu.be/tM7wyKdnIKA
Do you see a need for improving the related article in wiki@Mikrotik?
by wirSeefahrer
Fri Sep 15, 2017 2:55 pm
Forum: General
Topic: Backup mikrotik configurations
Replies: 10
Views: 4459

Re: Backup mikrotik configurations

Hi folks, what I usually do is creating the backup configuration files, downloading them to my local machine. Once this is done I'll strip the very first line containing the time stamp (this makes the files ready for the diff process in GIT, otherwise they will always change). Then I rename them so ...
by wirSeefahrer
Tue Jul 26, 2016 3:53 pm
Forum: Beginner Basics
Topic: Get the Mac Address of the current user through Terminal
Replies: 1
Views: 832

Re: Get the Mac Address of the current user through Terminal

You could open a terminal session using SSH and print the DNS leases using a filter that takes your local IP as an argument.

Using an SSH key with limited access rights and no passphrase, this could be automated as a script in the terminal.
by wirSeefahrer
Tue Jul 26, 2016 12:59 pm
Forum: General
Topic: Feature request - DNSCrypt support...
Replies: 173
Views: 80708

Re: Feature request - DNSCrypt support...

+1 for DNSCrypt

That would be a really great feature to have even in countries like Sweden. :-)