<div dir="ltr"><div><div><div><div><div><div><div><div><div><div>Hello Scott,<br><br></div>have you tried to start the Shrew Soft VPN services only on demand and shutting them down after you disconnected from the VPN? This solves a lot of connectivity issues in the newer versions of the software. <br>

<br></div>To start the VPN services only on demand, you will at first have to shut them down (may require administrative privileges):<br>net stop "ShrewSoft IKE Daemon"<br>net stop "ShrewSoft IPSEC Daemon"<br>

<br><br></div>Afterwards, set the start type for these services to "Manually" by importing the following registry entries:<br><br>Windows Registry Editor Version 5.00<br><br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\iked]<br>

"Start"=dword:00000003<br><br>[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ipsecd]<br>"Start"=dword:00000003<br><br></div>Now, the Shrew Soft VPN services are not started automatically upon system boot any longer. You can now start them manually so that they run only if needed.<br>

<br></div>To start the VPN services:<br><br>net start "ShrewSoft IKE Daemon"<br>net start "ShrewSoft IPSEC Daemon"<br><br></div>Using a script, you can then also bring up the VPN connection dialog:<br>

<br>%ProgramFiles%\ShrewSoft\VPN Client\ipsecc.exe -r NameOfYourConnection -u YourUserName<br><br></div>The disconnect is then also done by the following commands:<br><br>taskkill /T /F /IM "ipsecc.exe"<br>net stop "ShrewSoft IKE Daemon"<br>

net stop "ShrewSoft IPSEC Daemon"<br><br></div>This works for me without problems for more than a year now.<br><br></div>Kind regards,<br><br></div>Gerd<br><div><div><div><div><div><div><div><div><div><div><br>
</div>
</div></div></div></div></div></div></div></div></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/10/22 Scott Woodbridge <span dir="ltr"><<a href="mailto:swoodbridge@staminc.com" target="_blank">swoodbridge@staminc.com</a>></span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><strong>Problem</strong>:</div><div>After initial installation and configuration of the VPN tunnel, Shrew Soft successfully connects and passes traffic to/from network devices.  The tunnel connects rapidly.</div>


<div> </div><div>After closing/disconnecting the tunnel, subsequent connections succeed, but slowly.  After the tunnel is enabled, traffic will no longer pass.  Quitting the Shrew Soft client, rebooting the PC, have no effect.</div>


<div> </div><div> </div><div><strong>Workaround:</strong></div><div>The only workaround discovered so far is to perform the following steps in sequence:</div><div>1) Open Network and Sharing Center in the Control panel.</div>


<div>2) Right click on the LAN connection, select 'properties', deselect the "Shrew Soft Lightweight Filter", click 'ok' to save.</div><div>3) Right click on the LAN Connection, select 'disable'.</div>


<div>4) Right click on the LAN Connection, select 'enable'</div><div>5) Right click on the LAN connection, select 'properties', select the "Shrew Soft Lightweight Filter", click 'ok' to save.</div>


<div> </div><div> </div><div><strong>Environment</strong>:</div><div>Shrew Soft VPN Client (Std) 2.2.2</div><div>Windows 7 SP1</div><div>Dell OptiPlex 3010 </div><div>Realtek PCIe GBE (Driver 5.810.1218.2012)</div><div>Cisco SA500</div>


<div> </div><div> </div><div>Any suggestions would be appreciated.</div><div> </div><div> </div></div>
<br>_______________________________________________<br>
vpn-help mailing list<br>
<a href="mailto:vpn-help@lists.shrew.net">vpn-help@lists.shrew.net</a><br>
<a href="https://lists.shrew.net/mailman/listinfo/vpn-help" target="_blank">https://lists.shrew.net/mailman/listinfo/vpn-help</a><br>
<br></blockquote></div><br></div>