Hi all, not sure if there’s a solution, but here’s what I’ve learned and what the problem is.
My ISP out here on the boat I’m on has an extremely restrictive firewall. In order for me to have any internet access at all I have to go through a proxy. When I am not connected to a proxy, I can still ping places like www.google.com, but webpages won’t resolve inside a browser.
Through a ton of tinkering and figuring things out, we found that port 23 is open to both inbound and outbound traffic, and that’s about it. We can’t find any other ports open both ways. My boyfriend set up a proxy on his server set to port 23 and I’m connected to it, and it works for browsing.
However, any applications on my computer that try to communicate through any other ports fail miserably. He has control over which ports he can open on his server/proxy of course, but I have no control over which ports I can open on my end.
Is there any way I can get other applications to route through port 23? Like some software I can download that will redirect all outbound traffic from port XYZ to port 23? And if this does exist, would it even work, if say, the server that the application is trying to connect with doesn’t accept incoming traffic on port 23?
Is there anything that could be done on the proxy to alleviate our problems?
Is there any other solution, such as setting up an SSH Tunnel or VPN or something like that, that would allow me to use more than just port 23 on my end (obviously it’d all really be going through port 23 but the applications wouldn’t know it).
Any and all information on networking, ports, firewalls, proxies, etc would be greatly appreciated. Thanks in advance!