On 30. 10. 2011 22:34, Jason Hellenthal wrote:
> On Sun, Oct 30, 2011 at 09:03:12PM +, Martin Matuska wrote:
>> Author: mm
>> Date: Sun Oct 30 21:03:12 2011
>> New Revision: 226946
>> URL: http://svn.freebsd.org/changeset/base/226946
>>
>>
>> Modified: stable/8/sys/cddl/contrib/opensolaris/uts/
Dear All,
I'd like to have the following ruleset, for pure-ftpd passive port
range:
---
ftp_pasv_start="X"
ftp_past_end="Y"
rdr on $netif inet proto tcp from any to $internalip port
$ftp_pasv_start:$ftp_past_end -> $internalip
pass in quick on $netif proto tcp from any to $internalip port
Dear All,
I'd like to have the following ruleset, for pure-ftpd passive port
range:
(pasv and past mistyping corrected)
---
ftp_pasv_start="X"
ftp_pasv_end="Y"
rdr on $netif inet proto tcp from any to $internalip port
$ftp_pasv_start:$ftp_pasv_end -> $internalip
pass in quick on $netif pr
Hi all,
Is it possible to configure three bridges on a FreeBSD 9 host and
redirect traffic from these three bridges to only one span port?? I am
thinking to configure something like this:
cloned_interfaces="bridge0 bridge1 bridge2"
ifconfig_bridge0="addm fxp0 addm fxp1 span em0 up"
ifconfig_
I was able to buildworld, buildkernel to 9.0-RC1 from 8-stable without
incident. Yay. However, I noticed a new sysinstall executable in
/usr/sbin even though I included WITHOUT_SYSINSTALL="yes" in
/etc/src.conf. My src.conf looks like it's in good order, and the
other WITHOUT_ options were he