Hello im having a port problem the repeater keeps binding 5901 socket fine but the 443 keeps failing it says Check if port is not already in use port=443 . I have opened the ports in port forwarding in my router and have downloaded pfportchecker to test my ports and it keeps telling me it cannot test port 443 because an application is busy with it. I have nothing else running so im pretty confused as to what is going on my router is a d link dir-655 and im running windows 7 ultimate.
Thanks for the help...
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
Chunkvnc port problem
repeater problem
Hello im having a port problem the repeater keeps binding 5901 socket fine but the 443 keeps failing it says Check if port is not already in use port=443 . I have opened the ports in port forwarding in my router and have downloaded pfportchecker to test my ports and it keeps telling me it cannot test port 443 because an application is busy with it. I have nothing else running so im pretty confused as to what is going on my router is a d link dir-655 and im running windows 7 ultimate.
Thanks for the help...
Thanks for the help...
Re: Chunkvnc port problem
(Please don't double post. There's a moderation queue for new users, as is explained during signup.)
Re: Chunkvnc port problem
Sorry I don't know what to tell you, if the Repeater software tries to bind to port 443 and fails than another piece of software on that computer already is bound to that port.
This has nothing to do with your router settings.
You'll either have to change the server port on the Repeater and Compiler or find out what program is using this port.
Note, you will lose HTTP Proxy support if using a server port other than 443.
Good luck.
This has nothing to do with your router settings.
You'll either have to change the server port on the Repeater and Compiler or find out what program is using this port.
Note, you will lose HTTP Proxy support if using a server port other than 443.
Good luck.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: Chunkvnc port problem
The googles tell me this might be a problem with that particular router, and/or your modem may be doing some NAT behind your back.
http://forum.portforward.com/YaBB.cgi?num=1237661189
http://www.mediasmartserver.net/forums/ ... f=5&t=6570
http://forum.portforward.com/YaBB.cgi?num=1237661189
http://www.mediasmartserver.net/forums/ ... f=5&t=6570
Re: Chunkvnc port problem
Ive been trying setting and i even tried another pc with windows 7 ultimate and i get the same error (another application is using this port). When i go to a online port testing program like yougetsignal.com using me external up address it says that port 443 is open. So im not really understanding whats going on but im thinking it has something to do with windows 7 ultimate because its open but supposedly something is using my port 443 ive tried the netstat command but cant find anything using 443. Im really bummed out i thought this program would really work keep running into problems but ill keep trying if i had a win xp machine i could try and test to see if its my windows 7 ulti but i dont so that kinda sucks..... well thanks for any help you can provide
Re: Chunkvnc port problem
Try to look for similarities in programs (virus scanner, firewall, etc...) between the two machines.
Some google-fu indicates that the problem can be with Skype:
Try this program to narrow it down: http://www.itsamples.com/tcp-monitor.html
If all else fails most people don't require HTTP Proxy support anyways so just compile with 5500 as your server port and adjust the repeater settings accordingly.
Some google-fu indicates that the problem can be with Skype:
Try this program to narrow it down: http://www.itsamples.com/tcp-monitor.html
If all else fails most people don't require HTTP Proxy support anyways so just compile with 5500 as your server port and adjust the repeater settings accordingly.
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: Chunkvnc port problem
Shut down all ChunkVNC and/or other VNC services and processes. Then go to a command line and enter
netstat /an | find /i "443"
If you see anything returned in the LEFT side column (typically 0.0.0.0:443) then yes, something else running on your machine has port 443 open. You can download Process Explorer to figure out what's using the port, or the utility supercoe lists above. Damn, he ALWAYS whips out links and utilities I haven't seen before!
netstat /an | find /i "443"
If you see anything returned in the LEFT side column (typically 0.0.0.0:443) then yes, something else running on your machine has port 443 open. You can download Process Explorer to figure out what's using the port, or the utility supercoe lists above. Damn, he ALWAYS whips out links and utilities I haven't seen before!
Re: Chunkvnc port problem
http://www.chunkvnc.com - ChunkVNC - Free PC Remote control with the Open Source UltraVNC wrapper InstantSupport!
Re: Chunkvnc port problem
THANK GUYS THANKS i used the cmd and process manager and found out what was using my 443 port it was a program called pando media booster just closed it down and tested it with the repeater and it is working. I guess maybe i got it from one of the games i play on my pc gonna uninstall it right away and finish compiling you guys really came through appreciate the help.