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
ICMP (layer 3) application to test the IP reachablility and I guess these
packets shouldn't go through thw Squid proxy.

Pleases correct me if I have misunderstood.

Regards,
Iwase


2019年7月31日(水) 1:56 filippos ser <serep...@gmail.com>:

> 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
> <https://github.com/zhewangjoe/of/blob/master/ryu-gpo/myPortForwarding.py>,
> where make port forwarding. Because I am new to SDN, my question is, is
> this a valid way to achieve what I want?
> _______________________________________________
> Ryu-devel mailing list
> Ryu-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/ryu-devel
>
_______________________________________________
Ryu-devel mailing list
Ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Reply via email to