server on bonded network not visible, server does not see router (pretty asap)

Hi,

I have a Mikrotik router that has to be configured. (CRS125-24G-1S)
ports are for:
1 - WAN
2 - not used (maybe later added to bond)
4, 6, 8 - Bonded 802.3ad (mii , layer2+layer3, arp enabled)
3,5,7, 9-23 - LAN,
24 - LAN (another subnet)

WAN is currently normal DHCP client.
Port 6 is Master port, Port 7-23: client ports of #6.
I have made a bridge between Master port and the Bond.

Address list contains:
1-es port dynamic received from ISP
Master 192.168.145.1/24 IP
Bridge 192.168.145.253/24
port #24 192.168.200.1

DHCP server :
On Bridge I have made an 192.168.145.50-200 /24 intervall pool (192.168.145.2 static on bonded server MAC)
Port #24 has one with 192.168.2.10-250 /24 pool

Route list: 4 dynamic route
0.0.0.0/0 - to WAN distance 1
10.2.0.0/24 - WAN, distance0, pref. src: 10.2.0.187
192.168.145.0/24 - Bridge - distance 0, pref.src: 192.168.145.253
192.168.200.0/24 - port #24 distance 255 - pref src.192.168.200.1

static route:
192.168.145.0/24 dst addres, gateway is Master, distance 1, pref src 192.168.145.1

NAT:
chain: srcnat, out interface: WAN, action: masquerade

Internet works fine on clients connected to ports 6-23.

There is a server on the other end of the Bond (3 cables connected, vmware configured). vmware receives dynamic IP 192.168.145.199, virtual windows receives the dedicated 192.168.145.5

Virtual server can not ping Host IP (maybe vmware disabled to connect) nor the Mikrotik. And also mikrotic can not ping Virtual server (independent wich interface is selected for ping (bond, bridge or phisical).

config : http://tinypic.com/r/2wgvqe0/9

Any ideas what should I try to let virtual server see 192.168.145.0/24 network and any client to see virtual server?

Thanks in advance,

Throo