Mailinglist Archive: opensuse (882 mails)
| < Previous | Next > |
Re: [opensuse] HUmm nothing is as simple as it used to be DNS server 11.3
- From: Adam Tauno Williams <awilliam@xxxxxxxxxxxxx>
- Date: Thu, 09 Dec 2010 07:04:26 -0500
- Message-id: <1291896266.11598.4.camel@xxxxxxxxxxxxxxx>
On Thu, 2010-12-09 at 12:25 +0100, Per Jessen wrote:
Which was explained in this thread yesterday
listen-on { 192.168.1.1; };
Solves the problem.
Default is
listen-on { any; };
Which is perfectly reasonable. *Still* having bind *listen* on wlan0
will not effect anything-at-all unless something tells somebody to use
the resolver on that address. Just running a resolver on that interface
won't do anything - and if it is your external interface the firewall
configuration probably blocks all ingress traffic anyway.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
Peter Nikolic wrote:
I did look at bind but the first thing it did was went straight forYes, the default for bind is to listen on all interfaces. IT is
the wireless so it got the chop no can do ..
configurable though.
Which was explained in this thread yesterday
listen-on { 192.168.1.1; };
Solves the problem.
Default is
listen-on { any; };
Which is perfectly reasonable. *Still* having bind *listen* on wlan0
will not effect anything-at-all unless something tells somebody to use
the resolver on that address. Just running a resolver on that interface
won't do anything - and if it is your external interface the firewall
configuration probably blocks all ingress traffic anyway.
--
To unsubscribe, e-mail: opensuse+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse+help@xxxxxxxxxxxx
| < Previous | Next > |