Subject: named on alias
To: None <netbsd-help@NetBSD.ORG>
From: James Vodanovich <jim@arrakis.com.au>
List: netbsd-help
Date: 11/07/1995 17:21:23
I have an alias on my primary interface that I would like to 
run named on.
 
The reason being that So I can move the name server, from machine to machine
as needed.


but nslookup and dig fail to find the server on the alias

output from tcpdump -i lo0

pings 
23:01:13.703182 localhost > maryjane.arrakis.com.au: icmp: echo request
23:01:13.703450 maryjane.arrakis.com.au > localhost: icmp: echo reply
23:01:14.703231 localhost > maryjane.arrakis.com.au: icmp: echo request
23:01:14.703483 maryjane.arrakis.com.au > localhost: icmp: echo reply

nslookup
>server 203.14.203.33  ( maryjane.arrakis.com.au)

23:07:57.523192 louise.arrakis.com.au.1051 > maryjane.arrakis.com.au.domain: 6+ 
(44)
23:07:57.524883 louise.arrakis.com.au.domain > louise.arrakis.com.au.1051: 6* 1/
0/0 (81)
23:07:57.525189 louise.arrakis.com.au > louise.arrakis.com.au: icmp: louise.arra
kis.com.au udp port 1051 unreachable


the alias is set up with 
ifconfig ed0 inet 203.14.203.33 alias netmask 255.255.255.192
route add 203.14.203.33 127.0.0.1

I can ping the alias telnet to it and serve http off it
How can I get named to use it.


Thanks in advance