Ubuntu :: Setting Up Squid ACL?

Jun 25, 2010

I have the following ACL setup,

Code:
acl whitelist dstdomain "/etc/squid3/whitelist"
acl badURL url_regex "/etc/squid3/websites"
acl badURL url_regex "/etc/squid3/blockdownload"

[Code].....

View 2 Replies


ADVERTISEMENT

Ubuntu :: Setting Up Squid Proxy Server?

Dec 28, 2010

I followed this guide: [URL] and restart the Squid Server with no errors but when I try to SSH into it:

Code:

ssh -L 8080:squidserver:8080 user@squidserver

It just hangs there for a long time, not timing out and eventually (after a long wait) I get this:

Code:

ssh_exchange_identification: Connection closed by remote host

What could be the problem? I can SSH normally into the computer, but not into the proxy server. Do I need to forward the 8080 port on that network?

View 2 Replies View Related

Ubuntu Networking :: Setting Up A Localhost-only Squid Server

Jul 16, 2011

I'm going to be going off to college in the fall and the internet probably won't be blazing fast like it is at home, so I was wanting to set my desktop up so that it would act as a local cache of the parts of the internet i frequent the most, but I can't find anything like that. All the tutorials I've found are either for sharing the load on a server or for setting up a separate machine as the squid.

View 3 Replies View Related

Ubuntu Networking :: Setting Download Limit & Bandwidth Management Using SQUID?

Feb 28, 2010

How to set download limit using SQUID? I want to specify the download limit for a particular list in MB. Is it possible to limit bandwith for some group of machines in network?

View 6 Replies View Related

Networking :: Setting Download Limit And Bandwidth Management Using SQUID?

Feb 28, 2010

How to set download limit using SQUID? I want to specify the download limit for a particular list in MB. Is it possible to limit bandwith for some group of machines in network?

View 1 Replies View Related

Red Hat / Fedora :: Proxy Setting In Squid - Specify Username And Password In Line?

Mar 31, 2010

I am configuring a proxy server in my desktop, which in turn passthough a proxy ( parent proxy ). I have added following line for this

cache_peer proxy.tcs.com parent 8080 0 proxy-only default

But for parent proxy, we have to specify username and password in this line, I am confused here.

login=userassword | PASS | *assword

Here where I have to enter username and password ?

View 1 Replies View Related

Networking :: Setting Up Squid Proxy To Virtual Linux Soho Router?

Mar 31, 2011

i must make this work with the use of virtual pc's. I have vm player and installed fedora ( the latest version ) and one xp . So i have 2 virtual pc's. I'm making it simple for start so i can add more pc's when i see that it is working. I have setup a dhcp server at the fedora virtual pc. The fedora virtual pc is like a soho router. The xp pc is getting ip from dhcp while the fedora one has a static one.

My pc is behind an adsl router. Both virtual pc's can see each other which means i have no connectivity issues.Im trying to setup a squid proxy ( transparent one ) so for example the xp pc can access porn sites and such. I used all required configuration for the squid to work and started the service. Ive also inserted with iptables the commands to forward all incoming port 80 packets to port 3128 ( the squid ). It doesnt seems to be working and i thik i know why but i dont know how to fix it.

Because the xp has a gateway at 192.168.1.1 ( the adsl router ) packets go directly to it and not to the soho router ( fedora virtual pc as i intend to do) What can i do to solve this problem ? How can i forward all packets to go to the fedora virtual pc first and then the fedora pc to forward them (if necessary) to the adsl router? PS. I used Bridged connection on the networking configutration on the vmware player ! If you also want i can post the code for squid or iptables if needed !

View 1 Replies View Related

Server :: Squid Access / Setup Automatically Get The Proxy Setting As Dhcp?

Jun 15, 2011

I my office I have configure dhcp in my centos sever
eth0 for adsl-setup
eth1 for lan 172.16.0.4
I am using squid proxy server for internet access,

in my office all are using laptop through wifi , so i need to configure the browser proxy setting for accessing internet.

