Re: CheckPoint SecuRemote Cient for RH9 / MDK9.1

2003-10-30 Thread Katriel Traum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, I had the same problem, and ended up using FreeS/WAN (http://www.freeswan.org) to connect to work over a permanent tunnel. All the info you need on how to set something like that is at the FreeS/WAN documentation. +Katriel On Thursday 30 October

[OT] Job Offer

2003-07-23 Thread Katriel Traum
Good morning List. Bynet Semech (Outsourcing) is looking for a linux/unix with a dash of windows sysadmin. Job requires knowledge in: - Linux system administration (Mostly Network services: DNS,Apache,FTP etc.) - Solaris 8 (Again: NIS, NFS, Samba, dhcp) and Sun hardware. - Workstations are Win2K

Re: Snort - iptables addon

2003-06-30 Thread Katriel Traum
You might also want to have a look at snort_inline from the HoneyNet project. Katriel On Tue, Jul 01, 2003 at 02:46:07AM +0200, Tzahi Fadida wrote: > check out Hogwash at http://hogwash.sourceforge.net/ > never tried it, but it is a nice idea. > > * - * - * > Tzahi Fadida > [EMAIL PROTECTED] >

Re: How to type Hebrew in RedHat 8.0? Hard to RTFM due to broken links

2003-02-07 Thread Katriel Traum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Try this one out: http://jem.ascender.com/eitan/ Shabat shalom, Katriel On Friday 07 February 2003 21:24, Omer Zak wrote: > I have installed RedHat 8.0, and I would like to be able to type and read > both English and Hebrew. > Like a good and nice R

Re: How to limit number of unsuccessful logins

2003-02-04 Thread Katriel Traum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 look into the pam_tally module, it will give you exactly that, a login counter with a "deny" option. example I found: account required /lib/security/pam_tally.so deny=5 no_magic_root reset Katriel On Tuesday 04 February 2003 07:43, Skliar

Re: Photos of RMS dinner

2003-01-11 Thread Katriel Traum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 bloody kde. What I wanted to say, was that I don't have any pictures, but would be glad to host them if anyone have them, on the penguin. Katriel On Saturday 11 January 2003 20:34, Katriel Traum wrote: > http://www.tracking-hackers.com/s

Re: YNET Article about "HaMakor"

2002-12-30 Thread Katriel Traum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 oops, sorry. that's what you get for being a pin-head. Katriel. On Monday 30 December 2002 21:50, Shoshannah Forbes wrote: > On Tuesday, Dec 31, 2002, at 01:35 Asia/Jerusalem, Katriel Traum wrote: > > Gal Mor's written and publish

YNET Article about "HaMakor"

2002-12-30 Thread Katriel Traum
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello list, Gal Mor's written and published an article y'all might find interesting about the new amuta http://www.ynet.co.il/home/0,7340,L-824,00.html - -- +katrielëúøéàì+ pgp key: traum.org.il/gpg.asc

RE: How to disable 10/100 MBit autodetection

2002-09-30 Thread Katriel Traum
you could try mii-tool, comes with RH and probably any major distribution. Katriel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Skliarouk Arie Sent: eai u?e 30 noeiao 2002 10:29 To: [EMAIL PROTECTED] Subject: How to disable 10/100 MBit autodetection

RE: [gnubies-il] The Knesset will discuss Open Source! (fwd)

2002-07-07 Thread Katriel Traum
Does anyone know if this is an open hearing? +Katriel -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Tzafrir Cohen Sent: eai oauai 07 eaie 2002 14:37 To: Linux-IL Mailing List Subject: [gnubies-il] The Knesset will discuss Open Source! (fwd) -

RE: Snort Messages

2002-06-11 Thread Katriel Traum
I had the same problem, and did a little googeling. I came up with this thread at a snort mailing list. http://msgs.securepoint.com/cgi-bin/get/snort-0204/540/2.html I tried out the suggested solution, but it didn't help. I ended up just disabling that rule. Katriel. -Original Message

RE: DHCPD problem

2002-06-04 Thread Katriel Traum
That's exactly what /etc/init.d/dhcpd does. it sources /etc/sysconfig/dhcpd and uses "daemon /usr/sbin/dhcpd ${DHCPDARGS}" -Original Message- From: Geoffrey S. Mendelson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, June 04, 2002 3:02 PM To: doron ofek Cc: 'Ben-Nes Mich

RE: DHCPD problem

2002-06-04 Thread Katriel Traum
I encountered the same problem. what you have to do is edit /etc/sysconfig/dhcp and set the DHCPDARGS to the interface or interfaces you want dhcpd to listen on. root@gw etc# cat /etc/sysconfig/dhcpd # Command line options here DHCPDARGS=eth1 that way dhcpd will listen only on one interface, and