Securepoint Imaging Tool 1.2 with new Feature converting 2006nx ISF to 2007nx Database
Verfasst: Do 03.05.2007, 17:24
Securepoint Imaging Tool 1.2 with new Feature converting 2006nx ISF to 2007nx Database
The new Imaging Tool Version 1.2 can now convert 2006nx ISF files into 2007nx Databases.
What is not possible:
- The tool cannot convert the Hide-NAT configuration, you have to setup
the Hide-NAT manual.
- The L2TP Address-Pool is not saved in ISF file.
- DHCP configuration is not saved in ISF file.
- Passwords of Administrators cannot be converted. The passwords of Administrators
are set to "insecure". You should change this immediately.
Native IPSec or L2TP with certificates:
- You have to import the certificates manual. Therefor you have to convert the
certificates. The following script makes this easy. After executing the script,
you will find all certificates in /tmp/cert2007
You can download the new Imaging Tool from the following location:
http://www.securepoint.de/download/upda ... ngtool.exe
The documentation is available from
http://www.securepoint.de/dokumente/How ... System.pdf
The new Imaging Tool Version 1.2 can now convert 2006nx ISF files into 2007nx Databases.
What is not possible:
- The tool cannot convert the Hide-NAT configuration, you have to setup
the Hide-NAT manual.
- The L2TP Address-Pool is not saved in ISF file.
- DHCP configuration is not saved in ISF file.
- Passwords of Administrators cannot be converted. The passwords of Administrators
are set to "insecure". You should change this immediately.
Native IPSec or L2TP with certificates:
- You have to import the certificates manual. Therefor you have to convert the
certificates. The following script makes this easy. After executing the script,
you will find all certificates in /tmp/cert2007
Code: Alles auswählen
#!/bin/bash
CERTDIR=/usr/share/ssl/misc/demoCA
CRL=/etc/ipsec.d/crls/crl.pem
TMPDIR=/tmp/cert2007
mkdir $TMPDIR
cp $CERTDIR/cacert.pem $TMPDIR
echo "copy authority (give password)"
openssl rsa < $CERTDIR/private/cakey.pem >> $TMPDIR/cacert.pem
echo "copy certs"
cp $CERTDIR/newcerts/* $TMPDIR
cp $CRL $TMPDIR
http://www.securepoint.de/download/upda ... ngtool.exe
The documentation is available from
http://www.securepoint.de/dokumente/How ... System.pdf