Allow external ping from specific Hosts
HI there, Im trying to configure a local in policy to allow a VOIP provider's ROBOT to be able to ping the Wan interface to report that the internet is up at any given stage.
I can do this but I want to limit the response to specific hosts Public IP addresses.
So I have a VLAN (10) configured as my PPP wan connection bound to the physical port wan1.
My VLAN interface is called WAN-UFB with an appropriate alias.
I have enabled ping on this interface and ZI can ping in from outside no problem.
Now I want to limit the hosts that can ping so I'm trying to create a couple of local-in-policy's bit I cant get past the set intf as follows:
config firewall local-in-policy edit 1 set intf "WAN-UFB" set srcaddr "xxx.xxx.xxx.xxx" set dstaddr "all" set service "PING" set schedule "always" next endWhen I get to intf, i get the error : " node_check_object fail! for intf Attribute 'intf' MUST be set. Command fail. Return code 1
What am I doing wrong?