ansyun / dpdk-ans

ANS(Accelerated Network Stack) on DPDK, DPDK native TCP/IP stack.
https://ansyun.com
BSD 3-Clause "New" or "Revised" License
1.16k stars 324 forks source link

how to test the https_server example #115

Open longnehc opened 4 years ago

longnehc commented 4 years ago

I am a beginner of ans and dpdk. I install dpdk and ans correctly on the server by the instructions. The http_server is successfully running (default setting).

The README says we can use curl or wget to get the content from https://10.0.0.2:7838/index.html. I tried but cannot get anything.

I am wondering do I need to map 10.0.0.2 to the public network IP of my server (e.g. 202.120..)? Because I think 10.0.0.2 is a virtual IP addr assigned by dpdk, the curl cannot get the connection by 10.0.0.2.

Louis296 commented 2 years ago

Same question, but i even now found the README about http_server or https_server...