Dear Oleksandr,
Am Mittwoch, den 17.12.2008, 12:06 +0100 schrieb Oleksandr Shneyder:
Paul Menzel schrieb:
$ /usr/bin/nxproxy -S
NXPROXY - Version 3.3.0
Copyright (C) 2001, 2007 NoMachine. See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '7119'. Session: Starting session at 'Wed Dec 17 10:03:59 2008'. Error: Call to bind failed for TCP port 4008. Error is 99 'Cannot assign requested address'. Session: Session terminated at 'Wed Dec 17 10:03:59 2008'.
By error report is good to know which distro is installed on server/client,
This is your problem. Normal ouput should look like:
Now I also see the error message.
$ nxproxy -S
NXPROXY - Version 3.3.0
Copyright (C) 2001, 2007 NoMachine. See http://www.nomachine.com/ for more information.
Info: Proxy running in client mode with pid '7417'. Session: Starting session at 'Wed Dec 17 11:32:30 2008'. Info: Waiting for connection from any host on port '4008'.
You have a problem creating/binding socket. I think, it is system error, not nxproxy. It can be problem of network configuration, name resolution, system library, etc. Try to search in internet "tcp error 99 Cannot assign requested address". You can also try it with older version of nxproxy, but I think, it will not working.
You were right. It was a configuration problem. You can add
$ ip link show
My loopback device (lo) was not configured, because I had deleted /etc/network/interfaces while trying to get a Internet connection with pppoeconf and Network Manager did not complain, so I did not notice.
Anyway adding interfaces again and getting lo back did the trick and I am happy.
Thank you for your great support and frohe Weihnachten,
Paul