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?
Celebrating the 22th anniversary of the UltraVNC: https://forum.uvnc.com/viewtopic.php?t=38031
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
- 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
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
- 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
Portforwarding and UVNC single click
Re: Portforwarding and UVNC single click
Do you have the iptables FORWARD command configured as well?
http://www.hackorama.com/network/portfwd.shtml
http://www.hackorama.com/network/portfwd.shtml