Re: [ovs-discuss] ping problem between internal port and netdev port

2014-09-24 Thread Ben Pfaff
On Mon, Sep 22, 2014 at 08:06:50PM +0800, ychen wrote: >I found that internal port and netdev port can not ping each other, can > you tell me why? > The topology is like this: > p0: type=internal, tag=100, vlan_mode=access, ip=192.168.1.100/24, br0, > namespace ns0 > eth0: type=netndev, t

Re: [ovs-discuss] ping problem between internal port and netdev port

2014-09-23 Thread ychen
Another similar question: p0: type=internal, tag=100, vlan_mode=access, ip=192.168.1.100/24, br0, namespace ns0 p1: type=internal, tag=100, vlan_mode=access, ip=192.168.1.200/24, br0, namespace ns1 p2: type=internal, vlan_mode=trunk, trunks=100,200, br0 use tool scapy send ARP pkt from p2:

[ovs-discuss] ping problem between internal port and netdev port

2014-09-23 Thread ychen
HI, I found that internal port and netdev port can not ping each other, can you tell me why? The topology is like this: p0: type=internal, tag=100, vlan_mode=access, ip=192.168.1.100/24, br0, namespace ns0 eth0: type=netndev, tag=100, vlan_mode=access, ip=192.168.1.1/24, br0 then from