Networking Forums

Networking Forums > Computer Networking > Linux Networking > rsync daemon how do I block sites?

Reply
Thread Tools Display Modes

rsync daemon how do I block sites?

 
 
ToddAndMargo@verizon.net
Guest
Posts: n/a

 
      05-12-2007, 12:16 AM
Hi All,

I have been reading the rsync man page and have
not found a way to configure rsync in daemon mode to only
accept traffic from a specific network (my tunnel). Is
there a way to do this with rsync? Something like
Samba's "interfaces" command?

Many thanks,
-T

 
Reply With Quote
 
 
 
 
Allen McIntosh
Guest
Posts: n/a

 
      05-12-2007, 12:52 AM
(E-Mail Removed) wrote:
> I have been reading the rsync man page and have
> not found a way to configure rsync in daemon mode to only
> accept traffic from a specific network (my tunnel). Is
> there a way to do this with rsync? Something like
> Samba's "interfaces" command?


Can you run rsync through tcpd?
 
Reply With Quote
 
ToddAndMargo@verizon.net
Guest
Posts: n/a

 
      05-12-2007, 12:56 AM
On May 11, 5:52 pm, Allen McIntosh <nos...@mouse-potato.com> wrote:
> ToddAndMa...@verizon.net wrote:
> > I have been reading the rsync man page and have
> > not found a way to configure rsync in daemon mode to only
> > accept traffic from a specific network (my tunnel). Is
> > there a way to do this with rsync? Something like
> > Samba's "interfaces" command?

>
> Can you run rsync through tcpd?


I suppose I could. Sounds like a good fall back if I can not
get rsync to do it by itself. Thank you.

-T

 
Reply With Quote
 
Tim S
Guest
Posts: n/a

 
      05-12-2007, 06:33 AM
(E-Mail Removed) wrote:

> Hi All,
>
> I have been reading the rsync man page and have
> not found a way to configure rsync in daemon mode to only
> accept traffic from a specific network (my tunnel). Is
> there a way to do this with rsync? Something like
> Samba's "interfaces" command?
>
> Many thanks,
> -T


Hi

hosts allow = A.B.C.D/M

It's explained in man rsyncd.conf

HTH

Tim
 
Reply With Quote
 
ToddAndMargo@verizon.net
Guest
Posts: n/a

 
      05-12-2007, 05:42 PM
On May 11, 11:33 pm, Tim S <t...@dionic.net> wrote:
> ToddAndMa...@verizon.net wrote:
> > Hi All,

>
> > I have been reading the rsync man page and have
> > not found a way to configure rsync in daemon mode to only
> > accept traffic from a specific network (my tunnel). Is
> > there a way to do this with rsync? Something like
> > Samba's "interfaces" command?

>
> > Many thanks,
> > -T

>
> Hi
>
> hosts allow = A.B.C.D/M
>
> It's explained in man rsyncd.conf
>
> HTH
>
> Tim


Perfect, Thank you!

 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      05-13-2007, 07:59 PM
(E-Mail Removed) writes:

>Hi All,


> I have been reading the rsync man page and have
>not found a way to configure rsync in daemon mode to only
>accept traffic from a specific network (my tunnel). Is
>there a way to do this with rsync? Something like
>Samba's "interfaces" command?



man rsync
hosts allow=142.104.44.27,backup.renorm.ca,142.10.1.0/24
hosts deny=0.0.0.0/0
 
Reply With Quote
 
ToddAndMargo@verizon.net
Guest
Posts: n/a

 
      05-15-2007, 05:19 PM
On May 13, 12:59 pm, Unruh <unruh-s...@physics.ubc.ca> wrote:
> ToddAndMa...@verizon.net writes:
> >Hi All,
> > I have been reading the rsync man page and have
> >not found a way to configure rsync in daemon mode to only
> >accept traffic from a specific network (my tunnel). Is
> >there a way to do this with rsync? Something like
> >Samba's "interfaces" command?

>
> man rsync
> hosts allow=142.104.44.27,backup.renorm.ca,142.10.1.0/24
> hosts deny=0.0.0.0/0


Excellent examples! Thank you!
-T

 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to get log file for rsync operation? Does rsync also delete remote files? Goran Ivanic Linux Networking 9 05-05-2008 04:58 PM
Explorer not opening http sites while https sites work Hendrik G. Seliger Windows Networking 0 09-13-2005 09:12 PM
WiFi Hotspot Directory now includes over 12,000 sites including Intl sites! Riverwalk Mobile Windows Networking 0 09-16-2004 02:49 PM
Rsync daemon problems David Linux Networking 1 09-15-2004 12:49 AM
Sites that block dynamic/dialups Jem Berkes Linux Networking 29 11-29-2003 07:04 AM



1 2 3 4 5 6 7 8 9 10 11