110mb.com Forum
News: Currently none. But refer to this news before you post an error, maybe it's already being fixed Wink
 
*
Welcome, Guest. Please login or register.
Did you miss your activation email?
December 05, 2008, 01:20:01 AM


Login with username, password and session length


Pages: 1 [2] 3 4 5   Go Down
  Send this topic  |  Print  
Author Topic: DNS/nameserver tool for admins, webmasters and people with DNS problems  (Read 7081 times)
thermocoolengineering
Member
*
Offline Offline

Posts: 3


WWW
« Reply #20 on: June 05, 2008, 03:23:09 AM »

okk .....dats done ....thnx a lot

now another problem !!!

box14.110mb.com = 66.197.252.181
accounts on box14 = 66.197.252.182

which 1 i should provide in the A-record Huh

I hav given 66.197.252.182

but it says : "NameServer Not With Net4,Unable to Process the request"

but if u 'who is'(www.who.is) the domain name (thermocoolradiators.com) it is showing the IP: 66.197.252.182. even the name servers are ns1.110mb.com & ns2.110mb.com.

my register is www.net4.in

by neway i'm unable to direct www.thermocoolradiators.com to www.thermocoolengineering.110mb.com

....plz help
Logged
Busman
Genetically Modified
Global Moderator
Advanced Authority Member
*****
Offline Offline

Posts: 1165



« Reply #21 on: June 05, 2008, 04:14:28 AM »

If you're using 110mb's nameservers, you have no need of 'A' records.

If you need to specify your own 'A' records, you can't use 110mb's nameservers.

To get the correct IP, ping your 110mb subdomain name.
Logged
LG
Member
*
Offline Offline

Posts: 3


« Reply #22 on: June 09, 2008, 02:19:59 PM »

I want to use my 110mb.com site with my newly purchased domain.

My domain name control panel has two fields to fill in

1) "Your (new) hostname"
2) Your A record (IP address)

What does this mean? But where should I enter NS1.110MB.COM and NS5.110MB.COM?

To get the correct IP, ping your 110mb subdomain name.
How do I ping my 110mb subdomain name? Is that the way to find out the ip address for the "A record?"

Thank you very much for any help
Logged
Ellimist
Not so active
Hyper-Active Member
***
Online Online

Posts: 465


PM me for anything :)


WWW
« Reply #23 on: June 09, 2008, 04:14:52 PM »

I want to use my 110mb.com site with my newly purchased domain.

My domain name control panel has two fields to fill in

1) "Your (new) hostname"
2) Your A record (IP address)

What does this mean? But where should I enter NS1.110MB.COM and NS5.110MB.COM?

To get the correct IP, ping your 110mb subdomain name.
How do I ping my 110mb subdomain name? Is that the way to find out the ip address for the "A record?"

Thank you very much for any help

Yes. What is your 110mb subdomain?

Go to Start>Run. Type in 'cmd'. When it opens, type in 'ping <subdomain>.110mb.com'.
Relace <subdomain> with your own 110MB subdomain.
« Last Edit: June 09, 2008, 04:20:17 PM by Ellimist » Logged

LG
Member
*
Offline Offline

Posts: 3


« Reply #24 on: June 09, 2008, 04:29:27 PM »

Thank you smiley
It says 66.197.252.182 is the ip for the subdomain lohang.110mb.com
Logged
Ellimist
Not so active
Hyper-Active Member
***
Online Online

Posts: 465


PM me for anything :)


WWW
« Reply #25 on: June 09, 2008, 04:33:43 PM »

Your site is hosted on box 14.

1) "Your (new) hostname" :'box14.110mb.com' OR '66-197-252-182.hostnoc.net' (without the quotes)
2) Your A record (IP address) :66.197.252.182
« Last Edit: June 09, 2008, 04:42:17 PM by Ellimist » Logged

LG
Member
*
Offline Offline

Posts: 3


« Reply #26 on: June 09, 2008, 06:58:40 PM »

Thank you very much smiley
Logged
alfamotors
Member
*
Offline Offline

Posts: 3


WWW
« Reply #27 on: June 15, 2008, 03:21:36 AM »

Hi, i need help!

I add my own domain  (alfamotors.com.br)  then i change the DNSs to(ns1.110mb.com & ns2.110mb.com)  successful in the register .

my 110mb control panel shows:
Your Domain(s):
» http://alfamotors.110mb.com
   http://alfamotors.com.br

How can i change the domain to alfamotors.com.br to upload in the file manager?

Thanks for any help
Logged
Lesley
Hyper-Active Member
***
Offline Offline

Posts: 395



« Reply #28 on: June 15, 2008, 03:34:42 AM »

