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

Portforwarding and UVNC single click

Single Click discussions / bugs
Post Reply
rischfre
Posts: 1
Joined: 2009-06-15 07:48

Portforwarding and UVNC single click

Post by rischfre »

Hi

for years i m using the Single Click software and working fine.
But now i would like to change the logic, instead that the the SC program point to each remote computer i would like to do the following thing :
each port of a server represent a computer (ex. : 192.168.1.2:10107 --> 192.168.1.107), so the point is redirecting what receive the server to the relevant computer.
my server is a Linux server, so I tried follwing command line :
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 10107 -j DNAT --to-destination 192.168.1.107:5500

but i receive following error :
Connection failed - Error reading Protocol Version

Did i missed something?
B
800
800
Posts: 2338
Joined: 2009-09-09 14:05

Re: Portforwarding and UVNC single click

Post by B »

Do you have the iptables FORWARD command configured as well?

http://www.hackorama.com/network/portfwd.shtml
Post Reply