Friends,
We have 2 mikrotik boxes,
Box1-- wan ip 201.75.75.1
Lan ip 172.20.20.254
Box2-- Wan ip 172.20.20.252 (via PPPOE)
Lan ip 11.1.1.1
How can I access the box2 from out side the network via winbox. Thank you
I am not sure exactly how to do this?Forward port 8291 over an ssh tunnel to the outer box( 201.75.75.1)
Then you can use winbox by putting " localhost " in the addressbar of winbox
If your laptop etc is running linux go
ssh -L 8291:IP_OF_INSIDE_BOX:8291 admin@201.75.75.1
log in , leave that running , start up winbox and put
localhost
where you normally put the address in winbox.
Can you post the rule please. Does it go in the box1 or box2First, I would suggest you to change the LAN IP in the BOX 2, because it is a Public IP and it can create you problems if any of your clients wants to open a web site which has IP 11.1.1.2, if you want to access the second MT via winbox you should use dst-nat in order to achieve that.
Regards.
Faton
Hi,Use the PuTTY SSH windows client to do this. http://www.chiark.greenend.org.uk/~sgtatham/putty/
Open PuTTY, enter the destination address (your outside RouterOS ip address), but do NOT click the "Open" button to connect yet.
In the left options tree go to "Connection => SSH => Tunnels", enter "8291" in the "Source port" field. Then type "172.20.20.252:8291" in the "Destination" field. And make sure you click the "Add" button.
Now start your SSH connection (click "Open" in the lower right part of the PuTTY window).
After you have successfully authenticated your SSH session, you can start your WinBox, type in "localhost" in the Connect to: field with the correct username/password of your nat'd machine to log in with WinBox (tunneled via your SSH connection).