Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 May 1999 20:54:21 -0400 (EDT)
From:      Robert Mooney <rmooney@iss.net>
To:        security@freebsd.org
Subject:   ISS on FreeBSD (fwd)
Message-ID:  <Pine.LNX.3.95.990510204843.16087A-100000@arden.iss.net>

next in thread | raw e-mail | index | archive | help

This is not an attempt at spam.  I'm on this list, and use FreeBSD at home
and in the office.  This is also not endorsed by ISS.  I doubt they will
take any responsibility for the product when modified as suggested below.

Flames can be directed to /dev/null.

---------- Forwarded message ----------
Date: Mon, 10 May 1999 20:22:48 -0400 (EDT)
From: Hoss Firooznia <hfir@math.rochester.edu>
To: support@iss.net
Subject: ISS on FreeBSD

Hello ISS support folks,

I work as a System Administrator at the University of Rochester and I'm
currently evaluating your Intranet Security Scanner product for use on
FreeBSD systems.  I realize that you don't directly support FreeBSD, but I
can confirm that it is possible to run the Linux version of ISS on FreeBSD
versions 3.1 and up. I wanted to let you know what steps were necessary to
get the scanner working properly in case this information is of use to you
or your customers.

Thanks,
- Hoss
--
Hoss Firooznia, UNIX SA, Department of Mathematics, University of Rochester
PGP public key: <URL: http://www.math.rochester.edu/u/hfir/pgp.html>;

-----

To run ISS (Linux version 5.3.1) under FreeBSD 3.x...

1) Make sure you have Linux support enabled in /etc/rc.conf, and make sure
   your kernel has SYSVSEM, SYSVSHM and SYSVMSG support compiled in 
   (see /usr/src/sys/i386/conf/LINT for details).

2) Untar the distribution and apply this patch in the top-level directory:

--- install.iss.orig    Mon May 10 18:50:43 1999
+++ install.iss Mon May 10 18:52:16 1999
@@ -150,6 +150,12 @@
                NLSPATH=$NLSPATH:/usr/lib/nls/
                KEYSYMDB=$KEYSYMDB:/usr/lib/X11/XKeysymDB
                ;;
+       FreeBSD)
+               OS=Linux
+               UNCOMPRESS=gunzip
+               NLSPATH=$NLSPATH:/usr/X11R6/lib/X11/nls/
+               KEYSYMDB=$KEYSYMDB:/usr/X11R6/lib/X11/XKeysymDB
+               ;;
        Linux)
                OS=Linux
                UNCOMPRESS=gunzip

3) Run 'install.iss' as per the documentation.

4) Run 'brandelf -t Linux bin/{iss,xiss,issreport,mail-module}' from the
   top-level directory.

5) Make a symlink from /usr/local/bin/netscape to wherever netscape lives
   on your system.  Scan away!




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-security" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.95.990510204843.16087A-100000>