On Fri, Jul 06, 2012 at 01:28:37PM +0200, Diana Marosin wrote:
>    Dear all,
>    I followed the tutorial on this
>    page http://www.openflow.org/wk/index.php/Pantou_:_OpenFlow_1.0_for_OpenWRT
>    I have h1----sw----h2 and the POX controller running
>    forwarding.l2_learning
>    Now, if I try to ping from h1 to h2, the controller installs flows on the
>    switch:
>      cookie=1, duration_sec=5s, duration_nsec=897000000s, table_id=1,
>    priority=32768, n_packets=6, n_bytes=360,
>    
> idle_timeout=300,hard_timeout=300,arp,dl_vlan=0xffff,dl_vlan_pcp=0x00,dl_src=f4:ec:38:b7:d8:64,dl_dst=00:0f:1f:a6:85:11,nw_src=10.92.0.1,nw_dst=10.92.0.101,nw_proto=2,tp_src=0,tp_dst=0,actions=output:4
>      cookie=0, duration_sec=14s, duration_nsec=941000000s, table_id=1,
>    priority=32768, n_packets=12, n_bytes=1176,
>    
> idle_timeout=300,hard_timeout=300,icmp,dl_vlan=0xffff,dl_vlan_pcp=0x00,dl_src=00:0f:1f:a6:85:11,dl_dst=f4:ec:38:b7:d8:64,nw_src=10.92.0.101,nw_dst=10.92.0.1,nw_tos=0x00,icmp_type=8,icmp_code=0,actions=output:3
>    But on the h1 the message is "destination host unreachable".
>    Do you have any idea, what could be the issue?
>    Best,
>    Diana

If you manually install two flows to connect the ports, does the ping work? For 
example:

dpctl add-flow tcp:<your TP-LINK> in_port=3,actions=output:4
dpctl add-flow tcp:<your TP-LINK> in_port=4,actions=output:3

That would troubleshoot the two test hosts' ports and configurations, and the 
connections to the TP-LINK. If that works, I'd suggest running tshark on both 
hosts to see what packets they're receiving. It looks as though traffic is only 
flowing in one direction, based on the flows above.

Bill.
_______________________________________________
openflow-discuss mailing list
[email protected]
https://mailman.stanford.edu/mailman/listinfo/openflow-discuss

Reply via email to