Date
1 - 2 of 2
Ipsec addon error
Sankeerth Sai
Hello, I am updating Ipsec addon to runtime config for my existing cf
deployment through bosh. I followed this https://github.com/SAP/ipsec-release and I ended up getting this error "Error filling in template 'setkey.conf.erb' (line 9: Can't find property '["racoon.ports"]')" . I tried adding port properties like the way it was mentioned in the repo. Can someone suggest me if I am missing something? thanks in advance. SANKEERTH -- View this message in context: http://cf-bosh.70367.x6.nabble.com/Ipsec-addon-error-tp2037.html Sent from the CF BOSH mailing list archive at Nabble.com. |
|
Marwinski, Dirk <dirk.marwinski@...>
Hi,
toggle quoted message
Show quoted text
I don't think that you are missing anything. The "port" object is required in order to identify the local interface and the target host or network. If no ports are specified then no ipsec handling is done to any target, so you could set racoon.disabled to true or remove the racoon job altogether to work around this glitch. I have opened an issue for this: https://github.com/SAP/ipsec-release/issues/3 Kind regards, Dirk Marwinski -----Original Message-----
From: sankyrth [mailto:sankyrth4u(a)gmail.com] Sent: Dienstag, 17. Januar 2017 20:39 To: cf-bosh(a)lists.cloudfoundry.org Subject: [cf-bosh] Ipsec addon error Hello, I am updating Ipsec addon to runtime config for my existing cf deployment through bosh. I followed this https://github.com/SAP/ipsec-release and I ended up getting this error "Error filling in template 'setkey.conf.erb' (line 9: Can't find property '["racoon.ports"]')" . I tried adding port properties like the way it was mentioned in the repo. Can someone suggest me if I am missing something? thanks in advance. SANKEERTH -- View this message in context: http://cf-bosh.70367.x6.nabble.com/Ipsec-addon-error-tp2037.html Sent from the CF BOSH mailing list archive at Nabble.com. |
|