icon Get the most out of Surmunity, read our tips here! Need an interesting blog to read? You've got to read the Surpass Blog! | Welcome! Please register to access all of our features.
Old September 4th, 2004, 9:27 PM   #10 (permalink)
Registered User
Comfy Contributor
 
Joined in Aug 2004
Lives in Britain
Hosted on Ultra
121 posts
Gave thanks: 0
Thanked 0 times
look fine to me now

i think mine was working in a matter of 30-40 mins :O :O

maybe i waz lucky

or i just didnt look well
yahooadam is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old September 4th, 2004, 11:41 PM   #11 (permalink)
tzs
Registered User
Fresh Surpasser
 
Joined in Aug 2003
28 posts
Gave thanks: 0
Thanked 0 times
Some tricks

Here are some things that are useful when you have a new domain that isn't resolving yet. These are for people on Linux or other Unix-like systems, but there are equivalent things you can do on Windows--but someone else will have to jump in with those.

Let's assume your domain is foo.com, and the IP address of the server Surpass has assigned for your website is 1.2.3.4.

1. Edit /etc/hosts and add this line:
1.2.3.4 www.foo.com
You will then be able to browse to your site, assuming you've put something there.

2. You can check the progress of the DNS information for your domain getting published using the "dig" program.

Start with this:
dig foo.com [at]a.root-servers.net
That will give you one or more NS records back. Pick one of those, and repeat, substituting the server named in the NS record for a.root-servers.net. For example, for foo.com one of them is a.gtld-servers.net, so you might then do this:
dig foo.com [at]a.gtld-servers.net
Repeat this until you either end up at the nameserver you specified when you registered the domain, or you end up somewhere that doesn't know where to send you next. In the former case, your domain is resolving! In the later case, the DNS data hasn't propogated yet.

If you ever change name servers, you can use this to see when the change has taken affect (although rememeber that people may have cached this information, so if digging gets you to the right name server, there still may be people whoi use the old data for a while).
tzs is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Rate This Thread
Rate This Thread:

Posting Rules
You may post new threads
You may post replies
You may post attachments
You may edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On