Velocidad de red que sube y baja constantemente sin sentido - Debian Lenny - GNOME

Más que un tema relacionado con Debian (o quizás si), es un tema relacionado con la configuración que tengo en mi pc y mis dos routers.

Dispongo de:

  • Router Monopuerto TECOM AR1061 de Telefonica con ip: 192.168.1.1

Con DMZ activado para la ip: 192.168.1.34 (que es la de mi pc)

  • Router Linksys WRT54GL v1.1 con firmware DD-WRT v.24 SP1

Con DMZ activado para la ip: 192.168.1.34

Además tengo el Firestarter (iptables) con los correspondientes puertos abiertos para Deluge (bittorrent).

La cuestión es que cuando inicio el Deluge la velocidad de subida y bajada va aumentando progresivamente hasta llegar a valores aceptables komete4 :

Descarga: 100 KB/s
Subida: 40 KB/s

Pero de repente comienza a bajar progresivamente hasta quedar a cero, a los 5 (más o menos) segundos vuelve a subir, a los 5 segundos vuelve a bajar, y así sucesivamente. que

Alguna idea? Gracias de antemano. jat

EDITO: Acabo de desinstalar firestarter e instalar Arno-Firewall-Iptables, y me dice que los puertos están abiertos. Aunque todo sigue igual.

Podria ser un capado de timofonica?

A mi telefonica no me ha capado el toorente nunca, ¿puede ser algun problema con la configuracion del bando de ancha del deluge?

Antes tenia instalado xubuntu con la misma configuración del Deluge y no pasaba. No tengo ni idea que puede ser. Estoy volviendo a la mula mientras averiguo porque pasa. Por cierto que conexión tienes? yo 3 Mbps y mi configuración del Deluge es:

En la seccion Red:

Puertos desde 9881 al 9981
Opciones actiavadas:

  • Habilitada la linea principal DHT
  • NAT-PMP
  • Intercambio de clientes
  • Busqueda de clientes locales
  • Prefiere cifrar todo el flujo

En la sección Ancho de banda:

  • Nº maximo de conexiones: 1000
  • Velocidad maxima de bajada: -1
  • Velocidad maxima de subida: -1
  • Nº maximo de ranuras de subida: 15
  • Nº maximo de conexiones medio abiertas: 10
  • Intentos maximos de conexión por segundo: 10
  • Nº maximo de conexiones por torrent -1
  • Nº maximo de ranuras de subida por torrent: -1

Como es tu configuración???

Un saludo

Con esa configuracion estas dejando que hipoteticamente use todo el ancho de banda por el programa ( es lo que indica el -1) con lo que puede que tengas problemas con otros programas, el navegador por ejemplo , yo limitaria la velocidad de subida y de bajada , tambien haria lo mismo con la mula. Mi conexion es tambien de 3 Mps y lo tengo limitado a 300 de bajada y 25 de subida, pero te recomiendo que busquew una guia de configuracion para limitar los parametros a tu gusto.

Pero por acotar el problema, los problemas con la conexion ¿los tienes solo con el deluge o tambien con alguna otra aplicación ?

Ayer deje el amule toda la noche y solo descargó 36 mb... Así que parece que el problema es global. Esta mañana he probado Deluge en Windows y pasaba lo mismo, la velocidad subia y se desplomaba. He comprobado los puertos del Deluge:

Citar

TCP port 9881 open on 88.7.x.x

Yay! :-)

La salida del comando iptables -L :

Citar

adria@debian-desktop:~$ sudo iptables -L
[sudo] password for adria:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state ESTABLISHED
ACCEPT tcp -- anywhere anywhere state RELATED tcp dpts:1024:65535
ACCEPT udp -- anywhere anywhere state RELATED udp dpts:1024:65535
ACCEPT icmp -- anywhere anywhere state RELATED
HOST_BLOCK all -- anywhere anywhere
SPOOF_CHK all -- anywhere anywhere
VALID_CHK all -- anywhere anywhere
EXT_INPUT_CHAIN !icmp -- anywhere anywhere state NEW
EXT_INPUT_CHAIN icmp -- anywhere anywhere state NEW limit: avg 60/sec burst 100
EXT_ICMP_FLOOD_CHAIN icmp -- anywhere anywhere state NEW
LOG all -- anywhere anywhere limit: avg 1/sec burst 5 LOG level info prefix `Dropped INPUT packet: '
DROP all -- anywhere anywhere

Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
ACCEPT all -- anywhere anywhere state ESTABLISHED
ACCEPT tcp -- anywhere anywhere state RELATED tcp dpts:1024:65535
ACCEPT udp -- anywhere anywhere state RELATED udp dpts:1024:65535
ACCEPT icmp -- anywhere anywhere state RELATED
HOST_BLOCK all -- anywhere anywhere
UPNP_FORWARD all -- anywhere anywhere
SPOOF_CHK all -- anywhere anywhere
VALID_CHK all -- anywhere anywhere
LOG all -- anywhere anywhere limit: avg 1/min burst 3 LOG level info prefix `Dropped FORWARD packet: '
DROP all -- anywhere anywhere

