dns - Public localhost - possible? -


is possible make localhost available everyone?, under domain?

(without external ip)

i grateful if describe step step!

it is, lot of depends upon local network , internet service provider:

  • ideally, have static ip address isp. there workarounds using external dynamic dns services (see http://en.wikipedia.org/wiki/dynamic_dns), workarounds rather proper solutions.
  • if want under own domain, dynamic dns provider may support this, either directly or providing hostname can add cname in own domain's dns settings. if have static ip address, can added 'a' record instead.
  • you have ensure isp allows connections port 80 external sources. have ask isp this, though; may not, discourage people doing you're trying do.
  • your local firewall / router need know route port 80 local machine; steps depend upon model of router you're using.

in all, unless know you're doing, it's worthwhile spending few pennies , using 'proper' hosting solution.


Comments

Popular posts from this blog

javascript - Count length of each class -

What design pattern is this code in Javascript? -

hadoop - Restrict secondarynamenode to be installed and run on any other node in the cluster -