@alfamotors :

The addresses work in parallel.

Everything you upload to alfamotors.110mb.com is automatically visible on alfamotors.com.br
Logged


   110MB Server Status Monitor:

    http://110ss.lesley.uni.cc/

    Bookmark it now - before you forget
alfamotors
Member
*
Offline Offline

Posts: 3


WWW
« Reply #29 on: June 15, 2008, 04:12:36 AM »

OHHHH  thanks alot!!

But i think thats not good to google robots...

Its not working now, but i change the DNSs today, i will wait the 24hours...

Thanks.
Logged
Lesley
Hyper-Active Member
***
Offline Offline

Posts: 395



« Reply #30 on: June 15, 2008, 11:01:41 AM »

But i think thats not good to google robots...

Your concern is valid, especially as we have an unofficial search bot working here at 110mb that doesn't obey the robots protocol.

I suggest you perform a forced redirect by incorporating this PHP code at the very top of your homepage..

Code:
<?php

if ($_SERVER['HTTP_HOST'] != "alfamotors.com.br") {
   
header("HTTP/1.1 301 Moved Permanently");
   
header("Location: http://alfamotors.com.br/");
   exit();
}

?>

.. that way the bots will never see your homepage from its 110mb.com address.

Obviously, your homepage will have to be named index.php for this to work.
Logged


   110MB Server Status Monitor:

    http://110ss.lesley.uni.cc/

    Bookmark it now - before you forget
alfamotors
Member
*
Offline Offline

Posts: 3


WWW
« Reply #31 on: June 16, 2008, 12:31:36 PM »

OK!  Thanks for the tip.
Logged
evansweb-design.co.nz
Member
*
Offline Offline

Posts: 4


« Reply #32 on: June 28, 2008, 06:10:15 AM »

