LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   VNCServer help: proxy not blocking the port, but VNC still not coming through (https://www.linuxquestions.org/questions/linux-software-2/vncserver-help-proxy-not-blocking-the-port-but-vnc-still-not-coming-through-640583/)

MikeOfAustin 05-07-2008 12:50 PM

VNCServer help: proxy not blocking the port, but VNC still not coming through
 
:edit
{solved}... port is not actually a port. proxy only allows http request, and no tcp traffic. I couldn't even ssh until I used corkscrew.

:end edit

Hypothetical situation... Let's say my work has a proxy, and doesn't have port 8085 blocked, so I set up java based VNCserver, but it still doesnt' work (just times out). However, any other application, like http (ie: apache) DOES work on 8085.

I'm guessing the proxy sees a line of code or something coming through and kills it?

sundialsvcs 05-08-2008 10:46 PM

Could be many things.

A (free open-source) tool like ethereal is worth its weight in platinum. In cases like these, "guesses" don't mean much.

Rustylinux 05-09-2008 02:29 PM

Quote:

Originally Posted by sundialsvcs (Post 3147727)
Could be many things.

A (free open-source) tool like ethereal is worth its weight in platinum. In cases like these, "guesses" don't mean much.

I think its called wireshark now but same idea. Any kind of port / packet sniffing / loging program will help you a lot to see what port it is really trying to come in on.

Rustylinux 05-09-2008 02:33 PM

Quote:

Originally Posted by MikeOfAustin (Post 3145898)
Hypothetical situation... Let's say my work has a proxy, and doesn't have port 8085 blocked, so I set up java based VNCserver, but it still doesnt' work (just times out). However, any other application, like http (ie: apache) DOES work on 8085.

I'm guessing the proxy sees a line of code or something coming through and kills it?

Also make sure that port 8085 is pointing/forwarded to your pc and nothing else is using that port number otherwise it won't work.


All times are GMT -5. The time now is 03:41 PM.