Bug 100814 - [PATCH] security/vpnc - add NAT keepalive capability
Summary: [PATCH] security/vpnc - add NAT keepalive capability
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-25 19:50 UTC by Daniel Roethlisberger
Modified: 2006-07-29 21:41 UTC (History)
1 user (show)

See Also:


Attachments
vpnc-0.3.3_2-nat-keepalives.diff (2.13 KB, patch)
2006-07-25 19:50 UTC, Daniel Roethlisberger
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Daniel Roethlisberger 2006-07-25 19:50:12 UTC
Add files/patch-tunip.c

This patch gives vpnc NAT keepalive capability as per RFC 3947.  It will make
vpnc automatically send NAT keepalives if UDP encapsulation is used, which will
prevent NAT mappings to time out on NAT routers.

A similar patch has been pending for upstream inclusion since January, so I
think it makes sense to at least give FreeBSD users a more NAT-T compliant
vpnc.  Upstream developers don't seem to be actively working on vpnc at the
moment.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2006-07-25 19:50:43 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 2 christian 2006-07-26 18:16:09 UTC
* Edwin Groothuis <edwin@FreeBSD.ORG> [060725 21:03]:

Hi Everyone,

> Please note that PR ports/100814 has just been submitted.

I have tested the patch and can approve it.

Thanks Daniel (guess you also send it to Maurice, did you?).

Best regards,
 Christian
Comment 3 Martin Wilke freebsd_committer freebsd_triage 2006-07-26 23:39:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 4 Martin Wilke freebsd_committer freebsd_triage 2006-07-29 21:41:43 UTC
State Changed
From-To: feedback->closed

Committed. Thanks!