4 ms·
The tutorial talks about how to do a local webserver where you manually navigate to the IP address. How is this being served over the internet?
by flycatcha 3y ago
The tutorial talks about how to do a local webserver where you manually navigate to the IP address. How is this being served over the internet?
- panki27 3y agoDNS and port forwarding.
- grishka 3y agoAnd probably buying a static IP from your ISP.
- byteknight 3y agoJust DDNS
- grishka 3y agoNot all home ISPs give you an entire IPv4 address. Some have fewer IPs than subscribers and thus use a NAT. Sometimes a very restrictive one.
- roywashere 3y agoIn Europe, most ISPs use carrier graden NAT nowadays
- panki27 3y agoYou can get around the issues of CG-NAT by setting up a reverse tunnel to an external server you control.
- LoganDark 3y agonginx reverse proxy
- harry247 3y agoyes, I have a static IP and port forwarded. It IP can be mapped to website (dns name) via namecheap and godaddy like services. This is enough to put it on internet In this setup I added a nginx in between (doesn't enable cache yet) for load balancing.