is there any way to setup automatically get the proxy setting as dhcp. I have tried transparent proxy but no success.

View 3 Replies View Related

General :: Squid Access / Permission Denied Error From Squid Occur?

Dec 29, 2010

I am using squid to controlling access to the internet all is working fine expect one of the user who is using outside organization portal to connect internet. But whenever he tries to enter in the portal by typing (EXAMPLE)url. Permission denied error from squid occur.

How can i allow this portal in squid. So squid will allow this to access.

View 1 Replies View Related

Server :: Tools - Squid Accounts - To Create - Change - Modify Users Of Squid And To View Their Logs

May 23, 2010

My squid server works fine in fedora 11 system . Is there any web like interface for admins to create,change,modify users of squid and to view their logs.

View 1 Replies View Related

CentOS 5 Server :: Squid Proxy Configuration SQUID 2.6.STABLE21

Jan 17, 2011

I would like to ask some help and tutorial for setting up and how to configure squid proxy server in my (Home PC Server). I am a newbie in Linux Centos. I already installed in my system the CentOS 5.5 . Now, I want to configure it as my internet server, all of my 4 system running in Windows including the laptop I want to connect through my CentOS pc with username authentication. I assign all IP address by static. see tthe attachement in my set up. [url] I just want to know what I need to change and add in my squid config file. And how can I configure properly my CentOS with 2 LAN card as internet server.

View 1 Replies View Related

General :: Setting Time And Date / Setting Calendar Format?

May 14, 2010

Have installed Suse 11.2. how can I change the calendar format dd/mm/yyyy and how to configure the system to sync.from an ntp?

View 1 Replies View Related

General :: Network Setting / Change Eth0 Setting?

May 4, 2010

I have a ubuntu server , can advise if I want to change the network setting ( eg. IP address , gateway address etc ) , which one is the configuration file ? for example , if I want to change eth0 setting , what file I should update ?

View 10 Replies View Related

Ubuntu :: Looking To Set-up A Squid Server?

Feb 7, 2010

I'm looking to set-up a squid server. Are there any good tutorials out there for this?

View 1 Replies View Related

Ubuntu Servers :: How To Run Squid On 10.10?

Feb 23, 2011

I have tried many times for squid proxy cache server on10.10.But invain.

View 3 Replies View Related

Ubuntu Networking :: Using Squid To Appear In Another Country?

Feb 7, 2010

I have a VPS. I intend to use it as a squid server. I need to know how to configure Squid so it works as a simple proxy server. Don't need authenication etc.

View 1 Replies View Related

Ubuntu :: Squid Single PC Configuration?

Apr 3, 2010

I have configured squid in a single PC to save bandwidth and to block some sites.It works fine,but the only drawback is if the user disables the proxy settings in the browser they can able to browse all sites..Is there anyway to force all my browsers to go through proxy??

View 4 Replies View Related

Ubuntu :: Squid Does Not Start After Boot

May 19, 2010

After upgrade to 10.04 squid does not start automatically after boot.

Starting it manually via: sudo start squid works fine.

View 2 Replies View Related

Ubuntu Servers :: Squid 3 Installed But Did Not Run

Jun 3, 2010

I am an avid ubuntu desktop user, however I started working at a company that runs their firewall, mail and proxy server on centos 5.2, all was working well so never needed to tamper with it, however we (myself and the administrator) randomly decided to install squid3 for its features, the install went well, however squid3 didnt run as we wanted it to, after looking into it reading some material on the net, we realised how stupid we were to not to test it -sigh- so weve purged and removed it and reverted back to 2.6, now however we even have issues with that too, we install squid 2.6 and start the service and we get errors that stop, and starting fail, however the status of squid shows its running. How to get it back to working order?

View 3 Replies View Related

Ubuntu :: Webmin/Squid - Allows Only Certain Sites?

Aug 9, 2010

Using 10.4, got the webmin installed and squid. Got my access control list setup.Within the acccess control list setup, I can not go to sites likemethodistmd.org or mollimd.org for whatever reason. But I can go to votekirkland as well as google. Why would webmin and/or squid only work with certain sites within the the defined access control list?

