Date: Thu, 22 Jul 2010 18:40:03 GMT From: Spil Oss <spil.oss@gmail.com> To: freebsd-ipfw@FreeBSD.org Subject: Re: kern/148827: [ipfw] divert broken with in-kernel ipfw Message-ID: <201007221840.o6MIe3M4079239@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR kern/148827; it has been noted by GNATS. From: Spil Oss <spil.oss@gmail.com> To: bug-followup@FreeBSD.org Cc: Subject: Re: kern/148827: [ipfw] divert broken with in-kernel ipfw Date: Thu, 22 Jul 2010 20:30:31 +0200 It is only the outbound divert rule that needs to be changed from ip to ip4. # ipfw add 99 divert natd ip from any to any in via $pif # ipfw delete 100 NATting still works # ipfw delete 500 # ipfw add 500 divert natd ip from any to any out via $pif NATting broken # ipfw delete 500 # ipfw add 500 divert natd ip4 from any to any out via $pif NATting works again
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201007221840.o6MIe3M4079239>