Hi,
DHCP stops leasing IP when I apply the below-mentioned filter to the VLAN interface, My requirement is all the traffic (0.0.0.0/0) from a certain vlan 20 should go through the VPN tunnel where other VLAN traffic should move through untrust interface, everything works fine but when I apply the FBF filter DHCP stops. Do I need to change the instance type to virtual router and create the DHCP inside the Virtual router? to get things works or is there any other method.
set system services dhcp pool 172.30.10.64/27 address-range low 172.30.10.66
set system services dhcp pool 172.30.10.64/27 address-range high 172.30.10.94
set system services dhcp pool 172.30.10.64/27 default-lease-time 3600
set system services dhcp pool 172.30.10.64/27 name-server 172.30.10.65
set system services dhcp pool 172.30.10.64/27 router 172.30.10.65
set interfaces vlan unit 20 family inet filter input Kochi-TV-Phone
set interfaces vlan unit 20 family inet address 172.30.10.65/27
set firewall filter Kochi-TV-Phone term Route-Over-KKD from source-address 172.30.10.64/27
set firewall filter Kochi-TV-Phone term Route-Over-KKD from destination-address 0.0.0.0/0
set firewall filter Kochi-TV-Phone term Route-Over-KKD then log
set firewall filter Kochi-TV-Phone term Route-Over-KKD then routing-instance Kochi-KKD-Routing-table
set routing-options interface-routes rib-group inet FBF-Group
set routing-options rib-groups FBF-Group import-rib Kochi-KKD-Routing-table.inet.0
set routing-options rib-groups FBF-Group import-rib inet.0
set routing-instances Kochi-KKD-Routing-table instance-type forwarding
set routing-instances Kochi-KKD-Routing-table routing-options static route 0.0.0.0/0 next-hop st0.0