Re: masking out invalid root logins with logcheck?

2006-05-07 Thread Jeff Coppock
idence to the effect. my 2 cents, jc -- Jeff CoppockSystems Engineer Diggin' Debian Admin and User -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On 14 Apr 2004 22:44:40 GMT Paul Hink <[EMAIL PROTECTED]> wrote: > Jeff Coppock <[EMAIL PROTECTED]> wrote: > > > On 14 Apr 2004 20:35:19 GMT Paul Hink <[EMAIL PROTECTED]> wrote: > > > >> Russell Coker <[EMAIL PROTECTED]> wrote: > >

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On 14 Apr 2004 22:44:40 GMT Paul Hink <[EMAIL PROTECTED]> wrote: > Jeff Coppock <[EMAIL PROTECTED]> wrote: > > > On 14 Apr 2004 20:35:19 GMT Paul Hink <[EMAIL PROTECTED]> wrote: > > > >> Russell Coker <[EMAIL PROTECTED]> wrote: > >

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
er" which is what is needed here. "session > (opened)|(closed) for user" matches "session opened" and "closed for > user" which does not make much sense in this context. Using either variation appears to be working, but that's most likely due to t

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On Wed, 14 Apr 2004 15:49:00 -0400 Brian Clark <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > On Wed, Apr 14, 2004 at 09:01:54AM -0700, Jeff Coppock wrote: > > > CRON[15613]:(pam_unix) session opened for user mail by (uid=0) > > CRON[15613]:(pam_unix) session closed

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On Wed, 14 Apr 2004 20:06:02 +0100 Marco Franzen <[EMAIL PROTECTED]> wrote: > > Date: Wed, 14 Apr 2004 11:27:55 -0700 > > From: Jeff Coppock <[EMAIL PROTECTED]> > > > On Thu, 15 Apr 2004 03:49:35 +1000 > > Russell Coker <[EMAIL PROTECTED]> wrot

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
er" which is what is needed here. "session > (opened)|(closed) for user" matches "session opened" and "closed for > user" which does not make much sense in this context. Using either variation appears to be working, but that's most likely due to t

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On Thu, 15 Apr 2004 03:49:35 +1000 Russell Coker <[EMAIL PROTECTED]> wrote: > On Thu, 15 Apr 2004 02:01, Jeff Coppock <[EMAIL PROTECTED]> wrote: > > I'm having trouble with getting entries here to work. I have the > > following /var/log/auth.log messages that I wa

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On Wed, 14 Apr 2004 15:49:00 -0400 Brian Clark <[EMAIL PROTECTED]> wrote: > Hi Jeff, > > On Wed, Apr 14, 2004 at 09:01:54AM -0700, Jeff Coppock wrote: > > > CRON[15613]:(pam_unix) session opened for user mail by (uid=0) > > CRON[15613]:(pam_unix) session closed

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On Wed, 14 Apr 2004 20:06:02 +0100 Marco Franzen <[EMAIL PROTECTED]> wrote: > > Date: Wed, 14 Apr 2004 11:27:55 -0700 > > From: Jeff Coppock <[EMAIL PROTECTED]> > > > On Thu, 15 Apr 2004 03:49:35 +1000 > > Russell Coker <[EMAIL PROTECTED]> wrot

Re: logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
On Thu, 15 Apr 2004 03:49:35 +1000 Russell Coker <[EMAIL PROTECTED]> wrote: > On Thu, 15 Apr 2004 02:01, Jeff Coppock <[EMAIL PROTECTED]> wrote: > > I'm having trouble with getting entries here to work. I have the > > following /var/log/auth.log messages that I wa

logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
the entry? thanks, jc -- Jeff CoppockSystems Engineer Diggin' Debian Admin and User

logcheck.ignore entries

2004-04-14 Thread Jeff Coppock
the entry? thanks, jc -- Jeff CoppockSystems Engineer Diggin' Debian Admin and User -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Port Scan for UDP

