Re: IPv6 for www.freebsd.org

2005-11-02 Thread Doug Barton
Simon L. Nielsen wrote: > The mirrors are not exact mirrors of www.freebsd.org, so this is not > possible. Yeah, I get that now, thanks for the info. Doug -- This .signature sanitized for your protection ___ freebsd-net@freebsd.org mailing list

Re: Re[2]: nat exclusion?

2005-11-02 Thread Matthew D. Fuller
On Wed, Nov 02, 2005 at 04:55:32PM -0500 I heard the voice of Charles Swiger, and lo! it spake thus: > On Nov 2, 2005, at 4:45 PM, Peter Gregorc wrote: > >I've got 86.61.75.240/30 > >.241 is for BSD > >.242 for WS1 > >.243 broadcast > >So two are usable for outside usage, if NAT is disabled. > > S

Re: allocating 14KB memory per packet compression/decompression results in vm_fault

2005-11-02 Thread Chuck Swiger
kamal kc wrote: i am trying to compress/decompress ip packets. for this i have implemented the adaptive lzw compression. i put the code in the ip_output.c and do my compression/decompression just before the if_output() function call so that i won't interfere with the ip processing of the kernel.

Re: allocating 14KB memory per packet compression/decompression resultsin vm_fault

2005-11-02 Thread David S. Madole
From: "kamal kc" <[EMAIL PROTECTED]> i am trying to compress/decompress ip packets. for this i have implemented the adaptive lzw compression. i put the code in the ip_output.c and do my compression/decompression just before the if_output() function call so that i won't interfere with the ip pr

allocating 14KB memory per packet compression/decompression results in vm_fault

2005-11-02 Thread kamal kc
dear everybody, i am trying to compress/decompress ip packets. for this i have implemented the adaptive lzw compression. i put the code in the ip_output.c and do my compression/decompression just before the if_output() function call so that i won't interfere with the ip processing of the kernel.

Re: Re[2]: nat exclusion?

2005-11-02 Thread Charles Swiger
On Nov 2, 2005, at 4:45 PM, Peter Gregorc wrote: I've got 86.61.75.240/30 .241 is for BSD .242 for WS1 .243 broadcast So two are usable for outside usage, if NAT is disabled. Sure, but normally, either .1 or .2 of a /30 subnet (ie, your .241 or .242) is the externally-connected router of your

Re: nat exclusion?

2005-11-02 Thread Charles Swiger
On Nov 2, 2005, at 4:09 PM, Peter Gregorc wrote: My config is like this: ADSL MODEM BSD WS1 WS2 WS3 | || | | | (switch or hub-doesn't matter) I've got a /30 class subnet from my ISP. What i want to do is: -my BSD should start a PPPoE connection with my

nat exclusion?

2005-11-02 Thread Peter Gregorc
Hi! I'm quite new to using BSD as a router, and I didn't find any solution for my problem. My config is like this: ADSL MODEM BSD WS1 WS2 WS3 | || | | | (switch or hub-doesn't matter) I've got a /30 class subnet from my ISP. What i want to do is: -my BS

Re: troubles with ng_fec on -current

2005-11-02 Thread Marco Molteni
On Wed, 2 Nov 2005 11:43:49 -0800 John-Mark Gurney <[EMAIL PROTECTED]> wrote: [..] > The only thing is that it could be that you aren't setting the > ethernet hardware address on the four cards all to the same address... > The > reason box1 gets through is that it is aliased to the arp address t

Re: SS7 stack/implementation on FreeBSD

2005-11-02 Thread Marco Molteni
On Wed, 2 Nov 2005 21:49:39 +0200 Ivo Vachkov <[EMAIL PROTECTED]> wrote: > There is SCTP in FreeBSD ??? Which OS version ??? since a long time. You get it from the KAME stack www.kame.net marco ___ freebsd-net@freebsd.org mailing list http://lists.free

Re: SS7 stack/implementation on FreeBSD

2005-11-02 Thread Ivo Vachkov
2005/11/2, Dinesh Nair <[EMAIL PROTECTED]>: > > > On 11/02/05 18:21 Vlad GALU said the following: > > I see that the > > openss7 project uses SCTP sockets, which I've used before in FreeBSD. There is SCTP in FreeBSD ??? Which OS version ??? > > I'm just looking for some code to look at and play w

Re: troubles with ng_fec on -current

2005-11-02 Thread John-Mark Gurney
Marco Molteni wrote this message on Wed, Nov 02, 2005 at 19:36 +0100: > I have the following setup: > > box1 box2 box3 box4 > xl0 xl0 xl0 ste0/ste1/ste2/ste3 -> fec0 > 1.1.1.1 1.1.1.2 1.1.1.3 1.1.1.4 > | || | | | | > | ||

troubles with ng_fec on -current

2005-11-02 Thread Marco Molteni
Hi, I have the following setup: box1 box2 box3 box4 xl0 xl0 xl0 ste0/ste1/ste2/ste3 -> fec0 1.1.1.1 1.1.1.2 1.1.1.3 1.1.1.4 | || | | | | | || | | | | cisco catalyst switch

Re: openssl & gmail problem

2005-11-02 Thread Brian Candler
On Wed, Nov 02, 2005 at 02:17:15PM +0100, Meka[ni] wrote: > On Wed, 2 Nov 2005 12:35:29 + > Brian Candler <[EMAIL PROTECTED]> wrote: > > > Run tcpdump and/or ktrace to see what's happening. > > > > # tcpdump -i nv0 -n -s1500 -X tcp port 25 > > > > When I do this, I see: > > > > < 220 mx.gma

Re: SS7 stack/implementation on FreeBSD

2005-11-02 Thread Dinesh Nair
On 11/02/05 18:21 Vlad GALU said the following: I see that the openss7 project uses SCTP sockets, which I've used before in FreeBSD. I'm just looking for some code to look at and play with as I go. the two open source ss7 projects that i know of are openss7.org and openpbx.org which intends

Re: IPv6 for www.freebsd.org

2005-11-02 Thread Paul Saab
Simon L. Nielsen wrote: On 2005.10.31 13:29:44 -0800, Doug Barton wrote: As I mentioned in my previous post, I have been using earthlink's IPv6 experiment to get an IPv6 connection at home. I am therefore trying to use it as much as possible to see what works, and what breaks. FreeBSD makes i

Re: openssl & gmail problem

2005-11-02 Thread Brian Candler
On Wed, Nov 02, 2005 at 09:35:04AM +0100, Meka[ni] wrote: > Why doesn't this work: > openssl s_client -starttls smtp -connect smtp.gmail.com:25 > > I've tried adding -CApath /usr/local/share/ssl/certs (that's where I keep > certs), but nothing changed. This is the error I get: > CONNECTED(

SS7 stack/implementation on FreeBSD

2005-11-02 Thread Vlad GALU
Do you guys know any $subj ? I've recently moved to another job in telecom, and I'd like to learn how-stuff-works. Right now I'm in the documenting stage, with a lot of information being assimilated through analogies to IP, which I already am accustomed to. I see that the openss7 project uses S

openssl & gmail problem

2005-11-02 Thread Meka[ni]
Why doesn't this work: openssl s_client -starttls smtp -connect smtp.gmail.com:25 I've tried adding -CApath /usr/local/share/ssl/certs (that's where I keep certs), but nothing changed. This is the error I get: CONNECTED(3) 17478:error:140770FC:SSL routines:SSL23_GET_SERVER_HELLO:u