Re: [vpp-dev] VPP routing rule installation limit #vpp_papi #vapi

2022-09-21 Thread yxm319
Thanks for all your help. The problem is the memory limit in the startup configuration file. Specifically, the size of the `stat-segment,` like Pim mentioned, could be an affecting factor. Besides that, the memory size of the main heap should also be increased. The resulting configuration needs

[vpp-dev] VPP 22.10 RC1 milestone is complete!

2022-09-21 Thread Andrew Yourtchenko
Hi all, VPP 22.10 RC1 milestone is complete! The artifacts for 22.10 RC1 are available at packagecloud.io/fdio/2210 Now the master branch is open for all commits, and the new stable/2210 - for low risk changes and fixes in preparation for the 22.10 release. All changes destined to stable/2210

Re: [vpp-dev] NAT44 for TCP/UDP

2022-09-21 Thread yangbin_1638136...@qq.com
There are 2 types of NAT implementation. when you use "in" and "out" at same time. it's PRE-ROUTING NAT when you use "out" with "output-feature" keyword . it's POST-ROUTING NAT. no matter what type of NAT  you choose to use, there are 2 import thing you need to do, first,enable nat second,make su

Re: [vpp-dev] NAT44 for TCP/UDP

2022-09-21 Thread yangbin_1638136...@qq.com
I would advise trying command below: nat44 plugin enable sessions 63000 nat44 forwarding enable set nat timeout udp 3000 tcp-established 7440 tcp-transitory 2400 icmp 600 set interface nat44 out  {wan1} output-feature nat44 add static mapping tcp local 192.168.1.20 external 4.4.4.4 nat44 add inter

Re: [vpp-dev] nat44-ed distinct pool for out if

2022-09-21 Thread filvarga
Hi, I would suggest checking vrf table implementation in NAT44-ED that enables restriction of passing packets between different VRFs for more information check commit 691c630b79ec2230b67944c8a9f77f95b49d95ad Meanwhile I will look if there is something else to use. If I find something I will respo

Re: [vpp-dev] nat44-ed distinct pool for out if

2022-09-21 Thread Ole Troan
Hi Amir, Have you tried configuring the NAT with “output-feature” enabled? Best regards, Ole > On 21 Sep 2022, at 06:43, Amir Hossein <1377amirhossein1...@gmail.com> wrote: > >  > Hi, > I'm working with nat44-ed plugin and I found that we can set a distinct nat > ip pool for each in if (with