[squid-users] calamaris

2004-12-02 Thread Mateo Cabrera @ adinet.com.uy
Hi:

I need to make the following report with CALAMARIS 2.99 (beta):

Outgoing request by destination and per user autenticated

Which command or sintaxis i must to use?

Other, how to make graphical reports?, I know that this version support
them.
Thx...in advance.

loop.-



[squid-users] ftp client

2004-12-01 Thread Mateo Cabrera @ adinet.com.uy
HI all:


Somebody knows some FTP client to use behind SQUID?
I need to make UPLOADS via FTP.

I use NON TRANSPARENT proxy configuration.

Thanks, loop.-


[squid-users] FTP PROBLEM....DOS NOT WORK

2004-11-29 Thread Mateo Cabrera @ adinet.com.uy
Hi, guys...


I´ve a problem to use the FTP service trougth the SQUID 2.5 STABLE 5.
This is my squid.conf, and my LAN is 10.1.0.0/16

Thanks...a lot.

Pleasesomebody to tell me if something is wrong or if they lack some
parametres...!!!


###

acl todalared src 10.1.0.0/255.255.0.0
acl todala  proto FTP
always_direct allow todalared


#acl fileupload req_mime_type -i ^multipart/form-data$
#acl javascript rep_mime_type -i ^application/x-javascript$
#
#Recommended minimum configuration:
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 SSL_ports port 443 563
acl Safe_ports port 80  # http
acl Safe_ports port 21  # ftp
acl Safe_ports port 443 563 # https, snews
acl Safe_ports port 70  # gopher
acl Safe_ports port 210 # wais
acl Safe_ports port 1025-65535  # unregistered ports
acl Safe_ports port 280 # http-mgmt
acl Safe_ports port 488 # gss-http
acl Safe_ports port 591 # filemaker
acl Safe_ports port 777 # multiling http
acl CONNECT method CONNECT

#  TAG: http_access
#   Allowing or Denying access based on defined access lists
#
#   Access to the HTTP port:
#   http_access allow|deny [!]aclname ...
#
#   NOTE on default values:
#
#   If there are no access lines present, the default is to deny
#   the request.
#
#   If none of the access lines cause a match, the default is the
#   opposite of the last line in the list.  If the last line was
#   deny, then the default is allow.  Conversely, if the last line
#   is allow, the default will be deny.  For these reasons, it is a
#   good idea to have an deny all or allow all entry at the end
#   of your access lists to avoid potential confusion.
#
#Default:
# http_access deny all
#
#Recommended minimum configuration:





Re: [squid-users] FTP PROBLEM....DOS NOT WORK

2004-11-29 Thread Mateo Cabrera @ adinet.com.uy
Not...the problem does not seem to be this...
See you this following error. and yes...my browser is IE...

##
ERROR
The requested URL could not be retrieved




An FTP authentication failure occurred while trying to retrieve the URL:
ftp://xxx.xxx.xxx.xxx

Squid sent the following FTP command:

PASS yourpasswordand then received this reply
Login incorrect.Your cache administrator is root.






Generated Sun, 28 Nov 2004 21:20:23 GMT by conradpdplinux
(squid/2.5.STABLE5)
##

Yes, it seems a standard error, but I am new with SQUID
thanks loop.-






- Original Message - 
From: Hendrik Voigtländer [EMAIL PROTECTED]
To: Mateo Cabrera @ adinet.com.uy [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 4:22 PM
Subject: Re: [squid-users] FTP PROBLEMDOS NOT WORK




 Mateo Cabrera @ adinet.com.uy wrote:
  Hi, guys...
 
 
  I´ve a problem to use the FTP service trougth the SQUID 2.5 STABLE 5.
  This is my squid.conf, and my LAN is 10.1.0.0/16
 
  Thanks...a lot.
 
  Pleasesomebody to tell me if something is wrong or if they lack some
  parametres...!!!
 

 Let me guess: Internet Explorer? If yes, disable the folder view for ftp.

 Regards, Hendrik Voigtländer



Re: [squid-users] FTP PROBLEM....DOS NOT WORK

2004-11-29 Thread Mateo Cabrera @ adinet.com.uy
OK
I remember you that I can´t to reach none FTP SITE, a restricted site or
anonymous site.

I tried with a simple ftp site with user and password, e.g:
ftp://user:[EMAIL PROTECTED] and did not work
Also i tried with other FTP site, in this case a anonymous site, e.g
ftp://ftp.nai.com (this already exist...!!!), and the same...did not work.


any ideas?
The squid.conf configuration that I sent to them before was correct?
Thanks a lot.

loop.-




- Original Message - 
From: Hendrik Voigtländer [EMAIL PROTECTED]
To: Mateo Cabrera @ adinet.com.uy [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Sent: Monday, November 29, 2004 5:55 PM
Subject: Re: [squid-users] FTP PROBLEMDOS NOT WORK




 Mateo Cabrera @ adinet.com.uy wrote:
  Not...the problem does not seem to be this...
  See you this following error. and yes...my browser is IE...
 
  ##
  ERROR
  The requested URL could not be retrieved
 

 --
--
  
 
  An FTP authentication failure occurred while trying to retrieve the URL:
  ftp://xxx.xxx.xxx.xxx
 
  Squid sent the following FTP command:
 
  PASS yourpasswordand then received this reply
  Login incorrect.Your cache administrator is root.
 
 
 Is the site accessible by anonymous?
 Any chance to post the complete url for testing or is it the same with
 any ftp site?

 Regards, Hendrik Voigtländer