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

nat2nat 2.0.0 inside SC for script ?

Any features you would like to see in UltraVNC? Propose it here
Post Reply
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

nat2nat 2.0.0 inside SC for script ?

Post by redge »

script for integrated NAT2NAT 2.0.0 inside SC creator ?

SC mode I calling itself nat2nat (not visible to customer)
-sslproxy -connect myhost.dyndns.org -username user1 -password test1
(username and password encrypted 128bit inside SC)


SC mode II (popup for ask user/password encrypted)
-id 1234 -sslproxy -connect hostname.domain.tld


SCviewer mode I
scviewer.exe -sslproxy -listen (default 443) -username user1 -password test1
(this way, listen and only accept this username/password encrypted SSL

SCviewer mode II
scvncviewer.exe -sslproxy -proxy 192.168.1.100 (default 443) ID:1234 -username user1 -password test1


a must have
SC viewer at same time of SC creation. (2 files SC viewer + server)
SingleClick viewer set for just ask user/password encrypted)
Last edited by redge on 2006-04-29 06:47, 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
User avatar
Rudi De Vos
Admin & Developer
Admin & Developer
Posts: 6863
Joined: 2004-04-23 10:21
Contact:

Post by Rudi De Vos »

Will not work.

SC use an invers connection, while NAT2NAT use the standard connection.

Current the connector support only NAT2NAT and is compatible with all
(real/tight/ultra) full VNC versions.

server <loopback>connector-----------------connector<loopback>viewer

It was a bad idea to integrate the network connection in SC, i want to
have the same SC version for all connection types. The connector need
to be expaned with the other methods.

connector:
+nat2nat
+SSL_https proxy
+repeater modes

Later, both exe can natural be combined, but for testing it is just a lot easyer to seperate the connecter part.....and it works with ALL vnc flavors.
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Post by redge »

What the problem ?

SCII -sslproxy, inverse connection to loopback localhost ?!
or
I missed something ?

winvncSC <loopback>connector-----------------connector<loopback>viewer

It was a bad idea to integrate the network connection in SC, i want to
have the same SC version for all connection types. The connector need
to be expaned with the other methods.
Very good point, If a really understand your mind.
this make a sense of your previous answer.

Thank you for the clarification.
Last edited by redge on 2006-04-29 06:54, edited 2 times in total.
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Aicon
Posts: 1
Joined: 2006-07-05 09:59
Location: Stord, Hordaland, Norway
Contact:

Re: nat2nat 2.0.0 inside SC for script ?

Post by Aicon »

I have a case with familiar problem today.

Have a customer who wants a solution with SC, but he is much on the road and I tougth that this as a solution for him to easy remote his customers,

So is it possible to configure a solution for this?

An other solution is for him to have a computer that he connects to at a fixed location and configure SC to this location. (But this is a not so good solution)
MrChris
20
20
Posts: 50
Joined: 2006-04-08 01:15

Re: nat2nat 2.0.0 inside SC for script ?

Post by MrChris »

Maybe could script a normal uvnc install and package it with AutoIt and have AutoIt script import reg settings and start server or viewer with nat2nat files/settings.

mrchris
RobH
Former moderator
Former moderator
Posts: 113
Joined: 2004-05-03 18:04
Location: Chicago, IL

Re: nat2nat 2.0.0 inside SC for script ?

Post by RobH »

You want to start using an echoserver with the new viewer that's out. Then he can move around and still be able to access the users pc's.

Aicon wrote:I have a case with familiar problem today.

Have a customer who wants a solution with SC, but he is much on the road and I tougth that this as a solution for him to easy remote his customers,

So is it possible to configure a solution for this?

An other solution is for him to have a computer that he connects to at a fixed location and configure SC to this location. (But this is a not so good solution)
redge
1000
1000
Posts: 6797
Joined: 2004-07-03 17:05
Location: Switzerland - Geneva

Re: nat2nat 2.0.0 inside SC for script ?

Post by redge »

alpha stage
[topic=7542][/topic]
UltraVNC 1.0.9.6.1 (built 20110518)
OS Win: xp home + vista business + 7 home
only experienced user, not developer
Post Reply