답변:
더 많은 정보가 필요하지만 추측을 시도합니다 (Linux 배포판으로 작업 할 수 있다고 가정).
If ("multiple IP access" doesn't mean different IPs)
{
If (your application doesn't need interaction, but only an http request)
{
I would try several wget in parallel launched from a shell script
}
else // == your application needs interaction
{
Can you program a light client (let's say python, java...) to simulate one client and launch several simultaneously?
}
}
else // == you need different IPs
{
If (the IPs need to be public)
{
I would try to work on wget/light client accesing different proxy servers on the Internet.
}
else // == they can be private
{
I would first try to create about 500 subinterfaces (eth0:n). This means 2 /24, and some work on address space on your private site. Once you have the subinterfaces, I would try the wget/light client over different subinterfaces.
}
}
충고 하나만 IPv6 (더블 스택이라고도 함) 발전 경로에서 IPv4 사용자가 CGNAT44 뒤에있는 것이 일반적입니다. 이는 동일한 공용 IPv4 주소 뒤에 여러 사용자가 표시됨을 의미합니다. 따라서 여러 사용자가 동일한 공개 IPv4 주소로 애플리케이션에 액세스 할 수 있습니다. 이 때문에 "하나의 IP는 하나의 사용자를 의미"한다는 믿음에 의존하지 않는 응용 프로그램을 개발해야합니다.