Hi,
I got openvswitch up and running, installed and initialized following
the instructions in INSTALL.Linux, but I didn't mangaged yet to ping
anything outside the linux box. Openswitch is built from a "git clone"
and kernel is the debian squeeze 2.6.32-35.
My 1st try with vlans:
I have a trunk on eth0 so I tried to:
ovs-vsctl add-br br0
ovs-vsctl add-port br0 eth0
add-port br0 mgmt0 tag=85
ovs-vsctl set interface mgmt0 type=internal
Then setup an ip on interface mgmt0 that should be in vlan 85.
I can't ping any other hosts running on our vlan85
My 2nd try without vlans:
I have a normal link on eth3 so i tried this time:
ovs-vsctl add-br stor0
ovs-vsctl add-port stor0 eth3
Then setup an ip on stor0
Here too, can't ping anything that is linked to the switch behind eth3
Taking a look at RX and TX packets on stor0 and eth3
root@xen-blade16:~# ifconfig stor0
stor0 Link encap:Ethernet HWaddr bc:30:5b:38:83:ac
inet addr:10.50.50.116 Bcast:10.50.50.255 Mask:255.255.255.0
inet6 addr: fe80::be30:5bff:fe38:83ac/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:1098 (1.0 KiB)
eth3 Link encap:Ethernet HWaddr bc:30:5b:38:83:ac
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:45 Memory:da000000-da012800
TX packets on stor0, no packets at all on eth3
root@xen-blade16:~# ovs-dpctl show
system@stor0:
lookups: frags:0, hit:16, missed:5, lost:0
port 0: stor0 (internal)
port 1: eth3
Am I doing something wrong?
Thanks a lot for your help!
Kind regards,
Sébastien
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev