Re: [Qemu-devel] [PATCH v5 1/1] slirp: add SOCKS5 support

2017-05-10 Thread Daniel P. Berrange
On Tue, May 09, 2017 at 09:31:12PM +0200, Laurent Vivier wrote: > When the VM is used behind a firewall, This allows > the use of a SOCKS5 proxy server to connect the VM IP stack > directly to the Internet. > > This implementation doesn't manage UDP packets, so they > are simply dropped (as with

[Qemu-devel] [PATCH v5 1/1] slirp: add SOCKS5 support

2017-05-09 Thread Laurent Vivier
When the VM is used behind a firewall, This allows the use of a SOCKS5 proxy server to connect the VM IP stack directly to the Internet. This implementation doesn't manage UDP packets, so they are simply dropped (as with restrict=on), except for the localhost as we need it for DNS.