Re: [Trisquel-users] Proxy (Squid3) setup Error

2015-04-07 Thread gadgilaniket

I was able to sort this out. Line in the configuration was not allowing it:
http_access deny all
I changed it to http_access allow all

Now it is working.


[Trisquel-users] Proxy (Squid3) setup Error

2015-04-04 Thread gadgilaniket

I have 2 systems: 1 runs Trisquel 7.0 and other Manjaro 0.8.12.
They are connected through a switch (which gets output from router).
I have connected to internet from Trisquel and want to connect Manjaro  
through it.


In order to do this I tried setting up squid server on triesquel. Manjaro IP  
is allowed in the configuration.
I can ping trisquel IP from Manjaro but cannot connect to Internet with error  
Connection Refused or connection timed out.


Following is the code from the squid.conf:

http_port 3128
acl localnet src 192.168.1.0/24 # RFC1918 possible internal network
http_access allow localnet
http_access allow localhost



Re: [Trisquel-users] Proxy (Squid3) setup Error

2015-04-04 Thread gadgilaniket

Let me try to explain my problem. Forgive for confusion
Both of the systems are connected through wired switch (I dont have any wifi  
device). I can use internet on any one at a time.  However, I want to use  
internet simultaneously on both systems.


For this, I tried to setup squid server (trisquel server with local IP  
192.168.1.1) and use its proxy on other (Manjaro client with local IP  
192.168.1.2).

As of now, I can successfully ping squid server through client.
But, Manjaro client cannot connect to Internet. I get error as connection  
refused. What is going wrong?


Re: [Trisquel-users] Proxy (Squid3) setup Error

2015-04-04 Thread Sachin
I think you didn't configure a transparent proxy.
Did you configure your other system to use the proxy server?

Did you check whether the squid daemon is running and socket connection
has been opened for listening on port 3128?