PHWinfo banniere

Titres
PORTAIL ANNUAIRE ARTICLES COMPARATEUR HÉBERGEURS DEVIS FORUMS RÉDUCTEUR D'URL
Précédent   PHWinfo > Forums Hébergement > Forum Noms de domaine > ms.public.win.server.dns > DNS signature failed to verify error
S'inscrire FAQ Membres Recherche Messages du jour Marquer les forums comme lus
DNS signature failed to verify error

Réponse
 
LinkBack Outils de la discussion
Vieux 23/03/2007, 18h02   #1
Don
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut DNS signature failed to verify error

I have two servers, one w/Win Srv SBS Prem Ed 2K3 (Srv 1) and the other Win
Srv Std Ed 2K3 (Srv 2). All updates have been applied. Srv 1 was up and in
production for several months before Srv 2 came on-line.

Srv 1 was installed and config'd with an internal domain (domain.local) and
Srv 2 was joined to the .local domain then dcpromo'd with plans to make Srv 2
a BDC. The dcpromo was uneventful. AD installed on Srv 2 as a result of the
dcpromo and the user accounts replicated. DNS was installed on Srv 2 via
Add/Remove. Both servers are config'd to allow secure updates.

As an aside the Srv 1 does have two NIC's with one pointing to the LAN on
one subnet and the other to the WAN on another subnet. And Srv 2 has one NIC
on the same subnet as Srv 1 LAN NIC. Per a MS KB I have made the primary DNS
on Srv 1 the IP address of Srv 2 and Srv 2's primary DNS the IP address of
Srv 1. Wth the secondary being their own IP address.

At this time both servers DNS reflect their own and the others A records
however I'm getting a Netlogon error on both servers when they try to perform
a dynamic registration of thier respective DNS record on the other server. I
have run DCDiag /test:connectivity /s:dcname and netdiag /test:dns and all
responses are passed. I have stopped and started DNS and the Net Logon
service as indicated in KB's and I have walked the DNS trees on each server
but I have not been able to find the problem. When the Net Logon service is
restarted more errors are listed in the System Log.

The error is Netlogon
Event ID: 5774

The dynamic registration of the DNS record
'97adc2e7-9a51-4006-a405-061daec8f2fd._msdcs.domain.local. 600 IN CNAME
srv1.domain.local.' failed on the following DNS server:

DNS server IP address: 192.168.2.132
Returned Response Code (RCODE): 5
Returned Status Code: 9016

The above IP address is the IP address of Srv 2. Likewise there is a similar
error on Srv 2 when it tries to update Srv 1. Obviously the appropriate info
is changed in the error msg.

Any thoughts on this would be appreciated.
Don
  Réponse avec citation
Vieux 25/03/2007, 00h50   #2
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS signature failed to verify error

Read inline please.

In news:4C12EDA0-953B-435C-8898-945C1E53F970@microsoft.com,
Don <Don@discussions.microsoft.com> typed:
> I have two servers, one w/Win Srv SBS Prem Ed 2K3 (Srv 1) and the
> other Win Srv Std Ed 2K3 (Srv 2). All updates have been applied. Srv
> 1 was up and in production for several months before Srv 2 came
> on-line.


> The error is Netlogon
> Event ID: 5774
>
> The dynamic registration of the DNS record
> '97adc2e7-9a51-4006-a405-061daec8f2fd._msdcs.domain.local. 600 IN
> CNAME srv1.domain.local.' failed on the following DNS server:
>
> DNS server IP address: 192.168.2.132
> Returned Response Code (RCODE): 5
> Returned Status Code: 9016
>
> The above IP address is the IP address of Srv 2. Likewise there is a
> similar error on Srv 2 when it tries to update Srv 1. Obviously the
> appropriate info is changed in the error msg.
>


Win2k3 did things slightly different from Win2k, on Win2k the _msdcs is a
subdomain and all Netlogon records are located in this sub domain. Win2k3
split the _msdcs off into its own forward lookup zone, _msdcs.domain.local,
where all Domain controllers in the AD Forest register forest level Netlogon
records.

Do both DNS servers have a zone named _msdcs.domain.local, with dynamic
updates allowed?

