From: Bit Gossip (bit.gossip@chello.nl)
Date: Thu Jul 26 2007 - 17:01:51 ART
Group,
R1 is configured as dns server with an an entry:
hostname r1
ip host LUCA-5 155.1.0.5
ip dns server
R4 is the DNS client:
ip name-server 155.1.146.1 <<< R1
It works great:
r4#ping LUCA-5
Translating "LUCA-5"...domain server (155.1.146.1) [OK]
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 155.1.0.5,
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~`
Then on R4 I configure: ip domain name cisco.com
and the name resolution is broken:
r4#ping LUCA-5
Translating "LUCA-5"...domain server (155.1.146.1)
% Unrecognized host or address, or protocol not running.
by sniffing the transaction I see that r4 append the domain to the host:
21:58:57.099065 IP 155.1.146.4.52961 > 155.1.146.1.domain: 12+ A?
LUCA-5.cisco.com. (34)
21:58:57.105803 IP 155.1.146.1.domain > 155.1.146.4.52961: 12 ServFail 0/0/0
(34)
**********************
Question: how can I keep the 'ip domain name cisco.com' on R4 but at the same
time prevent it from appending it to the dns query?
I have tried 'ip domain list' but without any success
Thanks,
bit.
This archive was generated by hypermail 2.1.4 : Sat Aug 18 2007 - 08:17:42 ART