Re: reload isakmpd

2014-07-27 Thread Boris Goldberg
Hello Motty, Friday, July 25, 2014, 10:17:15 AM, you wrote: mc Hello, how to reload configuration without restarting isakmpd? I assume you start isakmpd directly (configuring isakmpd.conf and isakmpd.policy). Than you'll see in the process list something like process_number_1 ... isakmpd

Re: reload isakmpd

2014-07-25 Thread Andy
Try ipsecctl -f /etc/ipsec.conf On Fri 25 Jul 2014 16:17:15 BST, motty cruz wrote: Hello, how to reload configuration without restarting isakmpd? Thanks,

Re: reload isakmpd

2014-07-25 Thread Reyk Floeter
On Fri, Jul 25, 2014 at 08:17:15AM -0700, motty cruz wrote: Hello, how to reload configuration without restarting isakmpd? Thanks, Have a look at THE FIFO USER INTERFACE in isakmpd(8): NOTE: Sending isakmpd a SIGHUP or an R through the FIFO will void any updates

reload isakmpd

2014-07-25 Thread motty cruz
Hello, how to reload configuration without restarting isakmpd? Thanks,

Re: reload isakmpd

2014-07-25 Thread motty cruz
Thank you all, I used this command. ps aux kill 29309 kill 7908 ps aux isakmpd -S sasyncd Thanks, On Fri, Jul 25, 2014 at 8:29 AM, Reyk Floeter r...@openbsd.org wrote: On Fri, Jul 25, 2014 at 08:17:15AM -0700, motty cruz wrote: Hello, how to reload configuration without restarting

Re: reload isakmpd

2014-07-25 Thread Stuart Henderson
On 2014-07-25, Andy a...@brandwatch.com wrote: Try ipsecctl -f /etc/ipsec.conf Sometimes this works ok, but I do have some occasions when I need to shutdown isakmpd, ipsecctl -F and restart. Note that this doesn't clear old config, so you can't use it to tear down sessions that you no longer

Re: reload isakmpd

2014-07-25 Thread James Shupe
Note that this doesn't clear old config, so you can't use it to tear down sessions that you no longer want - you can paste the relevant config lines to ipsecctl -df - to delete them though. As an added note for ipsecctl -df, you can break all your peers into their own files and include

Re: reload isakmpd

2014-07-25 Thread Atanas Vladimirov
On 25.07.2014 19:42, James Shupe wrote: Note that this doesn't clear old config, so you can't use it to tear down sessions that you no longer want - you can paste the relevant config lines to ipsecctl -df - to delete them though. As an added note for ipsecctl -df, you can break all your