Hello. I have created an ip balancer , here is the code https://github.com/spartakos87/cache_balancer/blob/changes/ryu_cache_balancher.py As a balancer my code works well, I make a get in 10.0.0.2 I get to redirect the http request to 10.0.0.1 My problem is that I want to use a proxy server that can make a cache of "website". So, I redirect the traffic again in 10.0.0.2 my proxy get the the http request from client but I dont see any traffic from my proxy to server 10.0.0.2 Can anyone help me with this? I am stuck a lot of days..
_______________________________________________ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel