> -----Original Message----- > From: Bill Moran [mailto:[EMAIL PROTECTED] > Sent: Tuesday, June 15, 2004 1:04 PM > To: Matt "Cyber Dog" LaPlante > Cc: [EMAIL PROTECTED] > Subject: Re: Keep log_in_vain Value > > "Matt \"Cyber Dog\" LaPlante" <[EMAIL PROTECTED]> wrote: > > > Right now on a FreeBSD 4.7 box, net.inet.tcp.log_in_vain and > > net.inet.udp.log_in_vain are both turned on. I know they can be > disabled > > using sysctl, but this only fixes the problem until the machine is > rebooted, > > at which point they both come back on. Due to our network > configuration, > > it's constantly displaying blocked port 53 from one of the other > servers, > > and I want UDP log_in_vain disabled permanently. Where can I do this in > the > > configuration? Thanks. > > /etc/sysctl.conf > > -- > Bill Moran > Potential Technologies > http://www.potentialtech.com
I already tried: ================================== # $FreeBSD: src/etc/sysctl.conf,v 1.1.2.2 2001/12/19 17:52:17 ru Exp $ # # This file is read when going to multi-user and its contents piped thru # ``sysctl'' to adjust kernel values. ``man 5 sysctl.conf'' for details. # net.inet.udp.log_in_vain=0 ================================== But that had no effect upon reboot: # sysctl -ae net.inet | grep vain net.inet.tcp.log_in_vain=1 net.inet.udp.log_in_vain=1 - Matt _______________________________________________ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"