/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
can you describe more than this about winbox ,what configuration shoulb be done?? so i can accsess the mikrotik server from outsideuse winbox to connect to the router from any place, there is nothing special to confiure
thanks troy for you answer but,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:
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).Code: Select all/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
well, from what i saw of your network, at the moment you have a tplink modem/router, which is currently doing the authentication with your isp. you should put the tplink into "bridge mode" and then in the routerboard setup a ppp connection, that way the routerboard will have the public ip and be the edge router for that site. The tplink modem is handing out private addresses, which are not routable (nat) to the internet, this means that you cannot directly access a device behind it without port forward and such. You ideally want the mikrotik doing that@ jtroy
my router is Tplink
and i make a disable to my firewall
can you explain more about PPP??
thanks
What he said is absolutely correct, ("pppoe client" connection on the mikrotik, tplink in bridge mode) and if you additionally create a pptp server on the mikrotik with a secret, using windows vpn you can then get whole network remote access(which is nice).well, from what i saw of your network, at the moment you have a tplink modem/router, which is currently doing the authentication with your isp. you should put the tplink into "bridge mode" and then in the routerboard setup a ppp connection, that way the routerboard will have the public ip and be the edge router for that site. The tplink modem is handing out private addresses, which are not routable (nat) to the internet, this means that you cannot directly access a device behind it without port forward and such. You ideally want the mikrotik doing that
I would have a static IP from your ISP but if not possible get a dyn dns account setup and the client running on a device within your local network. Using one of the many dyn dns providers you can then access your site via a fully qualified dns name.
moving on to the setup>>
1. setup your modem to be in bridged mode. This will mean that your mikrotik will do the pppoe authentication.
2. start winbox, under interfaces, setup a pppoe client with your ISP supplied user/pass
3. setup dhcp client on the pppoe interface
4. setup your firewall rules
5. for the inbound mikrotik ports, setup inbound tcp/8291 for input on the inbound interface of pppoe client.
read up on 'port knocking' as this can be used to open the requires port up on the fly which will lock down the management port when you need it. Also disable your default logon account and create a unique username/password.
talk to your local mikrotik company you purchased from for help. They may redirect you to a local consultant if you are happy to pay for local help.
mikrotik takes a while to get used to as its so feature rich. Not for people who wants a simple tick the box setup.
Wayne
-Australia-