Forum Discussion
- nitassEmployeecan you try this?
[root@ve1023:Active] config b rule myrule list rule myrule { when CLIENT_ACCEPTED { log local0. "[IP::client_addr]" if {not [IP::addr [IP::client_addr] equals 172.28.19.0/24]} { log local0. "[IP::client_addr] does not match 172.28.19.0/24" } else { log local0. "[IP::client_addr] matches 172.28.19.0/24" } } } Dec 1 21:22:54 local/tmm info tmm[23027]: Rule myrule : 172.28.19.80 Dec 1 21:22:54 local/tmm info tmm[23027]: Rule myrule : 172.28.19.80 matches 172.28.19.0/24