I have a problem when I try to paste to export of a configuration of one MikTik to another.
When I have
Code:Select all
add address=10.128.60.58 client-id=1:bc:8c:cd:b7:30:cd mac BC:8C:CD:B7:30:CD server=dhcp1
the terminal of the winbox autocompletes the commands beginning from the first letter :
the above results in
Code:Select all
add dd address=10.128.60.58 client-id=1:bc:8c:cd:b7:30:cd mac BC:8C:CD:B7:30:CD server=dhcp1
Trying
Code:Select all
a address=10.128.60.58 client-id=1:bc:8c:cd:b7:30:cd mac BC:8C:CD:B7:30:CD server=dhcp1
Code:Select all
add addressddress=10.128.60.58 client-id=1:bc:8c:cd:b7:30:cd mac BC:8C:CD:B7:30:CD server=dhcp1
I first saw it in 6.25.
Copying a complete configuration will get kind of exhausting with that.
THX