Re: [Ryu-devel] How to make communication between two private networks

2018-04-25 Thread 林佳烁
There are some Ryu resources at https://osrg.github.io/ryu/resources.html that may help you. EBOOK: RYU SDN FRAMEWORK would tell you a lot about how to use Ryu to controll the network. At 2018-04-24 04:42:02, "Valson Pereira" wrote: Hi everyone; I'm new in ryu, and I got two private netwo

Re: [Ryu-devel] How to make communication between two private networks

2018-04-25 Thread IWAMOTO Toshihiro
On Tue, 24 Apr 2018 05:42:02 +0900, Valson Pereira wrote: > I'm new in ryu, and I got two private networks (10.0.0.0/24 and > 192.168.0.0/24) on the same datapath and i need to make the communication > between each other. How can i do this? There is any flow match to do this? OpenFlow is basically

[Ryu-devel] How to make communication between two private networks

2018-04-23 Thread Valson Pereira
Hi everyone; I'm new in ryu, and I got two private networks (10.0.0.0/24 and 192.168.0.0/24) on the same datapath and i need to make the communication between each other. How can i do this? There is any flow match to do this? Thanks. ---