Andreas Ferber wrote:
> Hi,
> 
> today I tried out the new IPv6 support in the new 4.2.4 and it seems
> to work well in most parts (although I didn't test it thoroughly yet).
> Nice work, and at the right time since we are starting to implement
> IPv6 here right now :-)
> 
> However, I found (and partially fixed) some minor problems with it.
> 
> 1. "routestopped" doesn't work at all
> -------------------------------------
> 
> It looks as if the perl compiler doesn't yet correctly support IPv6 in
> the routestopped config file. I tried different syntaxes, with and
> without "<>" around the address. In the case with "<>" it complains
> about an invalid IPv6 address, in the other case it looks as if it
> tries to resolve the first part of the address (up to the first ":")
> as a hostname and complains that it can't find the host.
> 
> I didn't dig deeper into this problem since it isn't critical for me
> at the moment.

I can't reproduce this problem; routestopped works fine for me. Can you
give us some examples of the failures that you are seeing?

> 
> 2. "shorewall6 safe-*" doesn't work
> -----------------------------------
> 
> Due to some errors in lib.cli, the old ip6tables rules aren't saved in
> the first place when trying safe-start or safe-restart. These are
> fixed in the first attached patch (shorewall6-4.2.4-fixes.patch,
> against shorewall6 package).
> 
> Also, after applying the fix, another problem surfaces. The "real"
> rules are correctly restored when answering "n" to the question,
> however the special "shorewall" chain is not restored, so shorewall6
> thinks it isn't running from thereon, and a second "safe-restart"
> doesn't save the rules anymore (and subsequently runs "shorewall6
> clear" when answering "n"). This is due to the compiler erroneously
> emitting "$IPTABLES_RESTORE" instead of "$IP6TABLES_RESTORE" into the
> restore script. This problem is fixed with the second patch
> (shorewall-perl-4.2.4-ipv6fixes.patch, against shorewall-perl package).
> 

Applied -- thanks.


------------------------------------------------------------------------------
_______________________________________________
Shorewall-users mailing list
Shorewall-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to