Hi,
I am trying to set a port forwarding rule but don’t want to work and i don’t know why.
The configuration of the firewall is :
/ip firewall filter
add action=accept chain=input disabled=yes in-interface=ether1-gemenii log=yes
add action=accept chain=input comment="accept ICMP" protocol=icmp
add action=accept chain=input comment="accept establieshed,related" connection-state=established,related
add action=accept chain=input comment="Allow WinBox from outside - Gemenii" dst-port=8291 in-interface=ether1-gemenii protocol=tcp
add action=accept chain=input comment="Allow WinBox from outside -telekom" dst-port=8291 in-interface=ether2-telekom protocol=tcp
add action=accept chain=input comment="Allow HTTP from outside" disabled=yes dst-port=80 in-interface=ether1-gemenii protocol=tcp
add action=accept chain=forward comment="accept established,related" connection-state=established,related log=yes log-prefix=filter_Rules
add action=fasttrack-connection chain=forward comment=fasttrack connection-state=established,related
add action=drop chain=input comment="drop all from WAN" in-interface=ether1-gemenii
add action=drop chain=forward comment="drop invalid" connection-state=invalid
add action=drop chain=forward comment=" drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface=ether1-gemenii
/ip firewall nat
add action=masquerade chain=srcnat src-address=192.168.1.0/24
add action=dst-nat chain=dstnat dst-port=1122 in-interface=ether1-gemenii protocol=tcp to-addresses=192.168.1.11 to-ports=22
add action=dst-nat chain=dstnat dst-port=8006 in-interface=ether1-gemenii protocol=tcp to-addresses=192.168.1.11 to-ports=8006
add action=dst-nat chain=dstnat dst-port=43 in-interface=ether1-gemenii protocol=tcp to-addresses=192.168.1.11 to-ports=43
I figure out the router receive SYN and nothing happen ..