Chain OUTPUT (policy ACCEPT)
target prot opt source destination
TCPMSS tcp -- anywhere anywhere tcp flags:SYN,RST/SYN TCPMSS clamp to PMTU
ACCEPT all -- anywhere anywhere state ESTABLISHED
HOST_BLOCK all -- anywhere anywhere
LOG all -f anywhere anywhere limit: avg 3/min burst 5 LOG level info prefix `FRAGMENTED PACKET (OUT): '
DROP all -f anywhere anywhere
EXT_OUTPUT_CHAIN all -- anywhere anywhere

Chain DMZ_INET_FORWARD_CHAIN (0 references)
target prot opt source destination

Chain DMZ_INPUT_CHAIN (0 references)
target prot opt source destination

Chain DMZ_LAN_FORWARD_CHAIN (0 references)
target prot opt source destination

Chain EXT_ICMP_FLOOD_CHAIN (1 references)
target prot opt source destination
LOG icmp -- anywhere anywhere icmp echo-request limit: avg 12/hour burst 1 LOG level info prefix `ICMP-request(ping) flood: '
DROP icmp -- anywhere anywhere icmp echo-request
LOG icmp -- anywhere anywhere icmp destination-unreachable limit: avg 12/hour burst 1 LOG level info prefix `ICMP-unreachable flood: '
DROP icmp -- anywhere anywhere icmp destination-unreachable
LOG icmp -- anywhere anywhere icmp source-quench limit: avg 12/hour burst 1 LOG level info prefix `ICMP-source-quench flood: '
DROP icmp -- anywhere anywhere icmp source-quench
LOG icmp -- anywhere anywhere icmp time-exceeded limit: avg 12/hour burst 1 LOG level info prefix `ICMP-time-exceeded flood: '
DROP icmp -- anywhere anywhere icmp time-exceeded
LOG icmp -- anywhere anywhere icmp parameter-problem limit: avg 12/hour burst 1 LOG level info prefix `ICMP-param.-problem flood: '
DROP icmp -- anywhere anywhere icmp parameter-problem
LOG icmp -- anywhere anywhere limit: avg 12/hour burst 1 LOG level info prefix `ICMP(other) flood: '
DROP icmp -- anywhere anywhere

Chain EXT_INPUT_CHAIN (2 references)
target prot opt source destination
LOG tcp -- anywhere anywhere tcp dpt:0 limit: avg 6/hour burst 1 LOG level info prefix `TCP port 0 OS fingerprint: '
LOG udp -- anywhere anywhere udp dpt:0 limit: avg 6/hour burst 1 LOG level info prefix `UDP port 0 OS fingerprint: '
DROP tcp -- anywhere anywhere tcp dpt:0
DROP udp -- anywhere anywhere udp dpt:0
LOG tcp -- anywhere anywhere tcp spt:0 limit: avg 6/hour burst 5 LOG level info prefix `TCP source port 0: '
LOG udp -- anywhere anywhere udp spt:0 limit: avg 6/hour burst 5 LOG level info prefix `UDP source port 0: '
DROP tcp -- anywhere anywhere tcp spt:0
DROP udp -- anywhere anywhere udp spt:0
ACCEPT udp -- anywhere anywhere udp spt:bootps dpt:bootpc
ACCEPT tcp -- anywhere anywhere tcp dpt:9881
ACCEPT tcp -- anywhere anywhere tcp dpt:9981
ACCEPT tcp -- anywhere anywhere tcp dpt:85
ACCEPT udp -- anywhere anywhere udp dpt:1985

LOG icmp -- anywhere anywhere icmp echo-request limit: avg 3/min burst 1 LOG level info prefix `ICMP-request: '
LOG icmp -- anywhere anywhere icmp destination-unreachable limit: avg 12/hour burst 1 LOG level info prefix `ICMP-unreachable: '
LOG icmp -- anywhere anywhere icmp source-quench limit: avg 12/hour burst 1 LOG level info prefix `ICMP-source-quench: '
LOG icmp -- anywhere anywhere icmp time-exceeded limit: avg 12/hour burst 1 LOG level info prefix `ICMP-time-exceeded: '
LOG icmp -- anywhere anywhere icmp parameter-problem limit: avg 12/hour burst 1 LOG level info prefix `ICMP-param.-problem: '
LOG tcp -- anywhere anywhere tcp dpts:1024:65535 flags:!FIN,SYN,RST,ACK/SYN limit: avg 3/min burst 5 LOG level info prefix `Stealth scan (UNPRIV)?: '
LOG tcp -- anywhere anywhere tcp dpts:0:1023 flags:!FIN,SYN,RST,ACK/SYN limit: avg 3/min burst 5 LOG level info prefix `Stealth scan (PRIV)?: '
DROP tcp -- anywhere anywhere tcp flags:!FIN,SYN,RST,ACK/SYN
LOG tcp -- anywhere anywhere tcp dpts:0:1023 limit: avg 6/min burst 2 LOG level info prefix `Connection attempt (PRIV): '
LOG udp -- anywhere anywhere udp dpts:0:1023 limit: avg 6/min burst 2 LOG level info prefix `Connection attempt (PRIV): '
LOG tcp -- anywhere anywhere tcp dpts:1024:65535 limit: avg 6/min burst 2 LOG level info prefix `Connection attempt (UNPRIV): '
LOG udp -- anywhere anywhere udp dpts:1024:65535 limit: avg 6/min burst 2 LOG level info prefix `Connection attempt (UNPRIV): '
DROP tcp -- anywhere anywhere
DROP udp -- anywhere anywhere
DROP icmp -- anywhere anywhere
LOG all -- anywhere anywhere limit: avg 1/min burst 5 LOG level info prefix `Other-IP connection attempt: '
DROP all -- anywhere anywhere

Chain EXT_OUTPUT_CHAIN (1 references)
target prot opt source destination
ACCEPT all -- anywhere anywhere

Chain HOST_BLOCK (3 references)
target prot opt source destination

Chain INET_DMZ_FORWARD_CHAIN (0 references)
target prot opt source destination

Chain LAN_INET_FORWARD_CHAIN (0 references)
target prot opt source destination

Chain LAN_INPUT_CHAIN (0 references)
target prot opt source destination

Chain MAC_FILTER (0 references)
target prot opt source destination

Chain RESERVED_NET_CHK (0 references)
target prot opt source destination
LOG all -- 10.0.0.0/8 anywhere limit: avg 1/min burst 1 LOG level info prefix `Class A address: '
LOG all -- 172.16.0.0/12 anywhere limit: avg 1/min burst 1 LOG level info prefix `Class B address: '
LOG all -- 192.168.0.0/16 anywhere limit: avg 1/min burst 1 LOG level info prefix `Class C address: '
LOG all -- link-local/16 anywhere limit: avg 1/min burst 1 LOG level info prefix `Class M$ address: '

También pensé que podria ser un problema de sobrecalentamiento del router, ya que al abrirlo hoy he visto que el chip no tiene ni un mísero disipador, y se calentaba muchísimo, así que le he acoplado un ventilador de 8 cm., el cual ha reducido la temperatura considerablemente, pero sigue pasando lo mismo. No se que hacer ya cry

Si bajas algo pesado desde un navegador con el amule y el deluge sin funcionar, por ejemplo un dvd de instalacion de Debian via http, ¿te ocurre lo mismo? . La configuracion del deluge en windows ¿es la misma?
¿has probado a limitar el ancho de banda del amule y el deluge?.

Otra opcion es que contactes con el servicio tecnico de tu proveedor ( telefonica ) en el momento en que la conexion sea mala, tienen herramientas para comprobar si la conexion que te llega a tu modem es correcta.

Lo extraño es que en descarga directa via http llega a los 316 KB/s y se manteniene, no bajando de los 300, además que en Windows juego a Call of Duty 2 por internet y no tengo ningún problema de lag, con un ping bastante bueno. Si, la configuración en windows del deluge era la misma, y si,también he probado a limitar el ancho de banda, pero nada.
Como bien dices, llamaré al servicio técnico porque esto no es normal, que con un cambio de router vaya mal.

Gracies por tu interés y ayuda cnicolas komete4 , a ver si consigo solucionarlo.

Un saludo!!