Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Dec 2014 03:47:35 +0000
From:      "merivaldofofo (via Twitter)" <notify@twitter.com>
To:        doc@freebsd.org
Subject:   =?UTF-8?Q?merivaldofofo_enviou_um_convite_para_voc=C3=AA?=
Message-ID:  <82.34.50510.75D7F945@twitter.com>

next in thread | raw e-mail | index | archive | help
merivaldofofo enviou um convite para voc=C3=AA
Atrav=C3=A9s do Twitter voc=C3=AA fica conectado ao que est=C3=A1 acontecen=
do neste momento com as pessoas e organiza=C3=A7=C3=B5es que lhe interessam=
.

  Aceitar convite

https://twitter.com/i/aec7c898-69b8-4d30-9086-c40cc9603f26

--=20

You can unsubscribe from receiving email notifications from Twitter at anyt=
ime. For general inquiries, please visit us at Twitter Support.
Remover inscri=C3=A7=C3=A3o: https://twitter.com/i/o?t=3D1&cn=3DaW52aXRlX3N=
lbGZfc2VydmU%3D&iid=3D0b28d363a31b4d449829e1c9f895aed1&uid=3D0&c=3Da%2FQyMV=
N9ULzJHusw%2Bh3ykw%3D%3D&nid=3D244+26

Precisa de ajuda?
https://support.twitter.com
From owner-freebsd-doc@FreeBSD.ORG  Mon Dec 29 00:14:47 2014
Return-Path: <owner-freebsd-doc@FreeBSD.ORG>
Delivered-To: freebsd-doc@FreeBSD.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
 (No client certificate requested)
 by hub.freebsd.org (Postfix) with ESMTPS id E2F17418
 for <freebsd-doc@FreeBSD.org>; Mon, 29 Dec 2014 00:14:47 +0000 (UTC)
Received: from kenobi.freebsd.org (kenobi.freebsd.org
 [IPv6:2001:1900:2254:206a::16:76])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id CB3706422A
 for <freebsd-doc@FreeBSD.org>; Mon, 29 Dec 2014 00:14:47 +0000 (UTC)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id sBT0ElSa015904
 for <freebsd-doc@FreeBSD.org>; Mon, 29 Dec 2014 00:14:47 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: freebsd-doc@FreeBSD.org
Subject: [Bug 196343] New: ipsec gif0 setup missing netmask
Date: Mon, 29 Dec 2014 00:14:47 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: new
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Documentation
X-Bugzilla-Component: Documentation
X-Bugzilla-Version: Latest
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Many People
X-Bugzilla-Who: ari@ish.com.au
X-Bugzilla-Status: New
X-Bugzilla-Priority: ---
X-Bugzilla-Assigned-To: freebsd-doc@FreeBSD.org
X-Bugzilla-Target-Milestone: ---
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform
 op_sys bug_status bug_severity priority component assigned_to reporter
Message-ID: <bug-196343-9@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: freebsd-doc@freebsd.org
X-Mailman-Version: 2.1.18-1
Precedence: list
List-Id: Documentation project <freebsd-doc.freebsd.org>
List-Unsubscribe: <http://lists.freebsd.org/mailman/options/freebsd-doc>,
 <mailto:freebsd-doc-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-doc/>;
List-Post: <mailto:freebsd-doc@freebsd.org>
List-Help: <mailto:freebsd-doc-request@freebsd.org?subject=help>
List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-doc>,
 <mailto:freebsd-doc-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Mon, 29 Dec 2014 00:14:48 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196343

            Bug ID: 196343
           Summary: ipsec gif0 setup missing netmask
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Documentation
          Assignee: freebsd-doc@FreeBSD.org
          Reporter: ari@ish.com.au

The IPSec documentation may contain a bug.

    https://www.freebsd.org/doc/handbook/ipsec.html

In particular, the command is given as:

    # ifconfig gif0 internal1 internal2

and then the resulting gif0 interface looks like

    inet 10.246.38.1 --> 10.0.0.5 netmask 0xffffff00

It would appear that the mask is missing from the command like so:

    # ifconfig gif0 internal1 netmask 255.255.255.0 internal2


Even better, since example IP addresses are used in these docs, write it like
this:


    # ifconfig gif0 10.246.38.1 netmask 255.255.255.0 10.0.0.5

and it will be much clearer as to which IP address you are supposed to put
where. The documentation never explains which end of the link is supposed to be
internal1 and which is internal2. At the very least, rename them as
external_remote and external_local.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?82.34.50510.75D7F945>