Executing from within a private network gateway
Executing from within a private network gateway
I reside in a college dorm and want to share some services publicly. Each room has its own public IP, but it's shared with my roommates and me. I can't modify ports or anything similar. Do you have ideas for alternatives? Maybe using an Amazon AWS box as a proxy? With my networking background, I thought it might be tough, but I'm willing to brainstorm before giving up. Have a great day!
Execute all traffic through a VPN to a VPS and then host it there.
Absolutely, you can run it from a VPS even if you can't access it directly from behind a NAT router.
Check if UPNP mapping is being used. It works like automatic port forwarding. Many users overlook turning it off on their router, letting games and other services temporarily forward ports for hosting purposes. There are utilities that let you set up hosting behind a NAT without directly interacting with the router.
A VPN offering a fixed IP that handles incoming connections enables this functionality. For instance, https://vpnuk.info/dedicated-ip.html
I received a dedicated NAT with my personal public IP address. Good news, this problem is resolved. Thanks for your assistance—it means a lot.