Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, what if you have totally forgotten the password? Don't worry, the feature called "safe mode" comes to rescue

Table of Contents

Enabling Safe Mode

DualShield on Windows OS

Include Page
How to edit JAVA options in the DualShield framework
How to edit JAVA options in the DualShield framework

...

(please note that, in safe mode, you must access the management console from the machine where DualShield is installed);

...

DualShield on Linux OS

Expand

If you have DualShield Linux version installed, you should edit the file "/etc/init.d/dualshield" to achieve the same effect as in Windows


Code Block
sudo su -

nano /etc/init.d/dualshield

Add the following lines just after -Djava.io.tmpdir=$TMP_DIR \


Code Block
-Ddual.safe.mode=true \
-Ddual.safe.mode.anyip=true \

See example below

 


You must restart the service after the modification.  Use the following command


Code Block
 /etc/init.d/dualshield restart


...