Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-26 Thread santhu vaddepally
Hi Guru, Problem is solved. ovsdb-server is using /etc/openvswitch/conf.db , where as ovs-monitor-ipsec is using /usr/local/etc/openvsitch/conf.db. On configuring type=ipsec_gre , /etc/openvswitch/conf.db is updating, no information is send to ovs-monitor-ipsec because it's using /usr/local/etc/o

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi Guru, Thanks for the Info. Yes , racoon binary is running, but whenever i configure type=ipsec_gre with the following command the psk.txt and racoon.conf are not updating with configured values. What would be the reason ? # ovs-vsctl add-port br1 gre1 -- set interface gre1 type=ipsec_gre opti

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread Guru Shetty
On 25 August 2016 at 07:15, santhu vaddepally wrote: > Hi, > > Now i am able to configure the GRE over IPSEC, but not able to establish > the tunnel. I have checked in the backend, ovs-monitor-ipsec daemon is > running , but no racoon binary is running, even the secrets and policies > were not se

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi, Now i am able to configure the GRE over IPSEC, but not able to establish the tunnel. I have checked in the backend, ovs-monitor-ipsec daemon is running , but no racoon binary is running, even the secrets and policies were not seen in /etc/racoon/racoon.conf and /etc/racoon/psk.txt. Here is th

Re: [ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi , Now i am able to run ovs-monitor-ipsec. # /usr/bin/python /usr/share/openvswitch/scripts/ovs-monitor-ipsec --pidfile=/var/run/openvswitch/ovs-monitor-ipsec.pid \ --log-gile --detach --monitor unix:/var/run/openvswitch/db.sock But still facing issue on executing

[ovs-dev] GRE over IPSEC , facing issues on running ovs-monitor-ipsec

2016-08-25 Thread santhu vaddepally
Hi, I am trying to establish GRE over IPSEC , but with the following command getting error logs. # ovs-vsctl add-port br1 gre1 -- set interface gre1 type=ipsec_gre options:remot_ip=15.15.15.15 optioins:psk=secret Error Log : --- IPsec requires the ovs-monitor-ipsec daemon. I tri