In the domain.local zone, there should be a delegation named _msdcs, with NS
records for all DNS servers in the forest running on DCs. All DCs in the
Forest should have this _msdcs.domain.local forward lookup zone

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
Send IM: http://www.icq.com/people/webmsg.php?to=296095728
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 28/03/2007, 02h50   #3
Don
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS signature failed to verify error

Hey Kevin,

Thanks for your input on this issue.

Both DNS servers have the zone named _msdcs.domain.local with Dynamic
updates and secure only. Also AD Integrated on both servers.

On both servers DNS, in the domain.local zone there is a delegation named
_msdcs with one NS record which refers to srv1.domain.local (SBS). You
indicate that there should be an NS record for both DNS servers on both DNS
servers if I understand you correctly.

I also took note since having to reboot srv2 after a failure by the Symantec
Corp Ed product to open, that there were several DNS errors logged during the
reboot, Event 4015 logged one time followed by serveral Event 4004. Research
indicates an LDAP issue but I'm unable to see any issues here. This may be
related to my original post or completely unrelated or it could be a timing
issue.

Any other thoughts would be appreciated.
Thanks in advance,
Don
"Kevin D. Goodknecht Sr. [MVP]" wrote:

> Read inline please.
>
> In news:4C12EDA0-953B-435C-8898-945C1E53F970@microsoft.com,
> Don <Don@discussions.microsoft.com> typed:
> > I have two servers, one w/Win Srv SBS Prem Ed 2K3 (Srv 1) and the
> > other Win Srv Std Ed 2K3 (Srv 2). All updates have been applied. Srv
> > 1 was up and in production for several months before Srv 2 came
> > on-line.

>
> > The error is Netlogon
> > Event ID: 5774
> >
> > The dynamic registration of the DNS record
> > '97adc2e7-9a51-4006-a405-061daec8f2fd._msdcs.domain.local. 600 IN
> > CNAME srv1.domain.local.' failed on the following DNS server:
> >
> > DNS server IP address: 192.168.2.132
> > Returned Response Code (RCODE): 5
> > Returned Status Code: 9016
> >
> > The above IP address is the IP address of Srv 2. Likewise there is a
> > similar error on Srv 2 when it tries to update Srv 1. Obviously the
> > appropriate info is changed in the error msg.
> >

>
> Win2k3 did things slightly different from Win2k, on Win2k the _msdcs is a
> subdomain and all Netlogon records are located in this sub domain. Win2k3
> split the _msdcs off into its own forward lookup zone, _msdcs.domain.local,
> where all Domain controllers in the AD Forest register forest level Netlogon
> records.
>
> Do both DNS servers have a zone named _msdcs.domain.local, with dynamic
> updates allowed?
>
> In the domain.local zone, there should be a delegation named _msdcs, with NS
> records for all DNS servers in the forest running on DCs. All DCs in the
> Forest should have this _msdcs.domain.local forward lookup zone
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This s
> Send IM: http://www.icq.com/people/webmsg.php?to=296095728
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> http://message.wftx.us/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oe.com/OEBackup/Default.aspx
> ===================================
>
>
>

  Réponse avec citation
Vieux 29/03/2007, 01h26   #4
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS signature failed to verify error

Read inline please.

In news:483FF285-27F9-4FA0-9CE1-91B59913EC52@microsoft.com,
Don <Don@discussions.microsoft.com> typed:
> Hey Kevin,
>
> Thanks for your input on this issue.
>
> Both DNS servers have the zone named _msdcs.domain.local with Dynamic
> updates and secure only. Also AD Integrated on both servers.
>
> On both servers DNS, in the domain.local zone there is a delegation
> named _msdcs with one NS record which refers to srv1.domain.local
> (SBS). You indicate that there should be an NS record for both DNS
> servers on both DNS servers if I understand you correctly.


Yes, there should be an NS record for each DNS server with the
_msdcs.domain.local zone. This zone is or should replicate to all DNS
servers in the AD Forest running on Win2k3 DCs. Because this zone is in the
ForestDNSZones replication partition, it won't replicate to Win2k DCs at
all, Win2k DCs would need a Secondary of the zone, or you would have to move
the zone to the MicrosoftDNS replication partition. In which case, only
Win2k3 DCs that are in the Forest Root Domain would get the zone.


