Re: Source Interface for outgoing connections

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Samuel Moñux <smonux@...>
Cc: <misc@...>
Date: Monday, February 26, 2007 - 1:59 pm

On 2/26/07, Samuel Moqux wrote:

INET

If you could get vpnc to bind to a specific interface it seems like
that would be possible. Can you see if that's an option?

The way I see it, NAT may not be an issue; any worthwhile modern IPsec
implementation supports NAT traversal, which vpnc appears to (I see a
reference to '--natt-mode' on their page.) If you can support NAT-T on
the client and server, it may be a non-issue for you.

Haven't used vpnc myself, but just looking at the package install
message there's a couple of considerations:

--- vpnc-0.3.3p1 -------------------
In order for vpnc to actually get any received IPsec packet, you have
to disable ESP in your kernel like this:

sysctl net.inet.esp.enable=0

If you are behind a NAT gateway, you have to disable UDP encapsulation
as well:

sysctl net.inet.esp.udpencap=0

DS

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Source Interface for outgoing connections, Samuel Moñux, (Mon Feb 26, 12:36 pm)
Re: Source Interface for outgoing connections, Darren Spruell, (Mon Feb 26, 1:59 pm)
Re: Source Interface for outgoing connections, Samuel Moñux, (Tue Feb 27, 3:12 am)