[71attendees] instructions for v6 on RHEL/Fedora

Pekka Savola <psavola@csc.fi> Wed, 12 March 2008 21:34 UTC

Return-Path: <71attendees-bounces@ietf.org>
X-Original-To: ietfarch-71attendees-archive@core3.amsl.com
Delivered-To: ietfarch-71attendees-archive@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id B91B528C80D; Wed, 12 Mar 2008 14:34:58 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -101.064
X-Spam-Level:
X-Spam-Status: No, score=-101.064 tagged_above=-999 required=5 tests=[AWL=-1.227, BAYES_00=-2.599, FH_RELAY_NODNS=1.451, HELO_MISMATCH_ORG=0.611, J_CHICKENPOX_63=0.6, RDNS_NONE=0.1, USER_IN_WHITELIST=-100]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id J33Puyhujt5Y; Wed, 12 Mar 2008 14:34:57 -0700 (PDT)
Received: from core3.amsl.com (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id CBB753A69EC; Wed, 12 Mar 2008 14:34:57 -0700 (PDT)
X-Original-To: 71attendees@core3.amsl.com
Delivered-To: 71attendees@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id CEF2628C1B3 for <71attendees@core3.amsl.com>; Wed, 12 Mar 2008 14:34:56 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id H2cx3xz6ClZq for <71attendees@core3.amsl.com>; Wed, 12 Mar 2008 14:34:56 -0700 (PDT)
Received: from smtp1.csc.fi (smtp1.csc.fi [193.166.3.105]) by core3.amsl.com (Postfix) with ESMTP id C1DDB3A686A for <71attendees@ietf.org>; Wed, 12 Mar 2008 14:34:55 -0700 (PDT)
Received: from imap1.csc.fi (imap1.csc.fi [193.166.7.56]) by smtp1.csc.fi (MAILSERVER) with ESMTP id m2CLWagh014500 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for <71attendees@ietf.org>; Wed, 12 Mar 2008 23:32:36 +0200
Received: from myrsky.csc.fi (myrsky.csc.fi [193.166.7.58]) (authenticated as psavola) by imap1.csc.fi (MAILSERVER) with ESMTP id m2CLWZmG008893 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for <71attendees@ietf.org>; Wed, 12 Mar 2008 23:32:35 +0200
Date: Wed, 12 Mar 2008 23:32:35 +0200
From: Pekka Savola <psavola@csc.fi>
To: 71attendees@ietf.org
Message-ID: <Pine.LNX.4.62.0803122320390.30245@sampo3.csc.fi>
MIME-Version: 1.0
X-CanItPRO-Stream: 00_Opt_Out (inherits from default)
Subject: [71attendees] instructions for v6 on RHEL/Fedora
X-BeenThere: 71attendees@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Discussion list for IETF Meeting 71 attendees <71attendees.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/71attendees>, <mailto:71attendees-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:71attendees@ietf.org>
List-Help: <mailto:71attendees-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/71attendees>, <mailto:71attendees-request@ietf.org?subject=subscribe>
Content-Type: text/plain; charset="us-ascii"
Content-Transfer-Encoding: 7bit
Sender: 71attendees-bounces@ietf.org
Errors-To: 71attendees-bounces@ietf.org

FYI,

On RHEL/Fedora/Centos -like systems, v6-only seems to work on the 
following kind of ifcfg-ethX config (which also works on v4 and v4/v6 
systems):

DEVICE=eth1
BOOTPROTO=dhcp
ONBOOT=yes
ESSID=ietf-v6ONLY
#DHCPV6C=yes
PERSISTENT_DHCLIENT=yes
DHCLIENTARGS="-nw"
DNS1=2001:0df8:0:5::6
DNS2=2001:0df8:0:5::7
NETWORKING_IPV6=yes

Some backgroud to these toggles:
1)
   a) DHCLIENTARGS is needed because otherwise dhclient ends upwaiting for
      60 seconds for a lease and if it fails, the interface is taken down.
   b) PERSISTENT_DHCLIENT is needed to remove the default "-1" (one-shot)
      dhclient toggle which results in dhclient exiting instead of
      retrying.

   These together will allow you to run dhclient even if no DHCPv4 server is
   available; if you just want to not use DHCPv4, commenting out BOOTPROTO
   is sufficient.

2) Because the DHCPv6 server doesn't seem to offer DNS information (and in
    any case, old DHCPv6 client reportedly doesn't even work very well),
    there is no need to run DHCPv6 client.  Manual configuration of DNS
    servers can be done in the init script like above.

(Someone with edit privs feel free to put this in a wiki if necessary)
_______________________________________________
71attendees mailing list
71attendees@ietf.org
https://www.ietf.org/mailman/listinfo/71attendees