Networking Forums

Networking Forums > Computer Networking > Linux Networking > DDNS error

Reply
 
 
J.kG
Guest
Posts: n/a

 
      12-31-2006, 04:42 PM
Hi,

when i try to update my records with ddns i receive this message in
/var/log/messages:

client 10.215.6.115#1171: updating zone 'domain.com/IN': update
unsuccessful: host.domain.com/A: 'RRset exists (value dependent)'
prerequisite not satisfied (NXRRSET)

i'm not able to found the problem.
Can someone help me to resolv this problem?

Thanks.
 
Reply With Quote
 
 
 
 
Chris Cox
Guest
Posts: n/a

 
      12-31-2006, 07:26 PM
J.kG wrote:
> Hi,
>
> when i try to update my records with ddns i receive this message in
> /var/log/messages:
>
> client 10.215.6.115#1171: updating zone 'domain.com/IN': update
> unsuccessful: host.domain.com/A: 'RRset exists (value dependent)'
> prerequisite not satisfied (NXRRSET)
>
> i'm not able to found the problem.
> Can someone help me to resolv this problem?


Delete the record first before adding it.

What are you using to update via DDNS?
 
Reply With Quote
 
J.kG
Guest
Posts: n/a

 
      12-31-2006, 08:08 PM
Chris Cox ha scritto:
>
>
> Delete the record first before adding it.
>
> What are you using to update via DDNS?


No, the record does not appear in the zone files.
I use dhcp and when i receive ip address on my client, i receive this
message on server log.

 
Reply With Quote
 
Chris Cox
Guest
Posts: n/a

 
      01-01-2007, 12:36 AM
J.kG wrote:
> Chris Cox ha scritto:
>>
>>
>> Delete the record first before adding it.
>>
>> What are you using to update via DDNS?

>
> No, the record does not appear in the zone files.
> I use dhcp and when i receive ip address on my client, i receive this
> message on server log.
>


Is the TXT record still present? You'll need that to go away too.
 
Reply With Quote
 
J.kG
Guest
Posts: n/a

 
      01-01-2007, 04:43 AM
Chris Cox ha scritto:
>
> Is the TXT record still present?


What is TXT record?
Where i found it?

> You'll need that to go away too.


I connect ethernet cable on my client and dhcp assign it an ip address,
but does not register A record in primary zone files.
In my /var/named/chroot/var/named directory i found
ipaddress.in-addr-arpa.zone.jnl (reverse) file only.
If i go in my log file i found that error.

Thanks for help and sorry for eventual errors.
 
Reply With Quote
 
Chris Cox
Guest
Posts: n/a

 
      01-01-2007, 05:17 AM
J.kG wrote:
> Chris Cox ha scritto:
>>
>> Is the TXT record still present?

>
> What is TXT record?
> Where i found it?


host -t txt host.domain.com

It's the TSIG signed entry representing the interim update
style used by ISC's dhcp program.

I'm not saying this is the problem. In general, the "right"
thing should happen anyhow. But since I don't know the
history or context, it's possible you are in an improper
state of some sort.

Of course, I may just be way off the mark.

>
>> You'll need that to go away too.

>
> I connect ethernet cable on my client and dhcp assign it an ip address,
> but does not register A record in primary zone files.
> In my /var/named/chroot/var/named directory i found
> ipaddress.in-addr-arpa.zone.jnl (reverse) file only.
> If i go in my log file i found that error.
>
> Thanks for help and sorry for eventual errors.


Is this a SUSE system? If so, you may want to check
your AppArmor settings. By default, it may not be allowing
updates to the zone files. There's a wizard option that
should automatically detect the problem and offer a correction.
 
Reply With Quote
 
J.kG
Guest
Posts: n/a

 
      01-01-2007, 01:29 PM
Chris Cox ha scritto:
>
> host -t txt host.domain.com
>
> It's the TSIG signed entry representing the interim update
> style used by ISC's dhcp program.
>


Where i execute that command?
Btw, i use rndckey for dynamic updates by dhcp...

> Is this a SUSE system? If so, you may want to check
> your AppArmor settings. By default, it may not be allowing
> updates to the zone files. There's a wizard option that
> should automatically detect the problem and offer a correction.


No, im using CentOS.
 
Reply With Quote
 
Chris Cox
Guest
Posts: n/a

 
      01-01-2007, 07:26 PM
J.kG wrote:
> Chris Cox ha scritto:
>>
>> host -t txt host.domain.com
>>
>> It's the TSIG signed entry representing the interim update
>> style used by ISC's dhcp program.
>>

>
> Where i execute that command?
> Btw, i use rndckey for dynamic updates by dhcp...



You should have a command called "host" though that
can be used to make DNS queries. Doing just a lookup
on an explicit entry can be done from any client that
can use the DNS for queries.

>
>> Is this a SUSE system? If so, you may want to check
>> your AppArmor settings. By default, it may not be allowing
>> updates to the zone files. There's a wizard option that
>> should automatically detect the problem and offer a correction.

>
> No, im using CentOS.


Maybe SELinux then?
 
Reply With Quote
 
J.kG
Guest
Posts: n/a

 
      01-01-2007, 11:25 PM
Chris Cox ha scritto:
>
> You should have a command called "host" though that
> can be used to make DNS queries. Doing just a lookup
> on an explicit entry can be done from any client that
> can use the DNS for queries.
>


Ok, ive started dhcpd and dns services and ive received the same error.
Named daemon only creates reversezone.jnl file.

Btw, ive launched host -t txt hostname.domain.com command and ive
received this message:
Host hostname.domain.com not found: 3(NXDOMAIN)

I think because dhcpd does not create direct.zone.jnl file...
If i launch host -t txt ipaddress i receive the following message:
ipaddress.in-addr.arpa domain name pointer hostname.domain.com


> Maybe SELinux then?


No, ive disabled that policy.
 
Reply With Quote
 
J.kG
Guest
Posts: n/a

 
      01-01-2007, 11:42 PM
J.kG ha scritto:
>
> Ok, ive started dhcpd and dns services and ive received the same error.
> Named daemon only creates reversezone.jnl file.
>


Update:
Ive launched ipconfig /release command on my Xp and removed primary dns
suffix on it.
After the restart all seems works fine... dhcp daemon creates
direct.zone.jnl and reverse.zone.jnl files.

If i add primary dns suffix on my client, after restart, i receive that
error and dhcp seems not able to create direct jnl zone file...

Why this?

Bye & thanks.




 
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
I want to set my own DDNS service alike Linux Networking 18 01-15-2012 05:14 PM
MN-700 Basestation and DDNS Scott Wireless Networks 0 02-16-2006 09:16 PM
DDNS redundant? erniehannell@yahoo.ca Linux Networking 0 09-23-2005 04:20 PM
DDNS redundant? erniehannell@yahoo.ca Linux Networking 0 09-23-2005 04:20 PM
2 NICS and DDNS John Windows Networking 0 02-05-2004 01:53 AM



1 2 3 4 5 6 7 8 9 10 11