Question about IP change.

Barry Margolin barmar at genuity.net
Thu Jan 11 18:35:32 UTC 2001


In article <93kq17$h3u at pub3.rc.vix.com>,
Charrua  <charrua at kernel.net.uy> wrote:
>
>> Hi all,
>>=20
>> I need to change the IP address of my DNS server. I have enabled IP
>> aliasing in the server and I have assigned both IP addresses to the
>> network interface wich is used to receive the connections. My idea is =
>to
>> enable in "named.conf", that it listens in both ip addresses, in the
>> following way:
>>=20
>>         listen-on { 200.40.10.35; };	Actual IP=09
>>         listen-on { 200.61.94.98; };  New IP
>>=20
>> Am I right, or how should I do it?
>>=20
>> If anybody has any idea or any helpfull suggestion I'll be
>> gratefull.  Thank you...

If you don't use the listen-on option, it will listen on all your IP's by
default.

If you don't want that, you should list all the IP's in a single listen-on
statement:

           listen-on { 200.40.10.35; 200.61.94.98; };

-- 
Barry Margolin, barmar at genuity.net
Genuity, Burlington, MA
*** DON'T SEND TECHNICAL QUESTIONS DIRECTLY TO ME, post them to newsgroups.
Please DON'T copy followups to me -- I'll assume it wasn't posted to the group.



More information about the bind-users mailing list