<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#ffffff">
    On 5/16/11 10:56 AM, Matthew Grooms wrote:
    <blockquote cite="mid:4DD16554.5080406@shrew.net" type="cite">On
      5/10/2011 1:35 PM, Paul Theodoropoulos wrote:
      <br>
      <blockquote type="cite">wanted to correct this - the issue is with
        the iked process either being
        <br>
        unresponsive, or having died on its own after sleep/wake cycles
        - not
        <br>
        the ikea process.
        <br>
        <br>
        i've set up the following shell aliases to simplify making
        things happy
        <br>
        again:
        <br>
        <br>
        alias killiked='sudo kill `ps -e|grep sbin/iked|grep -v grep|cut
        -d" " -f2`'
        <br>
        alias startiked='sudo /usr/sbin/iked -F &'
        <br>
        <br>
      </blockquote>
      <br>
      Thanks for the bug report. I'll add this to the todo list.
      <br>
      <br>
      -Matthew
      <br>
    </blockquote>
    <br>
    thanks. two meta-items:<br>
    <br>
    for the osx folks, if you install macports, you can install
    proctools, which gives you 'pgrep' and 'pkill', which makes for a
    much simpler alias ( 'sudo pkill iked' )<br>
    <br>
    and if you're on windows (my home machine is win 7 professional 64
    bit, and it also suffers the sleep/wake failures of shrew), a simple
    batch script of the following accomplishes the same thing:<br>
    <br>
    net stop ipsecd<br>
    net stop iked<br>
    net start iked<br>
    net start ipsecd<br>
    <br>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Paul Theodoropoulos
</pre>
  </body>
</html>