Server :: FTP Doesn't Work Through Squid?

May 26, 2010

small office network with Linux CentOS 5.4 internet server. I use Squid 2.6.STABLE21. I have static IP.If I masquerade my small office net FTP works, but if I disable masquerade then FTP doesn't work through Squid.I was trying to stop iptables but the problem was the same.

View 9 Replies


ADVERTISEMENT

Networking :: Squid And IPTABLES - Transparent Proxy Doesn't Work

Jan 12, 2011

I setup squid with transparent proxy and its working, however, when I reboot the server, the proxy server doesnt work unless I run the following.

Code: # squid server IP
SQUID_SERVER="192.168.1.1"
# Interface connected to Internet
INTERNET="eth0"
# Interface connected to LAN
LAN_IN="eth1"
# Squid port
SQUID_PORT="3128"
[Code]...

View 6 Replies View Related

Server :: Squid Doesn't Redirect To Squidguard

Dec 17, 2009

I use CentOS 5.4, Squid version 2.6 , squidGuard version 1.2. Squid works properly, squidGuard also works properli. I want to redirect all requirests from [URL] to [URL]. It seems that squidguard works:

Code:

[root@main ~]# echo "http://www.sex.com 127.0.0.1/ - - GET" | squidguard -c /etc/squid/squidguard.conf
http://www.infoborder.com 127.0.0.1/- - -
[root@main ~]#

But if I want to access site [URL] with a browser which is connected to squid, my browser get me the site [URL]

View 3 Replies View Related

Server :: SQUID 2.7.x And 3.1.x Won't Work As Transparent Proxy ?

Oct 16, 2010

I have installed and tried both squid version as transparent proxy but they just don't work.

I have eth0 which is where my internet comes in and eth1 which is my local network 192.168.1.0/255.255.255.0.

My default firewall policy is to drop input output and forward, i have already set my firewall to accept and workout the squid and it is working.

Here is the relevant rules i have on my firewall:

Code:

Here is the sample conf i am using for squid:

Code:

Always_direct allow all When using version 2.7.x i was able to make it transparent when i used the below rules:

Code:

I readed the Docs on the squid page but the above rules can't be reproduced to 3.1 and i don't wish to use such rules to make it transparent or hidden so i want some help to figure out why it inst transparent.

View 2 Replies View Related

Server :: Squid Forward_for Appears To Not Work?

Jan 8, 2011

I currently have the set up as shown below: [Internet] - [Gateway Appliance] - [Squid Server] - Client Workstations.

I have configured squid 3.1.6 on Ubuntu 10.10 and have got it working. However, When I add the line:

forwarded_for transparent The HTTP Header should remain unaltered (This is my understanding anyway).

What I want to achieve is that when a Client computer connects via the Squid server, it is routed via the Gateway Appliance and out onto the internet. But using the forwarded_for transparent I want the content filter list, to show the source computer as a client IP address and NOT the IP of the squid server.

Is this possible, if so could someone point me in the right direction onto getting it working.

View 4 Replies View Related

Server :: Thunderbird Client Does Not Work Behind Squid / Fix It?

Jan 9, 2010

i have a squid proxy on a centos 5.4 64 Bit machine.
i can share internet on my other boxes hosting centos 32 bit and windows by entering the proxy server IP in the network proxy (centos) internet explorer (windows).
but i cannot get mails on my thunderbird client behind the proxy even though i have included ports 110 and 25 in the squid. i v heard it cannot do it as squid is not imap proxy.

View 13 Replies View Related

Server :: Will Squid Work To Reverse Proxy Non-HTTP Traffic?

Aug 2, 2011

I have searched and searched for a reverse proxy solution for non-website traffic. TCP but not http, on ports other than 80, 443, 8080, etc. Basically I just need a TCP forwarder that works with multiple TCP servers, WITHOUT webpage caching features. I do not need or want any webpage caching. Can squid work as a reverse proxy for TCP traffic without http? The other program I came across in searching was HAproxy. Both programs are for http but I am curious if they would work for TCP servers that do not serve webpages.

View 2 Replies View Related

Server :: Will Squid Or HAproxy Work To Reverse Proxy Non-http Traffic

Apr 19, 2011

Will squid or HAproxy work to reverse proxy non-http traffic? I have searched and searched for a reverse proxy solution for non-website traffic. TCP but not http, on ports other than 80, 443, 8080, etc. Basically I just need a TCP forwarder that works with multiple TCP servers, WITHOUT webpage caching features. I do not need or want any webpage caching. Can squid work as a reverse proxy for TCP traffic without http? The other program I came across in searching was HAproxy. Both programs are for http but I am curious if they would work for TCP servers that do not serve webpages.

