Equivalent to TYPE=“OVSPort” DEVICETYPE=“ovs” OVS_BRIDGE=br-ex in Ubuntu 14.04?Xen machine can see...
How do I increase the number of TTY consoles?
If nine coins are tossed, what is the probability that the number of heads is even?
What is the purpose of a disclaimer like "this is not legal advice"?
Can one live in the U.S. and not use a credit card?
Was it really inappropriate to write a pull request for the company I interviewed with?
Would those living in a "perfect society" not understand satire
I am the person who abides by rules, but breaks the rules. Who am I?
How is it possible to drive VGA displays at such high pixel clock frequencies?
Is "cogitate" used appropriately in "I cogitate that success relies on hard work"?
Under what conditions can the right to remain silent be revoked in the USA?
What is this tube in a jet engine's air intake?
What is Tony Stark injecting into himself in Iron Man 3?
Why does Central Limit Theorem break down in my simulation?
Help! My Character is too much for her story!
Having the player face themselves after the mid-game
Translation of 答えを知っている人はいませんでした
Traveling to heavily polluted city, what practical measures can I take to minimize impact?
Is this Paypal Github SDK reference really a dangerous site?
Did Amazon pay $0 in taxes last year?
How can I portion out frozen cookie dough?
Can the Witch Sight warlock invocation see through the Mirror Image spell?
Rationale to prefer local variables over instance variables?
What is better: yes / no radio, or simple checkbox?
Can I take the the bonus-action attack from Two-Weapon Fighting without taking the Attack action?
Equivalent to TYPE=“OVSPort” DEVICETYPE=“ovs” OVS_BRIDGE=br-ex in Ubuntu 14.04?
Xen machine can see others on subnet but not gatewayIssue with multiple bridging for KVM hostsPort foreword + openVPN + iptables?tunneling layer 2 sshConfiguring trunk interface in Cisco 3750 switch to allow multiple Vlans connected with Ubuntu servers having a single NIC (sub-interfaced)IPv6: ADDRCONF(NETDEV_UP): eth2: link is not ready & IPv6: ADDRCONF(NETDEV_UP): xenbr2: link is not ready on Ubuntu Server - Xen bridgeSet up Wheezy SubnetsKVM Ubuntu Guest cannot connect to the internet on bridged networkingqemu, kvm: Guest: No DHCPOFFERS receivedNIC bonding over bridged GRE-TAP: not getting replies… unless I run “tcpdump”?
Is there an equivalent to TYPE="OVSPort" DEVICETYPE="ovs" OVS_BRIDGE=br-ex in Ubuntu 14.04?
The system is OpenStack Icehouse with 3 nodes (controller, network, compute1) each on a VirtualBox Ubuntu 14.04 virtual machine. OpenSwitch is used to create bridges on the network node.
In CentOS the file would be: /etc/sysconfig/network-scripts/ifcfg-eth1
Currently /etc/network/interfaces contains for eth1 and br-ex:
auto eth1
iface eth1 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down
auto br-ex
iface br-ex inet static
address 10.0.3.21
netmask 255.255.255.0
gateway 10.0.3.2
dns-nameservers 8.8.8.8
In ovs-vsctl show (OpenVSwitch is used for bridging, br-ex is on eth1)
34ffa9a7-8825-4e63-bfcd-c231c34862b3
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port "gre-0a00011f"
Interface "gre-0a00011f"
type: gre
options: {in_key=flow, local_ip="10.0.1.21", out_key=flow, remote_ip="10.0.1.31"}
Bridge br-int
fail_mode: secure
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
Bridge br-ex
Port "eth1"
Interface "eth1"
Port br-ex
Interface br-ex
type: internal
ovs_version: "2.0.2"
ubuntu networking bridge openstack openvswitch
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
add a comment |
Is there an equivalent to TYPE="OVSPort" DEVICETYPE="ovs" OVS_BRIDGE=br-ex in Ubuntu 14.04?
The system is OpenStack Icehouse with 3 nodes (controller, network, compute1) each on a VirtualBox Ubuntu 14.04 virtual machine. OpenSwitch is used to create bridges on the network node.
In CentOS the file would be: /etc/sysconfig/network-scripts/ifcfg-eth1
Currently /etc/network/interfaces contains for eth1 and br-ex:
auto eth1
iface eth1 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down
auto br-ex
iface br-ex inet static
address 10.0.3.21
netmask 255.255.255.0
gateway 10.0.3.2
dns-nameservers 8.8.8.8
In ovs-vsctl show (OpenVSwitch is used for bridging, br-ex is on eth1)
34ffa9a7-8825-4e63-bfcd-c231c34862b3
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port "gre-0a00011f"
Interface "gre-0a00011f"
type: gre
options: {in_key=flow, local_ip="10.0.1.21", out_key=flow, remote_ip="10.0.1.31"}
Bridge br-int
fail_mode: secure
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
Bridge br-ex
Port "eth1"
Interface "eth1"
Port br-ex
Interface br-ex
type: internal
ovs_version: "2.0.2"
ubuntu networking bridge openstack openvswitch
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you explain the problem?
– 030
May 13 '15 at 16:59
add a comment |
Is there an equivalent to TYPE="OVSPort" DEVICETYPE="ovs" OVS_BRIDGE=br-ex in Ubuntu 14.04?
The system is OpenStack Icehouse with 3 nodes (controller, network, compute1) each on a VirtualBox Ubuntu 14.04 virtual machine. OpenSwitch is used to create bridges on the network node.
In CentOS the file would be: /etc/sysconfig/network-scripts/ifcfg-eth1
Currently /etc/network/interfaces contains for eth1 and br-ex:
auto eth1
iface eth1 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down
auto br-ex
iface br-ex inet static
address 10.0.3.21
netmask 255.255.255.0
gateway 10.0.3.2
dns-nameservers 8.8.8.8
In ovs-vsctl show (OpenVSwitch is used for bridging, br-ex is on eth1)
34ffa9a7-8825-4e63-bfcd-c231c34862b3
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port "gre-0a00011f"
Interface "gre-0a00011f"
type: gre
options: {in_key=flow, local_ip="10.0.1.21", out_key=flow, remote_ip="10.0.1.31"}
Bridge br-int
fail_mode: secure
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
Bridge br-ex
Port "eth1"
Interface "eth1"
Port br-ex
Interface br-ex
type: internal
ovs_version: "2.0.2"
ubuntu networking bridge openstack openvswitch
Is there an equivalent to TYPE="OVSPort" DEVICETYPE="ovs" OVS_BRIDGE=br-ex in Ubuntu 14.04?
The system is OpenStack Icehouse with 3 nodes (controller, network, compute1) each on a VirtualBox Ubuntu 14.04 virtual machine. OpenSwitch is used to create bridges on the network node.
In CentOS the file would be: /etc/sysconfig/network-scripts/ifcfg-eth1
Currently /etc/network/interfaces contains for eth1 and br-ex:
auto eth1
iface eth1 inet manual
up ifconfig $IFACE 0.0.0.0 up
up ip link set $IFACE promisc on
down ip link set $IFACE promisc off
down ifconfig $IFACE down
auto br-ex
iface br-ex inet static
address 10.0.3.21
netmask 255.255.255.0
gateway 10.0.3.2
dns-nameservers 8.8.8.8
In ovs-vsctl show (OpenVSwitch is used for bridging, br-ex is on eth1)
34ffa9a7-8825-4e63-bfcd-c231c34862b3
Bridge br-tun
Port br-tun
Interface br-tun
type: internal
Port patch-int
Interface patch-int
type: patch
options: {peer=patch-tun}
Port "gre-0a00011f"
Interface "gre-0a00011f"
type: gre
options: {in_key=flow, local_ip="10.0.1.21", out_key=flow, remote_ip="10.0.1.31"}
Bridge br-int
fail_mode: secure
Port patch-tun
Interface patch-tun
type: patch
options: {peer=patch-int}
Port br-int
Interface br-int
type: internal
Bridge br-ex
Port "eth1"
Interface "eth1"
Port br-ex
Interface br-ex
type: internal
ovs_version: "2.0.2"
ubuntu networking bridge openstack openvswitch
ubuntu networking bridge openstack openvswitch
asked Dec 16 '14 at 10:24
user4248860user4248860
13
13
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
bumped to the homepage by Community♦ 1 min ago
This question has answers that may be good or bad; the system has marked it active so that they can be reviewed.
Could you explain the problem?
– 030
May 13 '15 at 16:59
add a comment |
Could you explain the problem?
– 030
May 13 '15 at 16:59
Could you explain the problem?
– 030
May 13 '15 at 16:59
Could you explain the problem?
– 030
May 13 '15 at 16:59
add a comment |
1 Answer
1
active
oldest
votes
You need to put the Debian ifupdown script into:
/etc/network/if-pre-up.d/openvswitch
& have a look at the README for instructions on how to configure /etc/network/interfaces
You should also create a symlink for /etc/network/if-post-down.d/openvswitch
to point to the ifupdown script in if-pre-up.d
These scripts are also integrated into openvswitch in Alpine Linux (which also uses the Debian ifupdown scheme for networking).
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "2"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f652901%2fequivalent-to-type-ovsport-devicetype-ovs-ovs-bridge-br-ex-in-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to put the Debian ifupdown script into:
/etc/network/if-pre-up.d/openvswitch
& have a look at the README for instructions on how to configure /etc/network/interfaces
You should also create a symlink for /etc/network/if-post-down.d/openvswitch
to point to the ifupdown script in if-pre-up.d
These scripts are also integrated into openvswitch in Alpine Linux (which also uses the Debian ifupdown scheme for networking).
add a comment |
You need to put the Debian ifupdown script into:
/etc/network/if-pre-up.d/openvswitch
& have a look at the README for instructions on how to configure /etc/network/interfaces
You should also create a symlink for /etc/network/if-post-down.d/openvswitch
to point to the ifupdown script in if-pre-up.d
These scripts are also integrated into openvswitch in Alpine Linux (which also uses the Debian ifupdown scheme for networking).
add a comment |
You need to put the Debian ifupdown script into:
/etc/network/if-pre-up.d/openvswitch
& have a look at the README for instructions on how to configure /etc/network/interfaces
You should also create a symlink for /etc/network/if-post-down.d/openvswitch
to point to the ifupdown script in if-pre-up.d
These scripts are also integrated into openvswitch in Alpine Linux (which also uses the Debian ifupdown scheme for networking).
You need to put the Debian ifupdown script into:
/etc/network/if-pre-up.d/openvswitch
& have a look at the README for instructions on how to configure /etc/network/interfaces
You should also create a symlink for /etc/network/if-post-down.d/openvswitch
to point to the ifupdown script in if-pre-up.d
These scripts are also integrated into openvswitch in Alpine Linux (which also uses the Debian ifupdown scheme for networking).
answered Sep 4 '15 at 22:19
Stuart CardallStuart Cardall
29125
29125
add a comment |
add a comment |
Thanks for contributing an answer to Server Fault!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fserverfault.com%2fquestions%2f652901%2fequivalent-to-type-ovsport-devicetype-ovs-ovs-bridge-br-ex-in-ubuntu-14-04%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Could you explain the problem?
– 030
May 13 '15 at 16:59