Re: [ovs-discuss] OVS in debug mode

2013-11-21 Thread abhishek jain
Hi Motonori Thanks for replying.Your suggestion has worked. Also there is another method i.e by specifying port no-443 instead of 6633,We can directly capture ssl packets. Regards.. Abhishek Jain On Thu, Nov 21, 2013 at 10:34 AM, Motonori Shindo wrote: > Abhishek, > > Did you try "Decode As"

Re: [ovs-discuss] OVS in debug mode

2013-11-20 Thread Motonori Shindo
Abhishek, Did you try "Decode As" feature on Wireshark? Because Wireshark has no knowledge that 6633/tcp is running atop SSL, it won't dissect the packets as SSL by default. If you explicitly specify so that Wireshark dissects the packets as SSL, then the packets will be dissected accordingly.

Re: [ovs-discuss] OVS in debug mode

2013-11-20 Thread abhishek jain
Hi Ben, Thanks for guidance.The SSL connection worked.The OVS is showing "connected true". However when I capture wireshark packets between OVS and controller,I'm not able to capture ssl packets between OVS and controller. Can you help regarding this? On Wed, Nov 20, 2013 at 10:46 PM, Ben Pfaff

Re: [ovs-discuss] OVS in debug mode

2013-11-20 Thread Ben Pfaff
The log messages are as clear I can make them. You need to configure a certificate and a private key. However you are doing it, you are doing it wrong. The Open vSwitch automatic tests manage to do this just fine whenever someone runs "make check" so I know that it works. On Wed, Nov 20, 2013 a

Re: [ovs-discuss] OVS in debug mode

2013-11-20 Thread sonia verma
Hi Ben I have performed all the configuration described in OVS.Is there anything else which I need to configure? I'm using OVS versioon 1-11 for this. On Wed, Nov 20, 2013 at 12:21 PM, Ben Pfaff wrote: > It looks like you didn't configure a private key and a certificate. > > On Wed, Nov 20, 2

Re: [ovs-discuss] OVS in debug mode

2013-11-19 Thread Ben Pfaff
It looks like you didn't configure a private key and a certificate. On Wed, Nov 20, 2013 at 12:15:46PM +0530, abhishek jain wrote: > Hi Ben > > I have followed the same process as described in INSTALL.SSL but still the > result is same. > Can you help regarding this? > > > > On Wed, Nov 20, 20

Re: [ovs-discuss] OVS in debug mode

2013-11-19 Thread abhishek jain
Hi Ben I have followed the same process as described in INSTALL.SSL but still the result is same. Can you help regarding this? On Wed, Nov 20, 2013 at 11:19 AM, Ben Pfaff wrote: > On Wed, Nov 20, 2013 at 11:08:34AM +0530, abhishek jain wrote: > > Thanks for your help. > > I'm getting followin

Re: [ovs-discuss] OVS in debug mode

2013-11-19 Thread Ben Pfaff
On Wed, Nov 20, 2013 at 11:08:34AM +0530, abhishek jain wrote: > Thanks for your help. > I'm getting following error when configuring OVS for ssl. > > stream_ssl|ERR|Certificate must be configured to use SSL > 2013-11-20T05:29:49Z|00598|rconn|WARN|br0<->ssl:192.168.6.129:6633: > connection failed

Re: [ovs-discuss] OVS in debug mode

2013-11-19 Thread abhishek jain
Hi Ben,ALex Thanks for your help. I'm getting following error when configuring OVS for ssl. stream_ssl|ERR|Certificate must be configured to use SSL 2013-11-20T05:29:49Z|00598|rconn|WARN|br0<->ssl:192.168.6.129:6633: connection failed (Protocol not available) 2013-11-20T05:29:57Z|00599|stream_ssl

Re: [ovs-discuss] OVS in debug mode

2013-11-19 Thread Ben Pfaff
OVS doesn't have a debug mode. On Nov 19, 2013 12:49 AM, "abhishek jain" wrote: > Hi all, > > I need to run OVS in dubug mode. > CAn you people provide me any method of doing this. > > > > Thanks > Abhishek Jain > > ___ > discuss mailing list > discuss@

Re: [ovs-discuss] OVS in debug mode

2013-11-19 Thread Alex Wang
You can check the ovs-bugtool command, On Tue, Nov 19, 2013 at 12:47 AM, abhishek jain wrote: > Hi all, > > I need to run OVS in dubug mode. > CAn you people provide me any method of doing this. > > > > Thanks > Abhishek Jain > > ___ > discuss mailing

[ovs-discuss] OVS in debug mode

2013-11-19 Thread abhishek jain
Hi all, I need to run OVS in dubug mode. CAn you people provide me any method of doing this. Thanks Abhishek Jain ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss