i have a minor problem with the network security module. the asg is connected via the external interface to a cable modem. the public ip is given to the asg via dhcp.
the cable modem has an internal ip: 192.168.100.1
if the internet connection is down, the ip to the asg assigned is then: 192.168.100.11
problem: network security seems to block dhcp responses from the cable modem, every 15 seconds there is a packet blocked.
The packet comes from 192.168.100.1:67/udp for 192.168.100.11:68/udp
While there is no effect on the internet connection this is messing up the stats of blocked packets.
I tried it with a packet filter rule to allow any udp/67-68 traffic between 192.168.100.0/24 and internal network, but this does not work. packets are still blocked. i tried to use 192.168.100.11 instead of 192.168.100.0/24, but this rule can't be saved with the following error: "invalid object attribute".
Log says, the packets are blocked by rule "60001"
How can i fix that ?
Screen:

This thread was automatically locked due to age.