Routing to Two Different Subnet

Hello Microtik Gurus,

I am quite new in Mikrotik world but was old fan thought.

I have just bought 1100AHx2 for my BGP announcing and co-location needs. So far the router have been behaving perfect. But I am having some issues:

My current setup is as follow:

Flags: X - disabled, I - invalid, D - dynamic

ADDRESS NETWORK INTERFACE

0 ;;; default configuration
96.9.151.2/28 96.9.151.0 ether1-public
1 ;;; Zer IT LLC
162.249.16.1/22 162.249.16.0 ether2-vmware-1

96.9.151.0/28 is the network that my data center provided to me.
162.249.16.0/22 is my own IPv4 directly assigned by ARIN

DST-ADDRESS PREF-SRC GATEWAY DISTANCE

0 A S 0.0.0.0/0 96.9.151.1 1
1 ADC 96.9.151.0/28 96.9.151.2 ether1-public 0
2 ADC 162.249.16.0/22 162.249.16.1 ether2-vmware-1 0

Above you can see my routing tables.

Now comes the issues:

1-) As you can see there are two active Ethernet ports. ether1-public is connected to my datacenter and ether2-vmware-1 is connected to my Vmware ESXi server.

In this setup, I can announce any ip from 162.249.16.0/22 from my Vmware server or any guests. But I also want to use some of the ips from 96.8.151.0/28 in my Vmware guests.

I could not figure our how should I solve this problem?!

2-) I am also having time out issue on 162.249.16.0/22 ips that are assigned to vmware guests. The timeout does not happen when I assign the ips to the router.

Thx in advance

Then you should make a bridge, put the ext interface to the bridge. This bridge should have aport to your vmware. Ether a new ethernet or a vlan trough your other ethernet. Whateveryou use, put this in the same bridge.

It might be better to add the IP to bridge instead of the interface when do like this.