--- elwix/config/etc/default/rc.d/025.dnsmasq.stop 2013/10/14 14:33:59 1.1.2.1 +++ elwix/config/etc/default/rc.d/025.dnsmasq.stop 2013/10/14 15:00:31 1.1.2.2 @@ -1,5 +1,7 @@ #!/bin/sh +IFACES="-i vr0" + echo "Starting dnsmasq ..." -/usr/sbin/dnsmasq +/usr/sbin/dnsmasq -u bind $IFACES