Displaying 20 results from an estimated 3000 matches similar to: "Patches to log imap bandwidth?"
2002 Jan 12
1
Max tftp boot size?
Hi;
In http://syslinux.zytor.com/history.php, you mention:
PXELINUX, ISOLINUX: Correctly handle files larger than 65535
blocks (32 MB for PXELINUX, 128 MB for ISOLINUX.)
However, I am having issues with trying to make any compressed initrd.gz
>32 meg work with pxelinux. I am using "atftpd" as the server, with
--no-blksize specified to disable the blksize command. The
2008 May 09
1
ipv6 woes
I'm trying to bring up dovecot on a dual stack machine. I tried search for
the answers; the answers I found and tried failed :-(.
If I try this:
protocol imap {
listen = 216.218.228.114:143, [2001:470:1:18::114]:143
ssl_listen = 216.218.228.114:993, [2001:470:1:18::114]:993
}
(and similiar for pop3)
I get:
Fatal: listen: Can't resolve address 216.218.228.114:143,
2008 Sep 03
0
IPV6_V6ONLY and UDP
I see in the release notes for 7.0; and seperately CURRENT on alpha;
that IPV6_V6ONLY is now fully supported for UDP.
Can someone point me to code/text that explains what exactly was broken
about it? In what case(s) udp sockets set with IPV6_V6ONLY accepted V4
packets?
Thanks in advance..
--
Jason Fesler, email/jabber <jfesler@gigo.com> resume: http://jfesler.com
"Give a man
2006 Sep 06
4
bug report, from apple.com
Bruce includes detailed information including the imap session. Bruce
works at Apple, on the Apple Mail.app product.
---------- Forwarded message ----------
From: Bruce Arthur <barthur at apple.com>
To: dovecot at dovecot.org
Cc: Bruce Arthur <barthur at apple.com>
Date: Tue, 29 Aug 2006 09:04:35 -0700
Subject: Problem using Apple Mail with Dovecot
Server Configuration:
2003 Oct 20
1
Equal bandwidth configuration among host with dummynet
Hi all,
First of all, I have spent a lot of time reading up on
it.
Anyway, I live in a shared accomodation with 2
roommates and a landlord and we share a cable internet
connection. It is 2Mbit/400Kbit connection. Sometimes
when one of us is downloading a song through Kazaa or
a new Linux or FreeBSD iso, the bandwidth gets hogged
and other users can't get through.
I was trying to configure
2003 May 07
4
IPFW Bandwidth throttling?
I am trying to limit outgoing SMTP traffic to about 14 Mbps and these are
the IPFW rules I am using.
${fwcmd} add pipe 1 tcp from 192.168.0.0/24 to any 25 out via dc0
${fwcmd} pipe 1 config bw 14Mbit/s
I've tried multiple tweaks to the pipe rule and I seem to be missing
something. I only get about half the bandwidth I specify. Is this normal
behavior? Is there something wrong
2005 May 13
2
Equal bandwidth for any client (i.e. automatic class generation)
Hello,
I''m looking how (if) can I solve the following problem using HTB and iproute2:
I need to assing the same bandwidth limit to every client, but the problem is that clients will be random - i.e. I know niether number of clients no IP or MAC addresses.
If anybody knows FreeBSD''s ipfw2 - I''m looking for something like "ipfw pipe 150 config mask dst-ip 0xffffffff
2004 May 06
1
scheduled pings
Hello,
I have just setup some ipfw rules to checkout some traffic to one of my
boxes. I have three servers, only one of which has weird traffic. It
is getting ping'd on a five minute interval from approx 3 to 8 different
ip addresses within the same second. For example:
May 3 20:20:03 gaspra kernel: ipfw: 65002 Deny ICMP:8.0 202.160.241.130
xxx.xxx.xxx.xxx in via dc0
May 3 20:20:13
2013 Nov 19
3
ipfw table add problem
Hi,
I'm using kernel FreeBSD 10.0-BETA3 #2 r257635 kernel.
I am trying to add port number to ipfw tables. But there is something
strange :
Problem is easily repeatable.
#ipfw table 1 flush
#ipfw table 1 add 4899
#ipfw table 1 list
::/0 0
#ipfw table 1 flush
#ipfw table 1 add 10.2.3.01 ( not 10.0.0.1, the last 1 has 0 as
prefix )
#ipfw table 1 list
::/0 0
#ipfw table 1 delete ::/0
2002 Feb 27
2
Samba on FreeBSD 4.5-Stable
Hello Samba Team
Samba is great software and I use it in my home lan and will use it in our
office lan!
I have some hints:
1. Samba with Win98SE (plaintext password): You can use the same key as in
win95.txt described.
2. Samba with Win2k (plaintext password): I've attached a html file for your
documentation.
3. Firewall rules: While the installation the wrong ipfw rules will be set.
how to get IPFW rules for SMTP server behind NAT server "right"? (freebsd-security: message 1 of 20)
2003 Nov 21
1
how to get IPFW rules for SMTP server behind NAT server "right"? (freebsd-security: message 1 of 20)
-- On Friday, November 21, 2003 12:48 PM -0800 "David Wolfskill - david@catwhisker.org"
<+freebsd-security+openmacnews+0459602105.david#catwhisker.org@spamgourmet.com> wrote:
David,
thanks for your reply!
>> i've been struggling with setting appropriate rules for an SMTP-server
>> behind by NAT'd firewall.
>
> OK....
<snip>
>
>>
2005 Jun 29
0
FreeBSD Security Advisory FreeBSD-SA-05:13.ipfw
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:13.ipfw Security Advisory
The FreeBSD Project
Topic: ipfw packet matching errors with address tables
Category: core
Module: netinet
2005 Jun 29
0
FreeBSD Security Advisory FreeBSD-SA-05:13.ipfw
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-05:13.ipfw Security Advisory
The FreeBSD Project
Topic: ipfw packet matching errors with address tables
Category: core
Module: netinet
2007 Dec 24
0
Fwd: Re: IPFW: Blocking me out. How to debug?
>Date: Sun, 23 Dec 2007 06:04:02 -0800 (PST)
>From: Nash Nipples <trashy_bumper@yahoo.com>
>To: freebsd-security@freebsd.org
>Subject: Re: IPFW: Blocking me out. How to debug?
>
>Dear W.D.
>
>oh come on. i have the same problem.
Which problem are we talking about?
cut and paste problem.
>cut and paste logic:
>
>#!/bin/sh
>#1. count packets
>#2.
2003 Nov 21
0
how to get IPFW rules for SMTP server behind NAT server "right"?
hi all,
i've been struggling with setting appropriate rules for an SMTP-server
behind by NAT'd firewall.
it's not that there is too little info on the web -- or here, for that
matter -- there's scads of it for seemingly endless configs/req'ts --
none that seem to be exactly my own.
bottom line: i'm a bit confused, and looking for some experienced
advice.
my goals (for
2006 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-06:04.ipfw
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-06:04.ipfw Security Advisory
The FreeBSD Project
Topic: ipfw IP fragment denial of service
Category: core
Module: ipfw
Announced:
2006 Jan 11
0
FreeBSD Security Advisory FreeBSD-SA-06:04.ipfw
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
=============================================================================
FreeBSD-SA-06:04.ipfw Security Advisory
The FreeBSD Project
Topic: ipfw IP fragment denial of service
Category: core
Module: ipfw
Announced:
2003 Jul 19
0
[PATCH] ipfw2 fails with 'bad command' error
>Submitter-Id: current-users
>Originator: Andy Gilligan
>Confidential: no
>Synopsis: [PATCH] ipfw2 fails with 'bad command' error
>Severity: serious
>Priority: high
>Category: bin
>Class: sw-bug
>Release: FreeBSD 4.8-STABLE i386
>Environment:
System: FreeBSD vega 4.8-STABLE FreeBSD 4.8-STABLE #13: Sun Jul 20 01:01:07 BST 2003
2014 May 31
0
broken samba-4.1.7 waf configure
31 may 2014
greetings,
in the (relatively distant) past, i several times downloaded,
built, and ran the then-current version of samba with little to no
problem. i recently experienced similar successful results with
samba-3.6.23.
i downloaded and tried to configure samba-4.1.7, which you (samba)
advertise as the current "stable" version. i expected no problems.
unfortunately, i
2004 Jan 23
0
FW: ipfw + named problem
forgot this addr.
--
Kind regards,
Remko Lodder
Elvandar.org/DSINet.org
www.mostly-harmless.nl Dutch community for helping newcomers on the
hackerscene
-----Oorspronkelijk bericht-----
Van: Remko Lodder [mailto:remko@elvandar.org]
Verzonden: vrijdag 23 januari 2004 10:53
Aan: Nick Twaddell
Onderwerp: RE: [Freebsd-security] ipfw + named problem
did you tcpdump the packets so that you can