Home
Help
Search
Login
Register
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Firewall Aliases not updating
« previous
next »
Print
Pages: [
1
]
Author
Topic: Firewall Aliases not updating (Read 813 times)
NeoDragon
Newbie
Posts: 17
Karma: 0
Firewall Aliases not updating
«
on:
April 30, 2023, 07:54:35 pm »
Hi,
I've had trouble with updating aliases from cron job. All the URL were not updating unless i manually disabled and re-enabled them.
Cron job also didn't work.
I've found an issue rport on the github about it and user splooge seems to have a proper solution :
https://github.com/opnsense/core/issues/5788#issuecomment-1489096388
Changing the service command of the aliases update in action_filter.conf to
Code:
[Select]
rm -f /var/db/aliastables/* && /usr/local/opnsense/scripts/filter/update_tables.py
seems to have worked.
Logged
Print
Pages: [
1
]
« previous
next »
OPNsense Forum
»
Archive
»
23.1 Legacy Series
»
Firewall Aliases not updating