Linux / UNIX Tech Support Forum
This is a discussion on How to block windows http request in squid within the Networking, Firewalls and Security forums, part of the Mastering Servers category; Hi I have one gateway server (sme server) with squid is running.I have one broadband internet connection that is available ...
|
|||||||
| Networking, Firewalls and Security No it's not a secret. Talk about firewalls and security issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Hi
I have one gateway server (sme server) with squid is running.I have one broadband internet connection that is available through this sme gateway server. My problem is that i have clients with both Linux and windows.I want to block windows client internet access through this gateway.How can i do this using squid proxy. Please help me Thanks in advance Richard |
| Sponsored Links | ||
|
|
|
|||
|
Any other possible way to block request from windows.Any other firewall or iptables rules to block windows request .Please help me i am realy need this soon
Please help me Thanks in advance |
|
||||
|
Add following to your iptables scripts:
Code:
WINDOWS_IPS="192.168.1.2 192.168.1.5 IP3 IP4 IPn" for i in $WINDOWS_IPS do iptables -A INPUT -s $i -j DROP done
__________________
Vivek Gite Linux Evangelist |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| How to block gtalk messenger through squid | bubloob_13 | Linux software | 0 | 16-04-2007 11:59 AM |
| Conflicting distribution: http://security.debian.org expecte | chiku | Linux software | 0 | 09-04-2007 07:03 AM |
| Configure lighttpd for HTTP authentication client certificat | chimu | Web servers | 1 | 21-12-2006 02:47 AM |
| How to block sites in Squid | joproz | Linux software | 2 | 18-11-2006 05:00 PM |
| Before posting C/C++/QT request | vivek | Coding in General | 0 | 18-03-2005 01:04 PM |