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.
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.
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
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.
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
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_
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
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
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 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
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
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 .
12 matches
Mail list logo