To give you guys a little bit of background as to why I am asking this question...
I am trying to create a VPN tunnel between my system and an external VPN Server. This this case I am using OpenVPN. I am sitting on a public network in a public building. The connection always fails with the error that it cannot complete the TLS handshake. As I'm sure some people will have figured out just by reading what I have put so far, the packets from the client are being blocked somewhere along the network and I'm therefore it cannot complete the authentication process. I am able to connect to this external server via putty (from within this network) and so I can change the configuration of the external server if necessary. The sever is currently accepting connections of port 443.
My question to you guys is, how can I find out where in the network the packets are being either dropped, filtered out, rejected or blocked?
I know that this network has multiple switches and firewalls, and so to try and find a way around the problem it would help me a lot to know which device is blocking the connection. I've tried connecting using both UDP and TCP and both fail.
Thanks,
Dan