2001-10-21 Thread Jeff Coppock
the scan very slow, especially over a slow network link), use the "-p 1- > " argument to every scan to force nmap to scan every port from 1 to > 65535 instead of just the maybe 400 or 500 ports that it has listed in > its services file. That's the only way you can get a complete picture > of what your box looks like from the outside. -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com

Re: Port Scan for UDP

2001-10-21 Thread Jeff Coppock
the scan very slow, especially over a slow network link), use the "-p 1- > " argument to every scan to force nmap to scan every port from 1 to > 65535 instead of just the maybe 400 or 500 ports that it has listed in > its services file. That's the only way you can get a

Re: Port Scan for UDP

2001-10-20 Thread Jeff Coppock
tony mancill, 2001-Oct-20 21:22 -0700: > On Sat, 20 Oct 2001, Marc Wilson wrote: > > > On Sat, Oct 20, 2001 at 07:18:25PM -0700, Jeff Coppock wrote: > > > Just for grins, I removed every udp listing in > > > /etc/services and restarted inetd and the scan came back

Re: Port Scan for UDP

2001-10-20 Thread Jeff Coppock
tony mancill, 2001-Oct-20 21:22 -0700: > On Sat, 20 Oct 2001, Marc Wilson wrote: > > > On Sat, Oct 20, 2001 at 07:18:25PM -0700, Jeff Coppock wrote: > > > Just for grins, I removed every udp listing in > > > /etc/services and restarted inetd and the scan came back

Port Scan for UDP

2001-10-20 Thread Jeff Coppock
iour, perhaps I can add an iptables entry like: iptables -A INPUT -p udp -j drop However, I don't have any applications running using udp, so the 'open' port doesn't have anywhere to go, as far as I know. Again, if someone can confirm this, I'd really appreciate it. than

Port Scan for UDP

2001-10-20 Thread Jeff Coppock
ure behaviour, perhaps I can add an iptables entry like: iptables -A INPUT -p udp -j drop However, I don't have any applications running using udp, so the 'open' port doesn't have anywhere to go, as far as I know. Again, if someone can confirm this, I'd really appreciate i

Re: Problem with SCP

2001-10-16 Thread Jeff Coppock
Jeff Coppock, 2001-Oct-13 19:40 -0700: > Has anyone seen an issue with scp, as part of the woody ssh > package? On 2 occasions after using scp to transfer some large > files (300MB +), my libc6 got corrupted. The 1st time I had to > reinstall the system. This time, I was able to

Problem with SCP

2001-10-16 Thread Jeff Coppock
and a couple more just for grins and all seems okay now. I'm scared to use scp anymore, and I haven't found any bug reports on it yet. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com

Re: Problem with SCP

2001-10-16 Thread Jeff Coppock
Jeff Coppock, 2001-Oct-13 19:40 -0700: > Has anyone seen an issue with scp, as part of the woody ssh > package? On 2 occasions after using scp to transfer some large > files (300MB +), my libc6 got corrupted. The 1st time I had to > reinstall the system. This time, I was able to

Problem with SCP

