Is there some kind of error log that is generated when a connection is lost? to help diagnose issues. I can only connect within a LAN. Can't connect over IPSEC VPN or WAN.
Thanks
Mark
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
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
UVNC2ME error log
- Rudi De Vos
- Admin & Developer
- Posts: 6950
- Joined: 2004-04-23 10:21
- Contact:
Re: UVNC2ME error log
Not any logging that wel helpto diag the initial connect issue.
Let's explain how uvnc2me makes a connection
----------------------------
server (local ip 10.10.10.1) <->nat router (offical ip 125.125.124.32)<->internet ( access server)
viewer (local ip 10.10.10.1) <->nat router (offical ip 125.125.100.32)<->internet ( access server)
The access server sees a connection from 125.125.124.32 on port X
The access server sees a connection from 125.125.100.32 on port Y
Now, the access server tell the server that the viewer has ip 125.125.100.32 on port Y
and the viewer that the server is on 125.125.124.32 on port X
After this, the server and viewer create an encrypted tunnel between them
----------------------------
Using a VPN, your pc get some other private VPN ip, isolated from the rest.
That's the goal of a VPN, make a secure connection so no routing is allowed.
Insite a VPN you need a simple vnc server/viewer. The viewer connect to the server ip, as both are in the same VPN
no access server is needed.
Using ipsec you also create an encrypted tunnel, access servers are not reachable
WAN should work.
Let's explain how uvnc2me makes a connection
----------------------------
server (local ip 10.10.10.1) <->nat router (offical ip 125.125.124.32)<->internet ( access server)
viewer (local ip 10.10.10.1) <->nat router (offical ip 125.125.100.32)<->internet ( access server)
The access server sees a connection from 125.125.124.32 on port X
The access server sees a connection from 125.125.100.32 on port Y
Now, the access server tell the server that the viewer has ip 125.125.100.32 on port Y
and the viewer that the server is on 125.125.124.32 on port X
After this, the server and viewer create an encrypted tunnel between them
----------------------------
Using a VPN, your pc get some other private VPN ip, isolated from the rest.
That's the goal of a VPN, make a secure connection so no routing is allowed.
Insite a VPN you need a simple vnc server/viewer. The viewer connect to the server ip, as both are in the same VPN
no access server is needed.
Using ipsec you also create an encrypted tunnel, access servers are not reachable
WAN should work.
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
Re: UVNC2ME error log
I assume if I have dual WAN's with load balancing that I would need to create a static route to the access servers to/from one of the WAN's, to make this work properly.
Mark
Mark
- Rudi De Vos
- Admin & Developer
- Posts: 6950
- Joined: 2004-04-23 10:21
- Contact:
Re: UVNC2ME error log
You can download a server and host it in your own network.
uvnc2me send a request to both access servers
1) uvnc access server
2) your local access server
instance 1 is behind nat
instance 2 is behind nat by a customer
instance 3 is local, but behind a local nat
1-2, works because both can access uvnc access server
1-3, works because both can access your own server
3-2, fail Not a common access server. 2 can't connect to your access server and
dual natting is blocking server 3 to connect to uvnc access server
uvnc2me send a request to both access servers
1) uvnc access server
2) your local access server
instance 1 is behind nat
instance 2 is behind nat by a customer
instance 3 is local, but behind a local nat
1-2, works because both can access uvnc access server
1-3, works because both can access your own server
3-2, fail Not a common access server. 2 can't connect to your access server and
dual natting is blocking server 3 to connect to uvnc access server
UltraVNC links (join us on social networks):
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/
- Website: https://uvnc.com/
- Forum: https://forum.uvnc.com/
- GitHub sourcecode: https://github.com/ultravnc/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
- uvnc2me: https://uvnc2me.com/