Amanda-Users

Re: could not connect DATA stream

2007-11-05 08:01:03
Subject: Re: could not connect DATA stream
From: Jean-Louis Martineau <martineau AT zmanda DOT com>
To: fedora <zuki AT abamon DOT com>
Date: Mon, 05 Nov 2007 07:52:17 -0500
fedora wrote:
this is the logs on dumper on server:

dumper: connect_portrange: connect from 0.0.0.0.50000 failed: Connection
timed out
dumper: connect_portrange: connect to 202.53.250.159.37782 failed:
Connection timed out
dumper: stream_client: Could not bind to port in range 50000 - 50100.
dumper: connect_port: Try port 50000: Available - dumper: connect_portrange: connect from 0.0.0.0.50000 failed: Connection
timed out
dumper: connect_portrange: connect to 202.53.250.159.37782 failed:
Connection timed out
dumper: stream_client: Could not bind to any port: Connection timed out
security_seterror(handle=0x99b2ff0, driver=0x7dd0e0 (BSD) error=can't
connect stream to abc.com port 37782: Connection timed out)

I already allowed port range 50000-50100 (tcp) and 10080 (udp) in my
firewall.
Are you sure you did it correctly?
 server udp port 512-1024 to client udp port 10080
 server tcp port 50000-50100 to client any port.

You should try the 'bsdtcp' auth, it is more firewall friendly, it only use:
 server tcp port 512-1024 to client tcp port 10080

Jean-Louis