Port Forwarding over IPv6

  • Thread starter Thread starter BUGBEAR
  • Start date Start date
  • Replies Replies 29
  • Views Views 6,946
The Airtel guys suggests me to shift to postpaid in order to get static ipv4. Also I should purchase additional 4 Airtel 4g simcards and then I will be eligible to get a Static IP. I don't know what to do in this situation.
 
1. Email doesn't use HTTP. CF can't proxy non-HTTP protocols.
Not unless you use their very expensive product called Cloudflare Spectrum.

2. Any DDNS setup will work. I'd recommend using GitHub - timothymiller/cloudflare-ddns: 🎉🌩️ Dynamic DNS (DDNS) service based on Cloudflare! Access your home network remotely via a custom domain name without a static IP!

3. Again I am telling you. Hosting an email server at home isn't a good idea, especially when ISPs don't support adding custom PTRs.
So static IP or not, it's just not worth it.

4. The airtel guy is lying, you don't need to buy additional SIMs, but the postpaid requirement is true to some extent due to the way billing is implemented for static IPs.
 
I just had a call and I am opting for their postpaid plan which will get me on Static IP.

What will be the worst case scenarios if hosting a mail server on Airtel?

Also I will check the DDNS you sent.

@albonycal
 
I run the same setup. Adguard Home on raspberry pi 5 and tailscale.

PiVPN w/ Wireguard is too hard to configure for IPv6. I spent an entire day and it was a waste of time whereas with tailscale i was up within 10mins.

You probably don't need a static ip and the self-hosted mail server. I did plan to host a mail server but it is a pain to do. You have to take care of it. Getting blocked, Preventing spam and a lot of things. The blog post is a nice read.
 
Yes, I went through the blog post and it seems setting up mail server is made difficult as the behemoth has the throne to set the rules. I have Pi-Hole and Tailscale up which works fine with both IPv4 and IPv6 until the IPv6 changes.

So I guess I have to reconsider some decisions.
 
Update:

I have set static IPv4 and IPv6 of my server on Nokia ONT G-2425G-A router as DNS.
Whenever the server which has PiHole running gets rebooted due to power surge, IPv6 changes and hence Tailscale fails to work. I have to change the static IPv6 on router and restart DNS resolver on pi-hole to make it work again.

Is there any way here to make it work? Do I have to disable IPv6 addressing on Airtel router?
Also setting up PiHole as DHCP server has been a nightmare as it works for a while but if anything happens to the server it cuts the connection totally.

@albonycal
 
Last edited:
Back