passing vlan priority tag through bridge

2011-08-19 Thread Peter Hallin
Hello, I have a question. We use bridging firewalls at Lund University with different vlan tags on respective sides of the bridges. The frames are therefore retagged when passing through the bridge and unforunatley the priority flag gets reset and always ends up as 0 on the other side. We would

Re: [PATCH] dired mg patch

2011-08-19 Thread Jasper Lievisse Adriaanse
On Thu, Aug 18, 2011 at 08:30:02AM -0400, Loganaden Velvindron wrote: I used a function for warping the dot. This makes the diff simpler. Since kjell@ has slacked out; any objections to committing this revision of the diff? Index: dired.c

TOS option to tcpbench ala pf.conf

2011-08-19 Thread Christiano F. Haesbaert
Hi, I'm tinkering with ToS-CoS (802.1p) translation in vlan(4) so I needed something to test, tcpbench seems to deserve a tos option. It uses the same map_option() from pfctl with some minor tweeks. So it accepts decimal, hexadecimal, critical, lowdelay, af11... Option chosen was -t, couldn't

Re: Xorg vs. DRM AGP GART on IBM X40 laptop running 4.9 stable (workaround)

2011-08-19 Thread Owain Ainsworth
On Thu, Aug 18, 2011 at 02:58:31PM -0600, Richard Johnson wrote: [Posting for documentation of the workaround, and in case the details help find a bug beyond This ancient laptop's video card RAM is too small.] I resuscitated an IBM X40 laptop by putting in a HD with a clean install of

Re: TOS option to tcpbench ala pf.conf

2011-08-19 Thread Damien Miller
On Thu, 18 Aug 2011, Christiano F. Haesbaert wrote: Hi, I'm tinkering with ToS-CoS (802.1p) translation in vlan(4) so I needed something to test, tcpbench seems to deserve a tos option. It uses the same map_option() from pfctl with some minor tweeks. So it accepts decimal, hexadecimal,

Re: LAC LNS server with OpenBSD

2011-08-19 Thread Gruel Bruno
Hello, Since several days i do some test in my lab but i have a problem. According to my picture http://fai.woody.hopto.org/Docs/bsdrp-example-pppoe-l2tp.png R1 is a openbsd 4.9 wh make a ppoe call R2 is a freebsd with the MPD5 daemon who run as an LAC R3 is a openbsd 4.9 with npppd who run as

Re: LAC LNS server with OpenBSD

2011-08-19 Thread YASUOKA Masahiko
Hi, On Fri, 19 Aug 2011 16:05:27 +0200 (CEST) Gruel Bruno b.gr...@woody.hopto.org wrote: Since several days i do some test in my lab but i have a problem. According to my picture http://fai.woody.hopto.org/Docs/bsdrp-example-pppoe-l2tp.png R1 is a openbsd 4.9 wh make a ppoe call R2 is a

Re: TOS option to tcpbench ala pf.conf

2011-08-19 Thread Christiano F. Haesbaert
On 19 August 2011 10:25, Damien Miller d...@mindrot.org wrote: On Thu, 18 Aug 2011, Christiano F. Haesbaert wrote: Hi, I'm tinkering with ToS-CoS (802.1p) translation in vlan(4) so I needed something to test, tcpbench seems to deserve a tos option. It uses the same map_option() from pfctl

Re: [PATCH] dired mg patch

2011-08-19 Thread Loganaden Velvindron
The 2nd diff which was posted was tested by Nima Hoda. The 3rd diff is mostly a cosmetic change to make the diff less redundant. I contacted other mg users. Hopefull, they'll reply soon.

Re: OpenBSD 4.9 iked (Ikev2)

2011-08-19 Thread Gaurav Kansal
Any idea if it supports transport mode? That seems to be missing. Regards, Gaurav Kansal +91 98454 22400 http://gkansal.blogspot.com On Wed, Jul 13, 2011 at 7:14 AM, Mike Belopuhov m...@crypt.org.ru wrote: no. On Tue, Jul 12, 2011 at 1:47 PM, Gaurav Kansal kansal.gau...@gmail.com wrote:

Re: OpenBSD 4.9 iked (Ikev2)

2011-08-19 Thread Mike Belopuhov
it doesn't. On Fri, Aug 19, 2011 at 6:44 PM, Gaurav Kansal kansal.gau...@gmail.com wrote: Any idea if it supports transport mode? That seems to be missing. Regards, Gaurav Kansal +91 98454 22400 http://gkansal.blogspot.com On Wed, Jul 13, 2011 at 7:14 AM, Mike Belopuhov

Re: LAC LNS server with OpenBSD

2011-08-19 Thread Gruel Bruno
Hello, Thank's for your quick reply. So i'm intersting about tunnel authentication because it's the final point off my project. I do what you say, disable hidden in MPD but there is still error message. Now i have got that: 2011-08-19 16:11:33:WARNING: l2tpd ctrl=13 Received AVP (CHALLENGE/11)

Aprenda ingles en un mes

2011-08-19 Thread Ingles
APRENDA INGLES EN UN MES Curso en DVD para PC (no es video) para realizar en su casa u oficina desde su compu.Solo necesita tener lectora de DVD en la PC,funciona con cualquier Windows Espectacular programa basado en una nueva modalidad de aprendizaje acelerado del inglis. . Ahora podra aprender

Small fixes for if_oerrors in vlan(4), mpe(4) and pppx

2011-08-19 Thread Christiano F. Haesbaert
Hi, vlan_start() was increasing packet counts before checking if the packet was successfully enqueued. I made a hunt for similar errors. Index: net/if_mpe.c === RCS file: /cvs/src/sys/net/if_mpe.c,v retrieving revision 1.25 diff -d