Versions Compared

Key

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

...

Expand

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


Code Block
sudo su -
systemctl stop dualshield
nano /usr/lib/etcsystemd/init.dsystem/dualshield.service

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 commandcommands:


Code Block
 /etc/init.d/dualshield restartsystemctl daemon-reload
systemctl start dualshield


Resetting the SA User Password

...