Community discussions

MikroTik App

Search found 8 matches

by panosdoulkaris
Sun Jul 31, 2022 1:03 pm
Forum: General
Topic: SSH Keys not working from Mikrotik to Mikrotik
Replies: 5
Views: 1316

Re: SSH Keys not working from Mikrotik to Mikrotik

on my testing, when you have an active ssh connection already the ssh-key (no password) will work fine. But when i close the active connection the ssh-key will not work and will then ask for password or have this error failure: authentication failure Thank you for testing and finding the behavior o...
by panosdoulkaris
Tue Jun 28, 2022 9:19 pm
Forum: General
Topic: SSH Keys not working from Mikrotik to Mikrotik
Replies: 5
Views: 1316

SSH Keys not working from Mikrotik to Mikrotik

Yesterday i spent at least 4 hours of testing without figuring out why it`s not working. Tested with 6.48.6 LTS, 6.49.6 stable, 6.47.10 LTS Tried with generated ssh keys with openssh on debian (with -m PEM) and also with export from mikrotik host keys created group on both (SSH_Admin) policy: ssh, r...
by panosdoulkaris
Thu Feb 04, 2021 9:45 am
Forum: Scripting
Topic: Is Find and Replace Possible? [SOLVED]
Replies: 4
Views: 3464

Re: Is Find and Replace Possible? [SOLVED]

Thats even more great because you can do this with just a line of code instead of adding the same script. Thank you very much!
by panosdoulkaris
Mon Feb 01, 2021 2:29 pm
Forum: Scripting
Topic: Is Find and Replace Possible? [SOLVED]
Replies: 4
Views: 3464

Re: Is Find and Replace Possible? [SOLVED]

You are the best!!! it perfectly works!!! Just to understand what you just did: #Get Note local note [sys note get note] #Put note (can be removed) put $note #Find where is Base-Config (in my example character 15) local baseconfigPosition [find $note "Base-Config"] #Set to pre (from note c...
by panosdoulkaris
Mon Feb 01, 2021 12:44 pm
Forum: Scripting
Topic: Is Find and Replace Possible? [SOLVED]
Replies: 4
Views: 3464

Is Find and Replace Possible? [SOLVED]

Hi all! Im looking to figure out a way to find and replace strings inside /system note im making scripts for configuration updates and it works but the only problem is versioning. right now i have a note e.g. Router Mode - Base-Config=V1.5 - VPN=V1.8 - etc,etc.... i want to find a way when i update ...
by panosdoulkaris
Thu Aug 06, 2020 12:10 pm
Forum: General
Topic: Webfig Skin broken by BUG
Replies: 2
Views: 1275

Webfig Skin broken by BUG

Hello. After struggling many days with skins to make it work i figure out what is happening. My problem is that when i hide some elements the skin is broken and goes back to default. I found that this is happening when you make any change to system>script>Don't require permissions! json file recogni...
by panosdoulkaris
Wed Jun 03, 2020 2:11 am
Forum: General
Topic: Limit-at exceeds available bandwidth
Replies: 1
Views: 659

Limit-at exceeds available bandwidth

Hello everyone! I have a question i can`t find answer neither on forum or wiki. On QoS i have more than 50 rules and on all i have set limit-at. The last 2 days i found that my ISP some times have a big reduction from 198Mbps to 173Mbps (SpeedTest). The question is... What happens if sum of all limi...
by panosdoulkaris
Sun May 17, 2020 11:54 am
Forum: General
Topic: Drop / Block Specific URL [SOLVED]
Replies: 1
Views: 2234

Drop / Block Specific URL [SOLVED]

Hello Everyone. I`m trying to block access (Drop) for a specific URL, but allow access for the rest of the domain. e.g. need to drop https:// example.com/page1 but allow the rest pages of example.com. I `ve tried from mangle prerouting with content or TLS host and it works as i enter the whole domai...