Velocity Technical Archive
Problem trying to start IPSEC service
Archived Reference: This is a historical technical article preserved from the Velocity Technologies knowledge base. For current Phoenix and East Valley managed IT services, explore our managed IT services or cybersecurity solutions.
If you are trying to start your IPSEC service after a Windows auto update rebooted your server and it did not come back then simply try to restart your system and see if IPSEC loads. I spent a lot of time troubleshooting the following error:\nCould not start the ipsec services service on local computer error 10048: only one usage of each socket address (protocol/network address/port) is normally permitted.\nThen I decided to simply rebooted and this resolved the problem. Had that not worked I did find an article that explained how to reinstall the IPSEc policy, I didn't run this command so use caution but this was the best I could find.\n REG DELETE HKLMSOFTWAREPoliciesMicrosoftWindowsIPSec\n PolicyLocal /F\n REG ADD HKLMSystemCurrentControlSetServicesIPSEC /V \n Start /T REG_DWORD /F /D 1\n regsvr32 -s polstore.dll