New Question

Neteng1's profile - activity

2016-12-07 17:54:31 +0300 received badge  Teacher (source)
2016-12-07 17:54:31 +0300 received badge  Self-Learner (source)
2016-09-15 19:06:51 +0300 received badge  Popular Question (source)
2016-09-15 19:06:51 +0300 received badge  Famous Question (source)
2016-09-15 19:06:51 +0300 received badge  Notable Question (source)
2016-06-23 12:16:54 +0300 received badge  Famous Question (source)
2015-08-08 19:30:10 +0300 received badge  Notable Question (source)
2015-04-28 16:29:29 +0300 received badge  Popular Question (source)
2015-04-10 15:03:35 +0300 received badge  Enthusiast
2015-04-08 21:18:04 +0300 asked a question Release or newer version of Open vSwitch on Hyper-V?

I downloaded the installer from http://www.cloudbase.it/open-vswitch-.... This is a beta release that looks like it is from May 2014. Is there a later beta release or an actual release available here or some other repository? I am having the same issue as what was posted http://ask.cloudbase.it/question/403/... on April 2 (1 week ago). Just wondering/

2015-04-08 20:36:00 +0300 answered a question Remote OVS query

Figured it out. Had to make a registry change to add the --remote=pctp:6640 to allow access under ovs-vswitchd --> Imagepath

2015-04-07 06:12:03 +0300 commented question Remote OVS query

Figured it out. Had to make a registry change to add the --remote=pctp:6640 to allow access under ovs-vswitchd --> Imagepath

2015-04-05 02:17:03 +0300 asked a question Remote OVS query

We use OVS in Linux and some white box switches that are controlled by our controller. I installed OVS-for-Hyper-v and was able to attach to the controller, and the controller could see the switch:

C:>ovs-vsctl show

9ff8ebf7-5c0f-4983-897f-48dd9590ae38

Manager "ptcp:6640"
Bridge "br0"
    Controller "tcp:10.0.6.40:6653"
        **is_connected: true**
    fail_mode: secure
    Port external
        Interface external
    Port "br0"
        Interface "br0"
            type: internal

I can query the database locally:

C:>ovs-vsctl list port

_uuid : aea852cd-32b6-4d3b-83b4-147249295cfb

bondactiveslave : [] bonddowndelay : 0 bondfakeiface : false bondmode : [] bondupdelay : 0 externalids : {} fakebridge : false interfaces : [9443c892-5adc-4edb-861b-6205d99e6840] lacp : [] mac : [] name : external otherconfig : {} qos : [] rstpstatistics : {} rstpstatus : {} statistics : {} status : {} tag : [] trunks : [] vlan_mode : []

uuid : e39d9bda-d20d-40ec-96a8-fab9c14d4041 bondactiveslave : [] bonddowndelay : 0 bondfakeiface : false bondmode : [] bondupdelay : 0 externalids : {} fakebridge : false interfaces : [adb19ce2-5c60-42e5-97cb-1c29cf3df22f] lacp : [] mac : [] name : "br0" otherconfig : {} qos : [] rstpstatistics : {} rstpstatus : {} statistics : {} status : {} tag : [] trunks : [] vlanmode : []

But if I try that remotely using the "ovs-vsctl --db=tcp:10.0.6.114:6640 list port" ,the connection says it is getting refused. I disabled the windows firewall, so that should not be the issue.

Any ideas on what I am doing wrong?

Thanks