Re: [vpp-dev] About nat44 translation with multi-tenancy

2021-11-11 Thread Kyosuke Hori
Hello, Thanks Filip, I understand that vrf 0 means all vrf. If I want to do nat 44 translation in multitenancy without specifying ports, should I enable nat 44 with the following command? ``` vpp# nat44 enable inside-vrf 0 outside-vrf 0 ``` Also, if possible, could you share some limitations?

Re: [vpp-dev] About nat44 translation with multi-tenancy

2021-11-10 Thread Filip Varga via lists.fd.io
@lists.fd.io On Behalf Of samjen Sent: Friday, November 5, 2021 8:59 AM To: vpp-dev@lists.fd.io Subject: [vpp-dev] About nat44 translation with multi-tenancy Importance: High Hi all, I’m testing multiple tenants using nat44-plugin. The app version uses 21.10-release. ``` vpp# sh version vpp v21-10

[vpp-dev] About nat44 translation with multi-tenancy

2021-11-05 Thread samjen
Hi all, I’m testing multiple tenants using nat44-plugin. The app version uses 21.10-release. ``` vpp# sh version vpp v21-10-release built by root on 912b4c35bcd7 at 2021-10-27T12:54:43 ``` I understand that when nat44 is enabled, one inside-vrf and one outside-vrf are specified (If not specifie