2001-10-16 Thread Jeff Coppock
and a couple more just for grins and all seems okay now. I'm scared to use scp anymore, and I haven't found any bug reports on it yet. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com -- To UNSUBSCRIBE, email to [EMAIL PROTECT

binary that changed

2001-09-29 Thread Jeff Coppock
rt, but in the recent flurry of "IIS attacks", it's hard to dig through the huge log files for other attacks that might be caught. If anyone has any idea's on this, I'd really appreciate it. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com

binary that changed

2001-09-29 Thread Jeff Coppock
rt, but in the recent flurry of "IIS attacks", it's hard to dig through the huge log files for other attacks that might be caught. If anyone has any idea's on this, I'd really appreciate it. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerh

Re: SSH install in Woody

2001-09-13 Thread Jeff Coppock
Peter Cordes, 2001-Sep-13 02:31 -0300: > On Mon, Sep 10, 2001 at 11:41:32AM -0700, Jeff Coppock wrote: > > I ran ssh-keygen with strace and found that the seg fault occurs > > after /dev/urandom is opened, then closed, and the "brk0x..." > > lines come out. >

Re: SSH install in Woody

2001-09-13 Thread Jeff Coppock
Peter Cordes, 2001-Sep-13 02:31 -0300: > On Mon, Sep 10, 2001 at 11:41:32AM -0700, Jeff Coppock wrote: > > I ran ssh-keygen with strace and found that the seg fault occurs > > after /dev/urandom is opened, then closed, and the "brk0x..." > > lines come out. >

Re: SSH install in Woody

2001-09-10 Thread Jeff Coppock
Steve Greenland, 2001-Sep-10 10:50 -0500: > On 10-Sep-01, 03:34 (CDT), Colin Walters <[EMAIL PROTECTED]> wrote: > > Jeff Coppock <[EMAIL PROTECTED]> writes: > > > > > I'm having trouble getting ssh installed on my new woody system. > > > I&#

Re: SSH install in Woody

2001-09-10 Thread Jeff Coppock
Steve Greenland, 2001-Sep-10 10:50 -0500: > On 10-Sep-01, 03:34 (CDT), Colin Walters <[EMAIL PROTECTED]> wrote: > > Jeff Coppock <[EMAIL PROTECTED]> writes: > > > > > I'm having trouble getting ssh installed on my new woody system. > > > I&#

SSH install in Woody

2001-09-10 Thread Jeff Coppock
I'm having trouble getting ssh installed on my new woody system. I'm getting segmentation faults during the ssh-keygen process. I can't find any reason for this. Please help, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.

Re: Listening Ports

2001-09-10 Thread Jeff Coppock
just wanted to see if there was a way to keep the port from binding to an interface to start with. So, I'll continue with iptables for now. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

SSH install in Woody

2001-09-10 Thread Jeff Coppock
I'm having trouble getting ssh installed on my new woody system. I'm getting segmentation faults during the ssh-keygen process. I can't find any reason for this. Please help, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.

Re: Listening Ports

2001-09-10 Thread Jeff Coppock
y, I just wanted to see if there was a way to keep the port from binding to an interface to start with. So, I'll continue with iptables for now. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA -

Listening Ports

2001-09-09 Thread Jeff Coppock
How would I control which ports listen on specified interfaces? I have eth0 and eth1 and I want have certain ports listening on one, but not the other. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara

Listening Ports

2001-09-09 Thread Jeff Coppock
How would I control which ports listen on specified interfaces? I have eth0 and eth1 and I want have certain ports listening on one, but not the other. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara

tripwire init problem

2001-08-30 Thread Jeff Coppock
rsion: 2.3.0.50-1 I can't figure out what the deal is and have not yet found any documentation on this issue. Any help is much appreciated. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

tripwire init problem

2001-08-30 Thread Jeff Coppock
rsion: 2.3.0.50-1 I can't figure out what the deal is and have not yet found any documentation on this issue. Any help is much appreciated. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, C

Re: Can someone help a Newbie

2001-08-30 Thread Jeff Coppock
gt; Regards, > > 1h0p1355 N3w813 > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Hmmm...telnet logins should be logged in syslog, failed logins for telnet along with successful

Re: Can someone help a Newbie

2001-08-29 Thread Jeff Coppock
> Regards, > > 1h0p1355 N3w813 > > > -- > To UNSUBSCRIBE, email to [EMAIL PROTECTED] > with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] > Hmmm...telnet logins should be logged in syslog, failed logins for telnet along with successful

Re: apt sources.list

2001-08-21 Thread Jeff Coppock
Mike Renfro, 2001-Aug-21 14:40 -0500: > On Tue, Aug 21, 2001 at 09:36:02AM -0700, Jeff Coppock wrote: > > >Can I get a few recommendations on the proper sources.list for a > >system running woody, that includes the security updates? > > Woody would be my last ch

