Hello, first of all I would like to thank you for all your works on Hesia Control Panel. It even support different architecture like ARM64.
So, I just setup my homelab Rasberry Pi 5 device (Bookworm) with Hestia CP, using a custom port and it went well. Added a new user and a website from this new user, then create a host/domain rpi.raspberrydevice.com. The problem is I can’t access Hestia CP from this host/domain name. Did I miss some configuration to let HCP port access from public? I really appreciate any help.
The host/domain point to my ipv6 address (AAAA record), because currently, the ISP I use has adopted the CGNAT network which makes my pub ipv4 is inaccessible. With ipv6, I don’t think I have to do portwarding in my router, am I correct?
I don’t have much experience with ipv6 and isp blocking ipv4, anyway i think you should open PAT on your firewall as well. You can test if it’s working by reading the access logs.
With ISP adopted CGNAT, it means our ISP client ipv4 public-facing ip is sharing among different users. If I check my router, router WAN ip address is the range of 100.64.0.0 – 100.127.255.255 which is carrier-grade NAT (CGNAT) private ip addresses (Wikipedia - Private Network IP). AFAIK, It’s still have public-facing ipv4 (Internet IP), but it shared among many users, ISP router route the traffic through the CGNAT ip addresses just like our home router does. Making it difficult to sync my mobile app data to home network. So, the only way I can access home network outside is by using ipv6 addresses.
BTW, I open to any suggestions, would you guide me how to open PAT, is it on the router or Hestia CP?
So, currently HestiaCP is not supporting IPv6 yet, ok noted. Just wondering, any of you can access rpi.raspberrydevice.com webpage? - hosted by my homelab HCP.
Which means my webpage is accessible from outside. Now the problem is just the Hestia Control Panel port can’t be access from outside network. Thank you for helping me testing, appreciate it.