MRTG

2001-06-26 Thread Marcel Dijk
Hello, I've installed the MRTG port that comes with FreeBSD 4.2. I've read the documentation and entered the following command: ./cfgmaker --global 'WorkDir: /usr/home/www/lan-stats' --global 'Options[_]: bits,growright' --output /usr/home/www/lan-stats/mrtg.cfg community@localhost I then get a

Re: MRTG

2001-06-26 Thread Brian Reichert
On Tue, Jun 26, 2001 at 03:25:51PM +0200, Marcel Dijk wrote: > SNMP Error: > no response received > Does this mean that my machine doesn't have SNMP installed? I would expect that means that the remote machine you're trying to collect statistics from is not running SNMP. > TIA, > > Marcel --

Re: TCPS_HAVERCVDFIN not considering all possible conditions?

2001-06-26 Thread FastPathNow
Luigi, A slightly more concise way of making the same change would be as follows: #define TCPS_HAVERCVDFIN(s) ( (s) >= TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2) ) With the bit mask based scheme you have suggested, it might also be possible to do interesting things

SKIP and ISAKMP

2001-06-26 Thread Jack
Hi,   I want to run SKIP and ISAKMP on the same netcard. After doing some tests, I think it's impossible but I am not sure. I need your comfirmation. Thanks a lot.Jack

No Subject

2001-06-26 Thread Andriy Korud
unsubscribe To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

Re: TCPS_HAVERCVDFIN not considering all possible conditions?

2001-06-26 Thread Luigi Rizzo
[Charset ISO-8859-1 unsupported, filtering to ASCII...] > Luigi, > A slightly more concise way of making the same change would be as follows: > > #define TCPS_HAVERCVDFIN(s) ( (s) >= TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && >(s) != TCPS_FIN_WAIT_2) ) the problem is that a graph (which is

Re: TCPS_HAVERCVDFIN not considering all possible conditions?

2001-06-26 Thread FastPathNow
> > be possible to do interesting things things like state tracking > > for individal connections, such that every time we move into the > > next state instead of doing something like tp->t_state = TCPS_SYN_RCVD, > > we can have something like tp->t_state |= TCPS_SYN_RCVD . The only > > useful p

review request: network interface cloning

2001-06-26 Thread Brooks Davis
Please review the attached patch. It does the following: - implementes network interface cloning via ifconfig - adds cloning support to gif - removes gif dependencies from stf - makes gif and stf modular Notes: The cloning API isn't quite that of NetBSD because the NetBSD API only supported th

Re: Securing the root account

2001-06-26 Thread Rashid N. Achilov
On Saturday 23 June 2001 03:25, Mike Silbersack wrote: > On Fri, 22 Jun 2001, Mike Silbersack wrote: > > On Fri, 22 Jun 2001, Rashid N. Achilov wrote: > > > Nicest SSH client for Windows is "SSH for Windows" :-) It called so. > > > http://winssh.narod.ru/files/ssh-1.1.1.zip. Textmode, SSH2 support