Can anybody help me with my problem... My second domain www.zastonj.info suddenly disappeared. Primary domain piki.110mb.com however works fine :S They are both present on my control pannel (I didn't change anything recently).

Registraar told me that there is nothing wrong on their side and sends me the following piece of info:
ns1.110mb.com [195.242.99.84] [Broken DNS server: Reports a server failure] 124ms
ns2.110mb.com [195.242.99.98] [Broken DNS server: Reports a server failure] 139ms

Your help would be much appreciated!


I have the same problem, can anyone help?? my website is: nonstop-caravanshop.co.nz

Thanks
Logged
Piotr GRD
Honoured 110MB Member
Loyal 110MB Member
*****
Offline Offline

Posts: 3843



WWW
« Reply #33 on: June 28, 2008, 06:43:29 AM »

@evansweb-design.co.nz

Please read:
http://www.110mb.com/forum/technical-questions-website-design/is-your-siteextra-domain-not-working-let-domain-doctor-advise-you-t6965.0.html;msg272542#msg272542

And second time please do not post twice about the same thing.
« Last Edit: June 28, 2008, 06:49:29 AM by Piotr GRD » Logged

  Duh
webbuilderpro
Member
*
Offline Offline

Posts: 23


WWW
« Reply #34 on: July 12, 2008, 07:12:38 PM »


Offline Offline

Posts: 652


View Profile Personal Message (Offline)
   
   
DNS/nameserver tool for admins, webmasters and people with DNS problems
« on: May 07, 2008, 10:23:53 AM »
   Reply with quoteQuote
Not many people know, but it is quite easy to diagnose DNS problems. It can (will) save you a lot of time searching for problems doing that more efficient. The domain doctor already is for that, but apparently that is not enough, so some tips here about diagnosing;

Use dig.

That's it Smiley

For all *sigh* Windows users; http://members.shaw.ca/nicholas.fong/dig/

For Linux users; install dnsutils and you'll have it (Ubuntu/Debian; apt-get install dnsutils).

For ease of use;

http://www.110mb.com/dig.php

for instance;

http://www.110mb.com/dig.php?url=thefacepaintinglady.co.uk

Not that ns4 does *not* respond to extra domains; that is intentional ; it is meant as a backup for 110mb.com and 911mb.com. Don't use it for extra domains.

Some explaining of the result;

First result is A records, which is

dig domain.com

Look for;

;; ANSWER SECTION:
thefacepaintinglady.co.uk. 85711 IN A 195.242.99.182

the IP behind the A should be one of our boxes. If there are no A or empty A, something is very wrong, but before blaming us, read on;

The second is the NS;

dig NS domain.com

Look for;

;; AUTHORITY SECTION:
thefacepaintinglady.co.uk. 85711 IN NS ns2.110mb.com.
thefacepaintinglady.co.uk. 85711 IN NS ns1.110mb.com.

Extra domains should contain NS ns1 and NS ns2 in this region, native domains (ie username.110mb.com) should contain NS n1, NS ns2, NS ns3, NS ns4.

The next section queries all our nameservers for your domain;

dig @ns1.110mb.com domain.com
dig @ns2.110mb.com domain.com
dig @ns3.110mb.com domain.com
dig @ns4.110mb.com domain.com

Look for;

;; ANSWER SECTION:
thefacepaintinglady.co.uk. 86400 IN A 195.242.99.182

The IP behind the A should be the same for all 4 nameservers. Note that ns4 will not respond for extra domains; that is fine.

Now;

- if the IP is different in the nameservers in the last 4 tests; wait 24 hours
- if the first test does not return an A record with an IP
- - if the second test does not answer with at least NS ns1, NS ns2 ; your domain DNS settings are wrong; fix them
- - any other problem; wait 24 hours then contact an admin here
- if the first test returns the wrong IP
- - the last 4 tests are returning the right; wait 24 hours
- - the second test has the wrong nameservers (no NS ns1, NS ns2) ; your domain DNS settings are wrong; fix them
Logged
Piotr GRD
Honoured 110MB Member
Loyal 110MB Member
*****
Offline Offline

Posts: 3843



WWW
« Reply #35 on: July 12, 2008, 08:42:04 PM »

hmmm... and what is the purpose of your quotation, webbuilderpro? Smiley
Logged

  Duh
oman
Member
*
Offline Offline

Posts: 6


WWW
« Reply #36 on: September 01, 2008, 03:32:38 PM »

Hi Everyone, hope i'm in the right topic:

my website on Box15 works well through the direct link:
http://oman.110mb.com/

however, it doesn't work through my domain:
http://www.oman123.com

the nameservers i used: ns1.110mb.com, ns2.110mb.com

how can i solve this problme?

thank you.
Logged
robleyd
Loyal 110MB Member
*******
Online Online

Posts: 4550

Ask before you PM


« Reply #37 on: September 01, 2008, 04:01:36 PM »

Did you add oman123.com (without the www) in the extra domain field in the control panel? Go to 110mb.com/login.php, log in, click on Account Profile (down the page a bit) and add it there.

It make take up to 72 hours to work around the world.

And because of the way 110mb handles redirecting www you will find page loading quicker if you use just oman123.com or oman.110mb.com
« Last Edit: September 01, 2008, 04:03:19 PM by robleyd » Logged

News Flash:  Microsoft acquires Electrolux, makes extensive design revisions.  Finally releases a product that doesn't suck.

No electrons were harmed in the creation, transmission or reading of this post. However, many were excited and some may well have enjoyed the experience.

The difference between a bagpipe and a trampoline is that you have to take your shoes off to jump on a trampoline.
Piotr GRD
Honoured 110MB Member
Loyal 110MB Member
*****
Offline Offline

Posts: 3843



WWW
« Reply #38 on: September 01, 2008, 04:14:07 PM »

Correct. You didn't add this domain in 110mb CP. Do what robleyd wrote.

What's more - it looks like you have 6 nameservers at the moment - delete those non-110mb nameservers.
If it's already deleted, then the changes doesn't propagate, yet, don't worry, it will.
Logged

  Duh
oman
Member
*
Offline Offline

Posts: 6


WWW
« Reply #39 on: September 01, 2008, 05:06:28 PM »

Did you add oman123.com (without the www) in the extra domain field in the control panel? Go to 110mb.com/login.php, log in, click on Account Profile (down the page a bit) and add it there.

It make take up to 72 hours to work around the world.

And because of the way 110mb handles redirecting www you will find page loading quicker if you use just oman123.com or oman.110mb.com
Thank you. i just did that. let's see what's happens.

Correct. You didn't add this domain in 110mb CP. Do what robleyd wrote.

What's more - it looks like you have 6 nameservers at the moment - delete those non-110mb nameservers.
If it's already deleted, then the changes doesn't propagate, yet, don't worry, it will.
The reason i had 6 servers, 4 of them are ns1,2,3,4.110mb.com,
the other two are my previos server.
i'll remove it.
Thanks alot.
Logged
Pages: 1 [2] 3 4 5   Go Up
  Send this topic  |  Print  
 
Jump to:  

  Powered by SMF 1.1.5 | SMF © 2006-2008, Simple Machines LLC

Theme by Dilber MC | Using SEO4SMF Mod

All content on this forum (especially posts) is copyright property of 110mb & the member
who wrote the post. So if you wish to steal anyone's post on this forum, you'll wish you
were dead because our lawyers will sue your ass!