I have a DynDNS site (http://geeyoueye.mine.nu), and I use Apache for a server. I can get to the Apache test page (and on the occasions that I've had other content there, whatever index.html I'm using) from any computer not on my network by going to that URL, and I can get to it by going to http://localhost/ from my computer, or http://10.0.1.x (whatever it is right now) from other computers on my network. Unfortunately, for some software I'm experimenting with, I can only access pages using explicit addresses, so using localhost to get to it is out. Only problem is, when I go to http://geeyoueye.mine.nu from my computer, or any computer on my network, I get a connection refused error. How do I get around that? thanks.