bluewolf wroteSome questions about static ip
1- which internet provider can provide you with Static IP? and how much does it cost ?
does ogero blink provide static ip ?
2- so basically if i have a static ip i actually have a Web Server? all i need is to get a Domain name and link it to IP address ? , am not talking about the Appache Server and stuff like that...
1-ISPs who usually have a "block" of static IPs assigned to them, can in turn assign one to you. Note that normally ISPs assign dynamic IPs, that is every time you connect you get a different one, according to availability. You usually have to pay extra for a static IP.
2-No, if you have a static IP, you have a static IP. To have a proper web server you need:
- Static and public IP
- DNS record so that people can access your web server by tying a domain name, instead of the IP
- Proper upload speed (if you're in lebanon, good luck)
- Web server software (Apache, IIS, nginx, ...)
If you want to set up a basic web server for experimentation, you do not necessarily need a static IP. But you must have a
public IP, that is one that can be accessed from the internet. This means no IPs in the form 192.168.x.x or 10.x.x.x , these are
private IPs. Even if you have a dynamic public IP, you can send the IP to the person who wants to visit your site, and they will be able to see it, given that the ISP did not block web connections to your computer. You can also use a Dynamic DNS service so that people can find you using a domain name, even if you have a dynamic IP. But public IP is the minimum.
If you want to host a regular website, I recommend you get hosting in the states (dreamhost or something like that) it is less then $10 a month and gives you a quality you can never have on your computer if you are in lebanon.