R
Robert Cervantez
I'm having a problem resolving the IP address of a remote node using a CNAME
entry.
We have an FTP site that is being hosted by an 3rd party and they have named
the FTP site:
yourftp.somedomain.com
I think the IP address (hosted by the 3rd party) occassionally changes, but
I have no control over that matter.
I would like to be able to resolve the node's IP address using a name that
my users are famililar with... like:
ourftp.ourdomain.com
I have tried to create a CNAME entry on our AD-Integrated DNS servers using
the following configuration:
ourftp.ourdomain.com -> yourftp.somedomain.com
When I try to ping ourftp.ourdomain.com from the command prompt, I get the
following results:
C:\>ping ourftp.ourdomain.com
Ping request could not find host ourftp.ourdomain.com. Please check the name
and try again.
Here is the results of the nslookup resolution:
C:\>nslookup
Default Server: ourdns.ourdomain.com
Address: 10.10.1.40
Address: 10.10.1.40
ourftp.ourdomain.com canonical name = yourftp.somedomain.com
Address: 10.10.1.40
ourftp.ourdomain.com canonical name = yourftp.somedomain.com
As you can see, the server doesn't resolve the yourftp.somedomain.com
address. Our DNS server can resolve external addresses just fine, so it's
not a connectivity issue.
What am I missing? By the way, I know it can be done because our external
DNS hosting company has successfully done it - I just need to have our
internal win2k DNS servers do it.
Thanks,
Rob.
entry.
We have an FTP site that is being hosted by an 3rd party and they have named
the FTP site:
yourftp.somedomain.com
I think the IP address (hosted by the 3rd party) occassionally changes, but
I have no control over that matter.
I would like to be able to resolve the node's IP address using a name that
my users are famililar with... like:
ourftp.ourdomain.com
I have tried to create a CNAME entry on our AD-Integrated DNS servers using
the following configuration:
ourftp.ourdomain.com -> yourftp.somedomain.com
When I try to ping ourftp.ourdomain.com from the command prompt, I get the
following results:
C:\>ping ourftp.ourdomain.com
Ping request could not find host ourftp.ourdomain.com. Please check the name
and try again.
Here is the results of the nslookup resolution:
C:\>nslookup
Default Server: ourdns.ourdomain.com
Address: 10.10.1.40
Server: ourdns.ourdomain.comset type=any
ourftp
Address: 10.10.1.40
ourftp.ourdomain.com canonical name = yourftp.somedomain.com
Server: ourdns.ourdomain.comourftp.ourdomain.com
Address: 10.10.1.40
ourftp.ourdomain.com canonical name = yourftp.somedomain.com
As you can see, the server doesn't resolve the yourftp.somedomain.com
address. Our DNS server can resolve external addresses just fine, so it's
not a connectivity issue.
What am I missing? By the way, I know it can be done because our external
DNS hosting company has successfully done it - I just need to have our
internal win2k DNS servers do it.
Thanks,
Rob.