File: README-WIN32

package info (click to toggle)
ike-scan 1.9.4-1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 5,104 kB
  • ctags: 851
  • sloc: ansic: 10,991; sh: 884; perl: 148; makefile: 22
file content (70 lines) | stat: -rw-r--r-- 3,013 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
$Id$

INTRODUCTION

The Windows-32 version of ike-scan uses Cygwin to provide Posix compatibility.

You can run ike-scan in two different ways on a Windows-32 system:

a) Use the precompiled Windows-32 binary version of ike-scan.
This is the easiest way to get ike-scan running on a Windows-32 system.
The binary package includes the Cygwin DLL.
For the binary package, you just need to extract the contents of the zip
file into an empty directory and run IKE-SCAN.EXE from this directory.  There
are no registry settings, ini files, or start menu items so uninstalling just
involves removing the directory that you installed ike-scan in.

b) Compile ike-scan from source using the Cygwin system.
To do this, you'll need to download the Cygwin Unix environment from
http://www.cygwin.com/.  In addition to the default installation, you'll need
GCC and Make.  Once Cygwin is installed, you can compile ike-scan in the
normal way: ./configure, make, make install.

The Windows-32 version of ike-scan is a command-line tool.  It does not
run as a Windows GUI application.  You should run it from a DOS box (e.g.
cmd.exe on NT,2000 and XP; or command.exe on 9x).

DIFFERENCES BETWEEN UNIX AND WINDOWS VERSIONS

The main difference between the Unix and Windows versions of ike-scan is
that the default directory for the backoff patterns and vendor id patterns
files on Windows is the directory where the ike-scan.exe executable resides,
whereas on Unix it is /usr/local/share/ike-scan.

It is possible to specify the location of the patterns files on both Windows
and Unix systems with the --patterns and --vidpatterns options.

All the text files, apart from this one, use the Unix line-ending convention,
where each line ends with a single linefeed character. Because of this, they
will not display correctly in notepad. However, wordpad and Microsoft Word
will both display the files correctly.

The configuration files, such as ike-backoff-patterns and ike-vendor-ids,
are all supplied in Unix line ending format. However, ike-scan supports both
Unix and Windows line ending conventions.

SUPPORTED PLATFORMS

Currently, the Windows-32 version of ike-scan is known to run on the following
platforms:

Windows NT Server 3.51
Windows 98 SE
Windows NT Workstation 4.0 SP6a
Windows 2000 Server SP1
Windows XP Professional SP1

I suspect that it will also run on any Intel-based Windows-32 platform.  I
doubt that it will run on Windows 3.1 even with win32s.
Please let me know if you know of a Win-32 system that it doesn't run on.

KNOWN ISSUES

a) Windows 2000 Server runs the "IPSEC Policy agent" service which listens on
   UDP port 500.  If this service is running, it will prevent ike-scan from
   binding to UDP port 500 which is its default source port.

   You can either stop the IPSEC Policy agent service or bind ike-scan to a
   different source port.  Note that using a source port other than 500 for
   ike-scan may not work with all IKE hosts because some only answer requests
   from source port 500.