really neeeeeeeeed your help

hi every one
i installed mikrotik version 5.2
and i need to make a simple remote accsess to mikrotik ,
so i can mangment the users from my laptop throught the internet
how can i make this ?!
please need your help

use winbox to connect to the router from any place, there is nothing special to confiure

I’m not sure what you’re asking, but point your browser and/or winbox to the IP address and you’re in your router.

If you’re referring to port forwarding do you can reach a server inside your network, try this:

/ip firewall nat
add action=dst-nat chain=dstnat comment=portfwd disabled=no dst-address=com.ca.st.ip \
   dst-port=8734 protocol=tcp to-addresses=192.168.0.250 to-ports=22
add action=dst-nat chain=dstnat comment=portfwd disabled=no dst-address=com.ca.st.ip \
   dst-port=3727 protocol=tcp to-addresses=192.168.0.250 to-ports=80

The first rule allows me ssh access, the second web access. I have other rules (I can access about 20 different things from outside my network, assuming I can remember the port numbers I assigned to them). :slight_smile:

can you describe more than this about winbox ,what configuration shoulb be done?? so i can accsess the mikrotik server from outside
thanks

http://wiki.mikrotik.com/wiki/Manual:Winbox

thanks troy for you answer but,
i mean that i want to access the mikrotik server form outisde not from la lan netwrork
can you give me a solution like a static ip as example and how to make this
thanks

@ MikroTik Support
i think you didn’t understand me ,i know more about this manual
but my question is how i can access my mikrotik server from another city
can i use a static ip or any thing like this or make a certain configuration in the mikrotik?
and i’m sorry for my many question
thanks for your concern

yes, winbox is meant to do exactly what you ask. connect to the MikroTik RouterOS device, and adjust it’s configuration. There is no special configuration involved. Just enter the router’s IP address in Winbox and connect from anywhere

okay i tried what did you tell me
i entered the ip 192.168.1.64
and user name and password but
it gave me a message (colud not fetch index from 192.168.1.64 (port 80 disconnected )

192.168.1.64 ← is this the router’s public IP address, or are you connecting from the LAN? Make sure you are using a new RouterOS version.

i use version 5.2
and my IPs is for Ethernet 1 (192.168.1.64 ) >> for wan
Ethernet 2 (10.0.0.2 ) >> for lan (users)



and my Gateway in the router is 192.168.1.1

did you mean public ip equale to real ip ? and i should use this real ip to connect to the winbox from outside ???

192.168.1.64 is definitely not a public IP, you will have to contact your ISP how to connect to your devices. This is beyond the control of your router.

okay i began to understand you
so i have to call my ISP and dedicated a static ip,because every time i connect throught the internet my real ip changed ,so i must have a fixed public ip .right ?

you must either ask for a real ip for your router, or organize some other way with the ISP

i get my real ip and i is 41.237.60.98 and it give me the same meesage port 80 disconnected
:frowning:

what happens if you type that IP address in your web browser?

That is a tplink router, with default user/pass, you should be firewalling that asap

but what you need to do is put the tplink device into bridge and have the routerboard initiate the ppp session

@ MikroTik Support
when i put this ip i can enter throught this router easily

if you see something like in this image, then click on WEBFIG to configure your MikroTik RouterOS device:
Capture.JPG