I tried to run 2 instances of DNS 'named' on the router, one for the
internal and one for the external. If I do it manually, like

/usr/sbin/named  
/usr/sbin/named -c another_named.conf

evrything is fine.

But when I tried to modify the named-start-up script /etc/init.d/named, in
the start) portion as

        start-stop-daemon --start --quiet  --exec /usr/sbin/named

        start-stop-daemon --start --quiet  --exec /usr/sbin/named -- -c
/etc/another_named.conf

only the first one is executed and the second does not. I guess that the
'start-stop-daemon' already checks that one 'named' is running and so stop
there.

Is there anyway to overcome this problem?

Thank you.



_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to