[ovs-dev] load balancing using RYU

Mohamed Ibrahem mohamed_ibrahem1992 at yahoo.com
Sat Oct 22 00:33:13 UTC 2016


hello guys,
i have a 4 port switch and the model as follows:
port 1>> client
port 2 ,3 and 4 are servers"python -m SimpleHTTPServer 80&"
i wanna do load balancing with the servers as the virtual IP = 10.0.0.5 and virtual MAC = 00:00:00:00:00:05
and the client requests 10.0.0.5 with mac 00:00:00:00:00:05 and each request does to one server at a time and the next request goes to the next server and so on as in pox stateless load balancing.
i want to do it with RYU, i have read alot in RYU application programming  but i fails to do the reverse path from servers to the client.
can any one help me to do it, please?
thanks in advance



More information about the dev mailing list