Community discussions

MikroTik App

Search found 6 matches

by mr.incredible
Thu Aug 19, 2021 2:02 pm
Forum: RouterOS beta
Topic: Consistency of command shortcuts
Replies: 8
Views: 1432

Consistency of command shortcuts

Something frustrating that has been happening on RouterOS is that the shortcut commands change when new commands are added. For example - RouterOS 6.47: [user@router] > /int br po pr Flags: X - disabled, I - inactive, D - dynamic, H - hw-offload # INTERFACE BRIDGE HW PVID PR PATH-COST INTERNA... HOR...
by mr.incredible
Thu Aug 19, 2021 1:46 pm
Forum: Scripting
Topic: ssh-copy-id for Mikrotik to add public key to authorized_keys
Replies: 3
Views: 6807

ssh-copy-id for Mikrotik to add public key to authorized_keys

Hi, I thought I would share this useful one-liner to copy your ssh key from Linux to RouterOS: (from https://stackoverflow.com/questions/68846248/how-can-i-add-my-ssh-public-key-to-a-mikrotik-router-device-using-the-command-li/68846249#68846249) ssh 192.168.88.1 "/file print file=mykey; file se...
by mr.incredible
Thu Aug 19, 2021 1:39 pm
Forum: Scripting
Topic: Physically Disable Ethernet Interface (from telnet/script)
Replies: 3
Views: 2439

Re: Physically Disable Ethernet Interface (from telnet/script)

Hurray. Every routerboard model I've used in the last 5 years now supports this. Thank you Mikrotik!
by mr.incredible
Thu Aug 19, 2021 1:37 pm
Forum: General
Topic: v5.5 bug: after ssh-keys password login via ssh is blocked
Replies: 28
Views: 12668

Re: v5.5 bug: after ssh-keys password login via ssh is blocked

I wish the guy that thought up this scheme could know how many hours of unnecessary wasted time he has caused to people all over the world.... and could compare it with how much time he saved people... which is probably none. BTW here's a oneliner to add your key to Mikrotik similar to ssh-copy-id: ...
by mr.incredible
Thu Apr 24, 2008 2:15 pm
Forum: General
Topic: Shut down / Physically disable ethernet interface
Replies: 1
Views: 1194

Shut down / Physically disable ethernet interface

Good day! Does anybody know if it is possible to physically shut down an ethernet interface on any of the RouterBoards? Simply doing: /interface disable ether1 Does not work! It only disables the interface in software, while the physical link still stays up. This feature would be really useful when ...
by mr.incredible
Thu Apr 24, 2008 2:11 pm
Forum: Scripting
Topic: Physically Disable Ethernet Interface (from telnet/script)
Replies: 3
Views: 2439

Physically Disable Ethernet Interface (from telnet/script)

Hi All! I have a unique problem. A client's routers only support fail-over routing if the actual physical link is disabled. Simply doing "/interface disable ether1" only disables the software portion of the link (ie the lights and physical link still stays up.) I am sure there is a RouterB...