So I was looking into getting port forwarding set up and I realized just how closed-off the internet has gotten since the early days. It’s concerning. It used to be you would buy your own router and connect it to the internet, and that router would control port-forwarding and what-have-you.
Now, your ISP provides your router, which runs their firmware, which (in my case) doesn’t even have the option to enable port forwarding.
It gets worse - because ISPs are choosing NATs over IPv6, so even if you install a custom firmware on your router without it getting blacklisted by your ISP, you still can’t expose your server to the internet because the NAT refuses to forward traffic your way. They even devise special NAT schemes like symmetric NAT to thwart hole punching.
Basically this all means that I have to purchase my web hosting separately. Or relay all the traffic through an unnecessary third party, introducing a point of failure.
It’s frustrating.
I like to control my stuff. I don’t like to depend on other people or be in a position where I have to trust someone not to fuck with my shit. Like, if the only thing outside my apartment that mattered to my website was a DNS record, I’d be really happy with that.
why not bridge the router and use your own?
the router doesn’t have one?
which ISP is it?
No matter how much you think you know, there’s always something everyone knows that you’ve never heard of…
That said, if bridge mode is something that you can enable in the config (going to 192.168.0.1 in web browser and all that) then it’s not possible.
It’s through China Mobile
You could get an ONU like this
https://www.aliexpress.us/item/3256804134894710.html
Use it to clone every bit of authentication from ur current ONU to it, the realtek chip in it is very customizable.
https://github.com/Anime4000/RTL960x
https://hack-gpon.org/
sounds like his router is locked down, and even then, if the isp puts him behind nat, there isnt much he can do on his side even if he could theoretically forward those ports.
yes, cgnat is very common in many countries due to IPv4 shortage, bypassing the ISP Router and using your own along with a self hosted VPN Server (for China, Hong Kong or Tokyo works great) is the best choice.
ipv6 is nice to use too if they dont also NAT it (which looks rare?)