>
> I also took note since having to reboot srv2 after a failure by the
> Symantec Corp Ed product to open, that there were several DNS errors
> logged during the reboot, Event 4015 logged one time followed by
> serveral Event 4004. Research indicates an LDAP issue but I'm unable
> to see any issues here. This may be related to my original post or
> completely unrelated or it could be a timing issue.


These errors typically only appear when there is only one DC with DNS
installed.
The missing Delegation might be responsible for these errors, but you might
check the Properties of the _msdcs.domain.local zone and make sure there are
configured to "Replicate to all DNS servers in the Active Directory Forest
<domain.local>" If they are not both set this way, change one to standard
Primary to preserve it zone data, then delete the zone on the other DC. Then
open AD Site & Services expand down to, and select NTDS Settings in the left
hand pane, then right click on the server connection and select Replicate
now.
Then change the Standard Primary back to ADI, and replicate to a DNS servers
in the forest. Failing to wait until the zone that is not in the correct
partition is gone from AD, will cause an error that says the zone exists in
two replication partitions.

If you have not already done so, install the server support tools from the
server CD, (CD2 IIRC on SBS) Then get to know and use the DCdiag and Netdiag
command line tools. In your case the dcdiag tool is the one you need, it
will test the delegation and replication partitions.

Use Dcdiag /e /c /v on both DCs.


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
Send IM: http://www.icq.com/people/webmsg.php?to=296095728
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 29/03/2007, 14h56   #5
Don
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS signature failed to verify error

Hey Kevin,

Again thanks for your input on this.

Since DNS on both servers only contains the NS record of the SBS (srv1)
under the delegation _msdcs, what is the solution to getting the missing NS
record corrected?
Remember this is a Win 2K3 enviroment only.

With regards to the Events 4015 and 4004 I did the homework earlier and yes
the _msdcs.domain.local zone on both DNS's are set to replicate to "All DNS
servers in the Active Directory forest". While the Domain.local zone is set
to "All DNS servers in the ACtive Directory domain". This were default
settings not settings that I had to adjust.

Notwithstanding, if I make the changes you indicate concerning preserving
the Primary zone and deleting the zone off of the non-SBS DC and then letting
DND replicate will that corect the issues that are present with things such
as the missing NS record?

Thanks for the DCDiag syntax suggestion. I did run a DCDiag test earlier but
all came back good. I did not however run the syntax you offered. I'll take a
look.

Let me know your thoughts about the zone suggestion above.

Thanks again,
Don


"Kevin D. Goodknecht Sr. [MVP]" wrote:

> Read inline please.
>
> In news:483FF285-27F9-4FA0-9CE1-91B59913EC52@microsoft.com,
> Don <Don@discussions.microsoft.com> typed:
> > Hey Kevin,
> >
> > Thanks for your input on this issue.
> >
> > Both DNS servers have the zone named _msdcs.domain.local with Dynamic
> > updates and secure only. Also AD Integrated on both servers.
> >
> > On both servers DNS, in the domain.local zone there is a delegation
> > named _msdcs with one NS record which refers to srv1.domain.local
> > (SBS). You indicate that there should be an NS record for both DNS
> > servers on both DNS servers if I understand you correctly.

>
> Yes, there should be an NS record for each DNS server with the
> _msdcs.domain.local zone. This zone is or should replicate to all DNS
> servers in the AD Forest running on Win2k3 DCs. Because this zone is in the
> ForestDNSZones replication partition, it won't replicate to Win2k DCs at
> all, Win2k DCs would need a Secondary of the zone, or you would have to move
> the zone to the MicrosoftDNS replication partition. In which case, only
> Win2k3 DCs that are in the Forest Root Domain would get the zone.
>
>
> >
> > I also took note since having to reboot srv2 after a failure by the
> > Symantec Corp Ed product to open, that there were several DNS errors
> > logged during the reboot, Event 4015 logged one time followed by
> > serveral Event 4004. Research indicates an LDAP issue but I'm unable
> > to see any issues here. This may be related to my original post or
> > completely unrelated or it could be a timing issue.

