Port limit - Number
Status: Alpha
Brought to you by:
coroberti
From: Adrien U. <adr...@nb...> - 2012-08-30 17:02:06
|
Hello, I'm trying to generate alot of connections from different a single client to a single server (using multiple source IP). Unfortunatly, I get on a limit about ephemeral ports not being available if already used by an other IP. log shows: ERR bind failed with errno 98: Address already in use Is there a way to get curl-loader to have more connections than our ephemeral ports (aka, use the same port multiple times, with different IPs) ? Btw, I also removed the adding-IP as alias, as on Linux adding an IP like 10.128.0.0/14 to the interface lo, is enough to have all the ip available directly, (just need to route them back from the server). Regards, Adrien |