Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Jan 2003 14:42:52 -0800
From:      "Derrick Ryalls" <ryallsd@datasphereweb.com>
To:        <freebsd-questions@freebsd.org>
Subject:   RE: how to make bind listen only to 127.0.0.1
Message-ID:  <003901c2b5d4$f5d757a0$0200a8c0@bartxp>
In-Reply-To: <web-701099@mcesr.etat.lu>

next in thread | previous in thread | raw e-mail | index | archive | help


> -----Original Message-----
> From: owner-freebsd-questions@FreeBSD.ORG 
> [mailto:owner-freebsd-questions@FreeBSD.ORG] On Behalf Of 
> Wiroth Didier
> Sent: Monday, January 06, 2003 2:21 PM
> To: freebsd-questions@freebsd.org
> Subject: how to make bind listen only to 127.0.0.1
> 
> 
> Hey,
> I would like to run bind as a caching only server (v 8.3.3
> from 4.7-release). I would also like that it only listens
> on port 127.0.0.1, but how? I tried this entry in
> named.conf, but it didn't work:
> query-source address 127.0.0.1 port 53;
> 
> It still listens on the real ip address?
> sockstat -4 shows:
> root     named      296   20 udp4   192.168.0.2:53
>                         
> root     named      296   21 tcp4   192.168.0.2:53
>        root     named      296   22 udp4   127.0.0.1:53
>          
> 
> What do I have to change so it named only listens to
> 127.0.0.1?

add these two lines to /etc/hosts.allow

named : localhost 127.0.0.1 : allow
named : all : deny

> 
> Thanks a lot
> Didier
> 
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message
> 



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?003901c2b5d4$f5d757a0$0200a8c0>