Summary;
I am attempting to set up a transparent proxy for use with a Minecraft server I'm setting up for friends at home. I am needing help figuring out the more technical aspects of setting up Squid to forward to my home network, with a specified interface (25565).
Details:
1 - I'm using Ubuntu-1804.
....1.A - I've decided on, and installed, Squid for my proxy.
....1.B - I've set the flag tcp_outgoing_address
to my public IP, but unsure of how to set what port to use for outgoing traffic/traffic going to my IP. I have also set http_port
to 25565, though my understanding is that this is what the proxy will listen on.
2 - I've configured an inbound firewall rule in Google cloud to allow traffic coming in on port 25565. Not sure if there's anything else I need to set for this. "Targets" is set to "Apply to all".
I've never worked with Squid or Google Cloud platform in earnest before, so this is all new to me. Thank you in advance for any assistance provided. If you need additional information, please let me know.
Thanks!