PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : squid ->mldonkey über 4080



zini2001
05.02.04, 14:03
auf meinem router römert ein squid und ein mldonkey saugt!
von client aus komm ich nicht mehr auf das http interface von mld. das lan netz ist 192.168.2.0/24.

bevor ich mir den squid zugelegt hab, konnte ich den mld über http://192.168.2.1:4080 bedienen. nu nicht mehr, und das nervt.
wie genau muss ich die acl setzen um den mld über port 4080 zu erreichen, der ja offensichtich von squid blockiert wird.

hier meine squid.conf:
#acls
acl FAS_FTP proto 21
acl FAS_HTTPS proto 443 563
acl localhost src 127.0.0.1/255.255.255.255
acl all src 0.0.0.0/0.0.0.0
acl safe_ports port 80 21 443 563 70 210 1025-65535 280 488 591 777
acl connect method CONNECT
acl ssl_ports port 443 563
acl manager proto cache_object
acl internal_net src 192.168.2.0/255.255.255.0

#globals
cache_mgr administrator@ewart.netz
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
client_netmask 255.255.0.0
ftp_user Squid@ewart.netz
append_domain .ewart.netz
error_directory /etc/squid/errors
authenticate_program /usr/sbin/squid_ldapauth
refresh_pattern ^ftp: 1440 20% 10080
refresh_pattern ^gopher: 1440 0% 1440
refresh_pattern . 0 20% 4320
icp_access allow all
miss_access allow all
cache_effective_user squid
cache_effective_group nogroup
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on

logfile_rotate 0
forwarded_for off
cachemgr_passwd disable all
always_direct allow FAS_HTTPS
always_direct allow FAS_FTP
http_port 192.168.2.1:3128
http_port 192.168.2.1:8080
http_port 127.0.0.1:3128
http_port 127.0.0.1:8080
cache_dir ufs /var/cache/squid 200 16 256

#access_lists
http_access allow localhost manager
http_access deny manager
http_access deny !safe_ports
http_access deny connect !ssl_ports
http_access allow internal_net
http_access allow localhost
http_access deny all

EDIT: das ist die fehler seite ich ich dann erhalte:
ERROR
The requested URL could not be retrieved

While trying to retrieve the URL: http://www.ewart.netz:4080/

The following error was encountered:

* Read Error

The system returned:

(104) Connection reset by peer

An error condition occurred while reading data from the network. Please retry your request.

Your cache administrator is administrator@ewart.netz.
Generated Thu, 05 Feb 2004 16:01:24 GMT by server.ewart.netz (Squid/2.4.STABLE7)


welch andere möglichkeiten stehen mir offen die ich noch nicht kennen sollte?
THX
z.

Insulin-Junky
05.02.04, 15:48
hab auch squid laufen und mldonkey auch.
Du musst einfach in der Browser Config einstellen das er für die ip vom mldonkey den proxy eben nicht benutzt und dann funtzt dat auch ;)

zini2001
05.02.04, 16:30
und was genau wird damit umgangen??
das raff ich nicht so ganz......

ich hab mit mit den acl nen zacken aus der krone gebrochen und....
ja soeinfach geht das!!!

gruß
zini