Project

General

Profile

Actions

Todo #3338

closed

Update racoon.conf "remote" syntax

Added by Jim Pingle over 10 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
IPsec
Target version:
Start date:
11/22/2013
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
Release Notes:

Description

According to racoon.conf(5) the syntax of the remote statement we currently use has been deprecated and will be removed in the future.

Current syntax:

remote x.x.x.x {
    ...
}

New syntax:

remote tunnelname {
    remote_address x.x.x.x;
    ...
}

We'll need some method of determining the tunnelname, whether it's based on the description or otherwise. I couldn't find any clues about restrictions or the exact format in the man page either so we may need to have a look at the racoon code to verify what is allowed there.

Note that this is from racoon.conf(5) from ipsec-tools, the online man pages for FreeBSD and NetBSD are not current for racoon.conf(5) but if you install the ipsec-tools package, you will have the most current man page available.

Actions #1

Updated by Renato Botelho over 10 years ago

  • Status changed from New to Feedback
  • % Done changed from 0 to 100
Actions #2

Updated by Chris Buechler over 9 years ago

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom PDF