Port forwarding? in a bridged lan network

I would like to know what I’m doing wrong. I have tried to port forward port 25565 but it’s not working.

I’m posting my configuration below which i used - “/export compact” to get

#jun/10/2017 20:16:43 by RouterOS 6.39.2
# software id = 3QVP-KBK8
#
/interface bridge
add name=bridge1
/interface ethernet
set [ find default-name=ether1 ] comment=WLAN
/ip pool
add name=dhcp ranges=192.168.100.3-192.168.100.254
/ip dhcp-server
add add-arp=yes address-pool=dhcp disabled=no interface=bridge1 name=dhcp1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5
add bridge=bridge1 interface=ether6
add bridge=bridge1 interface=ether7
add bridge=bridge1 interface=ether8
add bridge=bridge1 interface=sfp-sfpplus1
add bridge=bridge1 interface=sfp1
/interface bridge settings
set allow-fast-path=no use-ip-firewall=yes
/ip address
add address=192.168.88.1/24 comment=defconf interface=ether1 network=\
    192.168.88.0
add address=192.168.100.1/24 interface=ether2 network=192.168.100.0
/ip dhcp-client
add comment=ISP dhcp-options=clientid,hostname disabled=no interface=ether1
/ip dhcp-server network
add address=192.168.100.0/24 dns-server=192.168.100.1,8.8.4.4,8.8.8.8 gateway=\
    192.168.100.1 netmask=24
/ip dns
set allow-remote-requests=yes
/ip firewall nat
add action=masquerade chain=srcnat out-interface=ether1
add action=dst-nat chain=dstnat dst-port=25565 in-interface=ether1 protocol=tcp \
    to-addresses=192.168.100.100 to-ports=25565
add action=dst-nat chain=dstnat dst-port=25565 in-interface=ether1 protocol=udp \
    to-addresses=192.168.100.100 to-ports=25565
/system clock
set time-zone-name=Europe/Copenhagen
/system identity
set name=RouterOS

One mistake

1.- You are going to be a DHCP client in ETH1… Don’t configure an IP address on that interface

Okay. How do i remove the ip address? and anything else which is wrong?
I’m using winbox to connect to my router.

Simple, don’t assign and IP address to ETH1..