2016-12-07 17:54:31 +0200 | received badge | ● Teacher (source) |
2016-12-07 17:54:31 +0200 | received badge | ● Self-Learner (source) |
2016-09-15 19:06:51 +0200 | received badge | ● Popular Question (source) |
2016-09-15 19:06:51 +0200 | received badge | ● Famous Question (source) |
2016-09-15 19:06:51 +0200 | received badge | ● Notable Question (source) |
2016-06-23 12:16:54 +0200 | received badge | ● Famous Question (source) |
2015-08-08 19:30:10 +0200 | received badge | ● Notable Question (source) |
2015-04-28 16:29:29 +0200 | received badge | ● Popular Question (source) |
2015-04-10 15:03:35 +0200 | received badge | ● Enthusiast |
2015-04-08 21:18:04 +0200 | 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 +0200 | 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 +0200 | 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 +0200 | 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 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 |