FreeBSD VPN client to a Windows network using MPD

2006-06-12 Thread Nick Fishman
I recently tried to set up a VPN connection from home to the office (running Windows Server 2003). I used the mpd port (net/mpd, the 3.x branch), but found configuration much more difficult than it should be. Configuration options seemed to lead to dead ends, but I finally found a working version.

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Vadim Goncharov
13.06.06 @ 01:57 Ulrich Spoerlein wrote: Vadim Goncharov wrote: I hope that my explanation was helpful enough to understand :) Also, if you will be using 7.0, include BPF_JITTER in your kernel config as this will enable native code-compiling for bpf and ng_bpf - this will speed things up.

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Alexander V. Chernikov
Hi, I have recent 7.0-current and this node seems to work for me. Node code compiles and loads into kernel without any problems. After some time experimenting with ng_bpf(4) i was able to tag packets matched by bpf filter. Of course, the following is not a real-world example, but it c

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Vadim Goncharov
13.06.06 @ 01:57 Ulrich Spoerlein wrote: Vadim Goncharov wrote: I hope that my explanation was helpful enough to understand :) Also, if you will be using 7.0, include BPF_JITTER in your kernel config as this will enable native code-compiling for bpf and ng_bpf - this will speed things up.

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Jung-uk Kim
On Monday 12 June 2006 02:57 pm, Ulrich Spoerlein wrote: > Vadim Goncharov wrote: > > I hope that my explanation was helpful enough to understand :) > > Also, if you will be using 7.0, include BPF_JITTER in your kernel > > config as this will enable native code-compiling for bpf and > > ng_bpf - th

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Ulrich Spoerlein
Vadim Goncharov wrote: > I hope that my explanation was helpful enough to understand :) Also, if you > will be using > 7.0, include BPF_JITTER in your kernel config as this will enable native > code-compiling for > bpf and ng_bpf - this will speed things up. Am I the only one, that thinks BPF_

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Vadim Goncharov
12.06.06 @ 05:34 Eduardo Meyer wrote: I read the messages and man page but did not understand. Maybe it is my lack of knowledge regarding netgraph? Well, in man page it seems that you looked at ipfw source code (.h in fact) to find out the tag number. Can you explain this? Yes, netgraph always

He who goes to sleep with itchy ass, wakes up with smelly finger

2006-06-12 Thread roy yarian
Good evening, [cid:53D40CE1.F627A89B.53D40CE1.F627A89B_csseditor] untavirazolas[dot]com fine--the early calves were the size of a peasant's cow, and Pava's daughter, at three months old, was as big as a ye

IPF and OOW problems

2006-06-12 Thread Sébastien A . VALSEMEY
Hello, I currently have a FreeBSD 6.1-STABLE box configured as a router/firewall with ipfilter v4.1.8. WAN_IP/32 | tun0 | |-| | FreeBSD | |-| / \ xl0 xl1

Current problem reports assigned to you

2006-06-12 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description --- o [2006/01/30] kern/92552 net A serious bug in most network drivers fro a [2006/02/12] kern

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Vadim Goncharov
12.06.06 @ 10:12 Ganbold wrote: Vadim Goncharov wrote: Hello All! I wrote new netgraph(4) node, called ng_tag, able to match packets by their mbuf_tags(9) and assign new tags to mbufs. This can be used for many things in the kernel network subsystem, but particularly useful with recently added

Re: [PATCH] ng_tag - new netgraph node, please test (L7 filtering possibility)

2006-06-12 Thread Vadim Goncharov
12.06.06 @ 05:30 Joao Barros wrote: ld -d -warn-common -r -d -o ng_tag.kld ng_tag.o touch export_syms awk -f /sys/conf/kmod_syms.awk ng_tag.kld export_syms | xargs -J% objcopy % ng_tag.kld ld -Bshareable -d -warn-common -o ng_tag.ko ng_tag.kld objcopy --strip-debug ng_tag.ko ultra5# kldload .