1
For a simple programmer we are used to creating web servers and working on localhost, my big question is, and when it comes to leaving this server online?
Today we have cloud but would like to know when I have my local server the way I do this setting to provide access.
Example:
I have the IP address of my 99.999.999.99 machine
How to expose the address of my machine so that anyone accessing my web page will fall?
just put your public ip and release the ports on your router / firewall... the default http port is 80
– Rovann Linhalis
https://ngrok.com/ much safer and simulates ssl
– Felipe Duarte
https://answall.com/a/206698/69359
– Rovann Linhalis
Is there a tutorial teaching step by step? In addition to helping me can help a lot more people who are going through this of configuring kkkk server
– Pedro Soares
Detail, I browsed a lot on the net and no tutorial said how to make IP available on the web and direct to the web server. So I decided to ask here
– Pedro Soares
@Rovannlinhalis, linked an answer that answers your question exactly, if you want an alternative I can answer
– Felipe Duarte
Just take away a doubt, from the moment I create an entry rule providing a port my IP address at this time is already public, right? Then I just start the server the same way we do in development and put it in the same port I created the input rule. That way when someone requests my IP on this port they will have my website. That’s right?
– Pedro Soares
If you have to take some things into account: your IP is fixed?
– MagicHat
Yes, it is fixed. But it would be nice if you could show example if it were dynamic
– Pedro Soares
So if it is dynamic, you will only have access, while under your concession. If you change there you will have to access with the new...
– MagicHat