The way I added default name servers is to insert the following in
reg_system.cgi:
Just after this>
$nameservers{"fqdn$count"} = $fqdn_race_obj->{OriginalDomain};
$nameservers{"fqdn".$count."_encoding_type"} =
$data->{"fqdn".$count."_encoding_type"};
$count++;
}
Insert this>
if (not $nameservers{"fqdn1"}) {
$nameservers{"fqdn1"} = "ns1.yourdomain.com";
}
if (not $nameservers{"fqdn2"}) {
$nameservers{"fqdn2"} = "ns2.yourdomain.com";
}
----- Original Message -----
From: "Michael Stein" <[EMAIL PROTECTED]>
To: "William X. Walsh" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Bob Martin" <[EMAIL PROTECTED]>
Sent: Saturday, February 24, 2001 7:59 AM
Subject: Re: Trouble with version 2.31
> > Hello Michael,
> >
> > Use the hostnames, not the IP Addresses.
> >
> >
>
>
> Thanks William,
>
> Of course. How silly of me.. But I'm afraid my customers will make the
> same mistake. Is there a way to insert default name servers?
>
>
> ----- Original Message -----
> From: "William X. Walsh" <[EMAIL PROTECTED]>
> To: "Michael Stein" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; "Bob Martin" <[EMAIL PROTECTED]>
> Sent: Saturday, February 24, 2001 7:53 AM
> Subject: Re: Trouble with version 2.31
>
>
> > Hello Michael,
> >
> > Use the hostnames, not the IP Addresses.
> >
> >
> >
> > Saturday, February 24, 2001, 4:12:16 AM, Michael Stein wrote:
> >
> > > I have just upgraded to version 2.31 of OpenSRS, and am unable to
> register new domains.
> >
> > > I get the following error:
> >
> > > Order 2108001 domain not registered: Request failed validation:
> Nameserver 65.160.49.36 does not exist in the registry. Nameserver
> 65.160.49.37 does not exist in the registry
> >
> > > These are certainly valid name servers.
> >
> > > Has anyone seen this problem?
> >
> > > Michael Stein
> > > Computer House, Inc.
> > > www.computerhouse.com
> >
> >
> >
> >
> >
> > --
> > Best regards,
> > William mailto:[EMAIL PROTECTED]
> >
> >
> >