LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   linux server not allowing client m/c s to browse websites. (https://www.linuxquestions.org/questions/linux-networking-3/linux-server-not-allowing-client-m-c-s-to-browse-websites-4175429824/)

purshyn 10-01-2012 02:00 AM

linux server not allowing client m/c s to browse websites.
 
hello,

i have linux server for shorewall and squid.
from yesterday client m/c s are unable to browse the websites but able to ping all websites ip adress and https sites are opening..
any help ?

nini09 10-02-2012 02:39 PM

It look like http policy or squid http cache is screwed up.

purshyn 10-03-2012 12:48 AM

ok Thanks for reply.

How to resolve it ?
please help me

nini09 10-04-2012 02:31 PM

Try clean up squid cache at first.

1)Stop squid, and erase all the files in your cache directory
squid -k shutdown
rm -fr /var/lib/squid/cache/*

2)Re-create the swap directory structure
squid -z

3)Start squid again

purshyn 10-05-2012 01:39 AM

thanks for your help.

But still not able to open the websites.
any idea ?

please help me

nini09 10-05-2012 03:41 PM

Then the issue may be in shorewall.
First, yoy can dump shorewall status to check whether any problem report.
shorewall show nat
shorewall show tos
shorewall show log
shorewall monitor [ delay ]
shorewall drop
shorewall reject

Second, if no error report, restart shorewall.
shorewall restart

purshyn 10-09-2012 02:00 AM

shorewall not showing any error
unable to solve the problem.
if you need i can provide a login details.
please help me ?

thanks,

nini09 10-09-2012 02:11 PM

How about drop/reject and monitor report when client do Web browsing.


All times are GMT -5. The time now is 03:26 AM.