ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Troubleshooting (http://forum.ispsystem.com//forumdisplay.php?f=11)
-   -   firewall does not work properly (http://forum.ispsystem.com//showthread.php?t=2021)

beer 10-08-2012 09:36 AM

firewall does not work properly
 
If you try to set up a firewall with IPv6 addresses there is a problem.
In the script /etc/network/if-up.d/iptables it says

Code:

#!/bin/sh
/sbin/iptables-restore < /var/lib/iptables/rules

but this cannot set up IPv6 rules, so the complete firewall will not come up.
In my opinion there must be an option for IPv6 rules, so that IPv6 rules will be set up via
Code:

/sbin/ip6tables-restore
Can we expect this to be fixed in the next version?


All times are GMT +2. The time now is 09:13 AM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.