Lachlan Cranswick
2002-May-13 14:47 UTC
rsync: network "bind interfaces only" command for rsync?
Hi, Is there a network interface listen command for rsync so that for a system with multiple network cards and multiple IP addresses - rsync will only be visible on a defined interface and defined IPs? Like in samba?: e.g., bind interfaces only = True interfaces = eth0 193.xy.zz.aa 193.xy.zz.ab Can't seem to find such a thing in the documentation. Cheers, Lachlan. ----------------------- Lachlan M. D. Cranswick Collaborative Computational Project No 14 (CCP14) for Single Crystal and Powder Diffraction Birkbeck University of London and Daresbury Laboratory Postal Address: CCP14 - School of Crystallography, Birkbeck College, Malet Street, Bloomsbury, WC1E 7HX, London, UK Tel: (+44) 020 7631 6850 Fax: (+44) 020 7631 6803 E-mail: l.m.d.cranswick@dl.ac.uk Room: B091 WWW: http://www.ccp14.ac.uk/
tim.conway@philips.com
2002-May-14 06:46 UTC
rsync: network "bind interfaces only" command for rsync?
Might the --address= option below, in conjunction with your IP filtering, do what you want? ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ --address By default rsync will bind to the wildcard address when run as a daemon with the --daemon option or when con- necting to a rsync server. The --address option allows you to specify a specific IP address (or hostname) to bind to. This makes virtual hosting possible in con- junction with the --config option. SunOS 5.7 Last change: 25 Jan 2002 17 User Commands rsync(1) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Tim Conway tim.conway@philips.com 303.682.4917 Philips Semiconductor - Longmont TC 1880 Industrial Circle, Suite D Longmont, CO 80501 Available via SameTime Connect within Philips, n9hmg on AIM perl -e 'print pack(nnnnnnnnnnnn, 19061,29556,8289,28271,29800,25970,8304,25970,27680,26721,25451,25970), ".\n" ' "There are some who call me.... Tim?" Lachlan Cranswick <l.m.d.cranswick@dl.ac.uk> Sent by: rsync-admin@lists.samba.org 05/13/2002 03:47 PM To: rsync@lists.samba.org cc: (bcc: Tim Conway/LMT/SC/PHILIPS) Subject: rsync: network "bind interfaces only" command for rsync? Classification: Hi, Is there a network interface listen command for rsync so that for a system with multiple network cards and multiple IP addresses - rsync will only be visible on a defined interface and defined IPs? Like in samba?: e.g., bind interfaces only = True interfaces = eth0 193.xy.zz.aa 193.xy.zz.ab Can't seem to find such a thing in the documentation. Cheers, Lachlan. ----------------------- Lachlan M. D. Cranswick Collaborative Computational Project No 14 (CCP14) for Single Crystal and Powder Diffraction Birkbeck University of London and Daresbury Laboratory Postal Address: CCP14 - School of Crystallography, Birkbeck College, Malet Street, Bloomsbury, WC1E 7HX, London, UK Tel: (+44) 020 7631 6850 Fax: (+44) 020 7631 6803 E-mail: l.m.d.cranswick@dl.ac.uk Room: B091 WWW: http://www.ccp14.ac.uk/ -- To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html
Lachlan Cranswick
2002-May-14 07:54 UTC
rsync: network "bind interfaces only" command for rsync?
>Might the --address= option below, in conjunction with your IP filtering, >do what you want? >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > --address > By default rsync will bind to the wildcard address when > run as a daemon with the --daemon option or when con- > necting to a rsync server. The --address option allows > you to specify a specific IP address (or hostname) to > bind to. This makes virtual hosting possible in con- > junction with the --config option. > >SunOS 5.7 Last change: 25 Jan 2002 17 > >User Commands rsync(1) >++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > >Tim ConwayThanks - I was looking in the rsyncd.conf info files instead of the startup options files. Based on local scanning using "nmap" (permission obtained from sys admin to have this on my systems so I don't get arrested as a hacker), this seems to work well. Lachlan. ----------------------- Lachlan M. D. Cranswick Collaborative Computational Project No 14 (CCP14) for Single Crystal and Powder Diffraction Birkbeck University of London and Daresbury Laboratory Postal Address: CCP14 - School of Crystallography, Birkbeck College, Malet Street, Bloomsbury, WC1E 7HX, London, UK Tel: (+44) 020 7631 6850 Fax: (+44) 020 7631 6803 E-mail: l.m.d.cranswick@dl.ac.uk Room: B091 WWW: http://www.ccp14.ac.uk/