Re: rsync listen to two TCP ports

2003-04-06 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Sat, 5 Apr 2003 01:18 am, Addady wrote:
 Hi,

 I know how to handle apache ip and ports in httpd.conf.
 My question is regarding setting rsync ip and port.
 I'm using xinetd to start rsync. If I will
 add --address=2nd_IP_address --port=80
 Then rsync will not be available on 1st_IP_address port 873 !?
Run it twice.

 Should I do some change in /etc/services ?
No
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE+kBRzW6pHgIdAuOMRAhYoAJ9I4eD1EIEHiooPNnuHTLR/zmxNxQCeLYhM
QArTsDxQp0sJhlyVv2n3lWA=
=eQLF
-END PGP SIGNATURE-

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: rsync listen to two TCP ports

2003-04-04 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Wed, 2 Apr 2003 21:49, [EMAIL PROTECTED] wrote:
 Hello,

 I using red-had Linux 8.0 with two IP addresses.
 On the first IP rsync is listen to port 873 and Apache web server to port
 80.
 What I need to do so that rsync will listen also to port 80 on the second
 IP address ?
Stop apache, and run rsync --daemon --port=80

What is the issue?

Brad
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+jV8PW6pHgIdAuOMRAhqkAJ9UZvP+3FGmKjXuyoq5xlMW3AO/mgCeKCqz
ab1XEHZGwNj66pixLWoxFDc=
=DjbV
-END PGP SIGNATURE-

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: rsync listen to two TCP ports

2003-04-04 Thread Addady
Hello Bard

I what apache to use the 1st ip port 80
and rsync use port 973 on the 1st ip and port 80 on the 2nd ip

Addady

- Original Message -
From: Brad Hards [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Friday, April 04, 2003 12:31 PM
Subject: Re: rsync listen to two TCP ports


 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 On Wed, 2 Apr 2003 21:49, [EMAIL PROTECTED] wrote:
  Hello,
 
  I using red-had Linux 8.0 with two IP addresses.
  On the first IP rsync is listen to port 873 and Apache web server to
port
  80.
  What I need to do so that rsync will listen also to port 80 on the
second
  IP address ?
 Stop apache, and run rsync --daemon --port=80

 What is the issue?

 Brad
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.0.6 (GNU/Linux)
 Comment: For info see http://www.gnupg.org

 iD8DBQE+jV8PW6pHgIdAuOMRAhqkAJ9UZvP+3FGmKjXuyoq5xlMW3AO/mgCeKCqz
 ab1XEHZGwNj66pixLWoxFDc=
 =DjbV
 -END PGP SIGNATURE-


-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: rsync listen to two TCP ports

2003-04-04 Thread Brad Hards
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Fri, 4 Apr 2003 22:03, Addady wrote:
 Hello Bard
Brad. And please don't top quote.

 I what apache to use the 1st ip port 80
 and rsync use port 973 on the 1st ip and port 80 on the 2nd ip
Use the --address option to rsync. I'm sure that there is an equivalent option 
(or much more sophisticated, probably) for apache. A quick look at httpd.conf 
indicates BindAddress might help.

Brad

 - Original Message -
 From: Brad Hards [EMAIL PROTECTED]
 To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Friday, April 04, 2003 12:31 PM
 Subject: Re: rsync listen to two TCP ports

  -BEGIN PGP SIGNED MESSAGE-
  Hash: SHA1
 
  On Wed, 2 Apr 2003 21:49, [EMAIL PROTECTED] wrote:
   Hello,
  
   I using red-had Linux 8.0 with two IP addresses.
   On the first IP rsync is listen to port 873 and Apache web server to

 port

   80.
   What I need to do so that rsync will listen also to port 80 on the

 second

   IP address ?
 
  Stop apache, and run rsync --daemon --port=80
 
  What is the issue?
 
  Brad
  -BEGIN PGP SIGNATURE-
  Version: GnuPG v1.0.6 (GNU/Linux)
  Comment: For info see http://www.gnupg.org
 
  iD8DBQE+jV8PW6pHgIdAuOMRAhqkAJ9UZvP+3FGmKjXuyoq5xlMW3AO/mgCeKCqz
  ab1XEHZGwNj66pixLWoxFDc=
  =DjbV
  -END PGP SIGNATURE-
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.0.6 (GNU/Linux)
Comment: For info see http://www.gnupg.org

iD8DBQE+jWgjW6pHgIdAuOMRApHPAKCi/ESgz8dW5UzsZFEEJjkJRebH+ACgpLJX
fUmmHLY7X3VO8vraEZymiHc=
=bGzw
-END PGP SIGNATURE-

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: rsync listen to two TCP ports

2003-04-04 Thread Addady
Hi,

I know how to handle apache ip and ports in httpd.conf.
My question is regarding setting rsync ip and port.
I'm using xinetd to start rsync. If I will
add --address=2nd_IP_address --port=80
Then rsync will not be available on 1st_IP_address port 873 !?
Should I do some change in /etc/services ?

Addady

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


Re: rsync listen to two TCP ports

2003-04-04 Thread Steve Greenland
On 04-Apr-03, 09:18 (CST), Addady [EMAIL PROTECTED] wrote: 
 I know how to handle apache ip and ports in httpd.conf.
 My question is regarding setting rsync ip and port.
 I'm using xinetd to start rsync.

If you're using xinetd, then it controls which addresses and ports are
used. Try 'man xinetd.conf' for info on controlling which ports it
listens on.

Steve
-- 
Steve Greenland
The irony is that Bill Gates claims to be making a stable operating
system and Linus Torvalds claims to be trying to take over the
world.   -- seen on the net

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html


rsync listen to two TCP ports

2003-04-02 Thread addady
Hello,

I using red-had Linux 8.0 with two IP addresses.
On the first IP rsync is listen to port 873 and Apache web server to port
80.
What I need to do so that rsync will listen also to port 80 on the second IP
address ?

Thanks,
Addady

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html