Virtual Mikrotik RouteOS CHR with ip public, EoIP not work.

I have changed my network configuration in the hope something changes:
auto lo
iface lo inet loopback

iface enp35s0 inet manual
#Wan

iface enp36s0 inet manual

iface enx2ecbfb84894d inet manual

auto vmbr1
iface vmbr1 inet manual
bridge-ports none
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
#Br-VMs

auto vmbr0
iface vmbr0 inet static
address 217.xxx.xxx.10/32
gateway 10.255.255.1
bridge-ports enp35s0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
post-up ip link set enp35s0 promisc on
post-up ip link set vmbr0 promisc on
post-down ip link set enp35s0 promisc off
post-down ip link set vmbr0 promisc off
#Br-Wan

In Virtualized RouterOS i have created vlan 1010 and moved public ip address from ether1 to vlan1010, navigation ok, i can receive pptp clients ovpn clients but eoip tunnels cant go UP state :frowning:

Edit: Gre tunnels works perfectly EoIP no.