checkpoint fw1 on debian
(sorry, I've accidently deleted the original post and it's not in the
archives yet)
You should be able to install FW1 on Debian ('t was 2.2r3 when we last
had to do that, so YMMV) using the following steps:
Needed packages:
- alien (for the rpm's)
- csh (for FW1s scripts)
- tcsh (ditto)
- kernel-image-2.2.19 (-2.2.19pre7 does _not_ work)
- libstdc++2.9-glibc2.1
- make a _huge_ /opt, it installs there
Install FW1 with:
`alien -i CPfw*rpm`
Now add to /etc/profile:
.-.-.-.-.
FWDIR=/etc/fw
PATH=$PATH:$FWDIR/bin
export FWDIR
.-.-.-.-.
Add "/etc/fw/bin" to /etc/login.defs and /root/.profile.
Perform these steps:
# echo "#!/bin/sh"> /etc/rc.d/rc.local
# chmod 755 /etc/rc.d/rc.local
# mkdir -p /etc/rc.d/rc2.d
# ln -s /etc/rc.d/init.d/fw1boot /etc/init.d
# ln -s /etc/rc.d/rc.local /etc/init.d/fw1
# update-rc.d fw1boot start 41 S . start 36 0 6 .
# update-rc.d fw1 defaults
# touch /boot/System.map
# ln -s /usr/bin/tcsh /bin
When cpconfig asks "want to start automatically from /etc/rc.d/rc.local"
answer "yes".
For service packs unpack the the .tar.gz, you should now have the .rpm.
Do
.-.-.-.-.-.-.
# alien -g CPfw*rpm
# cd cpfw*/debian
# vi control
Source: cpfw1-spX
Package: cpfw1-spX
Depends: cpfw1 (=41-1)
# vi changelog
edit packet-names to cpfw1-spX here, too.
# cd ..
# dpkg-buildpackage
.-.-.-.-.-.-.
Be aware that arp on Linux isn't able to publish static entries (though
the manpage says otherwise), therefore we simply used tarpd
http://freshmeat.net/redir/tarpd/10247/url_tgz/tarpd-1.6.tar.gz
HTH.
cheers,
&rw
--
/ Ing. Robert Waldner | Security Engineer | CoreTec IT-Security \
\ <rw@coretec.at> | T +43 1 503 72 73 | F +43 1 503 72 73 x99 /
Reply to: