Archive for the 'English' Category

OTRS on CentOS 5

June 19th, 2008

Today I started installing OTRS on CentOS. First barrier: Installing all the needed Perl modules. Luckily, there is a script calles bin/otrs.checkModules
After trying around a bit, I found out, that the following command installs at least the required stuff:
yum install perl-Compress-Zlib perl-HTML-Parser perl-HTML-Tagset perl-URI perl-libwww-perl perl-Net-DNS
The GD module can be downloaded/installed from Dag’s repository:
http://dag.wieers.com/rpm/packages/perl-GD/
[Update 2008-07-16] [...]

IE7 does not display Google Maps under W2K3

November 16th, 2007

After I installed Internet Explorer 7 on a Windows Server 2003 machine, Google Maps did not work anymore. The page loaded partly but there maps did not load. After playing around with security zones which did not help anything I discovered that there are special security settings for Internet Explorer which can be disabled easily [...]

Clavister: How to add an additional IP address to an interface?

August 22nd, 2007

What if you need an additional IP address on one of the security gateway’s interfaces?
After searching the cfw-users mailing list’s archive I found a solution:
Under Interfaces -> ARP I had to add an entry have the security gateway publish its arp address for the IP address on the desired interface:
Mode: Publish
Interface: Interface with the IP [...]