apt sources.list

2001-08-21 Thread Jeff Coppock
em unbootable, since lilo was involved. I'm scared to death to run another update/upgrade since I had to rebuild the system from scratch! thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

Re: apt sources.list

2001-08-21 Thread Jeff Coppock
Mike Renfro, 2001-Aug-21 14:40 -0500: > On Tue, Aug 21, 2001 at 09:36:02AM -0700, Jeff Coppock wrote: > > >Can I get a few recommendations on the proper sources.list for a > >system running woody, that includes the security updates? > > Woody would be my last ch

apt sources.list

2001-08-21 Thread Jeff Coppock
ade my system unbootable, since lilo was involved. I'm scared to death to run another update/upgrade since I had to rebuild the system from scratch! thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.

Re: VPN and Firewall

2001-08-20 Thread Jeff Coppock
ion. As for an IOP listing, you'll have to go directly to each vendor/supplier of the VPN solution you're considering and check there. I hope this helps, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

Re: VPN and Firewall

2001-08-20 Thread Jeff Coppock
ion. As for an IOP listing, you'll have to go directly to each vendor/supplier of the VPN solution you're considering and check there. I hope this helps, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.

Re: apt-get issue(s)

2001-08-12 Thread Jeff Coppock
this same source. It hung and 99% the first try and I C to break and immediately ran it again and it worked fine. jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

Re: apt-get issue(s)

2001-08-12 Thread Jeff Coppock
this same source. It hung and 99% the first try and I C to break and immediately ran it again and it worked fine. jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA -- To UNSUBSCRIBE, email

Re: syslog-ng issue

2001-08-06 Thread Jeff Coppock
Jeff Coppock, 2001-Aug-05 09:04 -0700: >I'm trying to cleanup my logging using syslog-ng (version >1.5.6-1). The problem at this point is that my firewall >(iptables) logs are showing up in my newly setup firewall log >file, and still in the messages kern.log

Re: syslog-ng issue

2001-08-05 Thread Jeff Coppock
Jeff Coppock, 2001-Aug-05 09:04 -0700: >I'm trying to cleanup my logging using syslog-ng (version >1.5.6-1). The problem at this point is that my firewall >(iptables) logs are showing up in my newly setup firewall log >file, and still in the messages kern.log

syslog-ng issue

2001-08-05 Thread Jeff Coppock
at the beginning. I moved the destination entry to the beginning of that section and will watch the logs. thanks for any help...jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

syslog-ng issue

2001-08-05 Thread Jeff Coppock
at the beginning. I moved the destination entry to the beginning of that section and will watch the logs. thanks for any help...jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA -- To U

Re: iptables logging

2001-07-23 Thread Jeff Coppock
Tamas TEVESZ, 2001-Jul-23 19:17 +0200: > On Mon, 23 Jul 2001, Jeff Coppock wrote: > > >other than /var/log/syslog. I'd like these "Refected: " log > >messages to go into /var/log/iptables.log instead. I can't > >figure out what

Re: iptables logging

2001-07-23 Thread Jeff Coppock
Tamas TEVESZ, 2001-Jul-23 19:17 +0200: > On Mon, 23 Jul 2001, Jeff Coppock wrote: > > >other than /var/log/syslog. I'd like these "Refected: " log > >messages to go into /var/log/iptables.log instead. I can't > >figure out what

Re: iptables logging

2001-07-23 Thread Jeff Coppock
bles.log instead. I can't figure out what changes to make to /etc/syslog.conf to make this happen. Any help is appreciated. jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

Re: iptables logging

2001-07-23 Thread Jeff Coppock
bles.log instead. I can't figure out what changes to make to /etc/syslog.conf to make this happen. Any help is appreciated. jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA -- To UN

iptables logging

2001-07-22 Thread Jeff Coppock
What does syslog recognize as iptables log messages? I tried putting iptable.* in syslog.conf, but I'm not seeing messages. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

