Network Troublshooting > Linux Proxy Server Support

squid proxy is not working

(1/2) > >>

meetkamboj:
i have configured squid . it is running but client is not accessing internet

kaushalpatel1982:
Thank you for posting. Request you to also provide Configuration and logs to debug the issue.

Avin:
Yes...First post your error log file of squid.
and Did you allow your network traffic in squid with following acl ?

acl our_networks src 192.168.1.0/24                   .....(Your network detail)
http_access allow our_networks

Avin

meetkamboj:
 my network configuration is
acl budha src 192.168.1.0/24
http_access allow budha
visible_hostname dlink
ip configuration of internal lan in server is 192.168.1.1 255.255.255.0 no gateway and dns is same as externel ip
ip configuration of client 192.168.1.2 255.255.255.0 gateway 192.168.1.1 dns 192.168.1.1
lan setting in ie is 192.168.1.1 and port 3128

after this configuration service squid starting but client is not not accessing internet
please help me
i have linux 5.0 installed with two lan.

Avin:
Hi

Is your Linux machine(Squid Server) same as Gateway for your network ? If yes then You also need to configure Firewall (IPTABLE) to act Linux machine as router and pass your internal traffic.

This is good article for setup Linux as Router.
http://www.cyberciti.biz/tips/linux-as-router-for-dsl-t1-line-etc.html

Avin Tokade

Navigation

[0] Message Index

[#] Next page

Go to full version