Quantcast
Channel: MikroTik
Viewing all articles
Browse latest Browse all 15434

Beginner Basics • 7.14.2 Port Forwarding

$
0
0
Hello all,

I used to have a hAP lite on 6.49.2 and upgraded to hAP ac^2 on 7.14.2.

The simple port forwarding from here used to work just fine ->https://help.mikrotik.com/docs/display/ ... forwarding
but now I cannot make it work on the new router....

I have tried many things and still cannot find what I am missing...
Is there anything on the on 7.14.2 that I am missing?
I have just used the default config and nothing more so far.

Here is the Filter Rules and NAT configuration

Filter Rules
Code:
0  D ;;; special dummy rule to show fasttrack counters      chain=forward action=passthrough  1    ;;; defconf: accept in ipsec policy      chain=forward action=accept log=no log-prefix="" ipsec-policy=in,ipsec  2    ;;; defconf: accept out ipsec policy      chain=forward action=accept log=no log-prefix="" ipsec-policy=out,ipsec  2    ;;; defconf: accept out ipsec policy      chain=forward action=accept log=no log-prefix="" ipsec-policy=out,ipsec  3    ;;; defconf: fasttrack      chain=forward action=fasttrack-connection hw-offload=yes       connection-state=established,related log=no log-prefix=""  4    ;;; defconf: accept established,related, untracked      chain=forward action=accept       connection-state=established,related,untracked log=no log-prefix=""  5    ;;; defconf: drop invalid      chain=forward action=drop connection-state=invalid log=no log-prefix=""  6    ;;; defconf: drop all from WAN not DSTNATed      chain=forward action=drop connection-state=new       connection-nat-state=!dstnat in-interface-list=WAN log=no log-prefix=""  7    chain=input action=accept protocol=icmp log=no log-prefix=""  8    chain=input action=accept connection-state=established log=no log-prefix="> 9    chain=input action=accept connection-state=related log=no log-prefix="" 10    chain=input action=drop in-interface-list=!LAN log=no log-prefix=""
NAT
Code:
 0    ;;; defconf: masquerade      chain=srcnat action=masquerade out-interface-list=WAN       ipsec-policy=out,none  1    ;;; Internal      chain=dstnat action=dst-nat to-addresses=192.168.0.170 to-ports=9999       protocol=tcp in-interface-list=WAN dst-port=9999 
Any idea will be appreciated!
Thanks!

Statistics: Posted by antricos — Thu Apr 04, 2024 9:18 pm



Viewing all articles
Browse latest Browse all 15434

Trending Articles