Hi,

To send packets to another machine without mirroring packets at switch,
it is requires such feature of switch, I think.

Because Ryu is the controller in this case, it need to receive packets
through Packet-In messages to forwarding packets to another.

I guess mirroring packets at switches is easy way...
In this case, another interface to capture (not IP 192.168.10.40) is
needed though.

               Ryu@hostA
                  |
client_1 <---> switch <---> client_2
                  |
        mirroring |
                  +-------> capture machine@hostB

Thanks,
Iwase


On 2016年08月17日 23:47, Aidin Kelki wrote:
> Hello
>
> How can I convert a switch port into socket in Ryu? Instead of mirroring 
> packets into let's say Port 3 of the switch, mirror them into a socket that 
> can be received by another machine (for example, mininet and Ryu are in host 
> A with IP 192.168.10.30 and mirror them into socket which is connected to 
> host B with IP 192.168.10.40)
>
> Thanks.
>
>
>
> ------------------------------------------------------------------------------
>
>
>
> _______________________________________________
> Ryu-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>

------------------------------------------------------------------------------
_______________________________________________
Ryu-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to