Networking Forums

Networking Forums > Computer Networking > Linux Networking > point one and one dns at fast hosts server

Reply
Thread Tools Display Modes

point one and one dns at fast hosts server

 
 
benpjohnson@gmail.com
Guest
Posts: n/a

 
      12-20-2005, 12:49 PM
I recently moved my server to the UK from 1and1 to fasthosts.

My domain name remains with 1and1 and I tried to use the servers
reverse lookup address as a nameserver to allow my subdomains to work.

This arrangement worked when I was using a 1and1 server but now the
1and1 control panel will only give the completely unhelpful DNS Error
message when attempting this rearangement.

I have checked my subdomains are functioning by setting my DNS here to
my servers name server and they function just fine.

I can't figure out whats causing the criptic DNS Error messages and
both sides tech support have not been able to help.

 
Reply With Quote
 
 
 
 
chris-usenet@roaima.co.uk
Guest
Posts: n/a

 
      12-20-2005, 03:12 PM
(E-Mail Removed) wrote:
> 1and1 control panel will only give the completely unhelpful DNS Error
> message


Which is...?

> I can't figure out whats causing the criptic DNS Error messages and
> both sides tech support have not been able to help.


Clues and examples, please.

Chris.

 
Reply With Quote
 
benpjohnson@gmail.com
Guest
Posts: n/a

 
      12-20-2005, 11:35 PM

chris-use...@roaima.co.uk
Dec 20, 4:12 pm show options
Newsgroups: comp.os.linux.networking
From: chris-use...@roaima.co.uk - Find messages by this author
Date: Tue, 20 Dec 2005 16:12:01 +0000
Local: Tues, Dec 20 2005 4:12 pm
Subject: Re: point one and one dns at fast hosts server
Reply | Reply to Author | Forward | Print | Individual Message | Show
original | Report Abuse

benpjohn...@gmail.com wrote:
> 1and1 control panel will only give the completely unhelpful DNS Error
> message


Which is...?

"DNS Error" their "friendly" system does not elaborate

> I can't figure out whats causing the criptic DNS Error messages and
> both sides tech support have not been able to help.


Clues and examples, please.

I have a reverse lookup adress: server213-171-221-39.live-servers.net
which i have tried placing into the primary nameserver field of the one
and one control panel. Then when i press save it goes on its merry way
for a few hours before reporting the error.

An example subdomain would be images.vdeep.com

Note that I have currently set the domain to use 1&1s nameserver which
only allows one A record and a couple of MXs so you wont see the
effects there.

However I have been using the domain sexlearn.com for testing (have
also setup corresponding records on the servers nameserver). You can
see the results with that domain (at the time of writing the settings
are still being updated).

I believe the problem could be at either end and most likely is the DNS
servers not speaking to each other properly. If you can think of a way
I can narrow down which side is causing the problem I would be very
grateful.

Thank you for responding,

Ben

 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      12-20-2005, 11:46 PM
On 20 Dec 2005, in the Usenet newsgroup comp.os.linux.networking, in article
<(E-Mail Removed) .com>,
(E-Mail Removed) wrote:

>I recently moved my server to the UK from 1and1 to fasthosts.


Slightly less tainted, but both are pretty clueless.

>My domain name remains with 1and1 and I tried to use the servers
>reverse lookup address as a nameserver to allow my subdomains to work.
>
>This arrangement worked when I was using a 1and1 server but now the
>1and1 control panel will only give the completely unhelpful DNS Error
>message when attempting this rearangement.


Of course. Schlund + Partner AG doesn't control the IP space of fasthosts.
Please consult the DNS-HOWTO, and gain some concept of how things work.
Briefly, someone looking to resolve the hostname from an IP asks the
top level domain servers who is authoritative for (for example) 213.172.x.x
and gets referred to some server. That server looks into it's magic tricks
and finds that 213.171.192.0/19 belongs to FasthostInternet Ltd, and is
referred to a host there. The domain server at FasthostInternet looks in
it's zone files, and pulls out another referral, or a definitive answer.
Just because some host in South SpamVille is serving the hostname for your
domain doesn't mean anything UNLESS they are also hosting your server in
their IP space.

>I can't figure out whats causing the criptic DNS Error messages and
>both sides tech support have not been able to help.


Dump both, and find someone who can at least _spell_ DNS.

Old guy
 
Reply With Quote
 
chris-usenet@roaima.co.uk
Guest
Posts: n/a

 
      01-04-2006, 11:27 AM
Moe Trin <(E-Mail Removed)> wrote:
> Just because some host in South SpamVille is serving the hostname for your
> domain doesn't mean anything UNLESS they are also hosting your server in
> their IP space.


Not strictly true.

My DNS is handled by ZoneEdit. My web server runs at home. ZoneEdit is
not my ISP. (However, my ISP has put an rDNS record in for me.)

Chris
 
Reply With Quote
 
Moe Trin
Guest
Posts: n/a

 
      01-04-2006, 06:48 PM
On Wed, 4 Jan 2006, in the Usenet newsgroup comp.os.linux.networking, in article
<tirs83-(E-Mail Removed)>, chris-(E-Mail Removed) wrote:

>Moe Trin <(E-Mail Removed)> wrote:
>> Just because some host in South SpamVille is serving the hostname for your
>> domain doesn't mean anything UNLESS they are also hosting your server in
>> their IP space.

>
>Not strictly true.


No, it really is true.

>My DNS is handled by ZoneEdit. My web server runs at home. ZoneEdit is
>not my ISP. (However, my ISP has put an rDNS record in for me.)


Translating so you can understand what I wrote, but you didn't quote,
"ZoneEdit" can not set the rDNS record for your domain. They are not
authoritative for the IP space, so no one is going to ask them anyway.
Your ISP (where the domain is actually hosted) is the only one who can
set an rDNS pointer. You can see this if you try using 'dig' with the
recursive flag and tracing all of the calls. You can also see this by
asking the RIR (in your case whois.ripe.net) who "owns" the IP address
space. The answer won't be "ZoneEdit".

By the same token, if you told your registrar that "ZoneEdit" is the
authoritative name server for your domain, outsiders are not going to be
asking your ISP what the address of your domain is.

Old guy
 
Reply With Quote
 
chris-usenet@roaima.co.uk
Guest
Posts: n/a

 
      01-05-2006, 12:17 PM
Moe Trin <(E-Mail Removed)> wrote:
> Translating so you can understand what I wrote, but you didn't quote,
> "ZoneEdit" can not set the rDNS record for your domain.


Agreed.

> Your ISP (where the domain is actually hosted) is the only one who can
> set an rDNS pointer.


Agreed.

> By the same token, if you told your registrar that "ZoneEdit" is the
> authoritative name server for your domain, outsiders are not going to be
> asking your ISP what the address of your domain is.


Also agreed.

My ISP handles rDNS for "my" address space (which is actually part of
the ISP's address space). ZoneEdit handles forward DNS for my domain name.

Chris
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not 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 Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Two wireless hosts under the same Access Point can't ping each other kAKOBAN Wireless Internet 5 04-18-2011 05:23 PM
Is there any point to full host names in /etc/hosts ? Rikishi 42 Linux Networking 52 11-12-2007 06:59 PM
Any point in fast network if ADSL is slow? UKOncology@aol.com Wireless Internet 6 08-10-2007 01:09 AM
eap-fast server. sachin Wireless Internet 2 01-10-2007 05:18 AM
hosts.deny and hosts.allow problem dan Linux Networking 3 06-15-2005 07:26 PM



1 2 3 4 5 6 7 8 9 10 11