docs/105000: fix in hangbook chapter "14.10 VPN over IPsec"

dawnshade h-k at mail.ru
Wed Nov 1 09:10:12 UTC 2006


>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 at 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:



More information about the freebsd-doc mailing list