General :: Unable To Connect To FTP Server With SQUID
Apr 1, 2011
I have Squid 2.5 stable3 in a RedHAt machine, the problem i have is that i can't connect to an FTP site, i got the squid screen:
An FTP authentication failure occurred while trying to retrieve the URL: [URL]
Squid sent the following FTP command:
PASS <yourpassword>and then received this reply User anonymous cannot log in.Your cache administrator is root.
I'm able to browse anonymous FTP sites like ftp://ftp.ea.com, but not any with authentication.
i have setup
acl FTP proto allow ftp
http_access allow ftp
but still can't connect. I also can't connect to secure port 443 for an application in th network.
when i connect the machines outside te SQUID i can use the ftp and secure ports.
View 2 Replies
ADVERTISEMENT
Apr 28, 2011
how to connect the database to proxy server.example:: this is the acl in squid.conf to block the website.the keyword that want to block store in file .txt
acl block_advertisers urlpath_regex -i �/etc/squid/
block_advertisers.txt�
acl block_entertainment urlpath_regex -i �/etc/squid/
[code]...
a bit info, the data that stored in database is a keyword to block the website if a keyword in blacklist match with the url that want access by user. if match so then the user cannot access the website.
View 6 Replies
View Related
May 13, 2010
i am unable to connect to FTP server using squid
here is my config
Quote:
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 10.0.0.0/8 # RFC1918 possible internal network
[Code]...
I get msg windows cannot access the FTP folder operation timed out
View 3 Replies
View Related
May 18, 2011
I am using squid 3.1.12 as a proxy cache. All the requests initially land on a Apache server which acts as a reverse proxy server, the Apache redirects some URLs based on the context to Squid server. This Squid server based on the URL needs to forward the request to the specific tomcat server where the application is deployed. I am able to configure just for one application but how do I configure multiple tomcat servers(each tomcat having different application deployed on it). Squid needs to redirect based on the URL.In Squid.conf I made the following changes
[URL]
cache_peer abc.dev2.xxx.com parent 8080 0 no-query originserver refresh_pattern -i /ABC144020%1440 override-expire override-lastmod reload-into-ims ignore-reload
#cache_peer def.dev2.xxx.com parent 8080 0 no-query originserver
[code]....
Here Squid is deployed on my host [URL], Apache redirects any URLS with the context 'ABC' or 'DEF' to squid. Squid needs to redirect it to the individual hosts thats [URL] or [URL] based on the URL. I have commented the entry for DEF in my squid.conf as it was not working. But it does work for any URLs with ABC as the context.
View 1 Replies
View Related
Aug 5, 2011
On the server having live ip address, I have installed vnc server using:
yum install vnc-server
yum groupinstall "X Window System" "GNOME Desktop Environment"
yum install xinetd vnc-ltsp-config
/sbin/chkconfig xinetd on
/sbin/chkconfig vncts on
/sbin/service xinetd restart
On my local machine connected to internet via LAN, I have installed vnc viewer using: yum install vnc When I connect to the vnc server using vncviewer ipaddressofvncserver:1 it shows unable to connect to host. No route to host (113)
View 3 Replies
View Related
Feb 18, 2011
Unable to run programs as su - (root) from command line. example: kfind or yast2error:cannot connect to X ServerAfter I exit as root, I am able to excute both commands successfully.I will not work as su -. Operating System: SLES 9 (using KDE).
View 2 Replies
View Related
Feb 11, 2010
I am not able to connect to Mysql using hibernate.
Is there any configuration in my.cnf or any where i used:
This configuration in my.cnf but still i am not able to connect. Can any one helps me. I am newer to mysql,
Why to use debian.cnf,mysqld_safe_syslog.cnf
View 1 Replies
View Related
May 4, 2010
I'm trying to setup PS3 media server on my new OpenSuse 11.2 and I'm being unable to connect to the PS3. The multimedia server seems to being working ok, only it has not appear on XMB.
I've been searching on PS3 Media Server forums and try a couple of solutions regarding /etc/hosts and adding full qualified domain name of server to it, but it doesn't seems to work.
View 9 Replies
View Related
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
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
Jul 28, 2010
I am not able to connect samba server from other linux pc giving error: NT Authentication Failure
But am able to access through anonymous login from linux Same is working fine will all smb users through windows. I am using rhel 5.
View 3 Replies
View Related
Feb 10, 2011
I've set up Ubuntu 9.04 (desktop) at home in a lab environment (workgroup rather than domain) and have configured Squid. Everything works fine but, when I took it to the next level and made the proxy transparent, my problems began. I can still access sites (having pointed the XP Pro client to the squid box as the DG) and the sites are logged in /var/log/squid/access.log but I am unable to use Outlook to access my SMTP and POP3. I guess that the setup is blocking ports 25 and 110 and I'll need to configure iptables to forward packets destined for these ports directly to the "real" DG, rather than the Squid box. Here's the set up:
A single NIC (eth0) on 172.19.0.250 / 16 (static) ADSL router ("real" DG) on 172.19.0.1 I executed iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 My squid.conf:
Code:
acl all src all
acl manager proto cache_object
acl localhost src 127.0.0.1/32
acl to_localhost dst 127.0.0.0/8
acl localnet src 10.0.0.0/8# RFC1918 possible internal network
acl localnet src 172.16.0.0/12# RFC1918 possible internal network
acl mynet src 172.19.0.0/16
[Code]....
View 6 Replies
View Related
Jul 12, 2011
I run my own mail server. There's only one part that isn't working and I can't seem to figure out why: sending mail from a client - in this case, Thunderbird.
I can send mail off-server just fine if I log in via telnet. I can receive email just fine with Thunderbird.
Here are my relevant configs:
/etc/postfix/main.cf:
Code:
queue_directory = /var/spool/postfix
message_size_limit = 102400000
mailbox_size_limit = 1024000000
command_directory = /usr/sbin
[Code].....
View 3 Replies
View Related
Jun 30, 2011
I couldn't connect my Micromax 300G modem in Debian Linux. From internet (in Windows Vista), I came across the information of USB_ModeSwitch and then I downloaded it. While going to install it, I came across the problem that TCL-interpreter is not available in Debian Linux. Then again I restarted my laptop in Windows Vista and connected my Micromax modem and from internet downloaded TCL8.5.10-src.tar.gz. But while going to install it, I came across the problem that " configure: error: no acceptable C compiler found in $PATH " . Also as presently, I am unable to connect my modem therefore I am unable to issue the code:" apt-get update ".
View 16 Replies
View Related
Dec 20, 2010
I am using Red Hat Linux and i want to to configure SQUID server on it. The server has two Lan cards.WAN eth0 192.168.1.200LAN eth1 192.168.1.210 I have a static IP from my ISP. In my private network i have 40 computers running windows xp and fedora ,ubuntu as a destop pc's from range of 192.168.1.10 to 192.168.1.40 In my server computer I can brows internet because it is directly connected with the ISP.For configuring squid should I first make this computer as a gatewat by packet forwarding i.e # echo 1 > /proc/sys/net/ipv4/ip_forwardand then configure for squid server
View 1 Replies
View Related
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
Apr 23, 2011
How to do bandwidth throttling in Squid server? i wan to set particular bandwidth for particular ip, how to do it in Squid server?
View 1 Replies
View Related
Sep 20, 2010
I need to run multiple squid instances on my server , I am running squid version squid-2.7.STABLE5-1.el4 on RHEL 4.7 , kindly tell me how to do so. by the way , I need to run two instance because i need to configure my proxy to act as a reverse proxy and a forward proxy, and people told me that you cannot run a forward and reverse proxy on the same instance.
View 4 Replies
View Related
Feb 10, 2010
I am a newbie to SQUID.How to configure it and make it active in my system?
View 1 Replies
View Related
Jul 5, 2010
I am using squid server. I want to redirect one perticular url request to other squid proxy server .
View 1 Replies
View Related
Jun 30, 2010
I am trying to install Squid 2.6 as Transparent proxy server.Can anyone provide the step by step configuration details
View 8 Replies
View Related
Feb 15, 2011
I want to monitor the bandwidth used by each user in my proxy server.
View 1 Replies
View Related
Aug 19, 2010
i installed squid 2.6 proxy server on centos 5.4,squid performs services very nice but after reboot the system.it shows a just black screen written with " GRUB_ " and held the boot process,tell me what should i do ?
View 1 Replies
View Related
Apr 12, 2011
how do i configure squid proxy server in centos 5.5 final text mode only to block facebook from 9am to 4pm
View 3 Replies
View Related
Apr 7, 2010
How do I install squid on Ubuntu Server Edition 9.1?
View 2 Replies
View Related
Mar 13, 2010
I am recently install Linux CentOS 5.3 and configure squid proxy server but when i start squid following messege are display:
Why squid display messege:
View 3 Replies
View Related
Nov 27, 2009
I'm trying to record video of a game I am playing. I am using gtk-recordmydesktop but it records the audio from my mic. This is obviously not what I want. The apparent solution was jack, but I've been having a hard time getting it to run. According to #fedora I was told to get qjackctl and jack capture. When I try to run qjackctl and click the "start" button I get this long nasty error:
Code:
15:11:41.006 Patchbay deactivated.
15:11:41.008 Statistics reset.
15:11:41.024 ALSA connection graph change.
15:11:41.240 ALSA connection change.
15:11:42.091 Startup script...
15:11:42.091 artsshell -q terminate
15:11:42.532 Startup script terminated with exit status=256.
15:11:42.533 JACK is starting...
15:11:42.533 /usr/bin/jackd -R -dalsa -dhw:0 -r48000 -p1024 -n2
15:11:42.538 JACK was started with PID=4302.
*** buffer overflow detected ***: /usr/bin/jackd terminated .....
15:11:42.589 JACK has crashed.
jackd: no process killed
15:11:43.015 Post-shutdown script terminated with exit status=256.
15:11:44.683 Could not connect to JACK server as client. - Overall operation failed. - Unable to connect to server. Please check the messages window for more info.
View 5 Replies
View Related
May 11, 2010
I am not able to connect to the Remote VNC Server..Error: ConnectToTcpAddr: connect: Connection refused.
View 6 Replies
View Related
May 22, 2010
I'm having a real problem with intermittent ssh disconnections?It's the same thing regardless if it's over ethernet or wireless, and nfs shares don't have any problems at all.
View 1 Replies
View Related
Apr 8, 2011
I'm trying to run Debian server in our network. We have SSG5 Juniper Firewall set up to route traffic from our trusted network 192.168.50.0/24 to our DMZ 93.153.125.224/28I can connect / ping all Windows servers which are in DMZ. When I try to connect my Debian server instead of one of the server's static IP I'm unable to connect or ping to it. The server itself is able to connect to internet resolve DNS if I allow connection to our trusted network I'm able to ping or connect to any computer in trusted network but still unable to ping from trusted to DMZ. The SSG5 policy is set up to allow any connection from trust to DMZ and interface is set up to route all traffic.I have tried to trace the ping It'll go through firewall right to the interface needed but then it'll time out as like the server is not connected at all.
View 1 Replies
View Related