14
submitted 21 hours ago* (last edited 21 hours ago) by thatcrow@ttrpg.network to c/techsupport@lemmy.world

I'm able to use my VPN to distribute files via Soulseek/Nicotine+. Can I do this with its IP and port forwarding so people can connect to a website hosted on my machine from the internet?

I'm imagining they'd be able to connect with the basic IP:port address, but I'm really not even sure if it's possible.

I'm looking into using NGINX for this. If something else is more appropriate, I'd love to know.

you are viewing a single comment's thread
view the rest of the comments
[-] thatcrow@ttrpg.network 1 points 19 hours ago

I figured it out, and it surprisingly is possible.

ChatGPT was able to walk me through it. The big issue I had was that I was trying to connect using my own machine, which does not work. However, trying to connect using my phone did work. I also had to bind my VPN's local IP (it's different than the one that displays in the app) for nginx to work.

I could verify my VPN's local IP with ip -4 addr show. It's the entry with tun0.

http {
	server {
		listen LOCAL_VPN_IP:VPN_PORT;
		server_name  localhost;
...

this post was submitted on 11 Aug 2025
14 points (100.0% liked)

techsupport

2923 readers
22 users here now

The Lemmy community will help you with your tech problems and questions about anything here. Do not be shy, we will try to help you.

If something works or if you find a solution to your problem let us know it will be greatly apreciated.

Rules: instance rules + stay on topic

Partnered communities:

You Should Know

Reddit

Software gore

Recommendations

founded 2 years ago
MODERATORS