Re: [ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-31 Thread 신용진
in advance. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Saturday, May 29, 2010 4:29 AM To: 신용진 Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] How to make multiple VLANs on one NIC? On Sat, May 29, 2010 at 03:59:15AM +0900, 신용진 wrote: > I already tried >

Re: [ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-31 Thread 신용진
ach values of those terms mean? Is there any reference, that I can check the meaning of numeric values? Thanks in advance. -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Saturday, May 29, 2010 4:29 AM To: 신용진 Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] How to m

Re: [ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-28 Thread 신용진
m using CentOS 5.3 and openvswitch version is 1.0.0 -Original Message- From: Ben Pfaff [mailto:b...@nicira.com] Sent: Saturday, May 29, 2010 1:30 AM To: 신용진 Cc: discuss@openvswitch.org Subject: Re: [ovs-discuss] How to make multiple VLANs on one NIC? On Thu, May 27, 2010 at 6:49 PM, 신용진 wrot

Re: [ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-27 Thread 신용진
> It sounds like you wanted to do this: > ovs-vsctl add-br xenbr2 > ovs-vsctl add-port xenbr2 eth2 > ovs-vsctl add-port xenbr2 xenbr2.100 vlan=100 > ovs-vsctl add-port xenbr2 xenbr2.200 vlan=200 > > This will make eth2 a trunk port. Any packets on vlan 100 will be >

[ovs-discuss] How to make multiple VLANs on one NIC?

2010-05-27 Thread 신용진
After I solved trunking problem, I encountered another problem. (sorry for asking too many questions) For vlan networking, Firstly, I made a real bridge as xenbr2. Then, I made a fake bridge as xenbr2.100 with tagging 100. And I attached eth2 to xenbr2.100 with tagging 100. And I d

Re: [ovs-discuss] How to set trunk on open vswitch?

2010-05-27 Thread 신용진
communicate! Thank you all! From: Jesse Gross [mailto:je...@nicira.com] Sent: Thursday, May 27, 2010 12:03 PM To: 신용진 Cc: Ben Pfaff; discuss@openvswitch.org Subject: Re: [ovs-discuss] How to set trunk on open vswitch? On Wed, May 26, 2010 at 7:28 PM, 신용진 wrote: > If you are using OVS to

Re: [ovs-discuss] How to set trunk on open vswitch?

2010-05-26 Thread 신용진
eth1 200 br2 eth1 300 br3 eth1 400 like this? Thanks in Advance!! From: Jesse Gross [mailto:je...@nicira.com] Sent: Thursday, May 27, 2010 12:03 PM To: 신용진 Cc: Ben Pfaff; discuss

Re: [ovs-discuss] How to set trunk on open vswitch?

2010-05-26 Thread 신용진
an(200),9,3,5,4 tunnel:in_port0003:vlan65535:pcp0 mac00:16:3e:1b:c4:1e->00:16:3e:1a:69:3b type0800 proto1 tos0 ip10.0.3.123->10.0.3.124 port8->0, packets:216, bytes:15984, used:0.232s, actions:4 From: Jesse Gross [mailto:je...@nicira.com] Sent: Thursday, May 27, 20

Re: [ovs-discuss] How to set trunk on open vswitch?

2010-05-26 Thread 신용진
Hmm, At first, I do not set any values both of "tag", and "trunks" But servers and VMs cannot communicate each other. So, I searched about "trunk" on openvswitch, and I set the value on them. Let's suppose that I put an IP on VLAN as 10.10.10.101 at SV1(Server1). When I ping to 10.10.10.101 fr

Re: [ovs-discuss] How to set trunk on open vswitch?

2010-05-26 Thread 신용진
After I posted original thread, I could find the "Port" table has information about "trunk" And the manual(http://openvswitch.org/ovs-vswitchd.conf.db.5.pdf) said, A bridge port must be configured for VLANs in one of two mutually exclusive ways: 1) A‘‘trunk port’’ has an empty value for tag and a

[ovs-discuss] How to set trunk on open vswitch?

2010-05-25 Thread 신용진
Hello, I installed open vswitch on my servers(SV1, SV2). And I made bridges, and datapath each with vlan tagging. If SV1 has xenbr2.100 bridge, in dp1. And SV2 also has xenbr2.100 bridge in dp1. Then, two servers(SV1, SV2) can communicate through xenbr2.100. for this, as I know, I

[ovs-discuss] Question about open vswitch

2010-05-18 Thread 신용진
Hello, I am trying to install open vswitch on my computer, however I have some problems My linux is CentOS5.3 and kernel version is 2.6.27.29, xen version is 3.4.2 Firstly, I downloaded the open vswitch via git. (git clone git://openvswitch.org/openvswitch) And I want to install open vswit

[ovs-discuss] question about "ovsdb-tool"

2010-04-26 Thread 신용진
Hello, I want to use openvswitch in my virtual machines so I downloaded openvswitch 0.90.7 and 0.99.2 Firstly, I installed 0.90.7 to my linux machine (centos 5.3) And I followed steps in INSTALL.Linux file. I want to use openvswith in kernel mode, and I installed it. And I have a