On Thu, 30 May 2013 14:43:54 +0400
Vasiliy Tolstov <v.tols...@selfip.ru> wrote:

> I have some nodes with virtual machines and want that each owner can
> view traffic from only owning virtual machines.
> For example:
> user1 have vm1_1 vm1_2 vm1_3
> user2 have vm2_1 vm2_2 vm2_3
> 
> I want that user1 from vm1_1 and vm2_1 can view only traffic from this
> three servers and can't see vm2_*/, for user2 too.
> 
> As i understand i can use vlans for each user - vlan1 for user1 vlan2
> for user2... and so.
> But vlan numbers limits to 4096, if i have more than 4096 clients ..?

You mean that 'if you have more than 4096 _users_', right?

> As i understand ryu create gre tunnels for each user?
> Can somebody explain to me what ryu doing with openvswitch to isolate
> different users?

The following would help you to understand how Ryu use GRE for tenant
isolation:

https://github.com/osrg/ryu/wiki/Details-of-Ryu-in-cooperation-with-OpenStack-Grizzly

------------------------------------------------------------------------------
Get 100% visibility into Java/.NET code with AppDynamics Lite
It's a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to