View previous topic :: View next topic |
Author |
Message |
NickH
Joined: 10 Feb 2018 Posts: 26
|
Posted: Tue May 22, 2018 7:45 pm Post subject: iptables firewall error on 2.1 |
|
|
I've noticed the new iptables scripts, which I like (I'd written my own to clear down iptables before your init ones ran for probably a similar reason), but I think a bug has been introduced. In the old scripts a "-w" switch was added to the $IPTABLES parameter so the command "path/iptables -w" ran. Now only "path/iptables" is used and this can produce table locking issues.
I think it needs to be put into /etc/miniupnpd/miniupnpd_functions.sh. It can possibly go as the last line as I am not sure it is necessary for the listing commands. Something like:
Code: | IPTABLES="$IPTABLES -w" |
|
|
Back to top |
|
 |
miniupnp Site Admin
Joined: 14 Apr 2007 Posts: 1594
|
|
Back to top |
|
 |
|