Displaying 4 results from an estimated 4 matches for "enable_ipv6".
2009 Mar 30
3
[Bug 588] New: make ipv6 optional in iptables
http://bugzilla.netfilter.org/show_bug.cgi?id=588
Summary: make ipv6 optional in iptables
Product: iptables
Version: CVS (please indicate timestamp)
Platform: All
OS/Version: All
Status: NEW
Severity: enhancement
Priority: P1
Component: ip6tables
AssignedTo: laforge at netfilter.org
2010 Aug 23
2
Slow domain resolution problem
...domain resolution is extremely slow from the application but doing
an nslookup gives an immediate response. All the applications have the
same issue, as do all the servers.
I have been looking for the solution all over the web and all I have
found are references to disabling ipv6.
- By setting enable_ipv6 = no in /etc/sysconfig/network, which is
already done on all the machines.
- By blacklisting the ip6 module, which is not an option as it is used
by the bonding module. Just for the sake of it, I tried it and, as
expected, the bonding module did not come back up.
If bad comes to worse, I could...
2002 Nov 05
2
2.5.6 release
On Tue, Nov 05, 2002 at 08:37:00AM -0800, Martin Pool wrote:
> On 10 Oct 2002, "Green, Paul" <Paul.Green@stratus.com> wrote:
> > No new CVS messages have appeared on the rsync-cvs archives since August
> > 30th. This seems rather odd-- perhaps a daemon stopped working? If there
> > has truly been no activity since that date, I apologize for
> >
2009 Sep 18
0
rsync-3.0.6 on cygwin-1.7
...read.gmane.org/gmane.os.cygwin/110581
--- origsrc/rsync-3.0.6/configure.in 2009-05-08 19:07:14.000000000 +0200
+++ src/rsync-3.0.6/configure.in 2009-09-17 06:53:08.927125000 +0200
@@ -196,8 +196,18 @@ AC_ARG_ENABLE(ipv6,
[don't even try to use IPv6]))
if test x"$enable_ipv6" != x"no"; then
AC_MSG_CHECKING([ipv6 stack type])
- for i in inria kame linux-glibc linux-inet6 toshiba v6d zeta; do
+ for i in cygwin inria kame linux-glibc linux-inet6 toshiba v6d
zeta; do
case $i in
+ cygwin)
+...