Update: UltraVNC 1.4.3.6 and UltraVNC SC 1.4.3.6: viewtopic.php?t=37885
Important: Please update to latest version before to create a reply, a topic or an issue: 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://twitter.com/ultravnc1
- Reddit community: https://www.reddit.com/r/ultravnc
- OpenHub: https://openhub.net/p/ultravnc

UltraVNC or any VNC or Remote Desktop is UNUSABLE over ADSL

Post Reply
UltraSam
Admin & Developer
Admin & Developer
Posts: 462
Joined: 2004-04-26 20:55
Contact:

UltraVNC or any VNC or Remote Desktop is UNUSABLE over ADSL

Post by UltraSam »

Since a few weeks (months? ) it looks like that some internet providers LIMIT the bandwidth over ports above 1024... at least in France
(maybe an attempt to counter Peer to Peer ?).

Consequently all the softwares that use TCP or UDP ports > 1024 have become simply unusable over ADSL/Cable connections, even worse than over RTC modems.
When Web browsing still flies...

The solution is to configure your UltraVNC server (or other software) to use ports below 1024 (between 800 and 1024 for instance).

Here is how to configure UltraVNC for port 80 (http port, which will never be limited as it is used for web browsing ;) ). If you already have a web server listening on this port, use a port like 8xy or 9xy.

1. In WinVNC properties page: Ports: Main: 80 (or 8xy)
2. In your router ADSL Modem configuration: you must route port TCP 80 (or 8xy). Restart your modem/router
3. From the outside: run vncviewer with Server = YourServerIP::80 (or YourServerIP::8xy)

-> UltraVNC is flying again :crazy:

This trick also works with any software that usually use high ports (like RDP and so on...)
UltraSam
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: UltraVNC or any VNC or Remote Desktop is UNUSABLE over A

Post by redge »

very low speed and erratic result can happen with bad network interface card configuration

always bad result: (very very slow and erratic network connection)


10 Mbit/s Half-Duplex <---> 10 Mbit/s Full-Duplex
10 Mbit/s Half-Duplex <---> 100 Mbit/s Full-Duplex
100 Mbit/s Half-Duplex <---> 10 Mbit/s Full-Duplex
100 Mbit/s Half-Duplex <---> 100 Mbit/s Full-Duplex


middle result: (sometime could fail depend of driver and switch/broadband router)
auto mode negociation speed and duplex (from factory)


best result: (manual under normal condition and connection) or AUTO mode
10/100/1000 AUTO <---> 10/100/1000 AUTO
10 Mbit/s Half-Duplex <---> 10 Mbit/s Half-Duplex
10 Mbit/s Half-Duplex <---> 100 Mbit/s Half-Duplex
100 Mbit/s Half-Duplex <---> 100 Mbit/s Half-Duplex
100 Mbit/s Full-Duplex <---> 100 Mbit/s Full-Duplex
100 Mbit/s Full Duplex <---> 1000 Mbit/s Full Duplex
1000 Mbit/s Full Duplex <---> 1000 Mbit/s Full Duplex
Last edited by redge on 2008-10-18 11:10, edited 4 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply