On 2006-03-23 13:01, Travis H. wrote:
> On 3/23/06, Daniel Hartmeier <[EMAIL PROTECTED]> wrote:
>> If it were an mbuf leak, it wouldn't go away right after you run pfctl
>> -d, as disabling pf will not cause any memory to get released at all.
>>
>> You might simply be hitting the (default) 10,000
The following reply was made to PR kern/94877; it has been noted by GNATS.
From: =?UTF-8?B?RXJpayBOw7hyZ2FhcmQ=?= <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED], [EMAIL PROTECTED]
Cc:
Subject: Re: kern/94877: [pf] packet filter blocks outgoing traffic after
boot
Date: Fri, 24 Mar 2006 19:50:02 +010
I am trying to use pftpx to solve the "strict" ftp clients (clients that
want data connections to the same IP as the control connection) issue on a
FTP Server INSIDE the firewall
I found out that I can't use port redirects on all my external IPS since the
FTP Clients have IP Strictness
It is the
Hi,
I currently have 3 isp`s routers and want to make central collection
for logs in one place and give other people possible to make statistics
etc. How I understand it is possible to write all log to sql database,
but I heard that it is not good idea, because writing on line logs to
sql
I use the following rules in the IPFW:
$fwcmd add 100 pipe 13 ip from 192.168.0.0/24 to any in
$fwcmd add 101 pipe 14 ip from any to 192.168.0.0/24 out
$fwcmd pipe 13 config mask src-ip 0x00ff bw 150Kbit/s queue 12KBytes
$fwcmd pipe 14 config mask dst-ip 0x00ff bw 150Kbit/s queue 12KBytes