:: Re: [DNG] iptables being overwritte…
Página Inicial
Delete this message
Reply to this message
Autor: lfs.mailing
Data:  
Para: dng
Assunto: Re: [DNG] iptables being overwritten every ten minutes
On Wed, 2 Oct 2024 11:10:18 +0100
fraser via Dng <dng@???> wrote:

Replying to my own post
> debian edu packages.


I have stopped it happening by commenting out the first entry in
/etc/cron.d/debian-edu-config

*/5 * * * *    root    if [ -x
/usr/sbin/debian-edu-update-netblock ]; then
/usr/sbin/debian-edu-update-netblock auto > /dev/null; fi


And I can start it happening by uncommenting it, so I think that this
is responsible

So is this something that needs to be fixed at package level and not
just as a workaround?