I wanted to know how others can access my webserver. I already released port 8080 and the icon is green. I can also access local with 192.168.0.10:8080 however if I use my ip along with: 8080 does not connect. Anyone know?
I wanted to know how others can access my webserver. I already released port 8080 and the icon is green. I can also access local with 192.168.0.10:8080 however if I use my ip along with: 8080 does not connect. Anyone know?
It is recommended that you hire a professional service such as a "hosting" of professional sites and upload via FTP or SSH (or SFTP) to the public_html
or% much of the server.
But if you really want to free your computer for external access, perhaps to work outside the home, then:
www
) 192.168.0.10
) external
) external
you can put another port (usually 80 is blocked by your ISP or already configured on the router). >
Important note , in case I used it with
external
it might also be blocked, so you can try other ports like8080
,9000
, etc.
The home internet connection IP is usually random, to know what your ISP will need to visit some website that states this, however you can "apply domain" to your home server.
You can use services like:
Many routers have no-ip service available (of course you need to create an account), but often the router is outdated and does not work as expected, in this case it is best to install the no-ip software.
After confirming the account and logging in, you must add a host or domain to your account, go to Add Host:
Toaddahosttoyouraccount,selectthe"Add Host" link from the "Hosts / Redirects" menu:
ChoosetheDNSHostA
9001
Now something very important, you will need to install software on your machine to solve the problem of dynamic ip:
Now type in the web browser the name you selected and the port that you released on the router, it should look something like:
http://meusite.no-ip.biz:8080
If you used another port such as 9000 go to:
http://meusite.no-ip.biz:9000
And so on:
http://meusite.no-ip.biz:9001
http://meusite.no-ip.biz:9002
http://meusite.no-ip.biz:9003