>
> These errors typically only appear when there is only one DC with DNS
> installed.
> The missing Delegation might be responsible for these errors, but you might
> check the Properties of the _msdcs.domain.local zone and make sure there are
> configured to "Replicate to all DNS servers in the Active Directory Forest
> <domain.local>" If they are not both set this way, change one to standard
> Primary to preserve it zone data, then delete the zone on the other DC. Then
> open AD Site & Services expand down to, and select NTDS Settings in the left
> hand pane, then right click on the server connection and select Replicate
> now.
> Then change the Standard Primary back to ADI, and replicate to a DNS servers
> in the forest. Failing to wait until the zone that is not in the correct
> partition is gone from AD, will cause an error that says the zone exists in
> two replication partitions.
>
> If you have not already done so, install the server support tools from the
> server CD, (CD2 IIRC on SBS) Then get to know and use the DCdiag and Netdiag
> command line tools. In your case the dcdiag tool is the one you need, it
> will test the delegation and replication partitions.
>
> Use Dcdiag /e /c /v on both DCs.
>
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This s
> Send IM: http://www.icq.com/people/webmsg.php?to=296095728
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> http://message.wftx.us/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oe.com/OEBackup/Default.aspx
> ===================================
>
>
>

  Réponse avec citation
Vieux 29/03/2007, 16h21   #6
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS signature failed to verify error

Read inline please.

In news:152BACEE-B323-431E-829E-5F393D402449@microsoft.com,
Don <Don@discussions.microsoft.com> typed:
> Hey Kevin,
>
> Again thanks for your input on this.
>
> Since DNS on both servers only contains the NS record of the SBS
> (srv1)
> under the delegation _msdcs, what is the solution to getting the
> missing NS record corrected?
> Remember this is a Win 2K3 environment only.
>
> With regards to the Events 4015 and 4004 I did the homework earlier
> and yes the _msdcs.domain.local zone on both DNS's are set to
> replicate to "All DNS servers in the Active Directory forest". While
> the Domain.local zone is set to "All DNS servers in the Active
> Directory domain". This were default settings not settings that I had
> to adjust.
>
> Notwithstanding, if I make the changes you indicate concerning
> preserving
> the Primary zone and deleting the zone off of the non-SBS DC and then
> letting DND replicate will that correct the issues that are present
> with things such as the missing NS record?
>
> Thanks for the DCDiag syntax suggestion. I did run a DCDiag test
> earlier but all came back good. I did not however run the syntax you
> offered. I'll take a look.
>


If you use the switches referred to, dcdiag will test the delegation for
_msdcs, adding the /fix switch, it might fix the missing delegation. You can
fix the delegation manually by double clicking on the NS record, then click
the "Add" button, enter the Fully-qualified name of the missing NS record,
then click resolve, if it does not resolve check that there is an A record
on both DNS servers for the missing NS record. You can also click the
"Browse" button and browse to the A record for the missing DNS server's NS
record.



--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
Send IM: http://www.icq.com/people/webmsg.php?to=296095728
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Vieux 30/03/2007, 22h20   #7
Don
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS signature failed to verify error

Hey Kevin,

Thanks for the dcdiag syntax. I ran it on both DC's just in case. On the SBS
(srv1) the services ISMSERV was stopped while this same service on the Std Ed
(srv2) was running, so I started it on srv1. The /fix parm did not appear to
correct any issues according to the output results.

Back to the NS record issue.

In our last we discussed the need for there to be a NS record for each DNS
srv. I want to make sure we're on the same page. In the zone
_msdcs.domain.local there are NS records for each DNS srv on both servers.
Under the zone domain.local there is a delegation _msdcs which only has one
NS record and it refers to the SBS (srv1). This is the case on both servers.

If I have understood correctly, there should be an NS record for each DNS
srv under the zone domain.local, delegation _msdcs. Please confirm.

Also with regards to replication, you suggested to make sure that zone
_msdcs.domain.local is configured the "Replicate to all DNS servers in the AD
Forest". Both servers were all ready set as you indicated.



"Kevin D. Goodknecht Sr. [MVP]" wrote:

