Couple of observations
(1) The interface should be consistent including ip address which should refer to the bridge!!
/ip address
add address=192.168.170.1/24 comment=defconf interface=ether2 network=\
192.168.170.0
(2) Also it looks like you do not have a public IP address but a natted address from something else and its a fixed wanip.
It may be more appropriate for you to have a source nat rule that looks like this
add chain=srcnat action=src-nat to-addresses=fixedwanip (instead of the masquerade rule).
(3) I dont see any need for your firewall IP firewall bridge setting (unless its needed for capsman)?
(4) In terms of destination NAT, you have not destination nat rules in your config is probably the reason port forwarding is not working for you.
Need:
A. general firewall rule in the forward chain (already there), Done!
B. source nat rule (done)
C. dstnat rule.
add chain=dstnat action=dst-nat protocol=xxx, dst-port=xxxx \
dst-address=fixedwanip to-addresses=ipofserver
Thanks very much for your response and help. I tried your suggestions but without success. here is the export again.
# jul/12/2020 20:30:50 by RouterOS 6.47.1
# software id = xxxxxx
#
# model = RBD52G-5HacD2HnD
# serial number = xxxxxxxx
/interface bridge
add admin-mac=74:4D:28:83:F1:89 auto-mac=no comment=defconf name=bridge
/interface wireless
# managed by CAPsMAN
# channel: 2412/20-Ce/gn(17dBm), SSID: X5, CAPsMAN forwarding
set [ find default-name=wlan1 ] band=2ghz-b/g/n channel-width=20/40mhz-XX distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=MikroTik-83F18D station-roaming=enabled \
wireless-protocol=802.11
# managed by CAPsMAN
# channel: 5260/20-Ceee/ac/DP(17dBm), SSID: X5, CAPsMAN forwarding
set [ find default-name=wlan2 ] band=5ghz-a/n/ac channel-width=20/40/80mhz-XXXX country=slovakia distance=indoors frequency=auto installation=indoor mode=ap-bridge ssid=X5 station-roaming=enabled \
wireless-protocol=802.11
/caps-man datapath
add bridge=bridge name=datapath1
/caps-man security
add authentication-types=wpa-psk,wpa2-psk encryption="" name=security1
/caps-man configuration
add country=slovakia datapath=datapath1 name=config security=security1 ssid=X5
/interface list
add comment=defconf name=WAN
add comment=defconf name=LAN
/interface wireless security-profiles
set [ find default=yes ] authentication-types=wpa-psk,wpa2-psk mode=dynamic-keys supplicant-identity=MikroTik
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp ranges=192.168.170.10-192.168.170.254
/ip dhcp-server
add address-pool=dhcp disabled=no interface=bridge name=defconf
/caps-man manager
set enabled=yes
/caps-man manager interface
set [ find default=yes ] forbid=yes
add disabled=no interface=bridge
/caps-man provisioning
add action=create-dynamic-enabled master-configuration=config
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf interface=ether5
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
/interface bridge settings
set use-ip-firewall=yes
/ip neighbor discovery-settings
set discover-interface-list=LAN
/interface list member
add comment=defconf interface=bridge list=LAN
add comment=defconf interface=ether1 list=WAN
/interface wireless cap
#
set caps-man-addresses=127.0.0.1 enabled=yes interfaces=wlan1,wlan2
/ip address
add address=192.168.170.1/24 comment=defconf interface=bridge network=192.168.170.0
add address=192.168.68.113/24 interface=ether1 network=192.168.68.0
/ip dhcp-client
add comment=defconf interface=ether1
/ip dhcp-server lease
add address=192.168.170.54 client-id=1:0:11:32:9f:a0:3e mac-address=00:11:32:9F:A0:3E server=defconf
add address=192.168.170.106 mac-address=02:11:32:2F:24:9A server=defconf
add address=192.168.170.44 client-id=1:78:4f:43:a0:7f:32 mac-address=78:4F:43:A0:7F:32 server=defconf
add address=192.168.170.42 client-id=1:40:3c:fc:5:5a:56 mac-address=40:3C:FC:05:5A:56 server=defconf
/ip dhcp-server network
add address=192.168.170.0/24 comment=defconf dns-server=192.168.170.1 gateway=192.168.170.1 netmask=24
/ip dns
set allow-remote-requests=yes servers=192.168.170.106
/ip dns static
add address=192.168.170.106 comment=defconf name=router.lan type=A
/ip firewall filter
add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=established,related,untracked
add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid
add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp
add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1
add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN
add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec
add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related
add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=established,related,untracked
add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid
add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat connection-state=new in-interface-list=WAN
/ip firewall nat
add action=src-nat chain=srcnat comment="defconf: masquerade" to-addresses=192.168.68.113
add action=dst-nat chain=dstnat dst-address=192.168.68.113 dst-port=1194 protocol=udp to-addresses=192.168.170.54 to-ports=1194
/ip route
add distance=1 gateway=192.168.68.100
/system clock
set time-zone-name=Europe/Bratislava
/system identity
set name=X5_CAPSMAN
/system leds settings
set all-leds-off=after-1min
/tool mac-server
set allowed-interface-list=LAN
/tool mac-server mac-winbox
set allowed-interface-list=LAN