second domain name temp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2019 04:32 AM
HI to all,
I have apache server with IP 10.10.0.91
that server has 2 different domain, for example, abc.com.au and zxc.com.au
I wanna have access to this website from my local network
I had added two records to cisco DNS server:
conf t
ip host 10.10.0.91 abc.com.au
ip host 10.10.0.91 zxc.com.au
After a short period, the second website stop resolve.
I had check cisco DNS server:
show host
abc.com.au None (perm, OK) ** IP 10.10.0.91
zxc.com.ua None (temp, OK) 0 IP 10.10.0.91
the second record has status TEMPORARY,
my question, how to make PERMANENT for the second domain.
- Labels:
-
Network Management

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2019 05:49 AM
zxc.com.ua
-> is this a typo? it should read zxc.com.au ?
or did you really enter zxc.com.ua somewhere?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-02-2019 07:29 AM
this just example,
doesn't matter what domain name you added, second domain for the same ip always become to temporary record, why do not permanent? how to fix, I wanna added 10 different domains for 1 ip.
why only first in the list become too permanent.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2019 03:17 AM
the IP Addressing: DNS Configuration Guide report "Each unique IP address can have an associated host name."
in your example, the ip-address is not unique
-> you may create a hostname and multiple CNAME's to this host.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2019 12:41 AM
Can I have working example? thanks
