Hello folks,
I got my static IP and I am very happy now, I have been hosting a lot of services since I got the static IP, however I still have to host a fediverse service however it’s not that easy to host any fediverse service, I tried to host GoToSocial but the devs said they don’t support Podman and my server is podman only ( I tried installing docker but it was failing for some reason so I gave up and used podman instead of docker).
these are the services I am currently hosting ( basically all the easy services which you can host with just “docker compose up -d” :p ):
- Invidious: https://invidious.ghodawalaaman.duckdns.org/
- Qbittorrent ( web ui )
- TheLounge
- XMPP server: https://chat.ghodawalaaman.duckdns.org/
feel free to suggest some other cool services which I can host :D
I really don’t like the idea of every device automatically having a publicly reachable IP.
There’s certainly situations where that would be nice; but I’m quite fond of most equipment and services being behind a router and it’s firewall, requiring explicit configuration to be exposed to the open net.
Nobody outside my home network ever needs access to my toaster… (btw, why tf is my toaster wifi enabled…?)
Nat is not a firewall…
Seriously. Unless you open up your Lan to the internet it functions the same way as ipv4 in respect to receiving unsolicited queries from the internet. All those are dropped.
A Firewall and NAT are to different things. All devices would still be behind a Firewall so they would effectively be invisible from the outside except for when they make an out going connection.
If you really want NAT for IPv6 you could use NAT66. It isn’t technically the IPv6 way of doing things but it works. The main benefit with NAT is that you don’t need to worry about prefixes.
You would have to specifically open a port in your firewall before anyone could access a device over IPv6 on your network from the internet. Just like you would have to forward a port on IPv4.