Path MTU Problem

2008-03-05 Thread _lion_2000
Hi, i have a FreeBSD 6.3, fresh install. It is in the corporate network and i can't use any tcp network service on that machine from any other, which is behind cisco routers with tunnels. Well, not all services, but some, when large packets are sent from that box. After some investigation i found,

Re: Understanding the interplay of ipfw, vlan, and carp

2008-03-05 Thread Freddie Cash
On March 5, 2008 12:09 pm you wrote: > Am Mi, 5.03.2008, 20:39, schrieb Freddie Cash: > > On March 4, 2008 03:25 pm Freddie Cash wrote: > > Patch applied cleanly to RELENG_7.0. However, there are a few > > strange things happening now. > > > > If there are IPs on the physical devices (em0|em1) thi

Re: Understanding the interplay of ipfw, vlan, and carp

2008-03-05 Thread Max Laier
Am Mi, 5.03.2008, 20:39, schrieb Freddie Cash: > On March 4, 2008 03:25 pm Freddie Cash wrote: >> On March 4, 2008 02:20 pm Max Laier wrote: >> > Am Di, 4.03.2008, 22:51, schrieb Freddie Cash: >> > ... >> > >> > > The lack of a "carpdev" option to directly link a carp device to an >> > > interface

Re: Understanding the interplay of ipfw, vlan, and carp

2008-03-05 Thread Freddie Cash
On March 4, 2008 03:25 pm Freddie Cash wrote: > On March 4, 2008 02:20 pm Max Laier wrote: > > Am Di, 4.03.2008, 22:51, schrieb Freddie Cash: > > ... > > > > > The lack of a "carpdev" option to directly link a carp device to an > > > interface (similar to "vlandev" for vlan(4)) is what's really > >

Re: SCTP using questions (API etc.)

2008-03-05 Thread Vadim Goncharov
Hi Michael Tuexen! On Wed, 5 Mar 2008 11:59:14 +0100; Michael Tuexen wrote about 'Re: SCTP using questions (API etc.)': >> "substreams". SCTP can do it for me, it's wonderful, but in practice >> there >> are some questions. >> >> How long can be one particular SCTP message? Can I rely on the

Re: ALTQ Vlan

2008-03-05 Thread Sergey Matveychuk
Alexandre Biancalana wrote: The patch is quite trivial: http://people.yandex-team.ru/~sem/FreeBSD/vlan+altq.patch Is this working on 7 ? with pf ? I've test it only on 6.x with pf. But I think there should be no problem and with 7.0. -- Dixi. Sem.

Re: ALTQ Vlan

2008-03-05 Thread Alexandre Biancalana
On 3/5/08, Sergey Matveychuk <[EMAIL PROTECTED]> wrote: > Alexandre Biancalana wrote: > > Hi list, > > > > Is there any patches or plans to support altq on vlan interfaces ?? > > > > > The patch is quite trivial: > http://people.yandex-team.ru/~sem/FreeBSD/vlan+altq.patch Is this working on

Re: ALTQ Vlan

2008-03-05 Thread Sergey Matveychuk
Alexandre Biancalana wrote: Hi list, Is there any patches or plans to support altq on vlan interfaces ?? The patch is quite trivial: http://people.yandex-team.ru/~sem/FreeBSD/vlan+altq.patch But may be a better way to shape traffic on parent interface for you? I did the patch because I c

Re: kern/121384: New IPSEC fails to obey policy levels

2008-03-05 Thread bz
Synopsis: New IPSEC fails to obey policy levels Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: bz Responsible-Changed-When: Wed Mar 5 11:16:13 UTC 2008 Responsible-Changed-Why: Over to maintainer(s). http://www.freebsd.org/cgi/query-pr.cgi?pr=121384 __

Re: SCTP using questions (API etc.)

2008-03-05 Thread Michael Tuexen
Hi Vadim, comments in-line. Best regards Michael On Mar 5, 2008, at 11:10 AM, Vadim Goncharov wrote: Hi! I've seen that FreeBSD 7.0 is a reference implementation for SCTP, which is a great protocol, good work! But as I was looking through man pages for new API, I couldn't understand so

SCTP using questions (API etc.)

2008-03-05 Thread Vadim Goncharov
Hi! I've seen that FreeBSD 7.0 is a reference implementation for SCTP, which is a great protocol, good work! But as I was looking through man pages for new API, I couldn't understand some issues with high-load servers. Currently, I am developing client-server application for my needs, and I want