Re: HEADS-UP: net polling code now in STABLE.

2001-12-03 Thread 'Luigi Rizzo'
On Tue, Dec 04, 2001 at 07:37:31AM -, Lawrence Farr wrote: > Have you any tests I could run to verify it's stability? no, other than flood the interfaces with traffic and see the difference when turning kern.polling.enable on and off... cheers luigi > Lawrence Farr > EPC Dir

RE: HEADS-UP: net polling code now in STABLE.

2001-12-03 Thread Lawrence Farr
Have you any tests I could run to verify it's stability? Lawrence Farr EPC Direct Limited > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Luigi Rizzo > Sent: 04 December 2001 06:18 > To: [EMAIL PROTECTED] > Subject: HEADS-UP: net polling code no

differing behavior of connect(2) in -current?

2001-12-03 Thread Archie Cobbs
Hi, We're seeing strange behavior of mpd (netgraph-ified ppp daemon) under -current that doesn't occur under -stable. The problem is that when mpd tries to do a connect(2) on a (PF_INET, SOCK_RAW, IPPROTO_GRE), the kernel returns EINPROGRESS instead of succeeding immediately (note: this is a dat

HEADS-UP: net polling code now in STABLE.

2001-12-03 Thread Luigi Rizzo
[Bcc to -stable because of relevance there] With the approval of the release engineer, a revised version of the network polling code is now in STABLE. It would be great if you could try it out and send feedback, so we con sort out issues (if any) before the release of 4.5. Do not be afraid to u

Re: How to manage multiple Inetnet link with FreeBSD box.

2001-12-03 Thread Nick Rogness
On Mon, 3 Dec 2001, Chutima S. wrote: > Dear all > > As now I have two Internet link and FreeBSD-3.4 as a Firewall for our > servers. (Please see below with sample IP addresses) > > > ISP1 dialup account to ISP2 > | | >

How to manage multiple Inetnet link with FreeBSD box.

2001-12-03 Thread Chutima S.
Dear all As now I have two Internet link and FreeBSD-3.4 as a Firewall for our servers. (Please see below with sample IP addresses) ISP1 dialup account to ISP2 | | - | Router |

Re: Ethernet Firewall for FreeBSD-4.4

2001-12-03 Thread Sebastien Petit
On Monday 03 December 2001 21:28, Luigi Rizzo wrote: > Sebastien, > this is a personal point of view, and I know that people think > differently, but I believe it would be a lot more interesting if > you would design ethfw as an add-on for ipfw as opposed to a separate > thing. Not only it would r

Re: Ethernet Firewall for FreeBSD-4.4

2001-12-03 Thread Luigi Rizzo
Sebastien, this is a personal point of view, and I know that people think differently, but I believe it would be a lot more interesting if you would design ethfw as an add-on for ipfw as opposed to a separate thing. Not only it would remove some replication from the code (all [sg]etsockopt, basica

Ethernet Firewall for FreeBSD-4.4

2001-12-03 Thread Sebastien Petit
Hi, I just release a new patch file for implementing an Ethernet Firewall under FreeBSD. the tar.gz distro come with a patch for 4.4 kernels, an utility ethfw to control rules and a man page. Is there a possibility to implement this patch (based on Luigi Rizzo ipfw code) on the FreeBSD /usr/sr