Maybe we should separate "not working" into two categories:(a) Firewall: Diagnostics: pfTables -- alias empty(b) generally not working in NAT or firewall ruleThen also check (b) under Firewall: Diagnostics: pfInfo (Rules) whether these non-working rules actually see trafficThanks,Franco
Okay, that's good and bad... Good in the sense it's not a fundamental firewall issue, bad because whatever prevents your system from fetching the aliases may prevent it from reaching out in the first place... Is that table populated when you run this from the console?# configctl filter refresh_aliases
Sure, now check the table...
What does this return then?# ls -lah /var/db/aliastables/
Are you using the CH alias in a floating rule?
So you can't fetch the GeoIP alias even though it's not used?We can try to increase the pressure:# rm /var/db/aliastables/CH*# configctl filter refresh_aliasesStill empty?
Under Firewall: Settings: Advanced, is " Verify HTTPS certificates when downloading alias URLs" checked or unchecked? Are you using a proxy server in your network doing HTTPS MITM?Cheers,Franco