|
|||||||||||
|
nat on enc0
From: Agarwal, Amit (Amit) <agramit(at)avaya.com>
Date: Fri Jun 20 2003 - 14:53:05 EDT
I have following topology and would greatly appreciate any help or references for the solution. I am using tunnel mode for creating VPN between OpenBSD embedded VPN devices and would like to apply NAT on enc0 interface.
10.10.10/24--(Protected) ---VPN device
I applied following NAT rules on the VPN device 1 @0 pass in quick on enc0 proto ipencap all nat on enc0 inet from 10.10.10/24 to any -> 15.15.15.15 port 5000:65535 I would like to create VPN tunnels between above two VPN devices withprotected members as 15.15.15.15 for VPN device 1 and 20.20.20/24 for VPN device 2. The issue I have is as SPD lookup happens before NAT on enc0, I have to add 10.10.10/24 subnet in SPD in order to forward those packets to enc0 interface. If I do that and start sending IP packets from 10.10.10/24 to 20.20.20/24 subnet, the SAs are created for 10.10.10/24 subnet first. IP packet gets forwarded to enc0 interface and NAT is applied and packets are tunnels. In the return path an IPSec SA is negotiated by VPN device 2 for 15.15.15.15. I only want to create tunnel for 15.15.15.15 and would like to apply NAT on enc0 interface (not on private interface as there may be more than one private interfaces where I may get packets destined for VPN and want to apply NAT so enc0 would be the best place to do that). In ipsec man page there is a hint that special care needs to be taken for NAT on enc0 but does not give any details for special care. From some email thread on netsys I got following suggestions for changing the
code but would like to know if there is any better solution.
thanks,
This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 13:48:41 EDT |
||||||||||
|
|||||||||||