nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

How to enable squid proxy to accept webtraffic from two netw

This is a discussion on How to enable squid proxy to accept webtraffic from two netw within the Linux software forums, part of the Linux Getting Started category; Dear All I have two segment of network, one is 192.168.1.0 and other one is 192.168.100.0 My Airtel broadband connection ...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 03-27-2007, 07:54 PM
Member
User
 
Join Date: Nov 2006
Location: Bangalore
Posts: 32
Rep Power: 0
bubloob_13
Default How to enable squid proxy to accept webtraffic from two netw

Dear All

I have two segment of network, one is 192.168.1.0 and other one is 192.168.100.0
My Airtel broadband connection is comes under 192.168.1.0 network and net connection is
shared to users by squid proxy. I have redhat 9, where i have configured transparent squid proxy
my proxy server ip is 192.168.1.6, both the network is connected to my cisco firewall.

Enabled the access list to ping my proxy server from 192.168.100.0 network. But my clients
PC's are not able to access internet from 192.168.100.0 network.

Web traffic also enabled in firewall to pass through from 192.168.100.0 , but still i am not able to
browse.

Is't required my proxy server should be connected 192.168.100.0 to receive web traffic??
Herewith enclosed my squid.conf for your reference.


#acl all src 0.0.0.0/0.0.0.0
acl lan1_blr src 192.168.1.0/255.255.255.0
acl lan2_blr src 192.168.100.0/255.255.255.0
acl msn_hosts src "/etc/squid/msn_hosts"
acl allowed_machines src "/etc/squid/allowed_machines"
acl support_staff src "/etc/squid/support_staff"
acl callcenter src "/etc/squid/callcenter"

acl rejected_urls url_regex "/etc/squid/rejected_urls"
acl allowed_urls dstdomain "/etc/squid/allowed_urls"
acl msn dstdomain "/etc/squid/msn"

http_access allow msn_hosts msn
http_access deny rejected_urls
http_access deny !allowed_machines
http_access deny !lan1_blr !lan2_blr
#http_access allow msn_hosts msn
http_access allow callcenter allowed_urls allowed_machines
http_access allow support_staff !callcenter
http_access allow all

Can anyone help me to solve this.....
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 04-05-2007, 08:33 PM
Member
User
 
Join Date: Nov 2006
Location: Bangalore
Posts: 32
Rep Power: 0
bubloob_13
Default

My problem sorted out, problem lies in my firewall , not enabled to port 8080 ( Proxy port) in firewall IOS. Open the port, it's working fine.

Thanks a lot guys.
Reply With Quote
  #3 (permalink)  
Old 12-30-2007, 02:08 PM
Junior Member
User
 
Join Date: Nov 2007
My distro: Fedora
Posts: 10
Rep Power: 0
laluvirtual is on a distinguished road
Default

i have same problem
__________________
Click here for latest IT stuff
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Restrict number of simultaneous proxy connections in SQUID proxy pkvmreddy Getting started tutorials 1 06-15-2007 04:52 PM
How to allow MSN messenger through squid proxy bubloob_13 Linux software 4 04-08-2007 10:37 AM
how to enable microsoft outlook in squid kamran96102 Networking, Firewalls and Security 10 02-23-2007 09:37 PM
Problems With SQUID Proxy rcordeiro Linux software 25 01-04-2007 02:39 PM
Squid Proxy bubloob_13 Linux software 4 12-04-2006 12:26 AM


All times are GMT +5.5. The time now is 10:26 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36