From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 05:35:31 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6611F106566C for ; Mon, 24 Sep 2012 05:35:31 +0000 (UTC) (envelope-from wolkayang@gmail.com) Received: from mail-oa0-f54.google.com (mail-oa0-f54.google.com [209.85.219.54]) by mx1.freebsd.org (Postfix) with ESMTP id 250398FC08 for ; Mon, 24 Sep 2012 05:35:30 +0000 (UTC) Received: by oagm1 with SMTP id m1so6473554oag.13 for ; Sun, 23 Sep 2012 22:35:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=UkXlL6vEFPafeYnHsrCEP7yIso+WRjavW0ECFHFEg8o=; b=Aq1uzAs/68NXt4f1UEZRodPLZzSwNeCirtfG+hSJJSrWgffjPtSEfIDMHuDruxi9Am beIsApbQOIf5OKSf3NEK/sZ8WPxhHbtzbcRGw96gYGfunQ62OYffIspqua2zi1gSU4r0 1v+1xdxZKuhDp3oA6weuCABqVZ7lBexDkLJgP+Cw9VL0iGS1L6mraolm+4mPXF0tFxnJ 14VyveufMAkIdki06JMN0NWF5tt6eE2FLbrewviMW5UjIEJwD4+atuLwEyD1pj2bZPsr bSn/tuFaL3alV5PIoUx8xXh8Noedn0fxVWAk7SyL0/syprKiAvrVD7pmSRNjmBI1m+ZW wGSw== MIME-Version: 1.0 Received: by 10.182.144.104 with SMTP id sl8mr8925821obb.74.1348464930071; Sun, 23 Sep 2012 22:35:30 -0700 (PDT) Received: by 10.60.38.104 with HTTP; Sun, 23 Sep 2012 22:35:29 -0700 (PDT) Date: Mon, 24 Sep 2012 13:35:29 +0800 Message-ID: From: =?Big5?B?t6ip1LS1s82mTg==?= To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Question about tunnelling Ethernet traffic over IPv6 using EtherIP protocol X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 05:35:31 -0000 Hi, everyone: I am trying to set up a EtherIP tunnel device to tunnel Ethernet traffic over IPv6 using EtherIP protocol. I have Freebsd 8.3 runs on a i386 machine, and ipv6 enabled. I tried the commands below but no one works... ifconfig gif0 create ifconfig gif0 tunnel 2001:1111::1 2001:1111::10 up ifconfig: SIOCSIFPHYADDR: Address family not supported by protocol family ifconfig gif0 tunnel 2001:1111::1/64 2001:1111::10/64 up ifconfig: error in parsing address string: host name nor servname provided, or not known Could anyone please teach me why it is? I will be very grateful for any help you can provide. P.S.1 Both 2001:1111::1 and 2001:1111::10 are faked, I just use them in my local testing environment. P.S.2 I have assigned 2001:1111::1/64 on one of ethernet network interface on Freebsd machine, and there is another PC assigned 2001:1111::10/64. P.S.3 According to the link(http://www.daemon-systems.org/man/etherip.4.html), Freebsd should be able to provide this feature. Best regards, Yang