Community discussions

MikroTik App

Search found 10 matches

by eifLZ9D8zSwW
Tue Mar 26, 2024 9:16 pm
Forum: Scripting
Topic: Ansible 'expect' module like prompt response
Replies: 3
Views: 3317

Re: Ansible 'expect' module like prompt response

I was successfull wiht this, if anyone has the same problem: - name: Confirm License if needed ansible.netcommon.cli_command: command: "sshpass -p {{ ansible_ssh_pass }} ssh -o StrictHostKeyChecking=no {{ ansible_user }}@{{ ansible_host }}" prompt: Do you want to see the software license\?...
by eifLZ9D8zSwW
Sun Mar 24, 2024 1:14 pm
Forum: Scripting
Topic: Ansible 'expect' module like prompt response
Replies: 3
Views: 3317

Re: Ansible 'expect' module like prompt response

Hello, i am struggling with sth similar. After resetting CHR to defaults any new cli shell prompts "Do you want to see the software license?". I need to answer N with Ansible. But its not working. - name: testExpect expect: command: "sshpass -p {{ ansible_ssh_pass }} ssh -o StrictHost...
by eifLZ9D8zSwW
Mon Dec 18, 2023 12:46 pm
Forum: General
Topic: Dot1x and server-fail-vlan-id
Replies: 0
Views: 1356

Dot1x and server-fail-vlan-id

Hello, I get unexpected behavior with Dot1x + server-fail-vlan-id on wired network. My setup is following: freeradius server is down authenticator is CRS326, RouterOS v7.13 only dot1x Auth type is enabled ( no mac auth) supplicant is Windows 10, IEEE802.1X enabled, Fallback to unauthorized network a...
by eifLZ9D8zSwW
Wed Feb 08, 2023 9:37 pm
Forum: Forwarding Protocols
Topic: ROSv7.2.1 RIP Configuration [SOLVED]
Replies: 8
Views: 15558

Re: ROSv7.2.1 RIP Configuration [SOLVED]

Hi,
I would like to ask if normal (not redistribution) route advertisement is on road map in near future.
thank you
by eifLZ9D8zSwW
Tue Sep 11, 2018 8:27 pm
Forum: Announcements
Topic: v6.43 [current] is released!
Replies: 147
Views: 74608

Re: v6.43 [current] is released!

Hi, I have some problem with fetch tool (ftp). Since I upgraded from 6.42.5 to 6.42.7 (on 6.43 it's still the same) my backup script isn't working. The fetch tool opens tcp conenction to ftp server and create files with 0bytes size, then timeout. I read the release notes but I haven't found anything...
by eifLZ9D8zSwW
Mon Feb 12, 2018 3:17 pm
Forum: General
Topic: IKEv2 and EAP Radius - No accounting records
Replies: 18
Views: 6892

Re: IKEv2 and EAP Radius - No accounting records

Hi, I have set up IKEv2 server running on my Mikrotik 6.40.1 with authentication done by EAP passthrough to a RADIUS server which works fine except that no RADIUS Accounting records are ever sent from the Mikrotik to the RADIUS server; I only see the Auth requests. I know accounting works because i...
by eifLZ9D8zSwW
Mon Feb 12, 2018 11:38 am
Forum: Announcements
Topic: v6.41.2 [current]
Replies: 124
Views: 55190

Re: v6.41.2 [current]

Mikhail73 - Please send supout file from your router to support@mikrotik.com. In best case scenario provide two files - one from 6.41.2 and one from 6.41.1 where everything works just fine. This version does not have any wireless fixes; CZFan - Does reboot free up some space on your router? eifLZ9D...
by eifLZ9D8zSwW
Sun Feb 11, 2018 6:26 pm
Forum: Announcements
Topic: v6.41.2 [current]
Replies: 124
Views: 55190

Re: v6.41.2 [current]

Hi, RB750Gr3 went to bootloap :-( I upgraded from 6.41.1, routerboard 6.41.1. I did it via System -> packages -> check for updates. I managed to fix it with, however I am not sure what was the solution-trigger: 1) poweroff 2) press reset button, power on 3) keep the reset button pressed for 300 seco...
by eifLZ9D8zSwW
Fri Mar 17, 2017 12:00 am
Forum: General
Topic: RB750Gr3 - ssh bug?
Replies: 0
Views: 667

RB750Gr3 - ssh bug?

Hi Mikrotik team, I might have found an issue with ssh keysize -> routeros crash. RB750Gr3 ros v6.38.5, firmware 3.35 terminal-> ip ssh set strong-crypto=yes set host-key-size=8192 regenerate-host-key then I did soft reboot (system->reboot) and system didn't come up. Reset button didn't help. Only t...
by eifLZ9D8zSwW
Sat May 30, 2015 10:40 am
Forum: General
Topic: auto upgrade error
Replies: 0
Views: 586

auto upgrade error

Hello, could you point what is wrong here? I cant autor upgrade my mikrotik. when I upgrade it manually it works. (copy package into router and then reboot). I have RB750, in winbox when I go to system> packages > check for update it shows me following: check.png No idea why.... Here is other info a...