iptables logging

2001-07-21 Thread Jeff Coppock
What does syslog recognize as iptables log messages? I tried putting iptable.* in syslog.conf, but I'm not seeing messages. thanks, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clar

Re: iptables install

2001-07-20 Thread Jeff Coppock
Jim Breton, 2001-Jul-20 20:01 +: > On Fri, Jul 20, 2001 at 12:37:49PM -0700, Jeff Coppock wrote: > >Do I need to dist-upgrade to woody to use iptables? > > Nope. > > http://netfilter.samba.org > > Compiles very easily from source. HTH. > I wa

Re: iptables install

2001-07-20 Thread Jeff Coppock
Jim Breton, 2001-Jul-20 20:01 +: > On Fri, Jul 20, 2001 at 12:37:49PM -0700, Jeff Coppock wrote: > >Do I need to dist-upgrade to woody to use iptables? > > Nope. > > http://netfilter.samba.org > > Compiles very easily from source. HTH. > I wa

iptables install

2001-07-20 Thread Jeff Coppock
figured I could compile it on my stable machine. Do I need to dist-upgrade to woody to use iptables? seeking help, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

iptables install

2001-07-20 Thread Jeff Coppock
figured I could compile it on my stable machine. Do I need to dist-upgrade to woody to use iptables? seeking help, jc -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA -- To UNSUBSCRIBE

Re: was I cracked? (rpc.statd, new version)

2001-07-12 Thread Jeff Coppock
1:0.1.9.1-1 which has the long > known > exploit fixed. I can't find modified binaries or any strange > behaviour... was > this a defeated attack? The second line says /bin/sh somewhere which > makes me > a bit concerned... Was I cracked? > > Lukas > -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA

Re: was I cracked? (rpc.statd, new version)

2001-07-11 Thread Jeff Coppock
as the long > known > exploit fixed. I can't find modified binaries or any strange > behaviour... was > this a defeated attack? The second line says /bin/sh somewhere which > makes me > a bit concerned... Was I cracked? > > Lukas > -- Jeff CoppockNortel Networks Systems Engineerhttp://nortelnetworks.com Major Accts.Santa Clara, CA -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: How to route

