Hi Matt,

On Tuesday, November 11, 2003, 8:38:49 PM, you wrote:

MM> I'm making a client software for other users.  I need to somehow limit the
MM> ports that rebol will try to open on their computers so that their company
MM> firewalls can be configured to allow access over those ports.  Or am I going
MM> about it the wrong way?  Any networking gurus out there?

The  port from what you are making the connection is not important
for  the firewall configuration, unless the firewall is braindead.
What  you  usually tell to the firewall is "allow users to connect
to these ports on these hosts".

The  feature  you  request is only important in rare cases; one of
this  is  if you are writing an FTP server and need to support the
active mode, where the server connects to the client from port 20.

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to