First time here? Check out the FAQ!
![]() | 1 | initial version |
Hello TheQue42!
If you use your eyes(the one's just above your nose) and check carefully in the ovs-vsctl output, you will see that there IS a peer=phy-br-ex in the br-int bridge!
So in other words, traffic should be possible to reach the br-ex bridge after all. So why is it not working?
Well have you checked standard, normal interface statuses?
[root@neutron1 neutron-openvswitch-agent(admin)]# ip link show dev eth4 7: eth4: <broadcast,multicast> mtu 1500 qdisc noop master ovs-system state DOWN mode DEFAULT qlen 1000 link/ether 52:54:de:a1:c1:44 brd ff:ff:ff:ff:ff:ff
Do you think there might be a clue there somewhere?
[root@neutron1 neutron-openvswitch-agent(admin)]# ifconfig eth4 up
[root@neutron1 neutron-openvswitch-agent(admin)]# nsExec.sh qrouter ping 1.1.1.1
Running cmd: [ping 1.1.1.1] in namespace: {qrouter-0b582c5f-d010-4bb1-8b33-ce22437297c0}
----------------------------------------------------------------------------------------------
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=56 time=5.37 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=56 time=3.72 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=56 time=3.70 ms
^C
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 3.700/4.267/5.378/0.787 ms
Well, whaddayknow... :-|
![]() | 2 | No.2 Revision |
Hello TheQue42!
If you use your eyes(the one's just above your nose) and check carefully in the ovs-vsctl output, you will see that there IS a peer=phy-br-ex in the br-int bridge!
So in other words, traffic should be possible to reach the br-ex bridge after all. So why is it not working?
Well have you checked standard, normal interface statuses?
[root@neutron1 neutron-openvswitch-agent(admin)]# ip link show dev eth4
7: eth4: Do you think there might be a clue there somewhere?
[root@neutron1 neutron-openvswitch-agent(admin)]# ifconfig eth4 up
[root@neutron1 neutron-openvswitch-agent(admin)]# nsExec.sh qrouter ping 1.1.1.1
Running cmd: [ping 1.1.1.1] in namespace: {qrouter-0b582c5f-d010-4bb1-8b33-ce22437297c0}
----------------------------------------------------------------------------------------------
PING 1.1.1.1 (1.1.1.1) 56(84) bytes of data.
64 bytes from 1.1.1.1: icmp_seq=1 ttl=56 time=5.37 ms
64 bytes from 1.1.1.1: icmp_seq=2 ttl=56 time=3.72 ms
64 bytes from 1.1.1.1: icmp_seq=3 ttl=56 time=3.70 ms
^C
--- 1.1.1.1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2003ms
rtt min/avg/max/mdev = 3.700/4.267/5.378/0.787 ms
Well, whaddayknow... :-|