Firewall Bridge EoIP

Hi,

I have a problem with EoIP and firewall

I make a EoIP over SSTP and works fine.

I want to block access to same server and I need to use firewall.

First I put in bridge to use firewall. After that EoIP not working.

Any Ideea ?


This is a very simple config

# nov/02/2016 16:28:28 by RouterOS 6.37.1
# software id = AKH4-9PTA
#
/interface bridge
add name=bridge-LAN
/interface eoip
add !keepalive loop-protect-disable-time=0s loop-protect-send-interval=0s \
    mac-address=02:C0:65:89:80:1F mtu=1500 name=eoip-tunnel1 remote-address=\
    192.168.196.100 tunnel-id=0
/ip pool
add name=dhcp_pool1 ranges=192.168.1.10-192.168.1.50
/ip dhcp-server
add address-pool=dhcp_pool1 disabled=no interface=bridge-LAN name=dhcp1
/interface sstp-client
add connect-to=86.56.36.5 disabled=no name=sstp-out1 password=PASS \
    profile=default-encryption user=USER
/interface bridge port
add bridge=bridge-LAN interface=ether6
add bridge=bridge-LAN interface=ether7
add bridge=bridge-LAN interface=ether8
add bridge=bridge-LAN interface=ether9
add bridge=bridge-LAN interface=ether10
add bridge=bridge-LAN interface=eoip-tunnel1
/interface bridge settings
set use-ip-firewall=yes
/ip address
add address=192.168.1.254/24 interface=bridge-LAN network=192.168.1.0
/ip dhcp-client
add default-route-distance=5 dhcp-options=hostname,clientid disabled=no \
    interface=ether3
/ip dhcp-server network
add address=192.168.1.0/24 dns-server=4.2.2.2,8.8.8.8 gateway=192.168.1.254
/ip dns
set servers=4.2.2.2,8.8.8.8
/ip firewall nat
add action=masquerade chain=srcnat
/system routerboard settings
set protected-routerboot=disabled