RB333 port forwadring general problem

Hi there

I have one big problem, my Mikrotik does not whant ot forward any of my ports to server in local.

Have link on interface Link with ppoeout conection to 5Ghz via provider.
On Tplink660 have hotspot on 2.4.

and with other utp ports I have dhcp server.
Everything working fine, have masquarade and nat eabled. But I can not forvard from my static public IP address to my local adress.

My static adres 195.252.x.x and when I open it I see mikrotik web admin so I change a port to 81 because I have server on eth1 to local ip address on 192.168.1.8, ip address form POE eth1 from mukrotik and server working in local but does not whant to complet it to forward on public address.

Ian I also tyied to configure in Firewall / nat rule

in interface to be eth1
out interface to be link

or any other combination like

in interface to be link
out interface to be eth1

or

in interface to be ppoeout
and out eth1

but it does not work, also tryied any combination for destination and source ip to make diffrent to rechange places of static ad local ip

but it does not work again.

static 195.252.x.x
eth1 dhcp assigned to server 192.168.1.8

need port forward on any ports 80, 23, 25, 110

PLEASE HELP
winbox4.jpg
winbox3.jpg
winbox2.jpg

/ip firewall nat
add action=dst-nat chain=dstnat comment="redirect to webserver" disabled=no dst-address=195.252.116.xxx dst-port=80 protocol=tcp to-addresses=192.168.1.8 to-ports=80

The above example will redirect all traffic arriving at 195.252.116.xxx:80 to 192.168.1.8:80
Remember to substitute xxx with the appropriate number.
Follow the example to create redirect for other ports.