Hello, I want to manahe my Mikrotik router from external locate.
I want to change thw port number to 8080.
How could I add a firewall rule to do it?
I try with nat and firewall filters bit nothing.
Could yoy help to configure it?
Best regards.
Hello, I want to manahe my Mikrotik router from external locate.
I want to change thw port number to 8080.
How could I add a firewall rule to do it?
I try with nat and firewall filters bit nothing.
Could yoy help to configure it?
Best regards.
do you want access to RouterBoard on web ?
do you have a IP Public?
Hello,
Yes, I want to access to RB from web.
I have a public IP.
Regards.
IP Public set on RB or DSL Modem ?
is active www in IP Service Menu?
Public IP in RB.
www is active in Service Menu.
what is IP Public and www Port ?
I want to use 8080 port from external, it works in 80 port in LAN.
Regards.
Change www Port to 8080 in Service Menu
Add the following command.
/ip firewall nat
add chain=dstnat dst-address=Local-IP-RB dst-port=80 protocol=tcp action=dst-nat to-addresses=Local-IP-RB to-port=8080
Thanks again.
But I can not change the Service port, I want to access from port 80 by LAN and from 8080 port by WAN.
Best regards.
/ip firewall nat
add chain=dstnat dst-address=Public-IP-RB dst-port=8080 protocol=tcp action=dst-nat to-addresses=Public-IP-RB to-port=80
Thanks!
I did it this way:
/ip firewall nat add action=dst-nat chain=dstnat dst-port=8080 protocol=tcp to-ports=80
Best regards.
Change from
Ip service, in www
Change to 8080 apply ok
Now open browser
Write your public ip address with :8080 like
X. X. X. X:8080
Thanks!
It works too.
Best regards.
You welcome my friend
Regards