Support
Joined: 09 Oct 2002 Posts: 175 Location: Lausanne, Switzerland
|
Posted: Tue Jan 14, 03 12:00 Post subject: How can I disable IPSec if there is a configuration error? |
|
|
You can connect to the MultiCom Firewall using the console connection (available in the Ethernet III, SpeedSurf, and Enterprise). The following commands will enable or disable the IPSec functionality.
Code: | TURN ON IPSEC
set security ipsec enabled=true
saveconfig current
TURN OFF IPSEC
set security ipsec enabled=false
saveconfig current |
Additionally, you can use the "selectmode" to switch to the IPSec key configuration file if you simply want to make changes to the keys being used. |
|