On Wed, 6 Apr 2005 16:00:51 -0300 "Alexandre Skyrme" <[EMAIL PROTECTED]> wrote:
> Greetings, > > After installing TSL 3.0 alpha I happened to notice it has IPv6 > support enabled by default. What would be the proper way to disable it, that > is to disable IPv6 support in TSL 3.0 alpha? I looked around in > /etc/sysconfig (certainly in /etc/sysconfig/network) but couldn't find any > suitable options. I had no time to try 3.0alpha yet, but if IPv6 is build not as module (== in-kernel, which is good IMHO), you have to rebuild the kernel without it. Maybe there is a way to disable temporary/sitelocal adresses via sysctl (just an idea..) Play with /proc/sys/net/ipv6/conf/*/[autoconf|use_tempaddr] and kernel doc in /usr/src/linux/Documentation/networking/ip-sysctl.txt. As alternative you can flush all v6 adresses via: $ ip -6 addr flush scope all But what is the problem with having the IPv6 stack loaded? Olaf _______________________________________________ tsl-discuss mailing list [email protected] http://lists.trustix.org/mailman/listinfo/tsl-discuss
