I am thinking about starting a server with my raspberry pi four! People in the public will be able to access this server and I don’t want my IP address to be exposed as I don’t want my address leaked or my network to be DDoSed. Is there an easy way to hide my IP address or not? Will I need to buy a dedicated IP (if you even can)? Is this even possible? If needed, I’m running a minecraft server on the latest (to the 9th of April 2019)!
Thanks,
Joseph
Re: Is it possible to connect a domain to a raspberry pi without exposing my PI address?
If you want to run a public server the you need to give out the IP that server sits behind. You can use DNS to connect but all that does is resolve a friendly name to an IP. You will also need to use with a static IP or a Dynamic DNS service so that the IP doesn't change. Along with all this you will need to setup port forwards from the External IP to the local IP of the Pi, making sure to only expose the services you want to and not the ones you don't.
-
- Posts: 150
- Joined: Wed Mar 02, 2016 11:32 am
Re: Is it possible to connect a domain to a raspberry pi without exposing my PI address?
@AardappeltaartAardappeltaart wrote: ↑Thu Jul 11, 2019 5:14 pmYou can run Tor on a pi.
https://2019.www.torproject.org/docs/to ... ce.html.en
Please explain how that has any relevance to the OP's question.
Quis custodiet ipsos custodes?
-
- Posts: 974
- Joined: Mon Apr 09, 2018 5:26 pm
- Location: N. Finland
Re: Is it possible to connect a domain to a raspberry pi without exposing my PI address?
It's the only way to keep the address unknown. If the service can run over TCP then it can be run as an Onion service. It's not that hard to set up but might be a barrier for casual visitors or players. Apparently that game can use either TCP or UDP, or both, for remote players.
Re: Is it possible to connect a domain to a raspberry pi without exposing my PI address?
OK I've had a look at https://2019.www.torproject.org/docs/on ... es.html.en. The OP can decide for himself/herself if that will meet the objective.tpyo kingg wrote: ↑Thu Jul 11, 2019 6:05 pmIt's the only way to keep the address unknown. If the service can run over TCP then it can be run as an Onion service. It's not that hard to set up but might be a barrier for casual visitors or players. Apparently that game can use either TCP or UDP, or both, for remote players.
Quis custodiet ipsos custodes?
-
- Posts: 150
- Joined: Wed Mar 02, 2016 11:32 am
Re: Is it possible to connect a domain to a raspberry pi without exposing my PI address?
Quoting info from the linkdrgeoff wrote: ↑Thu Jul 11, 2019 5:56 pm@AardappeltaartAardappeltaart wrote: ↑Thu Jul 11, 2019 5:14 pmYou can run Tor on a pi.
https://2019.www.torproject.org/docs/to ... ce.html.en
Please explain how that has any relevance to the OP's question.
Isn't that exactly what OP wants?Tor allows clients and relays to offer onion services. That is, you can offer a web server, SSH server, etc., without revealing your IP address to its users. In fact, because you don't use any public address, you can run an onion service from behind your firewall.
Re: Is it possible to connect a domain to a raspberry pi without exposing my PI address?
Well. Some VPN could offer a very similar configuration.tpyo kingg wrote: ↑Thu Jul 11, 2019 6:05 pmIt's the only way to keep the address unknown. If the service can run over TCP then it can be run as an Onion service. It's not that hard to set up but might be a barrier for casual visitors or players. Apparently that game can use either TCP or UDP, or both, for remote players.