View previous topic :: View next topic |
Author |
Message |
Bigun Advocate
Joined: 21 Sep 2003 Posts: 2198
|
Posted: Wed May 17, 2006 11:52 am Post subject: Simple dnamasq question |
|
|
Is there anyway to specify more than one interface device? _________________ "It's ok, they might have guns but we have flowers." - Perpetual Victim |
|
Back to top |
|
|
no-use Tux's lil' helper
Joined: 27 Apr 2004 Posts: 76 Location: Belgium
|
Posted: Wed May 17, 2006 12:08 pm Post subject: |
|
|
assuming you mean dnsmasq
you can use
Code: | DNSMASQ_OPTS="-i eth1:0" |
but there are more options than -i
use --except-interface if you for example have 3 interfaces and want to use 2 of them
Code: | DNSMASQ_OPTS="--except-interface eth1" |
check the dnsmasq manual for more info |
|
Back to top |
|
|
Bigun Advocate
Joined: 21 Sep 2003 Posts: 2198
|
Posted: Wed May 17, 2006 12:10 pm Post subject: |
|
|
no-use wrote: | assuming you mean dnsmasq
you can use
Code: | DNSMASQ_OPTS="-i eth1:0" |
but there are more options than -i
use --except-interface if you for example have 3 interfaces and want to use 2 of them
Code: | DNSMASQ_OPTS="--except-interface eth1" |
check the dnsmasq manual for more info |
Yeah, I read the man page, just wasn't sure on syntax. _________________ "It's ok, they might have guns but we have flowers." - Perpetual Victim |
|
Back to top |
|
|
UberLord Retired Dev
Joined: 18 Sep 2003 Posts: 6835 Location: Blighty
|
|
Back to top |
|
|
beatryder Veteran
Joined: 08 Apr 2005 Posts: 1138
|
Posted: Thu May 18, 2006 4:43 am Post subject: |
|
|
if you read the config file it is HEAVILY commented, and explains it.
/etc/dnsmasq.conf _________________ Dont make it idiot proof, make it work.
Neucode.org
<suppressed key> |
|
Back to top |
|
|
|