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

Reply via email to