Re: Debugging a netgraph node

2009-06-16 Thread Julian Elischer
Bob Van Zant wrote: I'm experimenting with netgraph to try to implement an IPv6 -> IPv4 gateway, as specified here: http://tools.ietf.org/html/draft-xli-behave-ivi-02 hi bob, I can give you a hand if you want.. I'm busy tomorrow Morning but I can give you a call tomorrow afternoon if you lik

Debugging a netgraph node

2009-06-16 Thread Bob Van Zant
I'm experimenting with netgraph to try to implement an IPv6 -> IPv4 gateway, as specified here: http://tools.ietf.org/html/draft-xli-behave-ivi-02 This is my first time ever working with netgraph and I admit to being a bit lost. I have a netgraph node that gets wired up with an ng_ether node. My

Re: NFS - exports syntax

2009-06-16 Thread Brian Somers
On Mon, 15 Jun 2009 18:46:35 +0200, "marco\.borsati...@poste\.it" wrote: > First, thank you for your help. > > > > > > > FreeBSD's exports implementation will only allow you to associate > > mount options per local filesystem per remote machine, so this > > version: > > > > > /usr/home       

Re: kern/135502: [periodic] Warning message raised by rtfree function in kernel logs

2009-06-16 Thread vwe
Synopsis: [periodic] Warning message raised by rtfree function in kernel logs Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: vwe Responsible-Changed-When: Tue Jun 16 21:26:38 UTC 2009 Responsible-Changed-Why: Over to maintainer(s). This may happen for gif tunnels

Re: kern/124753: [ieee80211] net80211 discards power-save queue packets early

2009-06-16 Thread Joseph Lee
The following reply was made to PR kern/124753; it has been noted by GNATS. From: Joseph Lee To: bug-follo...@freebsd.org Cc: Subject: Re: kern/124753: [ieee80211] net80211 discards power-save queue packets early Date: Tue, 16 Jun 2009 09:34:11 -0700 Seems to be FINALLY noticed and fixed by

Re: TCP Free-BSD setup behaviour.

2009-06-16 Thread saravana perumal
Hi Erik     Have a look into the below link   http://www.jxos.org/Projects/TCP/tcpstate.html   See how from CLOSED--> SYN sent -> syn Received  state.   Let me know if anything I am missing here.   Thanks. Saravanan --- On Tue, 6/16/09, Harti Brandt wrote: From: Harti Brandt Su

Re: TCP Free-BSD setup behaviour.

2009-06-16 Thread Harti Brandt
On Tue, 16 Jun 2009, Erik Trulsson wrote: ET>On Tue, Jun 16, 2009 at 04:37:32PM +0530, saravana perumal wrote: ET>> Hi  Louie. ET>>   ET>> As per Testing ET>>   ET>> 1.Sending SYN and reaching the SYN_SENT state INTIALLY [Active open] ET>> 2. Then Expects to RECEIVE SYN packet and ET>> 3. To Sen

Re: TCP Free-BSD setup behaviour.

2009-06-16 Thread Erik Trulsson
On Tue, Jun 16, 2009 at 04:37:32PM +0530, saravana perumal wrote: > Hi  Louie. >   > As per Testing >   > 1.Sending SYN and reaching the SYN_SENT state INTIALLY [Active open] > 2. Then Expects to RECEIVE SYN packet and > 3. To Send SYN & ACK  to reach  SYN-RCVD state. That does not sound quite c

Re: TCP Free-BSD setup behaviour.

2009-06-16 Thread saravana perumal
Hi  Louie.   As per Testing   1.Sending SYN and reaching the SYN_SENT state INTIALLY [Active open] 2. Then Expects to RECEIVE SYN packet and 3. To Send SYN & ACK  to reach  SYN-RCVD state.   In Free BSD active SYN-RCVD state is not happening .   In TCP state tranistion my expectation is represent

Re: TCP Free-BSD setup behaviour.

2009-06-16 Thread saravana perumal
Hi Louie    We are trying to make Active Sync Received state.   As per our testing we are trying to received Syn packet from APPLICATION end and to send syn & ACK from Device END and hence reaching the ACTIVE SYN-RECEIVED state.   So initially make the application to send SYN sending the Initial