View 4 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

Server :: Server Apache Doesn't Work

May 21, 2011

Server Apache doesn't work.Note the LOG line,you cannot modify or delete "logs/"

View 1 Replies View Related

Server :: My Cron Job Doesn't Work

Jun 1, 2010

I have a simple cron job that runs every night & I tested this manually by just running the command as root in bash and all worked fine. It took some time but the crob job finished and I got my results emailed to me perfect / as expected.

Here is root's cron job listing:

Code:

Now I noticed that I never ever got anything emailed to me the following day so I am wondering if perhaps the Cron daemon doesn't have permissions or has an issue running / executing the command rather than when I test the command as 'root'? When I view my logs, I can see the command being executed and don't see any errors however I don't get email results when Cron runs the job rather than me taking the command and running it manually in Bash...then it works. What am I missing?

Code:

View 9 Replies View Related

Server :: Vhosting Doesn't Work On VM?

Apr 17, 2011

host - ubunut 1010 desktop 64bit
virtualizer - VirtualBox ver 3.2.10 r66523
guest (VM) - ubuntu 1010 server 64bit

[code]....

View 1 Replies View Related

Server :: Vsftpd Doesn't Work

Jul 25, 2011

My ftp server runs vsftp. The ftp passive ports stopped working while iptables is running, so users can't ls their dirs. I know that you need to load the modules of ip_conntrack and ip_conntrack_ftp, the problem is when I modprobe ip_conntrack I get the error: FATAL: Module ip_conntract_ftp not found. No that is not a typo. ip_conntract_ftp? Am I missing something?

View 2 Replies View Related

Ubuntu :: 8.10 Server Apt-get Doesn't Work Properly

Apr 25, 2011

I am trying to install some packages in a ubuntu 8.10 server, however, apt-get doesn't work (I get several 'not found' errors). Is there any way to do that? I know this version is probably not supported anymore but I can't just format a customer server because it's OS is outdated...I just can't put my sources.list on it because I am on ubuntu 10.10 and it would download updates for the wrong OS probably causing a huge damage on the old one.

View 9 Replies View Related

Ubuntu :: Ps3 Media Server Doesn't Work?

May 1, 2011

Have done a fresh install of 11.04 32bit and after getting everything to work I have run into a 11.04 killer for me. PS3 Media Server don't work It doesn't detect the PS3 correctly and on the PS3 side it just keeps saying "data corrupted" for every video I try to play. It used to work perfectly on 10.04.

View 3 Replies View Related

Server :: Cronjob Rsync Doesn't Work

Mar 28, 2011

I have a computer that I would like to backup the home directory onto a server. I created a script called wien_backup.sh that contains the following:

#!/bin/bash -l
/usr/bin/rsync -rv --delete-after --ignore-errors -e /usr/bin/ssh root@wngr403-unix2:/home/ /space/systemimager/Wien/

where wngr403-unix2 is the computer I am backing up, and the script is ran from the server. If I run the script by itself, it works just fine. If I run it as a cronjob, the /var/log/syslog says it ran, but it does nothing.

View 6 Replies View Related

Server :: ISPConfig3 Mail Doesn't Work

May 22, 2011

postfix

Code:
# See /usr/share/postfix/main.cf.dist for a commented, more complete version
# Debian specific: Specifying a file name will cause the first
# line of that file to be used as the name. The Debian default
# is /etc/mailname.

[Code].....

Followed [URL] ubuntu 11.04 server

View 3 Replies View Related

Server :: The Sendmail + Dovecot Doesn't Work

Jan 28, 2010

I used fedora12 builded mail server uning sendmail and dovecot at my home, when I at home everything are works fine, no matter I sent email to hotmail, or hotmail sent to my mail server, but I got the problem that I can't access my home server when I at office, the error messages as below:

#telnet xxx.xxx.xxx.xxx 110
-ERR Cannot connect to POP server xxx.xxx.xxx.xxx (xxx.xxx.xxx.xxx:110), connect error 10061
#telnet xxx.xxx.xxx.xxx 25

[code]....

P.S there is no firewall between the my office and home

View 3 Replies View Related

Server :: Snmpwalk Doesn't Work On Local Ip?

Dec 17, 2010

I have a server that has snmp installed(Version is net-snmp-5.3.2.2-9.el5_5.1). This server has 5 n/w interfaces with diferent ip's. My problem is when i try snmpwalk on to the main interface, in my case "bond0" with the assigned ip address there is no response.

eg: snmpwalk v2c -c nature 172.17.241.190
No Response from 172.17.241.190
But when i run the same query with "localhost" snmpd responds.
eg: snmpwalk v2c -c nature localhost

[Code].....

