Ver Mensaje Individual
  #1 (permalink)  
Antiguo 15/11/2006, 07:46
Avatar de mape367
mape367
 
Fecha de Ingreso: noviembre-2004
Ubicación: CDE, Paraguay
Mensajes: 213
Antigüedad: 19 años, 5 meses
Puntos: 3
Como liberar conexion saliente para FTP?

Buenas,

Amigos, tengo una dificultad, necesito liberar el puerto para establecer conexiones salientes para ftp y el puerto 2082.

Aquie en la empresa anteriormente podia conectarme con FireFTP, una extensión de FireFox cuando con otros clientes FTP no podía hacerlo, pero ahora ya no me conecta. Es que hace poco hicieron muchos cambios en el servidor y el responsable de eso ya no esta.

Aqui les dejo el resultado de iptables -L -v:
Código:
internet:/sbin# iptables -L -v
Chain INPUT (policy DROP 926 packets, 81678 bytes)
 pkts bytes target     prot opt in     out     source               destination                                               
 1040  102K ACCEPT     all  --  lo     any     anywhere             anywhere                                                  
  234 18420 ACCEPT     icmp --  any    any     anywhere             anywhere                                                  
13823 1973K ACCEPT     all  --  any    any     anywhere             anywhere                                                          state RELATED,ESTABLISHED
 1388  184K ACCEPT     all  --  any    any     localnet/24          anywhere                                                          state NEW
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5051
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5052
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5053
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5054
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5010
   13   756 LOG        tcp  --  any    any     anywhere             anywhere                                                          tcp dpt:ssh LOG level warning prefix `FIREWALL - SSH: '
    0     0 LOG        tcp  --  any    any     anywhere             anywhere                                                          tcp dpt:ftp LOG level warning prefix `FIREWALL - FTP: '
    0     0 LOG        tcp  --  any    any     anywhere             anywhere                                                          tcp dpt:telnet LOG level warning prefix `FIREWALL - TELNET: '
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere                                                          tcp dpt:ssh
    0     0 ACCEPT     tcp  --  any    any     201.22.95.63.static.gvt.net.br  a                                              nywhere            tcp dpt:ssh

Chain FORWARD (policy DROP 2 packets, 2128 bytes)
 pkts bytes target     prot opt in     out     source               destination                                               
   50  1920 ACCEPT     icmp --  any    any     anywhere             anywhere                                                  
 162K   61M ACCEPT     all  --  any    any     anywhere             anywhere                                                          state RELATED,ESTABLISHED
 7682  368K ACCEPT     all  --  any    any     localnet/24          anywhere                                                          state NEW
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5051
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5052
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5053
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5054
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere                                                          udp dpt:5010
    0     0 ACCEPT     tcp  --  any    any     10.50.1.0/24         anywhere            tcp dpt:telnet
    0     0 ACCEPT     tcp  --  any    any     10.50.2.0/24         anywhere            tcp dpt:telnet
    0     0 ACCEPT     tcp  --  any    any     10.50.3.0/24         anywhere            tcp dpt:telnet
    0     0 ACCEPT     tcp  --  any    any     10.50.4.0/24         anywhere            tcp dpt:telnet
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:domain
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:www
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:smtp
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:pop3
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:https
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:1863
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:5190
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:gds_db
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:webcache
    0     0 ACCEPT     icmp --  any    any     localnet/24          anywhere
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:domain
    0     0 ACCEPT     udp  --  any    any     anywhere             anywhere            udp dpt:domain
    0     0 ACCEPT     all  --  any    any     192.168.1.100        anywhere

Chain OUTPUT (policy DROP 6272 packets, 691K bytes)
 pkts bytes target     prot opt in     out     source               destination
  731 70579 ACCEPT     icmp --  any    any     anywhere             anywhere
 9494 1499K ACCEPT     all  --  any    any     anywhere             anywhere            state RELATED,ESTABLISHED
  700  106K ACCEPT     all  --  any    any     localnet/24          anywhere            state NEW
    0     0 ACCEPT     tcp  --  any    any     anywhere             anywhere            tcp dpt:domain
 5759  407K ACCEPT     udp  --  any    any     anywhere             anywhere            udp dpt:domain
    0     0 ACCEPT     tcp  --  any    any     localnet/24          anywhere            tcp dpt:ssh
    0     0 ACCEPT     tcp  --  any    any     201.22.95.63.static.gvt.net.br  anywhere            tcp dpt:ssh
    0     0 ACCEPT     icmp --  any    any     anywhere             anywhere
Podrian ayudarme con esto?

Desde ya muchas gracias

Saludos