diff options
author | Filip Tehlar <ftehlar@cisco.com> | 2022-05-13 00:36:39 +0000 |
---|---|---|
committer | Filip Tehlar <ftehlar@cisco.com> | 2022-05-18 09:46:33 +0000 |
commit | 9196ed798a49c0e89252c00770fde4db3e90c81d (patch) | |
tree | 946355b5aca3df53fde3e65a6ef83fc41548c947 /extras/strongswan | |
parent | 3fda200c4c7c44cd0706e57e0b88254571ef196f (diff) |
misc: update config script in IKEv2 test
Type: fix
Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
Change-Id: Iba82f8e0f18f3e1e4da57f4c23ba9272e87afd93
Diffstat (limited to 'extras/strongswan')
-rw-r--r-- | extras/strongswan/configs/responder_nat/vpp.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extras/strongswan/configs/responder_nat/vpp.conf b/extras/strongswan/configs/responder_nat/vpp.conf index 9ba3fdf2604..34c4f8fb704 100644 --- a/extras/strongswan/configs/responder_nat/vpp.conf +++ b/extras/strongswan/configs/responder_nat/vpp.conf @@ -32,7 +32,7 @@ ikev2 profile set pr1 tunnel ipip0 ip route add table 1 192.168.5.0/24 via ipip0 set interface unnumbered ipip0 use pipe0.1 -nat44 enable sessions 10 +nat44 plugin enable nat44 add address 192.168.10.2 set interface nat44 in pipe0.0 out host-vpp nat44 add static mapping udp local 10.0.0.2 500 external 192.168.10.2 500 |