Question

Squid configuration on a network with dynamic IP Address

Asked by: proman121

I have a network with a broadband connection with dynamic ip address. How do i configure the squid proxy as the isp ip addresses is changing everytime we login. Please click on the following link to view our network diagram http://www.dotweb.in/share-both.jpg

What should be the appropriate IPTABLES commands to enable squid.

Following is our squid.conf file
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
hosts_file /etc/hosts
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
acl all src 0.0.0.0/0.0.0.0
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl to_localhost dst 127.0.0.0/8
acl purge method PURGE
acl CONNECT method CONNECT
cache_mem 1024 MB
http_access allow manager localhost
http_access deny manager
http_access allow purge localhost
http_access deny purge
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
acl lan src 192.168.0.1 192.168.2.0/24
http_access allow localhost
http_access allow lan
http_access deny all
http_reply_access allow all
icp_access allow all
visible_hostname myclient.hostname.com
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
coredump_dir /var/spool/squid

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-11-02 at 23:27:55ID24866301
Topics

Linux Networking

,

ISPs & Web Hosting

,

IP Tables/IP Chains

Participating Experts
2
Points
500
Comments
9

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. squid configuration
    How can I set when I go to internet with port 80 need to put user name and password I put acl Safe_ports port 80 ncsa_users proxy_auth REQUIRED But it not work Below is my squid .conf http_port 3128 hierarchy_stoplist cgi-bin ? acl QUERY urlpath_regex cgi-bin \? no_cac...
  2. A Problem With Squid
    dear friends i have a cisco router which this router is gateway and access server too. i have a linux box too and used for caching with squid and monitoring. operation is fedora core 3 and squid is updated with squid-stable9 rpm package and work correct. my problem is low spe...
  3. Problem with squid ACL when using dansguardian
    Hi, I have a computer running squid 2.6 and dansguardian 2.8. The squid acl only allows a certain block of IPs access to http. This works fine(3128), but when I connect via dansguardian(8080) I have squid telling me that access is denied on all client computers. It se...
  4. Iptables & Squid Rules - Workstations with Dynamic Ip Ad…
    Hi Experts... One of my networks has a Windows 2003 server thats acts as a DHCP to the local network, and i administer a Linux BOX (Debian) with iptables and Squid. The internet access is restricted based on individual policies acording with the CEO. My questions: In Iptab...

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: amitnepalPosted on 2009-11-02 at 23:36:03ID: 25726699

Hi,

This portion of your squid.conf file is for enabling transparent proxy configuration. Since you are looking for the iptables commands, you should be looking to have transparent proxy .  So you are good with this config :

httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

Then , near this line :
acl localhost src 127.0.0.1/255.255.255.255

put  :

acl ournetwork src 192.168.0.0/255.255.255.0
                               ( which means your internal network ) 192.168.0.1 to 192.168.0.254

Now

above this line : http_access allow manager localhost

put :

http_access allow ournetwork

Save the squid.conf file . Your squid configuration is done.

Now for the iptables  :

iptables -t nat -A POSTROUTING -o eth0 -s <local-network_ip/255.255.255.0> -d <ip of squid-box> -j MASQUERADE


then save iptables configuration

You should be good

 

by: proman121Posted on 2009-11-02 at 23:44:36ID: 25726733

Thanks for the quick response.

'ournetwork' is it a generic word which we can use straightaway ?


>iptables -t nat -A POSTROUTING -o eth0 -s <local-network_ip/255.255.255.0> -d <ip of squid-box> -j MASQUERADE



"local-network_ip" you mean 192.168.0.20 (our local nic ip) ?


"ip of squid-box" its a dynamic ip being allotted every time ... which ip should be this ?


 

by: amitnepalPosted on 2009-11-02 at 23:58:15ID: 25726802

ournetwork means you can use any term word to  term your network .

local network ip means 192.168.0.20 .

ip of squid box means internal ip of your squid box, the one that you set for nic1  i guess it is 192.168.0.20 in ur case as per the diagram.

 

by: amitnepalPosted on 2009-11-03 at 00:00:39ID: 25726812

You can also do it this way  :  


iptables -t nat -A PREROUTING -i eth0 -s ! squid-box -p tcp --dport 80 -j DNAT --to squid-box:3128
iptables -t nat -A POSTROUTING -o eth0 -s local-network -d squid-box -j MASQUERADE iptables -A FORWARD -s local-network -d squid-box -i eth0 -o eth0 -p tcp --dport 3128 -j ACCEPT


Where squid-box = internal ip address of squid server

 

by: proman121Posted on 2009-11-03 at 00:26:38ID: 25726921



local network ip means 192.168.0.20 .
ip of squid box means internal ip of your squid box, the one that you set for nic1  i guess it is 192.168.0.20 in ur case as per the diagram.



Im bit confused with this , local ip is 192.168.0.20 , here nic2 is 192.168.0.20 and nic1 is a dynamic ip(external isp ip)




Are these commands correct?
iptables -t nat -A PREROUTING -i eth0 -s ! 192.168.0.20 -p tcp --dport 80 -j DNAT --to 192.168.0.20:3128
iptables -t nat -A POSTROUTING -o eth0 -s local-network -d 192.168.0.20 -j MASQUERADE
iptables -A FORWARD -s local-network -d 192.168.0.20 -i eth0 -o eth0 -p tcp --dport 3128 -j ACCEPT


if i change local-network = 192.168.0.20 , then both source and destination ip's will be 192.168.0.20 ???



 

by: amitnepalPosted on 2009-11-03 at 10:20:14ID: 25731807

Hi,even you have requested to delete the question, you can try it once :

My assumption : eth0 : dynamic IP  , eth1 : 192.168.0.20    

iptables -t nat -A PREROUTING -i eth1 -s! 192.168.0.20 -p tcp --dport 80 -j DNAT  --to 192.168.0.20:3128

iptables -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/255.255.255.0 -d 192.168.0.20 -j MASQUERADE

iptables -A FORWARD -s 192.168.0.0/255.255.255.0 -d 192.168.0.20 -i eth0 -o eth0 -p tcp --dport 3128 -j ACCET

 

by: BlazPosted on 2009-11-04 at 00:05:47ID: 25737272

@proman121

As far as I am concerned amitenpal gave working configurations for your problem and he responded to your additional questions - that is he answered your question. If something is unclear ask further questions.

Always assume that there is "no clear clarity" in your questions and that may cause not very clear answers or additional questions from the experts.

For example although you did draw a network diagram (that is very helpful in understanding in your network setup) you failed to mention what interface is connected to the public IP and what to your LAN. Furthermore we still do not know the netmask on your LAN - is it 255.255.255.0?

 

by: proman121Posted on 2009-11-05 at 18:46:43ID: 31649265

Oops my delayed reply .. created all this mis-understanding.

Apologies for breaching EE etiquette, it happened inadvertently.

I tried what the expert suggested but thats not  working, following is the current status of my problem,

but last few answers by the expert did throw some light on the problem(amitnepal's reply after my question deletion request).

I thank the expert for his sincere efforts in helping me out, there was mis-communication from both ends.. may be for that reason this question could not be closed successfully.

Im awarding the points to the expert for taking pains in solving this problem.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...