lan range 192.168.88.0/24 for the phones - on VRF.
WAN link via L2tp.
problem is :
im not able to get access to the phones (by using web-proxy) as they are on VRF.
on v6 i was solving this by using /ip route rule - doest work that on v7.15.2
config:
/interface bridge
add name=br-lan
/interface l2tp-client
add connect-to=1.2.3.4 disabled=no mrru=1600 name=l2tp
/ip vrf
add interfaces=br-lan,l2tp-out,name=vrf1
/interface bridge port
add bridge=br-lan interface=ether5
/ip address
add address=192.168.88.0/24 interface=br-lan network=192.168.88.0
/ip dhcp-client
add interface=ether1
/ip proxy
set port=8080
/routing rule
add action=lookup disabled=no dst-address=192.168.88.0/24 table=vrf1