Does anyone use this feature or anybody have a guide for it? I am trying to connect the serial interface on a battery charge controller to a RB433 at a remote location to monitor the charging and I am having no success properly setting up the remote access. It also appears the get feature is broken if I do a /port remote-access get “anything” it returns nothing, and if I attempt to set the local-address portion it shows nothing under print but if I do an edit it shows the address I set.
you can use “special login” to assign direct access of a serial port, to a special RouterOS user. When that user will connect via telnet to this router, he will be forwarded to the serial port
[admin@MikroTik] /special-login>
It is possible to create a user that will be redirected to a serial port instantly after he/she logs in
.. -- go up to root
add -- Create a new item
edit --
export -- Print or save an export script that can be used to restore configuration
find -- Find items by value
get -- Gets value of item's property
print -- Print values of item properties
remove -- Remove item
set -- Change item properties
Apart from that “/port remote-access” does work for me. Had it working in several different scenarios quite well.
There was a bug regarding the accepted ip address range (source ip filter), but that was fixed several versions back…
i have a similar problem, but in other direction.
The router is connected with a 868 Mhz USB Modul from Amber Wireless.
This is already working, the device is USB4.
When the amber modul receive a signal it should be forwarded over TCP/IP to a Server.
Is there any solution ?