View Full Version : Can only connect to site from the server
badgerbox76
18th March 2006, 20:39
I cant seem to connect to my web site from any other computer then the one hosting the site. Also why cant i type www.monitorwaves.no-ip.org insted of monitorwaves.no-ip.org? thanks
Here are some pic showing the site running.
http://monitorwaves.no-ip.org/Screenshot.png
http://img226.imageshack.us/my.php?image=screenshot4oa1.png
falko
18th March 2006, 23:31
I cant seem to connect to my web site from any other computer then the one hosting the site.
What domain are you using to connect to your computer?
Also why cant i type www.monitorwaves.no-ip.org insted of monitorwaves.no-ip.org? thanks
Because www.monitorwaves.no-ip.org does not exist in DNS. You can check with the dig command:
dig www.monitorwaves.no-ip.org
; <<>> DiG 9.2.1 <<>> www.monitorwaves.no-ip.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 28676
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;www.monitorwaves.no-ip.org. IN A
;; AUTHORITY SECTION:
no-ip.org. 60 IN SOA nf1.no-ip.com. hostmaster.no-ip.com. 2015641893 18000 1800 604800 1800
;; Query time: 121 msec
;; SERVER: 81.169.163.104#53(81.169.163.104)
;; WHEN: Sat Mar 18 22:29:09 2006
;; MSG SIZE rcvd: 104
badgerbox76
19th March 2006, 03:17
ok i have changed some settings for my DNS. The problem is that i am runing the web server on port 8081 and the dns is trying to connect to port 80 so how can i fix this?
falko
19th March 2006, 14:22
DNS doesn't direct you to a port, it simply tells you the IP address, nothing more, nothing less.
If you want to connect to port 8081 in your browser, you must use http://www.example.com:8081.
www.monitorwaves.no-ip.org still doesn't exist (btw, you can check that yourself with the dig command):
dig www.monitorwaves.no-ip.org
; <<>> DiG 9.2.1 <<>> www.monitorwaves.no-ip.org
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 45479
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0
;; QUESTION SECTION:
;www.monitorwaves.no-ip.org. IN A
;; AUTHORITY SECTION:
no-ip.org. 60 IN SOA nf1.no-ip.com. hostmaster.no-ip.com. 2015647963 18000 1800 604800 1800
;; Query time: 105 msec
;; SERVER: 81.169.163.104#53(81.169.163.104)
;; WHEN: Sun Mar 19 13:18:50 2006
;; MSG SIZE rcvd: 104
I think you must register www.monitorwaves.no-ip.org at no-ip first.
badgerbox76
19th March 2006, 15:02
That is what i have done i have setup a DNS called monitorwaves.no-ip.org at no-ip.com. Is there any why i could pay to get the domain monitorwaves.com and it redirects the port?
till
19th March 2006, 22:53
That is what i have done i have setup a DNS called monitorwaves.no-ip.org at no-ip.com. Is there any why i could pay to get the domain monitorwaves.com and it redirects the port?
At dyndns.com, you can register .com domain names and let them point a dynamic IP address.
badgerbox76
20th March 2006, 03:35
i will take a look at that site. O yea i should have a dynamic IP but my ip has not changed in about a mouth so i dont know what that is all about, its just wrong that i have about 3MB Download and 738 Upload or some were near that yet they block port 80 :(
falko
20th March 2006, 13:13
That is what i have done i have setup a DNS called monitorwaves.no-ip.org at no-ip.com.
You have registered monitorwaves.no-ip.org, but not www.monitorwaves.no-ip.org. That's a difference!
vBulletin® v3.8.4, Copyright ©2000-2009, Jelsoft Enterprises Ltd.