From owner-freebsd-questions@FreeBSD.ORG Tue Jan 29 10:28:22 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id B40367C for ; Tue, 29 Jan 2013 10:28:22 +0000 (UTC) (envelope-from jb.1234abcd@gmail.com) Received: from mail-vb0-f43.google.com (mail-vb0-f43.google.com [209.85.212.43]) by mx1.freebsd.org (Postfix) with ESMTP id 7BDE0DDE for ; Tue, 29 Jan 2013 10:28:22 +0000 (UTC) Received: by mail-vb0-f43.google.com with SMTP id fr13so155351vbb.16 for ; Tue, 29 Jan 2013 02:28:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=XYGloHVKiACd3ac78rfrifvFlUJZ9jsiF0L6JxwvhA0=; b=G6I4isNpZy9WGpSL01B3yozH5W948AJ2D6LdLVBToJOmWpe6qQJnSPJYyvlojTFLAz qAFNDOz45MUayesZBNpzBLx7sDb1/NPv1WECjd12KS7UWvIJIYAVLUXJeE0/3J3BYwra IlX/wnNJLSGT0OR+RSsam9OkZmYL+24QzmS/tmAzmL3/eLbLWN118Bb31xKkeXN7NT/C uGt/b1vMrlLH6qfL3wsBifKEXNxGqseCDOu0tcjU/TE2ytfqhWlvlaD720M/KC/gksid b2krzvqEis34SPu9b69wKSo0CoF0bi+ofH9G8O5s01KmHUDiMw5u+HYyZuuxyR+f7sr2 sPEg== MIME-Version: 1.0 X-Received: by 10.52.75.105 with SMTP id b9mr388449vdw.28.1359455295991; Tue, 29 Jan 2013 02:28:15 -0800 (PST) Received: by 10.220.126.201 with HTTP; Tue, 29 Jan 2013 02:28:15 -0800 (PST) In-Reply-To: References: Date: Tue, 29 Jan 2013 11:28:15 +0100 Message-ID: Subject: Re: dhclient and random disconnects From: J B To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Jan 2013 10:28:22 -0000 A follow-up: > third, > I would test with IPv6 disabled (entirely for the system), regardless of > connectivity type; > that also means to explicitly disable that failover setup line in your config > ipv6_activate_all_interfaces="**YES" > jb W/r to IPv6 (disable, enable, etc): read man pages for rc.conf(5) and search for ipv6; then set up whatever neccessary in /etc/rc.conf after considering what is in some preset variables in /etc/defaults/rc.conf. Btw, where did you get that "**YES" from in your config line for failover ? ipv6_activate_all_interfaces="**YES" The flag is "YES" or "NO". Also, are you running any firewall on your machine ? jb