Hi.. I am having problem in configuring my Squid Server.. Problem is that.. i able to access net through port 80 and the default
ports
tht are mentioned in /etc/squid/squid.conf file... I want to all my port open for two way communication.. Like as of now i am not able to connect thru..Kmail service...
/sbin/iptables -t nat -A POSTROUTING -s 192.168.0.0/24 -j MASQUERADE Devdas Bhagat
Pl enable packet forwarding .. echo 1 > /proc/sys/net/ipv4/ip_forward or edit file /etc/sysctl.conf and replace following line with the below line
net.ipv4.ip_forward = 0 replace with net.ipv4.ip_forward = 1
Regards,
Sachin