Malformed Address and Private IP issue

Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) jonachen at cisco.com
Wed Mar 8 20:58:45 GMT 2006


How important is it to type "make install" when I don't wish for the
compiled program install into its default location.  I only want it to
be in in the compiled directory and read rsyncd.conf file.

So when I ran 2.6.6 under "sudo ./rsync --daemon
--config=/etc/rsyncd.conf" under RHEL 3, I basically get the same error
message.

I got rid of "hosts allow =" line  and I still get "malformed address"
in the rsync.log file.   Then a deny of connection from X private
address.


sudo ./rsync -e ssh --archive --sparse --compress --update --progress
--stats -vv --dry-run jonachen at dev1::testdir  .

opening connection using --server --sender -vvunlogDtprSz . testdir 
@ERROR: access denied to testdir from stage02.foo.com (10.10.10.11)
rsync error: error starting client-server protocol (code 5) at
main.c(1171)

> -----Original Message-----
> From: Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco) 
> Sent: Monday, March 06, 2006 4:03 PM
> To: 'Wayne Davison'
> Cc: rsync at lists.samba.org
> Subject: RE: Malformed Address and Private IP issue
> 
> I've tried to use all IP for hosts allow and that does not 
> work either.  It is so strange.  The Malformed address error 
> only happens with private ip and not the INET ip.
> 
> ===
> Update
> ===
> After further investigation, I've found eth1(private ip) uses 
> the same gateway as eth0(INET ip).  The gateway ip is an INET 
> ip which might explain why I am getting malformed address???
> 
> > -----Original Message-----
> > From: Wayne Davison [mailto:wayned at samba.org]
> > Sent: Monday, March 06, 2006 3:22 PM
> > To: Jonathan Chen -X (jonachen - The Armada Group, Inc. at Cisco)
> > Cc: rsync at lists.samba.org
> > Subject: Re: Malformed Address and Private IP issue
> > 
> > On Mon, Mar 06, 2006 at 02:47:48PM -0800, Jonathan Chen -X 
> (jonachen - 
> > The Armada Group, Inc. at Cisco) wrote:
> > > 2006/03/06 14:28:28 [28327] malformed address 
> localhost.localdomain
> > > 2006/03/06 14:28:28 [28327] malformed address dev-01.foo.com
> > > 2006/03/06 14:28:28 [28327] rsync denied on module testdir from 
> > > stage-02.bar.com (10.17.44.85)
> > 
> > I'd suggest upgrading to at least 2.6.6:  the error messages that a 
> > daemon logs for login failures has improved, which should reveal 
> > exactly why the connection is failing to authorize.  Also, 
> some bugs 
> > have been fixed that should hopefully get rid of the "malformed 
> > address" warnings.
> > 
> > ..wayne..
> > 


More information about the rsync mailing list