Re: top for tcpdump

2006-04-19 Thread Noah Silverman
Look at ettercap. Not exactly what you asked for, but close.. -N On Apr 19, 2006, at 11:08 AM, Michael Grant wrote: Does anyone know of a tool like top that displays the open tcp connections and sorts them by which is causing the most bandwidth? I have someone consuming a lot of bandwidth

Re: How to do this?

2006-04-18 Thread Noah Silverman
Look at the apache server. There is .htaccess and other methods of limiting who can see the page. -N On Apr 18, 2006, at 5:39 PM, Gary Kline wrote: Is it possible to set up a GUI app on my web site where only a few people could http to and irc chat with me? This

IPFW Problems

2006-04-17 Thread Noah Silverman
Hi, I have a system with a 4.11 Kernel. Unless I'm doing something very wrong, there seems to be something odd with ipfw. Take the following rules: ipfw add 00280 allow tcp from any to any 22 out via bge0 setup keep- state ipfw add 00299 deny log all from any to any out via bge0 ipfw add

Re: IPFW Problems?

2006-04-17 Thread Noah Silverman
I tried it with: ipfw add 00015 check-state I still get locked out :( This is the standard firewall from the openbsd manual (on the website.) I don't understand why it wouldn't work as is. Thanks, -N On Apr 17, 2006, at 4:42 PM, Chuck Swiger wrote: David Wolfskill wrote: On Mon, Apr

Re: IPFW Problems

2006-04-17 Thread Noah Silverman
Hi, I doing this over an SSH connection, so I can't see console. If I do it wrong, I get locked out and have to initiate a remote reboot. Fun! Thanks! -N On Apr 17, 2006, at 5:10 PM, Paul Schmehl wrote: --On April 17, 2006 2:29:23 PM -0700 Noah Silverman [EMAIL PROTECTED] wrote: I