Linux Switching – Interconnecting Namespaces

Switching in software on Linux is one of the important parts when using virtualization technologies like KVM or LXC. Typical hosts do not provide one or more physical adapters for each NIC of a virtual machine in KVM or per container when using LXC. Something else must take the part to interconnect the virtual network interfaces.

The software switching classical tool is the linuxbridge, which is available in the Linux kernel for a long time. The frontend to manage the linuxbridge isbrctl. The newer tool is the Openvswitch (athttp://openvswitch.org/). The main frontend isovs-vsctl.

In this post I will show multiple solutions to interconnect Linux namespaces using a software based switch. A performance analysis of these solutions will be discussed in another article later. Starting with network namespaces helps to understand the more complex situations when using KVM or LXC.

tap interfaces

Linux tap interfaces created with ip tuntap cannot be used to attach network namespaces to linuxbridges or the openvswitch.

veth pair

The simple solution to connect two network namespaces is the usage of one veth pair. This has been discussed in a previous artice.

Connecting namespaces using a veth pair

The command sequence has been discussed in a previous article, but we show the commands here again

veth pair

# add the namespaces

ipnetnsaddns1

ipnetnsaddns2

# create the veth pair

iplinkaddtap1typevethpeernametap2

# move the interfaces to the namespaces

iplinksettap1netnsns1

iplinksettap2netnsns2

# bring up the links

ipnetnsexecns1iplinksetdevtap1up

ipnetnsexecns2iplinksetdevtap2up

# now assign the ip addresses

linux bridge and two veth pairs

When more than two network namespaces (or KVM or LXC instances) must be connected a switch should be used. Linux offers as one solution the well known linux bridge.

Connecting namespaces using a linux bridge and two veth pairs

We need for this setup one switch, and two connectors. In this setup we use a linuxbridge and two veth pairs.

The commands to create this setup are:

linuxbridge and two veth pairs

# add the namespaces

ipnetnsaddns1

ipnetnsaddns2

# create the switch

BRIDGE=br-test

brctladdbr$BRIDGE

brctlstp$BRIDGEoff

iplinksetdev$BRIDGEup

#

#### PORT 1

# create a port pair

iplinkaddtap1typevethpeernamebr-tap1

# attach one side to linuxbridge

brctladdifbr-testbr-tap1

# attach the other side to namespace

iplinksettap1netnsns1

# set the ports to up

ipnetnsexecns1iplinksetdevtap1up

iplinksetdevbr-tap1up

#

#### PORT 2

# create a port pair

iplinkaddtap2typevethpeernamebr-tap2

# attach one side to linuxbridge

brctladdifbr-testbr-tap2

# attach the other side to namespace

iplinksettap2netnsns2

# set the ports to up

ipnetnsexecns2iplinksetdevtap2up

iplinksetdevbr-tap2up

#

openvswitch and two veth pairs

Another solution is to use the openvswitch instead of the „old“ linuxbrige. The configuration is nearly the same as for the linuxbridge.

Connecting namespaces using the openvswitch and two veth pairs

We need for this setup one switch, and two connectors. In this setup we use an openvswitch and two veth pairs.

The commands to create this setup are:

openvswitch and two veth pairs

# add the namespaces

ipnetnsaddns1

ipnetnsaddns2

# create the switch

BRIDGE=ovs-test

ovs-vsctladd-br$BRIDGE

#

#### PORT 1

# create a port pair

iplinkaddtap1typevethpeernameovs-tap1

# attach one side to ovs

ovs-vsctladd-port$BRIDGEovs-tap1

# attach the other side to namespace

iplinksettap1netnsns1

# set the ports to up

ipnetnsexecns1iplinksetdevtap1up

iplinksetdevovs-tap1up

#

#### PORT 2

# create a port pair

iplinkaddtap2typevethpeernameovs-tap2

# attach one side to ovs

ovs-vsctladd-port$BRIDGEovs-tap2

# attach the other side to namespace

iplinksettap2netnsns2

# set the ports to up

ipnetnsexecns2iplinksetdevtap2up

iplinksetdevovs-tap2up

#

openvswitch and two openvswitch ports

Another solution is to use the openvswitch and make use of the openvswitch internal ports. This avoids the usage of the veth pairs, which must be used in all other solutions.

Connecting namespaces using the openvswitch and two openvswitch ports

We need for this setup one switch, and two connectors. In this setup we use an openvswitch and two openvswitch ports.

The commands to create this setup are:

openvswitch and two openvswitch internal ports

# add the namespaces

ipnetnsaddns1

ipnetnsaddns2

# create the switch

BRIDGE=ovs-test

ovs-vsctladd-br$BRIDGE

#

#### PORT 1

# create an internal ovs port

ovs-vsctladd-port$BRIDGEtap1--setInterfacetap1type=internal

# attach it to namespace

iplinksettap1netnsns1

# set the ports to up

ipnetnsexecns1iplinksetdevtap1up

#

#### PORT 2

# create an internal ovs port

ovs-vsctladd-port$BRIDGEtap2--setInterfacetap2type=internal

# attach it to namespace

iplinksettap2netnsns2

# set the ports to up

ipnetnsexecns2iplinksetdevtap2up

Performance

In another article I will show some performance numbers for the four presented solutions. There are noticeable differences with respect to throughput and CPU usage.

最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
  • 序言:七十年代末,一起剥皮案震惊了整个滨河市,随后出现的几起案子,更是在滨河造成了极大的恐慌,老刑警刘岩,带你破解...
    沈念sama阅读 157,298评论 4 360
  • 序言:滨河连续发生了三起死亡事件,死亡现场离奇诡异,居然都是意外死亡,警方通过查阅死者的电脑和手机,发现死者居然都...
    沈念sama阅读 66,701评论 1 290
  • 文/潘晓璐 我一进店门,熙熙楼的掌柜王于贵愁眉苦脸地迎上来,“玉大人,你说我怎么就摊上这事。” “怎么了?”我有些...
    开封第一讲书人阅读 107,078评论 0 237
  • 文/不坏的土叔 我叫张陵,是天一观的道长。 经常有香客问我,道长,这世上最难降的妖魔是什么? 我笑而不...
    开封第一讲书人阅读 43,687评论 0 202
  • 正文 为了忘掉前任,我火速办了婚礼,结果婚礼上,老公的妹妹穿的比我还像新娘。我一直安慰自己,他们只是感情好,可当我...
    茶点故事阅读 52,018评论 3 286
  • 文/花漫 我一把揭开白布。 她就那样静静地躺着,像睡着了一般。 火红的嫁衣衬着肌肤如雪。 梳的纹丝不乱的头发上,一...
    开封第一讲书人阅读 40,410评论 1 211
  • 那天,我揣着相机与录音,去河边找鬼。 笑死,一个胖子当着我的面吹牛,可吹牛的内容都是我干的。 我是一名探鬼主播,决...
    沈念sama阅读 31,729评论 2 310
  • 文/苍兰香墨 我猛地睁开眼,长吁一口气:“原来是场噩梦啊……” “哼!你这毒妇竟也来了?” 一声冷哼从身侧响起,我...
    开封第一讲书人阅读 30,412评论 0 194
  • 序言:老挝万荣一对情侣失踪,失踪者是张志新(化名)和其女友刘颖,没想到半个月后,有当地人在树林里发现了一具尸体,经...
    沈念sama阅读 34,124评论 1 239
  • 正文 独居荒郊野岭守林人离奇死亡,尸身上长有42处带血的脓包…… 初始之章·张勋 以下内容为张勋视角 年9月15日...
    茶点故事阅读 30,379评论 2 242
  • 正文 我和宋清朗相恋三年,在试婚纱的时候发现自己被绿了。 大学时的朋友给我发了我未婚夫和他白月光在一起吃饭的照片。...
    茶点故事阅读 31,903评论 1 257
  • 序言:一个原本活蹦乱跳的男人离奇死亡,死状恐怖,灵堂内的尸体忽然破棺而出,到底是诈尸还是另有隐情,我是刑警宁泽,带...
    沈念sama阅读 28,268评论 2 251
  • 正文 年R本政府宣布,位于F岛的核电站,受9级特大地震影响,放射性物质发生泄漏。R本人自食恶果不足惜,却给世界环境...
    茶点故事阅读 32,894评论 3 233
  • 文/蒙蒙 一、第九天 我趴在偏房一处隐蔽的房顶上张望。 院中可真热闹,春花似锦、人声如沸。这庄子的主人今日做“春日...
    开封第一讲书人阅读 26,014评论 0 8
  • 文/苍兰香墨 我抬头看了看天上的太阳。三九已至,却和暖如春,着一层夹袄步出监牢的瞬间,已是汗流浃背。 一阵脚步声响...
    开封第一讲书人阅读 26,770评论 0 192
  • 我被黑心中介骗来泰国打工, 没想到刚下飞机就差点儿被人妖公主榨干…… 1. 我叫王不留,地道东北人。 一个月前我还...
    沈念sama阅读 35,435评论 2 269
  • 正文 我出身青楼,却偏偏与公主长得像,于是被迫代替她去往敌国和亲。 传闻我的和亲对象是个残疾皇子,可洞房花烛夜当晚...
    茶点故事阅读 35,312评论 2 260

推荐阅读更多精彩内容