Community discussions

MikroTik App
 
evilheart
newbie
Topic Author
Posts: 47
Joined: Thu Jul 02, 2015 9:41 pm

port forwarding help

Fri Sep 29, 2017 2:19 am

hi all
i change service port www > 8088
then add nat
chain=dstnat action=dst-nat to-ports=8088 protocol=tcp dst-port=8088 log=no 
      log-prefix=""
but my ip:8088 website not working

so can anyone give me solution?

i open also Cloud and try DNS Name website:8088
not work also
[admin@UserIP] /ip cloud> print
    ddns-enabled: yes
     update-time: yes
  public-address: 220.247.161.20
        dns-name: 661805c47c3a.sn.mynetname.net
          status: updated
         warning: DDNS server received request from IP 220.247.161.20 but your 
                  local IP was 192.168.1.219; DDNS service might not work.
[admin@UserIP] /ip cloud> 
 
evilheart
newbie
Topic Author
Posts: 47
Joined: Thu Jul 02, 2015 9:41 pm

Re: port forwarding help

Fri Sep 29, 2017 8:06 pm

help anyone?

i need access my mikrotik other network 8088 port
 
User avatar
pcunite
Forum Guru
Forum Guru
Posts: 1351
Joined: Sat May 25, 2013 5:13 am
Location: USA

Re: port forwarding help

Fri Sep 29, 2017 10:05 pm

I need to access my mikrotik over network port 8088
Look under IP / Services
 
User avatar
BartoszP
Forum Guru
Forum Guru
Posts: 3095
Joined: Mon Jun 16, 2014 1:13 pm
Location: Poland

Re: port forwarding help

Fri Sep 29, 2017 10:39 pm

 
evilheart
newbie
Topic Author
Posts: 47
Joined: Thu Jul 02, 2015 9:41 pm

Re: port forwarding help

Sat Sep 30, 2017 12:54 am

I need to access my mikrotik over network port 8088
Look under IP / Services
IP Services already change 80 to 8088
local network work but other network not working

here is my nat code
/ip firewall nat add chain=dstnat dst-port=8088 action=dst-nat protocol=tcp to-address=10.10.1.1 to-port=8088
 
User avatar
ZeroByte
Forum Guru
Forum Guru
Posts: 4047
Joined: Wed May 11, 2011 6:08 pm

Re: port forwarding help

Tue Oct 03, 2017 10:22 pm

If you move the service port to something nonstandard, then you don't need to make any dstnat rules for this. Just make sure that the input chain of the firewall filters will allow this connection from the WAN interface. Preferably, limit this to certain remote IP addresses if your remote location is known.