[opensuse] Rsync port
do i have to open specific port for rsync if i m running a firewall? thx hans -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Hans Linux wrote:
do i have to open specific port for rsync if i m running a firewall?
Yes, if you're doing rsync with another machine over the network. Joe -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
joe wrote:
Hans Linux wrote:
do i have to open specific port for rsync if i m running a firewall?
Yes, if you're doing rsync with another machine over the network.
Errm, it depends how you're using rsync and how the firewall is set up. First, rsync can run in two ways: (1) using an external transport, normally ssh (2) using an 'rsync daemon', rsyncd For the first method, setup is just the same as for ssh. For the second, it depends on what port you've configured rsyncd to run with (873 is default). That port needs to be open. In both cases, what setup is required will depend on what firewall on what version of the OS is being run and how rsync is installed (via yast or from a tarball etc etc) So a bit more info is needed to give a precise answer, but the Suse and/or rsync docs are pretty comprehensive. Cheers, Dave -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On 08/03/2007 01:48 PM, joe wrote:
Hans Linux wrote:
do i have to open specific port for rsync if i m running a firewall?
Yes, if you're doing rsync with another machine over the network.
Only if he runs rsyncd, or the server daemon. If he only runs the client, no. I assume you are thinking over a network would be connecting to a rsync daemon, and then yes port 873 would need to be open on the machine running the daemon. HTH. AFAIK, he could use the client via ssh and even though networked, he would not need anything extra opened in the firewall. -- Joe Morris Registered Linux user 231871 running openSUSE 10.2 x86_64 -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (4)
-
Dave Howorth
-
Hans Linux
-
joe
-
Joe Morris (NTM)