Date: Wed, 1 Nov 2006 09:05:42 GMT From: dawnshade<h-k@mail.ru> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/105000: fix in hangbook chapter "14.10 VPN over IPsec" Message-ID: <200611010905.kA195gR7058408@www.freebsd.org> Resent-Message-ID: <200611010910.kA19ABs0072656@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 105000 >Category: docs >Synopsis: fix in hangbook chapter "14.10 VPN over IPsec" >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Nov 01 09:10:10 GMT 2006 >Closed-Date: >Last-Modified: >Originator: dawnshade >Release: 6.1-RELEASE >Organization: - >Environment: FreeBSD mail.*.ru 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun Oct 29 10:35:13 MSK 2006 root@mail.*.ru:/usr/src/sys/i386/compile/1 i386 >Description: In handbook, chapter "14.10 VPN over IPsec" wrong described ifconfig: "ifconfig tunnel gif0 ....", but on real machine this not working. must be "ifconfig gif0 tunnel ....". man ifconfig says the same: ifconfig [-L] [-k] [-m] interface [create] [address_family] [address [dest_address]] [parameters] ...skipped... tunnel src_addr dest_addr Configure the physical source and destination address for IP tun- nel interfaces. The arguments src_addr and dest_addr are inter- preted as the outer source/destination for the encapsulating IPv4/IPv6 header. >How-To-Repeat: try to setup tunnel following instructions in ch 14.10 >Fix: replace "ifconfig tunnel gif0 ...." to "ifconfig gif0 tunnel ....". >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200611010905.kA195gR7058408>