> Read inline please.
>
> In news:152BACEE-B323-431E-829E-5F393D402449@microsoft.com,
> Don <Don@discussions.microsoft.com> typed:
> > Hey Kevin,
> >
> > Again thanks for your input on this.
> >
> > Since DNS on both servers only contains the NS record of the SBS
> > (srv1)
> > under the delegation _msdcs, what is the solution to getting the
> > missing NS record corrected?
> > Remember this is a Win 2K3 environment only.
> >
> > With regards to the Events 4015 and 4004 I did the homework earlier
> > and yes the _msdcs.domain.local zone on both DNS's are set to
> > replicate to "All DNS servers in the Active Directory forest". While
> > the Domain.local zone is set to "All DNS servers in the Active
> > Directory domain". This were default settings not settings that I had
> > to adjust.
> >
> > Notwithstanding, if I make the changes you indicate concerning
> > preserving
> > the Primary zone and deleting the zone off of the non-SBS DC and then
> > letting DND replicate will that correct the issues that are present
> > with things such as the missing NS record?
> >
> > Thanks for the DCDiag syntax suggestion. I did run a DCDiag test
> > earlier but all came back good. I did not however run the syntax you
> > offered. I'll take a look.
> >

>
> If you use the switches referred to, dcdiag will test the delegation for
> _msdcs, adding the /fix switch, it might fix the missing delegation. You can
> fix the delegation manually by double clicking on the NS record, then click
> the "Add" button, enter the Fully-qualified name of the missing NS record,
> then click resolve, if it does not resolve check that there is an A record
> on both DNS servers for the missing NS record. You can also click the
> "Browse" button and browse to the A record for the missing DNS server's NS
> record.
>
>
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This s
> Send IM: http://www.icq.com/people/webmsg.php?to=296095728
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> http://message.wftx.us/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oe.com/OEBackup/Default.aspx
> ===================================
>
>
>

  Réponse avec citation
Vieux 31/03/2007, 03h24   #8
Kevin D. Goodknecht Sr. [MVP]
Aucun Avatar
 
Messages: n/a
Hébergeur:
Par défaut Re: DNS signature failed to verify error

Read inline please.

In news:746714B5-6FDB-4F5D-82BF-E96E17A4D9BC@microsoft.com,
Don <Don@discussions.microsoft.com> typed:
> Hey Kevin,
>
> Thanks for the dcdiag syntax. I ran it on both DC's just in case. On
> the SBS (srv1) the services ISMSERV was stopped while this same
> service on the Std Ed (srv2) was running, so I started it on srv1.
> The /fix parm did not appear to correct any issues according to the
> output results.
>
> Back to the NS record issue.
>
> In our last we discussed the need for there to be a NS record for
> each DNS srv. I want to make sure we're on the same page. In the zone
> _msdcs.domain.local there are NS records for each DNS srv on both
> servers. Under the zone domain.local there is a delegation _msdcs
> which only has one NS record and it refers to the SBS (srv1). This is
> the case on both servers.
>
> If I have understood correctly, there should be an NS record for each
> DNS
> srv under the zone domain.local, delegation _msdcs. Please confirm.


Yes, add the NS record to the delegation, I'm surprised dcdiag didn't report
it as a broken delegation.


> Also with regards to replication, you suggested to make sure that zone
> _msdcs.domain.local is configured the "Replicate to all DNS servers
> in the AD Forest". Both servers were all ready set as you indicated.


This is as it should be.


--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This s
Send IM: http://www.icq.com/people/webmsg.php?to=296095728
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
http://message.wftx.us/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oe.com/OEBackup/Default.aspx
===================================


  Réponse avec citation
Réponse


Outils de la discussion

Règles de messages
Vous ne pouvez pas créer de nouvelles discussions
Vous ne pouvez pas envoyer des réponses
Vous ne pouvez pas envoyer des pièces jointes
Vous ne pouvez pas modifier vos messages

Les balises BB sont activées : oui
Les smileys sont activés : oui
La balise [IMG] est activée : oui
Le code HTML peut être employé : non
Trackbacks are oui
Pingbacks are oui
Refbacks are oui


Fuseau horaire GMT +1. Il est actuellement 06h24.


Édité par : vBulletin® version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC5 Tous droits réservés.
Version française #16 par l'association vBulletin francophone
PHWinfo est un site Éducation Sans Frontières
Ad Management by RedTyger
©Tous droits réservés par les parties respectives
Page generated in 0,62844 seconds with 16 queries