Problem using Virtual IP
I have defined two different virtual IP on the same network card. I start an application that use the first virtual IP on port 1000 and everything works fine. When I run another application that use the second virtual IP on the same port number (1000), the listen function fails. If I change the port number even the second application works correctly. This is the right behavior or I do something wrong? I mean, I must use two different port or there is another workaround? thanks
|