by juve on December 05, 2007, 01:52:00 PMWhen working with a cluster and using member addresses different from the cluster subnet, it is possible that routes disappear after a reboot. They are saved in netconf.C, but not loaded when starting. This is due to a buggy library. The behaviour is seen in NGX R60 and R65.
Solution:
Download the patched file here
go to $CPDIR/lib
mv libscis.so libscis.so.orig
copy patched libscis.so to $CPDIR/lib
chown root:bin libscis.so
chmod 750 libscis.so
reboot1286 Views | Rating: (0 rates)
|
|
by juve on March 12, 2007, 12:32:00 PMThe new accelerator cards on Nokia boxes can be enabled by enabling SecureXL:
- run cpconfig
- enable SecureXL
Now, you can check if acceleration is working by entering the fwaccel diag command. 1274 Views | Rating: (0 rates)
|
|
by juve on January 15, 2007, 12:17:00 PMFTP connections get dropped by SmartDefense with reason : Active command received while working in Passive mode
This check is triggered by the ftp bounce attack check. If you are running a pre-NGX module or don't have a SmartDefense license, you cannot disable the bounce attack. The solution is the following :
- Create a new tcp-service ftp-new.
- in the port field, enter port 21 (ftp)
- On the advanced tab, set the protocol to FTP_BASIC
- Clear the box 'match for any'
Use the ftp-new service instead of the ftp service in the problematic rules. 3070 Views | Rating: (0 rates)
|
|
by juve on December 23, 2006, 05:09:35 PMIf you follow the documentation to put your company logo on the web interface of Integrity, it doesn't work. This is because there's 1 step missing. This is the correct procedure :
1. Create a GIF file that is 179 pixels wide, height is variable
2. Replace the file Integrity/engine/webapps/ROOT/images/misc/cobrand_logo.gif with your logo file (rename it to cobrand_logo.gif),
3. Rename Integrity/engine/webapps/ROOT/css/zl-cobrandOff-css.css to zl-cobrandOn-css.css 1220 Views | Rating: (0 rates)
|
|
by juve on December 20, 2006, 07:53:26 PM[Problem]
In the most recent versions of Nokia, when you add an extra user, he ends up in clish automatically when logging in through ssh. Typing 'exit' terminates the ssh session.
[Resolution]
When creating a new user, give him the same UID as the admin user, and adapt the shell so it matches the admin user.
|
|
|