options are given dnsmasq listens on all available interfaces except any
options are given dnsmasq listens on all available interfaces except any
given in
given in
.B \--except-interface
.B \--except-interface
options. IP alias interfaces (eg "eth1:0") cannot be used with
options. On Linux, when
.B --interface
.B \--bind-interfaces
or
or
.B --except-interface
.B \--bind-dynamic
options, use --listen-address instead. A simple wildcard, consisting
are in effect, IP alias interface labels (eg "eth1:0") are checked, rather than
of a trailing '*', can be used in
interface names. In the degenerate case when an interface has one address, this amounts to the same thing but when an interface has multiple addresses it
allows control over which of those addresses are accepted.
The same effect is achievable in default mode by using
.B \--listen-address.
A simple wildcard, consisting of a trailing '*',
can be used in
.B \--interface
.B \--interface
and
and
.B \--except-interface
.B \--except-interface
...
@@ -222,7 +227,9 @@ and
...
@@ -222,7 +227,9 @@ and
.B --except-interface
.B --except-interface
options does not matter and that
options does not matter and that
.B --except-interface
.B --except-interface
options always override the others.
options always override the others. The comments about interface labels for