Re: [Ryu-devel] openflow controller with proxy server

2019-08-15 Thread Yusuke Iwase
Hi, Please keep mailing list. Hmmm... are you going to realize the implicit HTTP proxy behavior as a network side function? For example, when a client trying to connect to HTTP server, the packets will be "implicitly" redirected to the HTTP proxy, then some inspections or security checks will

Re: [Ryu-devel] openflow controller with proxy server

2019-08-13 Thread Yusuke Iwase
Hi, First, please let me clarify your question. The "proxy" you mentioned mean the HTTP proxy, right? If so, I this there are some confusions in your situation. For instance, Squid HTTP proxy is an application layer (layer 7) proxy for the HTTP(HTTPS) applications. On the other hand, "ping" is an

[Ryu-devel] openflow controller with proxy server

2019-07-30 Thread filippos ser
I have a topology which includes these nodes, Switch(s), Host1(h1), Host2(H2), Controller(c) where I run Ryu controller and Proxy Server(ps) where I run Squid. I want when I ping from h1 to h2 this "request" go throw the ps, in ps Squid listen in port 3128. I find this