-
Notifications
You must be signed in to change notification settings - Fork 75
Description
There is some bug while handling multiple clients. The latest release of hans is running on Debian 7.7 server with that command:
hans -u nobody -s 10.5.2.0 -p ........
Then I run hans on windows 7:
hans.exe -c [MYSERV] -p ........ -q -f -a 10.5.2.34
and having no problems, 10.5.2.0/24 is visible and I am able to access the proxy IP at 10.5.2.222
After that I turn on my laptop with windows 8.1 and run hans on it:
hans.exe -c [MYSERV] -p ........ -q -f -a 10.5.2.70
It gives an output error: 2 [main] hans 3624 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer . Please report this problem to the public mailing list [email protected] (I suppose this error is unrelated to the main issue, but please just keep it in mind too)
Though it connects normally. After that the windows 7 machine is losing connectivity with the 10.5.2.X network, I can't ping any address, on win8.1 neigher.
But if I disconnect windows 7 machine and reconnect 8.1 machine, I am able to access the net.
Resuming:
- They can't work constantly, looks like some broadcasting failure between the clients , meanwhile when there is only 1 connection it works fine.
- Issue persists if I remove -a and let hans assign IPs automatically
- both machines have the same WAN ip (connected to the same WIFI AP)
UPDATE 1.1
Just found out that if I connect them from the different WAN ip's this problem disappears. I confirm that the issue persists when connecting 2 different machines from the same external IP. Is there any workaround for it?