Thanks to this fantastic tutorial
(http://ubuntuforums.org/showthread.php?p=11841542), I almost have
fwknop set up on Ubuntu 12.04. But I'm stuck. I gave details in a
comment to that tutorial post. No reply, so I'm asking here.

How do I install the fwknop client files on an Ubuntu client? I do not
want to install an MTA or build essentials and compile the source on
the client. I built the code on the server. Which files should I copy
to the client and where?

Also, I would like to log service starts and stops (and errors). I'm
not sure how to do that. Here's my upstart script (from the tutorial
above):

description "fwknop daemon- http://cipherdyne.org/fwknop/";
start on (starting network-interface
          or starting network-manager
          or starting networking)

stop on runlevel [!023456]

console output

respawn
respawn limit 10 5

pre-start script
    test -x /usr/local/sbin/fwknopd || { stop; exit 0; }
    test -x /usr/local/sbin/iptables.sh || { stop; exit 0; }
    /usr/local/sbin/iptables.sh
end script

pre-stop script
    /usr/local/sbin/fwknopd --fw-flush
end script


Is there any chance of a 2.0 package getting into the Ubuntu 12.04
repos? (The older package in the repos would not run for me on 12.04.
I tried that before building from source.)

Regards,
-  Ace

------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Fwknop-discuss mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fwknop-discuss

Reply via email to