View 9 Replies View Related

Ubuntu Servers :: How To Compile Squid

Mar 12, 2011

I have installed ubuntu in my system .Squid is by default in it. I want to compile delay_pools feature in squid.Normally we download source code file in tar.gz format ,uncompressed itand then install it. If we want to compile any thing we can also do it.Here in my case there is already squid installed during installation process.

View 1 Replies View Related

Server :: Getting So Many Tcp_miss In Squid Ubuntu

Sep 10, 2010

how to trouble shoot the issues on tcp_miss in squid ubuntu

It is really impacting our production as the files are 90% miss

View 1 Replies View Related

Ubuntu Servers :: 9.10 Squid Unrecognized Https_port

Jan 18, 2010

I'm migrating an old squid installation that use "httpd_accel_host" directive to archive the acceleration configuration. What I have is lot internals web servers published through an squid to the rest of the world, some of then http and others https. I try using https_port but when restart squid I get the following message: parseConfigFile: squid.conf:1202 unrecognized: 'https_port'

[Code]....

View 1 Replies View Related

Ubuntu Servers :: Squid Exclude URL From Caching

Feb 17, 2010

How do i exclude some URL from the proxy caching at squid.conf as i dont wont to cache ....., mediacafe etc, I know i can block site by create a file like bad-sites.acl, then adding it to squid.conf but that blocks it.

View 2 Replies View Related

Ubuntu :: Configure SARG To Monitor SQUID?

Mar 8, 2010

How to configure SARG to monitor SQUID?

View 1 Replies View Related

Ubuntu Servers :: Redirect All Network To Squid?

Apr 28, 2010

I've been having a hard time googling and trying to get ALL network connection to be redirected to squid proxy. I couldn't find a proper configuration for ufw or iptables. The ideas are:

1. redirection rule should NOT depend on a specific network inteface, but should work with any connection type, ex.: ppp0 or eth0... 2. firewall rules can be for firehol, iptables, or ufw (the same as iptables, just tell me where to place them). Preferably ufw or gufw. 3. should not interfere on cups web interface and lighttpd server.

BTW: it's not a ubuntu server install

View 6 Replies View Related

Ubuntu Security :: Relation Between Apache & Squid?

Oct 3, 2010

Lately i just installed Ubuntu 10.10 and get my Squid installed.It work much superior than Polipo for cache but i do not understand why i got Apache installed after i installed Squid.Is there any co-relation between Apache and Squid?Does it gonna make me run my own web server?

View 4 Replies View Related

Ubuntu Networking :: Squid And Request From Internet?

Oct 9, 2010

I try use Squid as my proxy server. When I set my firefox to use my proxy server (squid), all is ok, but when I set firefox on another pc (from internet, not local network), all request returned time out turn off my router and connect PC to internet (without router), but still don't work.In iptables is all ok, I think. Where is problem? I think, It isn't problem with squid (because squid don't show error page), but I don't know how fix it

iptables:

Code:

Chain INPUT (policy ACCEPT)
target prot opt source destination
Chain FORWARD (policy ACCEPT)
target prot opt source destination
Chain OUTPUT (policy ACCEPT)
target prot opt source destination

Edit: SSH from remote pc work fine.

View 7 Replies View Related

Ubuntu Networking :: Shutdown Squid Via Web Page?

Feb 28, 2011

I would like to be able to shutdown squid (/etc/init.d/squid stop) via a web URL. Does anybody know if something exists like this, or do I need to write a CGI script or equivalent?FWIW: Yes, I have an 8 year old son that needs some persuasion to GET OFF THE COMPUTER .

View 1 Replies View Related

Ubuntu Servers :: Setup A SQUID Server On Red Hat

Aug 2, 2011

I am trying to set up a SQUID server on my Red Hat Linux 7.3. to act as a cache server.

The machine has 2 network interface:

eth0 172.30.254.4/23
eth1 172.3.254.65/23
Default gateway is 172.30.254.19/23
The hostname is "amelie".

[Code].....

View 2 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved