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...
Kindly Do help me in solving the problem
Rohan
_________________________________________________________________ Three simple steps. They guarantee your safety. http://server1.msn.co.in/features/general/SMBvirus/index.asp Protect yourself against the SMB.EXE virus.
On 06/10/03 12:04 +0000, rohan poojary wrote:
Next LUG meet: 12 Oct 2003 around 4 pm - VJTI Mech Dept
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
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
Hi
Enable Ipforwarding & and that machine becomes a gateway for all the lan users. Where the all lan users can access the internet simply by putting in gateway in tcp/ip settings of their machines. What about network security ? if the squid is used for internet access control, Enabling ipforwarding globally doesnt provide security. You will have to put access list (firewall script) as well on the gateway machine to control forwarding of packets using iptables itself.
thanks & regards Ming
--------------------------------- Do you Yahoo!? The New Yahoo! Shopping - with improved product search