On Mon, Aug 11, 2008 at 12:35:08PM +0300, Onur Aslan wrote: > I am using named for a ns server. Named listening all ips for my > machine. But when i reboot machine, my ppp network connecting after > started named. named doesn't listening my ppp network's ip. Do you > have a solution?
By default, named runs as nonprivileged user and to the moment ppp brings interface up named has no right to listen it. The only solution I know is to run named as root, so add to /etc/rc.conf: named_uid="root" Eugene Grosbein _______________________________________________ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"