[Previo por Fecha] [Siguiente por Fecha] [Previo por Hilo] [Siguiente por Hilo]

[Hilos de Discusión] [Fecha] [Tema] [Autor]

[Sop.Tec.LinuxPPP] transferencia MSN + Squid




Que tal linuxeros

Tengo un problema con la transferencia de archivos con el MSN y el FTP
actualmente instale el squid e hice el enmascaramieno funciona muy bien
con las restricciones y el ICQ pero no quiere funcionas con las
transfrerncias
de aechivos.
Saben como puedo corregir este problema

En la parte inferior les anexo la conf del squid.conf y como enmascare

gracias!!!

http_port 3128
dead_peer_timeout 10 seconds
cache_mem  64 MB
cache_swap_low	90
cache_swap_high 95
maximum_object_size 8000 KB
ipcache_size 1024
ipcache_low  90
ipcache_high 95
fqdncache_size 1024
cache_access_log /var/log/squid/access.log
cache_log /var/log/squid/cache.log
cache_store_log /var/log/squid/store.log
emulate_httpd_log off
mime_table /etc/squid/mime.conf
log_mime_hdrs off
useragent_log none
pid_filename /var/run/squid.pid
debug_options ALL,1
log_fqdn on
client_netmask 255.255.255.0
dns_nameservers 192.100.168.8 192.100.168.10
wais_relay_host localhost
wais_relay_port 8000
refresh_pattern 	^ftp:		1440	20%	10080
refresh_pattern 	^gopher:	1440	0%	1440
refresh_pattern 	.		0	20%	4320
reference_age 1 month
quick_abort_min 16 KB
quick_abort_max 16 KB
quick_abort_pct 95
negative_ttl 5 minutes
positive_dns_ttl 6 hours
negative_dns_ttl 5 minutes
connect_timeout 120 seconds
siteselect_timeout 4 seconds
read_timeout 15 minutes
request_timeout 60 seconds
client_lifetime 1 day
half_closed_clients on
pconn_timeout 120 seconds
ident_timeout 10 seconds
shutdown_lifetime 30 seconds
# Access Control List of Daniel Morales
acl dns2 src 148.243.103.0/255.255.255.128
acl dns3 src 192.100.168.0/255.255.255.0
acl dns4 src 10.3.0.0/255.255.255.0

# Restricion de Accesos
acl add.deny dst "/etc/squid/add.deny"
acl all src "/etc/squid/www.usuarios"

# Defaults:
acl manager proto cache_object
acl localhost src 127.0.0.1/255.255.255.255
acl SSL_ports port 443 563
acl Safe_ports port 80 21 443 563 70 210 1025-65535
acl CONNECT method CONNECT
#Default configuration: B
http_access allow manager localhost
http_access deny manager
http_access deny !Safe_ports
http_access deny CONNECT !SSL_ports
http_access deny add.deny
# INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS
http_access allow localhost
http_access allow !dns2 !dns3 !dns4
http_access allow all
icp_access allow all
miss_access allow all
cache_mgr root
cache_effective_user squid
cache_effective_group squid
visible_hostname lo.grupoaltec.com.mx
announce_period 1 day
httpd_accel_host lo.grupoaltec.com.mx
httpd_accel_port 3128
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
dns_testnames net3cape.com internic.net nlanr.net microsoft.com
logfile_rotate 0
append_domain .grupoaltec.com.mx
tcp_recv_bufsize 0 bytes
err_html_text mailto:morales en grupoaltec com mx
memory_pools on
store_avg_object_size 13 KB
store_objects_per_bucket 50
error_directory /etc/squid/errors
minimum_retry_timeout 5 seconds
maximum_single_addr_tries 3
snmp_port 3401

Enmascaramiento
-
echo 1 > /proc/sys/net/ipv4/ip_forward
/sbin/ipchains -A forward -j MASQ -s 10.3.0.0/24 -d 0.0.0.0/0


____________________________________________
Lic. Daniel Horacio Morales Sosa.
E-Mail morales en grupoaltec com mx
Datasys Morelos - Grupo ALTEC
Av. Morelos Sur Nº. 178 Local E-7 Plaza Esmeralda
Col. Centro C.P. 62000 Cuernavaca Morelos
Tel/fax: +52 (7) 314-14-14

____________________________________________
Lic. Daniel Horacio Morales Sosa.
E-Mail morales en grupoaltec com mx
Datasys Morelos - Grupo ALTEC
Av. Morelos Sur Nº. 178 Local E-7 Plaza Esmeralda
Col. Centro C.P. 62000 Cuernavaca Morelos
Tel/fax: +52 (7) 314-14-14

---------------------------------------------------------------------
Lista de soporte de LinuxPPP
 Reglas de la lista en http://linuxppp.com/reglas.html



[Hilos de Discusión] [Fecha] [Tema] [Autor]