port forwarding with two bridges

Hi I am stuck with trying to forward all incoming traffic on specific port to a comp with an address 192.168.2.150 on my LAN. This is my configuration of the router.

add name=bridge1_WAN
add name=bridge2_LAN protocol-mode=none
/interface l2tp-client
add comment=VPN connect-to=c1.istracom.com disabled=no mrru=1600 name=l2tp-out1
password=***** user=Biskupsko_Sjemeniste_vC
/ip neighbor discovery
set l2tp-out1 comment=VPN
/ip hotspot profile
set [ find default=yes ] html-directory=flash/hotspot
/ip pool
add name=dhcp_pool1 ranges=192.168.2.20-192.168.2.30
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge2_LAN lease-time=1d10m
name=dhcp1
/queue simple
add disabled=yes name=queue1 target=“”
/interface bridge port
add bridge=bridge1_WAN interface=ether1
add bridge=bridge2_LAN interface=ether5
add bridge=bridge2_LAN interface=ether4
add bridge=bridge2_LAN interface=ether3
add bridge=bridge2_LAN interface=ether2
/ip address
add address=192.168.2.1/24 interface=bridge2_LAN network=192.168.2.0
/ip dhcp-client
add default-route-distance=0 dhcp-options=hostname,clientid disabled=no
interface=bridge1_WAN
/ip dhcp-server network
add address=192.168.2.0/24 dns-server=192.168.2.2,192.168.1.1,8.8.8.8 gateway=
192.168.2.1
/ip dns
set allow-remote-requests=yes servers=8.8.8.8
/ip dns static
add address=192.168.2.3 name=bib
/ip firewall address-list
add address=192.168.2.2 comment=SERVER disabled=yes list=Dopustene_stranice
add address=192.168.2.101 comment=PC1 list=Dopustene_stranice
add address=192.168.2.102 comment=PC2 list=Dopustene_stranice
add address=192.168.2.103 comment=PC3 list=Dopustene_stranice
add address=192.168.2.104 comment=PC4 list=Dopustene_stranice
add address=192.168.2.105 comment=PC5 list=Dopustene_stranice
add address=192.168.2.106 comment=PC6 disabled=yes list=Dopustene_stranice
add address=192.168.2.107 comment=PC7 list=Dopustene_stranice
add address=192.168.2.108 comment=PC8 list=Dopustene_stranice
add address=192.168.2.109 comment=PC9 list=Dopustene_stranice
add address=192.168.2.110 comment=PC10 list=Dopustene_stranice
add address=192.168.2.111 comment=PC11 list=Dopustene_stranice
add address=192.168.2.112 comment=PC12 list=Dopustene_stranice
add address=192.168.2.113 comment=PC13 list=Dopustene_stranice
add address=192.168.2.114 comment=PC14 list=Dopustene_stranice
add address=192.168.2.115 comment=PC15 list=Dopustene_stranice
add address=192.168.2.116 comment=PC16 list=Dopustene_stranice
add address=192.168.2.150 comment=seg2 disabled=yes list=Dopustene_stranice
add address=192.168.2.200 comment=Porta list=Dopustene_stranice
/ip firewall filter
add action=drop chain=input dst-port=53 in-interface=bridge1_WAN protocol=tcp
/ip firewall nat
add action=masquerade chain=srcnat comment=“Izlaz na internet” out-interface=
bridge1_WAN
add action=masquerade chain=srcnat out-interface=l2tp-out1
add action=redirect chain=dstnat comment=“WEB FILTRIRANJE” dst-port=80,443
protocol=tcp src-address-list=Dopustene_stranice to-ports=8080
add action=dst-nat chain=dstnat dst-port=63427 in-interface=bridge1_WAN
protocol=tcp to-addresses=192.168.2.150 to-ports=63427
/ip proxy
set anonymous=yes cache-administrator=“” enabled=yes
/ip proxy access
add comment=“Potrebno dodati ako se \9Eeli imati potpuni pristup internetu za PC
_sa doticnim IP-om” src-address=192.168.2.101
add disabled=yes src-address=192.168.2.112
add comment=“Komp. za grijanje (ne dirati!)” disabled=yes src-address=
192.168.2.103
add comment=“Komp. za mail u sali kompjuter (ne dirati!)” disabled=yes
src-address=192.168.2.111
add comment=“seg2 (ne dirati)” src-address=192.168.2.150
add comment=“SERVER (ne dirati)” src-address=192.168.2.2
add comment=Koha dst-host=192.168.2.3
add comment=Koha dst-host=*bib
add comment=GLAVNE dst-host=*akz.hr
add dst-host=*ak-split.hr
add dst-host=*aleteia.org
add dst-host=*aleteia.org method=CONNECT
add dst-host=*aleteia.org method=HEAD
add dst-host=*aleteia.org method=POST
add dst-host=*aleteia.org method=GET
add dst-host=amadeus.net

add comment=“Podrska Weba” dst-host=platform.twitter.com
add action=deny dst-host=*google.com
add action=deny comment=
“Obavezno mora biti na kraju da blokira sve ostale stranice” disabled=yes
/system clock
set time-zone-name=Europe/Zagreb
/system identity
set name=MT_BMS
/system routerboard settings
set memory-frequency=1200DDR protected-routerboot=disabled

Can anyone help pleas?

Not sure of this… dns-server=192.168.2.2 (did you mean 192.168.2.1?)

In any case your router shouldnt be attached to the internet, there are no firewall rules.
Cant help you further until you fix that.