On Sat, 28 Feb 2004, Craig Rodrigues wrote: > On Sat, Feb 28, 2004 at 02:45:39PM -1000, Vincent Poy wrote: > > Flushed all rules. > > 00050 divert 8668 ip from any to any via xl0 > > 00100 allow ip from any to any via lo0 > > 00200 deny ip from any to 127.0.0.0/8 > > 00300 deny ip from 127.0.0.0/8 to any > > 65000 allow ip from any to any > > Firewall rules loaded, starting divert daemons: natd > > natd: Unable to bind divert socket.: Can't assign requested address. > > Firewall logging enabled > > net.inet.ip.fw.enable: 1 -> 1 > > > > I can't tell when this broke as I mentioned, the last -CURRENT > > buildworld I was running on was September 23, 2003 before going with this > > one at 4AM -800. > > > The last buildworld I did was on Jan. 31, 2004. > I did not have this problem with that buildworld. Atleast that rules out the /bin and /sbin being dynamically linked issue since I went from static linked to dynamic linked for those two when I upgraded. January 31 is about 4 weeks ago and the last ipfw src tree change was 5 weeks ago so that probably rules that out as well. The only thing I noticed is that src/sbin/natd/Makefile was last changed on February 23, 2004 with revision 1.9: =================================================================== RCS file: /usr/local/www/cvsroot/FreeBSD/src/sbin/natd/Makefile,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/sbin/natd/Makefile 2002/04/12 19:11:09 1.8 +++ src/sbin/natd/Makefile 2004/02/23 20:13:55 1.9 _at__at_ -1,8 +1,8 _at__at_ -# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sbin/natd/Makefile,v 1.8 2002/04/12 19:11:09 ru Exp $ +# $FreeBSD: /usr/local/www/cvsroot/FreeBSD/src/sbin/natd/Makefile,v 1.9 2004/02/23 20:13:55 johan Exp $ PROG = natd SRCS = natd.c icmp.c -WARNS= 0 +WARNS?= 0 LDADD = -lalias DPADD = ${LIBALIAS} MAN = natd.8 I wonder if changing the "WARNS?=" back to "WARNS= 0" will actually fix the problem. Cheers, Vince - vince_at_WURLDLINK.NET - Vice President ________ __ ____ Unix Networking Operations - FreeBSD-Real Unix for Free / / / / | / |[__ ] WurldLink Corporation / / / / | / | __] ] San Francisco - Honolulu - Hong Kong / / / / / |/ / | __] ] HongKong Stars/Gravis UltraSound Mailing Lists Admin /_/_/_/_/|___/|_|[____] Almighty1_at_IRC - oahu.DAL.NET Hawaii's DALnet IRC Network Server AdminReceived on Sat Feb 28 2004 - 16:09:12 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:45 UTC