CCP does not work between Linux ppp client and FreeBSD ppp server

2002-04-29 Thread ipver4
(This is a PPP related question.)   It seems the RedHat Linux 7.2 PPP client does not work with the FreeBSD 4.5 PPP server in the CCP (Compression Control Protocol) negotiation. Briefly, the problem looks like the following:   Linux ---> CCP conf request (with 3 compression schemes, A, B and

Re: NFS clearing attribute cache in nfs_open

2002-04-29 Thread Brian Candler
Thanks for comments so far. It looks like the best solution for me is going to be to boot diskless into a ramdisk. It's been quite a job finding out how to do that; there doesn't seem to be much in the way of documentation. Reverse-engineering the source suggests that the following methods exist

Re: soisdisconnected tweak.

2002-04-29 Thread Terry Lambert
David Malone wrote: > > A shutdown guarantees that the data is transferred from the socket > > buf to the TCP buf. The real question here is how you get to the > > state you claim is happening: the so isdisconnected() should stall > > the calling process until the data has drained, if this is the

Re: soisdisconnected tweak.

2002-04-29 Thread David Malone
> A shutdown guarantees that the data is transferred from the socket > buf to the TCP buf. The real question here is how you get to the > state you claim is happening: the so isdisconnected() should stall > the calling process until the data has drained, if this is the case, > or it should never

IP options related question

2002-04-29 Thread kshitij gunjikar
Hi All, I have a question related to record routes in the FreeBSD code. In the ip_dooptions() fn in ip_input.c there is this code in the Record Route option. /* * If no space remains, ignore. */ off--; /* 0 origin */ if (off > optlen - (int)sizeof(struct in_addr)) break; (vo

IPSec tunnel status?

2002-04-29 Thread Vincent Chen
Dear all, I have a freebsd act as VPN gateway which support PPTP and IPSec. I am trying to monitor those incoming connections. For PPTP, I can use snmp to get ngx status and statics. Is there any to monitor IPsec tunnel like those PPTP connection? Thanks, Vincent Chen, _