rtentry and rtrequest

2007-04-17 Thread Alan Garfield
Hi all! One word HOW! :) I've no clue what this FreeBSD ARP stuff is all about, there is little or no documentation, there are 14 different sock_addr's which seem to have a bazillion different fields, and I cannot output a simple debug statement without getting 'error: dereferencing pointer t

Re: fake MAC addresses and ARP

2007-04-17 Thread Alan Garfield
On Tue, 2007-04-17 at 22:00 +1000, Peter Jeremy wrote: > On 2007-Apr-17 13:36:43 +1000, Alan Garfield <[EMAIL PROTECTED]> wrote: > >I've got a little driver that communicates via a small buffer on the > >motherboard of a Sun Fire V20z to a built-in "service processor" which > >is running Linux. The

Re: Hang up/down re0:

2007-04-17 Thread Pyun YongHyeon
On Sat, Apr 14, 2007 at 12:05:56PM +0900, To Prokofiev S.P. wrote: > On Fri, Apr 13, 2007 at 11:48:15AM +0300, Prokofiev S.P. wrote: > > > > I have a problem on FreeBSD 6.2-STABLE with NIC D-Link DGE-528(T). > > When I put interface into promiscuous mode or output by tcpdump or simply > >

Re: ng_tag and pf?

2007-04-17 Thread Andrey V. Elsukov
> Is it possible to use ng_tag in conjunction with pf? I have a setup At this time it's impossible. You can use ng_tag(4) in conjunction with ipfw(4). -- WBR, Andrey V. Elsukov ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/l

Fwd: ng_tag and pf?

2007-04-17 Thread Bill Marquette
Forwarding to -net to get a larger audience. Any help would be appreciated. Thanks --Bill -- Forwarded message -- From: Bill Marquette <[EMAIL PROTECTED]> Date: Apr 17, 2007 12:25 PM Subject: ng_tag and pf? To: "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> Is it possible to use ng_

Re: Page fault in syncache_drop

2007-04-17 Thread Andre Oppermann
Kris Kennaway wrote: 8-core amd64, up-to-date CVS sources Fatal trap 12: page fault while in kernel mode cpuid = 0; apic id = 00 fault virtual address = 0x0 fault code = supervisor read data, page not present instruction pointer = 0x8:0x803134b4 stack pointer

Re: fake MAC addresses and ARP

2007-04-17 Thread Peter Jeremy
On 2007-Apr-17 13:36:43 +1000, Alan Garfield <[EMAIL PROTECTED]> wrote: >I've got a little driver that communicates via a small buffer on the >motherboard of a Sun Fire V20z to a built-in "service processor" which >is running Linux. The driver on both sides makes the buffer look like a >Ethernet in

Re: Interface index hack in IP_ADD_MEMBERSHIP

2007-04-17 Thread Yar Tikhiy
On Tue, Apr 10, 2007 at 06:35:39AM +0100, Bruce M Simpson wrote: > Yar Tikhiy wrote: > >Quagga still uses it, too, if its configure script detects FreeBSD > >or NetBSD. I'm afraid it was me who submitted the patch to the > >Quagga folks when I'd found that Quagga's ospfd couldn't handle > >unnumbe

Re: net/mpd4: Unable to pass pass traffic as pptp client

2007-04-17 Thread Nikos Vassiliadis
On Tuesday 17 April 2007 01:35, Tom McLaughlin wrote: > Hi all, > > I'm trying to use mpd4 to connect my work's Cisco VPN concentrator. > After fiddling with mpd.conf I can now get past the connection setup > phase and authentication steps. According to the VPN concentrator's > logs I have succes

Re: Please help with PF-based redirector

2007-04-17 Thread Alex Povolotsky
Max Laier wrote: On Sunday 15 April 2007 20:11, Alex Povolotsky wrote: Hello! I'm trying to set up a box as round-robin TCP proxy. Of course, I'm trying to do everything on kernel-level. This simple setup rdr on sk0 proto tcp from any to any port = smtp -> port 25 round-robin should work