2001-06-25 Thread Jeff Coppock
See inline...jc Thusly Thwacked By Davy Gigan: > Marco Tassinari writes: > > > > > > Hallo, > > I wonder what is the best solution for security in this ascii-art > > network: > > > > > >[router] > > | > >[let's call it firewall even if it's n

Re: How to route

2001-06-25 Thread Jeff Coppock
See inline...jc Thusly Thwacked By Davy Gigan: > Marco Tassinari writes: > > > > > > Hallo, > > I wonder what is the best solution for security in this ascii-art > > network: > > > > > >[router] > > | > >[let's call it firewall even if it's

Re: My logs are full!!

2001-06-21 Thread Jeff Coppock
Yoros, I pulled this off of the Mutt list [http://www.mutt.org] Put this in your .muttrc config file set editor="vim -c 'set textwidth=72'" OR add the following to your .vimrc config file: " set the textwidth to 72 characters for replies (email&usenet) au BufRead

Re: My logs are full!!

2001-06-21 Thread Jeff Coppock
Yoros, I pulled this off of the Mutt list [http://www.mutt.org] <[EMAIL PROTECTED]> Put this in your .muttrc config file set editor="vim -c 'set textwidth=72'" OR add the following to your .vimrc config file: " set the textwidth to 72 characters for replies (email&us

Re: strange files being created

2001-04-23 Thread Jeff Coppock
Yup, a script is creating them on exit. Thanks for the help...jc On Sun, Apr 22, 2001 at 10:51:41AM -0500, Nathan E Norman wrote: > On Sun, Apr 22, 2001 at 11:03:50AM -0400, Jacob Kuntz wrote: > > from the secret journal of Nathan E Norman ([EMAIL PROTECTED]): > > > Could be, except stdin is fd 1

Re: strange files being created

2001-04-22 Thread Jeff Coppock
Yup, a script is creating them on exit. Thanks for the help...jc On Sun, Apr 22, 2001 at 10:51:41AM -0500, Nathan E Norman wrote: > On Sun, Apr 22, 2001 at 11:03:50AM -0400, Jacob Kuntz wrote: > > from the secret journal of Nathan E Norman ([EMAIL PROTECTED]): > > > Could be, except stdin is fd

strange files being created

2001-04-22 Thread Jeff Coppock
I have a strange thing happening. I keep coming across this file in directories I've touched as root: -rw-r--r--1 root jeff0 Apr 19 09:47 0 There's nothing in the file and I delete it whenever I come across it. This is a laptop that only I use. Any ideas? thanks, jeff --

strange files being created

2001-04-21 Thread Jeff Coppock
I have a strange thing happening. I keep coming across this file in directories I've touched as root: -rw-r--r--1 root jeff0 Apr 19 09:47 0 There's nothing in the file and I delete it whenever I come across it. This is a laptop that only I use. Any ideas? thanks, jeff

Re: IPChains vs Cisco IOS Packer Filters

2001-04-12 Thread Jeff Coppock
IOS does packet filtering, it's not stateful in any way. You won't be losing anything by using ipchains. Depending on the system you run ipchains on and the router you use, you could get better performance with ipchains on a fast pentium for less money, and it sounds like you'd have more contr

Re: IPChains vs Cisco IOS Packer Filters

2001-04-12 Thread Jeff Coppock
IOS does packet filtering, it's not stateful in any way. You won't be losing anything by using ipchains. Depending on the system you run ipchains on and the router you use, you could get better performance with ipchains on a fast pentium for less money, and it sounds like you'd have more cont

Re: Ldap security?

2001-03-21 Thread Jeff Coppock
A colleague of mine successfully setup OpenLDAP and has interfaced several server applications to it that were originally designed for Netscape Directory Server. It's running fast and stable so far. jc On Sat, Mar 17, 2001 at 09:25:40AM -0700, Moe Harley wrote: > I'm playing with the idea of a

Re: Ldap security?

2001-03-21 Thread Jeff Coppock
A colleague of mine successfully setup OpenLDAP and has interfaced several server applications to it that were originally designed for Netscape Directory Server. It's running fast and stable so far. jc On Sat, Mar 17, 2001 at 09:25:40AM -0700, Moe Harley wrote: > I'm playing with the idea of

Re: promiscuous eth0

2001-03-05 Thread Jeff Coppock
ian F. H?gh wrote: > Hi Jeff. > > My pcmcia netcard also don't work when i switch on my laptop. > When i type ifconfig it prints: > UP BROADCAST RUNNING > then I enable multicast (ifconfig eth0 multicast) > It works and ifconfig prints > UP BROADCAST RUNNING MULTICAST &

Re: promiscuous eth0

2001-03-05 Thread Jeff Coppock
ian F. H?gh wrote: > Hi Jeff. > > My pcmcia netcard also don't work when i switch on my laptop. > When i type ifconfig it prints: > UP BROADCAST RUNNING > then I enable multicast (ifconfig eth0 multicast) > It works and ifconfig prints > UP BROADCAST RUNNING MULTICAST &

promiscuous eth0

2001-03-02 Thread Jeff Coppock
I recently install snort on my laptop to check it out and now my pcmcia network card will pass IP only when snort is running (daemon mode or not), or I have to put my network card in promiscuous mode [#ifconfig eth0 -promisc]. I can't find any configuration that is obvious to me that would cause

promiscuous eth0

2001-03-02 Thread Jeff Coppock
I recently install snort on my laptop to check it out and now my pcmcia network card will pass IP only when snort is running (daemon mode or not), or I have to put my network card in promiscuous mode [#ifconfig eth0 -promisc]. I can't find any configuration that is obvious to me that would caus