After more 1 000 000 (one million) views on forum for 1.5.0.x development versions... and 1.6.0.0 version
A new stable version, UltraVNC 1.6.1.0 and UltraVNC SC 1.6.1.0 have been released: https://forum.uvnc.com/viewtopic.php?t=38080
Feedback is welcome

Celebrating the 22th anniversary of the UltraVNC (25th anniversary since the laying of the foundation stone): https://forum.uvnc.com/viewtopic.php?t=38031

Important: Please update to latest version before to create a reply, a topic or an issue: https://forum.uvnc.com/viewtopic.php?t=37864

Forum password change request: https://forum.uvnc.com/viewtopic.php?t=38078

Development: UltraVNC development is always here... Any help is welcome.
A new development version, UltraVNC 1.6.2.0-dev has been released, please test it: https://forum.uvnc.com/viewtopic.php?t=38083
Feedback is welcome

Join us on social networks and share our announcements:
- Website: https://uvnc.com/
- GitHub: https://github.com/ultravnc
- Mastodon: https://mastodon.social/@ultravnc
- Bluesky/AT Protocol: https://bsky.app/profile/ultravnc.bsky.social
- 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

[solved] VNC over OpenVPN didnt work - MTU problem

Here you will find help for frequently asked questions as well as for your specific question
Post Reply
Chaka
8
8
Posts: 27
Joined: 2014-04-11 18:01

[solved] VNC over OpenVPN didnt work - MTU problem

Post by Chaka »

Hello guys,

little note for others, because it took me some time to narrow down the problem.
I couldn't get a stable connection to an UltraVNC Server via OpenVPN tunnel. Means, the viewer did connect but I didn't see the remote screen. Mostly the viewer showed some color fullscreen, sometimes blue, sometimes red or grey. I think the color correlates with the choosen format and encoding within vncviewer settings. Maybe 10 seconds later the connection is lost, reconnection fails or I see the colored screen for a long time. Curious I could move the mouse at the remote machine (I sat next to it) but didn't see something in the viewer.

However it turns out to be an mtu problem through the vpn tunnel. At both ends the mtu differed because of a hybrid access network at one end and a simple Digital subscriber line at the other end. So I did set a lower fixed mtu within OpenVPN-config to fix that problem, e.g. mtu-tun 1300. Btw mssfix did not solve the problem.
Post Reply