iqiyi / dpvs

DPVS is a high performance Layer-4 load balancer based on DPDK.
Other
3k stars 723 forks source link

How to use dpvs as a SNAT gateway #127

Closed davidmama closed 6 years ago

davidmama commented 6 years ago

Thanks Authors, Fullnat works well, Now i want to try snat as a gateway. I checked the doc, found little doc introducing this mode. could author/someone else give a example how to using it?

thanks -David

beacer commented 6 years ago

The SNAT Mode (two-arm) section of doc/tutorial.md including all essential configurations for SNAT, if you met any issue to try this example, pls point out where fails. And scripts/config_snat_sample.sh is another example. If any further question, pls let us know.

davidmama commented 6 years ago

thanks your quick reply, will try it!

beacer commented 6 years ago

Any update ? @davidmama

davidmama commented 6 years ago

thanks Bacer, it works now!