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 pro

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 pe

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 in

Re: reload isakmpd

2014-07-25 Thread Stuart Henderson
On 2014-07-25, Andy 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 want - you can paste

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 wrote: > On Fri, Jul 25, 2014 at 08:17:15AM -0700, motty cruz wrote: > > Hello, how to reload configuration without restarting isakmpd? > > >

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 upda

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,