Hello everyone,
As I wish acceded to my external server I arrive at the router interface
My problem domaine.dtdns.net → 192.168.1.1 (router)
Like for example I bit to ensure that domaine.dtdns.net → 192.168.1.160 (server)?
Thank you in advance
Hello,
This example is good ?
http://forum.mikrotik.com/t/ddns-without-internet-forward/94753/1
Exemple :
/ip firewall nat
add chain=dstnat dst-address-type=local dst-address=!192.168.0.0/16 action=jump jump-target=pinholes
add chain=pinholes protocol=tcp dst-port=22 action=dst-nat to-address=192.168.1.160 (IP Router)
add chain=pinholes protocol=tcp dst-port=25 action=dst-nat to-address=192.168.1.160 (IP Router)
add chain=pinholes protocol=tcp dst-port=80,443 action=dst-nat to-address=192.168.1.160 (IP Router)
add chain=pinholes protocol=tcp dst-port=5000,5001 action=dst-nat to-address=192.168.1.160 (IP Router)
Hello,
I apply the above rules and it works
Thank you
Hello,
I just noticed one thing
Since I apply the rules above but now can not accessed the router via its internal IP
Do you know if that little happened ?
Thank you
False alarm, this area of work