Date: Fri, 3 Sep 2004 11:49:49 +0100 (BST) From: =?iso-8859-1?q?Aris=20Dwi=20Rahmana?= <arisdr_99@yahoo.com> To: freebsd-ipfw@freebsd.org Subject: Re: Dummynet IPv6 support Message-ID: <20040903104949.46609.qmail@web53703.mail.yahoo.com> In-Reply-To: <000501c49198$040c2da0$e3f44298@viper>
next in thread | previous in thread | raw e-mail | index | archive | help
--- Kovácsházi_zsolt <kz365@hszk.bme.hu> wrote: > Hi > > I've been reading the archive for nearly a week to find something about > dummynet's IPv6 support > I've tried applíying the patch but it doesn't compile > I get a lot of errors > > is there a working version of dummynet with IPv6 support? > > I'm using freeBSD 4.10 > > zsolt > _______________________________________________ I have tried compiling dummynet with IPv6 support and succed. I used patch from this link bellow : http://www.freebsd.org/cgi/getmsg.cgi?fetch=19434+107032+/usr/local/www/ db/text/2004/freebsd-ipfw/20040328.freebsd-ipfw Don't forget to add "IPFW2=YES" in /etc/make.conf and there is some minor change in ip_fw.h in order to make compiling proces works. You have to edit the file and change line contain "IF IPFW2" with "IF TRUE" (i am forget wich line is it, because my note is missing). Then just follow the instruction from Luigi Rizzo. After you compile IPFW2, don't forget to change line that you have change before (change line "IF TRUE" with "IF IPFW2" back again). Then use command "make install". FYI, i used freebsd 4.90 and installation only works in my pc with pentium 4 proccessor. I dont know why it doesn't work in my pc with pentium III or below. ________________________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040903104949.46609.qmail>