Hello !
Please help me to configure PcHelpWare !
My partners are using Proxy in their LANs
* In one situation proxy configured by IE
* In another, the proxy work in transparent mode
(in IE proxy not configured, but the communication work over the proxy).
All outgoing ports closed.
So, PcHelpWare Server, can connect only to port 80 or 443 (over the proxy)
How I need to configure The Repeater ?
How I need to configure The Server ?
In your documentation :
If Server & Viewer configured to use proxy, both of them connect to repeater by port 443 ?!
I tried to configure the Server :
* -connect my_external_ip:5500 -id ask -passwd ask -autoreconnect -proxy https
* and the Viewer (selected proxy)
* And Repeater selected :
Enable Proxy(443)
Enable Mode 2
In that configuration the Server connect to repeater by port 5500 and not by 443 !
In that site Proxy is in transperent mode (not configured in IE)
Thank You in advance,
Yigal
Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: https://forum.uvnc.com/viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864
Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Facebook: https://www.facebook.com/ultravnc1
- X/Twitter: https://x.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc
Proxy
Re: Proxy
wrong
-connect my_external_ip:5500 -id ask -passwd ask -autoreconnect -proxy https
correct
-connect my_external_ip:5500 -id ask -passwd ask -autoreconnect -proxy
repeater must the own came from pchelpware package, not older.
that all.
-connect my_external_ip:5500 -id ask -passwd ask -autoreconnect -proxy https
correct
-connect my_external_ip:5500 -id ask -passwd ask -autoreconnect -proxy
repeater must the own came from pchelpware package, not older.
that all.
Last edited by redge on 2007-01-17 18:05, edited 1 time in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Re: Proxy
I will suggest to change the helpdesk configuration as below:
-connect uvnc.com:5500 -id ask -proxy -passwd ask
The reason are:
1. When making connection via proxy, PHW will use port 443 (SSL) to communicate with the repeater. However, repeater01.ultravnc.info doesn't have port 443 SLL support, uvnc.com does.
ref: [topic=9600][/topic]
2. Move the "-proxy" to just after "-id ask". I don't know if this is a must, just follow the orignal advise from the developer. Maybe yours is still OK.
However, I will say: the above helpdesk.txt has the correct syntax, but this doesn't ensure you can make a successful connction. Something else you need to check & solve.
1. In order for the sever can work as expect, your pc must be configured to use a proxy -- HAVE PROXY SETTING in the registry. To determine, if you have the proxy setting inside the IE\Tool\Internet Options\Connection\LAN\Proxy, then there is a setting in registry. In case not found the registry setting (e.g. your LAN using a transparent proxy), PHW will simply give up to use this method to communicate with the repeater.
2. The uvnc.com repeater is not stable. In my test, some times it works, but most time it doesn't. You better to use a private repeater.
-connect uvnc.com:5500 -id ask -proxy -passwd ask
The reason are:
1. When making connection via proxy, PHW will use port 443 (SSL) to communicate with the repeater. However, repeater01.ultravnc.info doesn't have port 443 SLL support, uvnc.com does.
ref: [topic=9600][/topic]
2. Move the "-proxy" to just after "-id ask". I don't know if this is a must, just follow the orignal advise from the developer. Maybe yours is still OK.
However, I will say: the above helpdesk.txt has the correct syntax, but this doesn't ensure you can make a successful connction. Something else you need to check & solve.
1. In order for the sever can work as expect, your pc must be configured to use a proxy -- HAVE PROXY SETTING in the registry. To determine, if you have the proxy setting inside the IE\Tool\Internet Options\Connection\LAN\Proxy, then there is a setting in registry. In case not found the registry setting (e.g. your LAN using a transparent proxy), PHW will simply give up to use this method to communicate with the repeater.
2. The uvnc.com repeater is not stable. In my test, some times it works, but most time it doesn't. You better to use a private repeater.
Last edited by YY on 2007-08-22 08:58, edited 1 time in total.