[ovs-discuss] Internal interfaces and route - question?

2011-01-08 Thread Admin HRD.pl
Hi all I create 3 Internal interfaces vPort0 vPort1 vPort3 External interfaces is named eth0 And bridge is vSwitch0 All internal intefaces I connect to vSwitch0 using command: ovs-vsctl add−br vSwitch0 ovs-vsctl add-port vSwitch0 vPort0 -- set interface vPort0 type=internal ovs-vsctl add-port vS

Re: [ovs-discuss] Question about configuration ovs-ctl and routing

2010-12-22 Thread Admin HRD.pl
h. There are a number of traffic accounting options for Linux servers based on netfilter/iptables/ULOG. The following article describes an sFlow solution: http://blog.sflow.com/2010/12/ulog.html Peter On Dec 20, 2010, at 2:38 PM, Admin HRD.pl wrote: Dnia 20-12-2010 o 00:49:26 Jesse Gros

Re: [ovs-discuss] Question about configuration ovs-ctl and routing

2010-12-20 Thread Admin HRD.pl
Dnia 20-12-2010 o 00:49:26 Jesse Gross napisał(a): On Sun, Dec 19, 2010 at 3:00 PM, Admin HRD.pl wrote: Hi All Can I do something like this? I have one NIC eth0 And create tree vif0, vif1, vif2 Create br0 +|eth0|+ | | | br0

[ovs-discuss] Question about configuration ovs-ctl and routing

2010-12-19 Thread Admin HRD.pl
Hi All Can I do something like this? I have one NIC eth0 And create tree vif0, vif1, vif2 Create br0 +|eth0|+ | | | br0 | | | +-|vif0|-|vif1|-|vif2|-+ eth0 didn't have ip br0 didn't have ip vif0..2 have ip (this is a

Re: [ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-20 Thread Admin HRD.pl
twork stack will happily receive packets for any host IP address on any Ethernet card. -- Tomasz Waśniewski Admin HRD.pl ___ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss_openvswitch.org

Re: [ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-20 Thread Admin HRD.pl
acket to > 193.XX.212.0 from eth0 > > and it's also the default route so all packet that aren't in > 193.XX.212.0 network will be sent from eth0 > if you put eth0 down it will normally work because you will remove the > first entry in routing table (that routing from

Re: [ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-20 Thread Admin HRD.pl
will remove the first entry in routing table (that routing from eth0) but if you ping a host that isn't in the 193.XX.212.0 network you 'll have to add a default route hope that will help you -- Tomas

Re: [ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-20 Thread Admin HRD.pl
ork because you will remove the first entry in routing table (that routing from eth0) but if you ping a host that isn't in the 193.XX.212.0 network you 'll have to add a default route hope that will help you --

Re: [ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-20 Thread Admin HRD.pl
nia 19-08-2010 o 19:12:21 Ben Pfaff napisał(a): On Thu, Aug 19, 2010 at 06:59:17PM +0200, Admin HRD.pl wrote: I use Openvswitch 1.0.1 How to create virtual interfeces for Debian on vSwitch? You can create a virtual interface named vi0 on a bridge named br0 with: ovs-vsctl add-port b

Re: [ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-19 Thread Admin HRD.pl
, Admin HRD.pl wrote: When I do this how configure openFlow for accountign traffic on vin interfaces?? It wouldn't be any different from other interfaces. -- Tomasz Waśniewski Admin HRD.pl ___ discuss mailing list discuss@openvswitch.org

Re: [ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-19 Thread Admin HRD.pl
When I do this how configure openFlow for accountign traffic on vin interfaces?? Dnia 19-08-2010 o 19:12:21 Ben Pfaff napisał(a): On Thu, Aug 19, 2010 at 06:59:17PM +0200, Admin HRD.pl wrote: I use Openvswitch 1.0.1 How to create virtual interfeces for Debian on vSwitch? You can

[ovs-discuss] OpenvSwitch - create virtual port on switch - virtual interface on Debian - help

2010-08-19 Thread Admin HRD.pl
Hi all I use Openvswitch 1.0.1 How to create virtual interfeces for Debian on vSwitch? This is my concept: On debian I have two interfaces eth0 and eth1 I have eth1 add to vSwitch and create many virtual interfaces for Debian like this: real Switch | |