Re: Marvell/SysKonnect YukonII source code available

2006-01-26 Thread Bjoern A. Zeeb
On Thu, 26 Jan 2006, Vulpes Velox wrote: On Tue, 24 Jan 2006 11:19:05 +0100 Andre Oppermann <[EMAIL PROTECTED]> wrote: Marvell/SysKonnect made the source code to the YukonII chips available today under a BSD license: ... I haven't tested the driver yet and I don't know if it available direc

Re: Failover and load balancing using advanced NAT daemon

2006-01-26 Thread Oleg Tarasov
Hello, Jon Simola <[EMAIL PROTECTED]> wrote: > You may want to check out PF, the packet filter imported from OpenBSD. > I have it running on some large routers doing NAT out multiple > interfaces, load balancing and policy routing. Careful use of anchors > and some scripting (or ifstated which mi

Named could not listen on UDP socket: permission denied

2006-01-26 Thread Oleg Tarasov
Hello, I run FreeBSD 6.0 and I have begun to recieve quite periodic error messages like these: Jan 25 19:45:50 central named[728]: could not listen on UDP socket: permission denied Jan 25 19:45:50 central named[728]: creating IPv4 interface ng0 failed; interface ignored ng0 is my main interne

Duplicate SAD entries lead to ESP tunnel malfunction

2006-01-26 Thread Oleg Tarasov
Hello, I run FreeBSD 6.0 and installed latest ported version of ipsec-tools. A had to create two IPSEC tunnels to two different hosts. On one host runs FreeBSD too, on another host is located hardware router DI-804HV (D-Link). That router is supposed to support IPSEC tunnelling and seems to work

Re: Duplicate SAD entries lead to ESP tunnel malfunction

2006-01-26 Thread Julian Elischer
Oleg Tarasov wrote: Hello, I run FreeBSD 6.0 and installed latest ported version of ipsec-tools. A had to create two IPSEC tunnels to two different hosts. On one host runs FreeBSD too, on another host is located hardware router DI-804HV (D-Link). That router is supposed to support IPSEC tunnel

Re: VPN when host is not gateway

2006-01-26 Thread Nate Nielsen
Tiago Cruz wrote: > On Mon, 2006-01-23 at 20:49 +, Nate Nielsen wrote: > > >>I'd use tcpdump on the various interfaces (tap devices, ethernet) on the >>machines in question to see exactly at which host is not forwarding the >>packets properly and where they're going. > > > Thank you Nielsen

Re: Race condition in ip6_getpmtu (actually gif)?

2006-01-26 Thread Craig Boston
On Wed, Jan 25, 2006 at 09:20:33AM -0600, [EMAIL PROTECTED] wrote: > I seem to be running into a race condition in ip6_getpmtu. I've been > having sporadic panics recently -- sometimes the machine will last a > week, sometimes it'll panic twice in a day. The backtrace is always the > same: > > --

Re: Race condition in ip6_getpmtu (actually gif)?

2006-01-26 Thread Craig Boston
On Thu, Jan 26, 2006 at 08:05:28PM -0600, Craig Boston wrote: > Attached is a quick hack... Whoops, patch _actually_ attached this time. === net/if_gif.c == --- net/if_gif.c(/vendor/sys) (revision 292) +++ net/if_gif.c