I want to snmpwalk in to the "172.17.241.190".

View 2 Replies View Related

CentOS 5 Server :: SMTP Doesn't Seem To Work

Apr 28, 2010

I have a dedicated server running CentOS 5, Plesk 9.2.2, SMTP Postfix and Courier-IMAP.The issue I have is that on all domains on the server receiving email works fine however sending email never seems to work. This is from email programs, my phone, webmail and PHP. None of them seem to be able to send email. If it is of worth Spam Assassin is running however I don't feel it is causing any problems.

View 7 Replies View Related

Ubuntu :: Login To Workplace Server From 10.04 Doesn't Work

Apr 11, 2011

My mother runs Ubuntu 10.04 on her home computer, but on her workplace they use some version of Windows. Her IT-guy sent her a .rdp-file for logging in to her workplace server. This file doesn't work in Ubuntu, and the IT-department at her job can't solve the problem. Ergo; She's unable to log on to her workplace computer/server from home.

View 3 Replies View Related

Ubuntu :: Upgrade To 10.04 Keyboard Doesn't Work In X Server

May 29, 2011

After I finished upgrading Xubuntu from 9.10 to 10.04, I discovered that my keyboard stopped working in X Server. The upgrade process was running smoothly until the last moment, when it produced some error, which I, unfortunately, did not write down. Anyway, the upgrade has completed; uname shows kernel version 2.6.32-31. Now the keyboard works fine if I select a recovery mode at startup, but if I type 'start gdm' from the shell or select the default option in GRUB while booting, the keyboard becomes unavailable right from the login screen. I can log on using the virtual keyboard, but that's all I can do; the keyboard is still dead.

View 5 Replies View Related

Server :: Yum-updates Configuration - Option Doesn't Work At All

Dec 5, 2010

I can see that in yum-updatesd configuration i can use smtp_server to rely mail notifications as per below outputs from man pages smtp_server SMTP server to use when sending mail, host or a hostort string. Defaults to localhost:25. The problem that this option doesn't work at all and it rely into the local MTA not the one set on the smtp_server

View 2 Replies View Related

Ubuntu :: Samba Server And Windows 7 - User Doesn't Work?

Feb 7, 2010

So here is what I'm trying to do: I want to share a folder and have it so that guests can access it, but only read. I also want to make it possible that I can mount it as a network drive on my Windows 7 machine and login with my linux account so that I can have write access. This is from a completely stock Ubuntu 8.10 and Samba config. Everytime I've tried I've failed to get it working.

View 1 Replies View Related

General :: FEDORA 12 - Mount -t Cifs On A Server Doesn't Work

Sep 28, 2010

Using Fedore 12 I am trying to mount on a server with the following command: # mount -t cifs //samba-pool-suse/pool-suse /mnt -o user=xxxx I was waiting that the system askme the user password and thats all, but the answer is: mount: wrong fs type, bad option, bad superblock on //samba-pool-suse/pool-suse, missing codepage or helper program, or other error (for several filesystems (e.g. nfs, cifs) you might need a /sbin/mount.<type> helper program) In some cases useful info is found in syslog - try dmesg | tail or so using:# dmesg | tail returs: CIFS VFS: cifs_mount failed w/return code = -22

View 3 Replies View Related

Server :: Using Locate With Rm - Doesn't Work When Pathnames Occasionally Contain Spaces

Mar 2, 2011

does anyone know how can I use locate with rm? rm `locate "some file"` does not work when my pathnames occasionally contain:

-spaces and other characters (like + or possibly others that need escaping)
-greek characters

how can I grab line-by-line the output from locate and wrap quotes"" around the paths?

View 5 Replies View Related

CentOS 5 Server :: Makehistory Utility For Innd Doesn't Work

Nov 19, 2009

Trying to migrate our news server to a new instance on centos5 and having issues with the makehistory utility. It errors out and then just creates all null values for the overview database. Here is the output:

[root@server overview]# /usr/lib/news/bin/makehistory -O -x -F
*** glibc detected *** /usr/lib/news/bin/makehistory: free(): invalid pointer: 0x000000000063ce60 ***
======= Backtrace: =========

[Code].....

View 12 Replies View Related

Red Hat / Fedora :: Enabling Mysql In Server (port 3306) It Doesn't Work?

Apr 12, 2011

when i am enabling mysql in server (port 3306) it does'nt work. but when i execute iptables -F it works what may be the reson?

View 6 Replies View Related

Server :: Setup Forward Mails To A User To Procmail Doesn't Work

Jun 1, 2011

I am trying to setup forward mails to a user in my linux server to procmail. But that doesn't work. My $HOME/.forward looks like the following

[Code]....

View 7 Replies View Related







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