Re: [ovs-discuss] DHCP and OVS

2014-08-13 Thread MCGRATH, GIL
So I tried to do this on 12.04 and got the following error when installing OVS, any insight on how to fix this? Thanks Gil # apt-get update # apt-get upgrade # apt-get install openvswitch-switch openvswitch-controller openvswitch-brcompat Reading package lists... Done Building dependency tree Re

Re: [ovs-discuss] DHCP and OVS

2014-08-12 Thread Justin Pettit
I can see flows where packets are flowing from "em1" to "vnet0".  It looks like you're running VLANs, so I would double-check your configuration there. --Justin On August 12, 2014 at 6:55:52 AM, MCGRATH, GIL (gm2...@att.com) wrote: > Justin, > > Attached is the output of "ovs-dpctl dump-flows

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread MCGRATH, GIL
Justin, Sorry - I sent output of dump flows using ovs-ofctl in a prior email while PXEing. Duh - you wanted it it from ovs-dpctl. SORRY - will first thing in am - when I get back in office. --Gil Sent from my iPhone > On Aug 11, 2014, at 2:03 PM, "MCGRATH, GIL" wrote: > > Justin, > > While

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread Justin Pettit
This is now the fourth time I've asked for the output of "ovs-dpctl dump-flows" while the reply is coming through. --Justin On August 11, 2014 at 1:13:11 PM, MCGRATH, GIL (gm2...@att.com) wrote: > # ovs-dpctl show > system@ovs-system: > lookups: hit:10337061 missed:60169617 lost:0 > flows: 2638

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread MCGRATH, GIL
# ovs-dpctl show system@ovs-system: lookups: hit:10337061 missed:60169617 lost:0 flows: 2638 port 0: ovs-system (internal) port 1: br-em1 (internal) port 2: em1 port 3: em2 port 4: br-em2 (internal) port 5: br-em4-pri (internal)

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread Justin Pettit
I asked about "ovs-dpctl dump-flows".  Also, please include the output of "ovs-dpctl show". --Justin On August 11, 2014 at 11:03:42 AM, MCGRATH, GIL (gm2...@att.com) wrote: > Justin, > > While is in process of PXE booting. > > # ovs-ofctl dump-flows br-em1 > NXST_FLOW reply (xid=0x4): > coo

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread MCGRATH, GIL
Justin, While is in process of PXE booting. # ovs-ofctl dump-flows br-em1 NXST_FLOW reply (xid=0x4): cookie=0x0, duration=13577.846s, table=0, n_packets=11120087, n_bytes=927952497, idle_age=4, priority=0 actions=NORMAL I ran it multiple time during the PXE boot - the same result except idle_ag

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread Justin Pettit
What about "ovs-dpctl dump-flows" while the reply is going through.  The flow will only be there for a second or two, so you'll need to be somewhat fast. --Justin On August 11, 2014 at 10:29:38 AM, MCGRATH, GIL (gm2...@att.com) wrote: > Justin, > > Flow is as follows: > > # ovs-ofctl dump-f

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread MCGRATH, GIL
Justin, Flow is as follows: # ovs-ofctl dump-flows br-em1 NXST_FLOW reply (xid=0x4): cookie=0x0, duration=11605.818s, table=0, n_packets=9506767, n_bytes=793634428, idle_age=1, priority=0 actions=NORMAL On 8/11/14, 1:26 PM, "Justin Pettit" wrote: >On August 11, 2014 at 10:21:05 AM, MCGRATH,

Re: [ovs-discuss] DHCP and OVS

2014-08-11 Thread Justin Pettit
On August 11, 2014 at 10:21:05 AM, MCGRATH, GIL (gm2...@att.com) wrote: > > I am running KVM on ubuntu 14.04. I am trying to PXE boot a VM. When > I try this, using tcpdump I see the DHCP Reply message on the “em1” > interface. But I do not see the DHCP Reply on the “vnet0” interface > that K

[ovs-discuss] DHCP and OVS

2014-08-11 Thread MCGRATH, GIL
I am running KVM on ubuntu 14.04. I am trying to PXE boot a VM. When I try this, using tcpdump I see the DHCP Reply message on the “em1” interface. But I do not see the DHCP Reply on the “vnet0” interface that KVM creates on the “br-em1” bridge. Therefore my PXE times out. Anyone ever see this?