Allow inbound IPSec connections only from specific Public IPs
Hi,
I'm working with a FGT300C running v5.0,build0305 (GA Patch 10). I'm trying to restrict access to one of the IPSec dialup VPN's on the box to specific source IP's. I have created a Address Group with the source IP's, associated with the VPN interface. I then enabled and created local-in policies allowing traffic to the VPN interface from the Address Group and denying all others. My VPN works fine, but the local-in policy doesn't appear to be working - I can connect to the VPN from any Public IP. Any idea why?
Thanks,
Mike
config firewall local-in-policy
edit 1
set intf "MyVPN"
set srcaddr "MyVPN_PubIP_Group"
set dstaddr "all"
set action accept
set service "ALL"
set schedule "always"
next
edit 2
set intf "MyVPN"
set srcaddr "all"
set dstaddr "all"
set service "ALL"
set schedule "always"
next
end