Conversation
Notices
-
James-PE (Starnix) :dinosaur: (james@pl.starnix.network)'s status on Monday, 20-Mar-2023 09:48:30 JST James-PE (Starnix) :dinosaur: I'm trying to set up a Pleroma instance on my home server. I just forwarded DNS records to my home's IP address, but I can only access the domain remotely (tried on my phone with a cellular connection), and I can't access it internally when I type in my IP address.
@splitshockvirus @splitshockvirus @splitshockvirus Since you host danksquad.org, and @dcc @dc since you host logografos, dembased and annihilation.social, how are you able to access your servers internally while at home?
cc @gabriel-
James-PE (Starnix) :dinosaur: (james@pl.starnix.network)'s status on Monday, 20-Mar-2023 09:48:29 JST James-PE (Starnix) :dinosaur: @splitshockvirus @dcc @gabriel @dc @splitshockvirus @splitshockvirus I set up my hosts file to point to the server. I'll write an example to not leak any info:
```
10.0.0.50 example.org *.example.org
```
For some reason, example.org loads, but nothing in the wildcard loads. Do I have to add this line below to my hostfile, or do they not support wildcards?
```
10.0.0.50 *.example.org
``` -
(mint@ryona.agency)'s status on Monday, 20-Mar-2023 09:48:29 JST @james @dcc @gabriel @splitshockvirus @dc @splitshockvirus @splitshockvirus They don't, you gotta have a local DNS resolver instead. -
:apa: スプリットショックウイルス † (splitshockvirus@mstdn.starnix.network)'s status on Monday, 20-Mar-2023 09:48:30 JST :apa: スプリットショックウイルス † @james @dcc @gabriel @dc @splitshockvirus@pl.starnix.network @splitshockvirus@social.danksquad.org
I edit my hosts file and I setup DNS internally to point to the IP of the server. There is also NAT hairpin or reflection but those can be annoying.
-