Re: UDP lite for FreeBSD

2006-12-17 Thread gnn
At Sat, 16 Dec 2006 20:52:10 +0800, dave jones wrote: Hi, Is anyone working on implementing UDP lite in FreeBSD? If not, I'd like to work on it. Hi, Can you give us more context on this UDP lite thing? Is this an RFC/IETF thing or??? Thanks, George

Re: UDP lite for FreeBSD

2006-12-17 Thread Bjoern A. Zeeb
On Sun, 17 Dec 2006, [EMAIL PROTECTED] wrote: At Sat, 16 Dec 2006 20:52:10 +0800, dave jones wrote: Is anyone working on implementing UDP lite in FreeBSD? If not, I'd like to work on it. Can you give us more context on this UDP lite thing? Is this an RFC/IETF thing or???

RE: Adding a new VPN connection

2006-12-17 Thread Aaron Burke
SNIP In a FreeBSD router (5.4-stable), there are currently 50 IPSEC VPN connections running with 50 remote sites, now I need to add one more (new) vpn to it without resetting the existing VPN connection. Therefore I have created a script (new-vpn.sh): #!/bin/sh # Tunnel to kgportsmith

Re: UDP lite for FreeBSD

2006-12-17 Thread Randall Stewart
[EMAIL PROTECTED] wrote: At Sat, 16 Dec 2006 20:52:10 +0800, dave jones wrote: Hi, Is anyone working on implementing UDP lite in FreeBSD? If not, I'd like to work on it. Hi, Can you give us more context on this UDP lite thing? Is this an RFC/IETF thing or??? Thanks, George

Re: ppp have bug in CCP negotiation?

2006-12-17 Thread Alexander Motin
Alexander Motin wrote: While debugging ccp support in mpd I have found strange behaviour in ppp daemon. In rfc1962 written: Configuration Options, in this protocol, indicate algorithms that the receiver is willing or able to use to decompress data sent by the sender. But when ppp

PF - netgraph integration

2006-12-17 Thread Ermal Luçi
Hello, i am writing a netgraph module to make PF communicate with netgraph subsystem and was wondering which method is better of handling PF tags on netgraph part, since they use strings for matching. Is it better patch ng_tag to handle strings too, like setting the type of hook to either PF

Re: PF - netgraph integration

2006-12-17 Thread Max Laier
On Monday 18 December 2006 00:03, Ermal Luçi wrote: i am writing a netgraph module to make PF communicate with netgraph subsystem and was wondering which method is better of handling PF tags on netgraph part, since they use strings for matching. Is it better patch ng_tag to handle strings

maximum connections for mpd

2006-12-17 Thread Nyoman Bogi Aditya Karna
our VPN server is using mpd3.18 + freebsd6.1 and currently we provide 250 VPN connections for our students and it works well. but when i try to make 500 connections the mpd failed to run. i suspect it was the freebsd that can not provide ng more than 250. is there anything i should do ? maybe

Re: maximum connections for mpd

2006-12-17 Thread Garrett Cooper
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Nyoman Bogi Aditya Karna wrote: our VPN server is using mpd3.18 + freebsd6.1 and currently we provide 250 VPN connections for our students and it works well. but when i try to make 500 connections the mpd failed to run. i suspect it was the