Re: [squid-users] Running squid on a machine with only one network interface.

2016-06-28 Thread Amos Jeffries
On 29/06/2016 1:49 a.m., Ataro wrote: > Hi and thanks for your help. > > as for your request, here's the content of my IPFW rules and my squid > configuration: > > IPFW rules: > > ipfw -f flush > ipfw add 50 pass all from any to any via lo0 > ipfw add 100 pass all from any to any proto udp > ip

Re: [squid-users] Running squid on a machine with only one network interface.

2016-06-28 Thread Ataro
iginal Message ---- Subject: Re: [squid-users] Running squid on a machine with only one network interface. Local Time: June 27, 2016 11:56 PM UTC Time: June 27, 2016 8:56 PM From: antony.st...@squid.open.source.it To: at...@protonmail.ch On Monday 27 June 2016 at 22:45:19, Ataro wrote: &g

Re: [squid-users] Running squid on a machine with only one network interface.

2016-06-27 Thread Benjamin E. Nichols
You clowns are over complicating this. Simply add a firewall rule allowing the ip of the squid box to bypass your redirect rule. ( squid has to be able to bypass your port 80 redirect rule to fetch http data from the web, hence, forward loop error ) -- Signed, Benjamin E. Nichols http://ww

Re: [squid-users] Running squid on a machine with only one network interface.

2016-06-27 Thread Amos Jeffries
On 2016-06-28 08:57, Antony Stone wrote: On Monday 27 June 2016 at 22:45:19, Ataro wrote: Hi there, I've set up a FreeBSD machine inside a VirtualBox machine and used IPFW to forward all the requests to the internet through a squid server running on the same machine in port 3128 in intercep

Re: [squid-users] Running squid on a machine with only one network interface.

2016-06-27 Thread Antony Stone
On Monday 27 June 2016 at 22:45:19, Ataro wrote: > Hi there, > > I've set up a FreeBSD machine inside a VirtualBox machine and used IPFW to > forward all the requests to the internet through a squid server running on > the same machine in port 3128 in intercept mode. Please show us your IPFW rul

Re: [squid-users] Running squid on a machine with only one network interface.

2016-06-27 Thread Benjamin E. Nichols
Did you add a firewall rule to allow your squid box/ip to go direct? You need to, otherwise youll be sending your traffic in a loop. On 6/27/2016 3:45 PM, Ataro wrote: Hi there, I've set up a FreeBSD machine inside a VirtualBox machine and used IPFW to forward all the requests to the inter

[squid-users] Running squid on a machine with only one network interface.

2016-06-27 Thread Ataro
Hi there, I've set up a FreeBSD machine inside a VirtualBox machine and used IPFW to forward all the requests to the internet through a squid server running on the same machine in port 3128 in intercept mode. The problem is that I get 403 http responses on every site I try to access to, even