Re: [squid-users] Proxy does not send response for internal host

2017-11-16 Thread Amos Jeffries
On 17/11/17 03:57, tappdint wrote: I was able to get the proxy to work properly with the original settings I posted. The issue was with the docker network. There were multiple networks and the squid container ran on a separate network rather than the network where all the containers were operatin

Re: [squid-users] Proxy does not send response for internal host

2017-11-16 Thread tappdint
I was able to get the proxy to work properly with the original settings I posted. The issue was with the docker network. There were multiple networks and the squid container ran on a separate network rather than the network where all the containers were operating. To fix the issue I simply ran squi

Re: [squid-users] Proxy does not send response for internal host

2017-11-15 Thread Amos Jeffries
On 15/11/17 04:19, tappdint wrote: Amos Jeffries wrote You need to either; * configure the VM running Squid to use a DNS resolver that knows what the internal domains are, or * configure the DNS resolver it is using to know those internal hostnames, or * configure your network using

Re: [squid-users] Proxy does not send response for internal host

2017-11-14 Thread tappdint
Amos Jeffries wrote > You need to either; > > * configure the VM running Squid to use a DNS resolver that knows what > the internal domains are, or > > * configure the DNS resolver it is using to know those internal > hostnames, or > > * configure your network using the standardized .loc

Re: [squid-users] Proxy does not send response for internal host

2017-11-13 Thread Amos Jeffries
On 14/11/17 11:21, tappdint wrote: I'm quite new to proxies/networking so I'll try and be as verbose as I can. I have a VM that will request access to an internal host (dev.abc.com). This host container and other containers which are dependencies are created locally on my mac (using docker for ma

[squid-users] Proxy does not send response for internal host

2017-11-13 Thread tappdint
I'm quite new to proxies/networking so I'll try and be as verbose as I can. I have a VM that will request access to an internal host (dev.abc.com). This host container and other containers which are dependencies are created locally on my mac (using docker for mac). So I also run a docker squid cont