Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Which TCP/IP ports uses Notes while replicating

1,349 views
Skip to first unread message

Jack Lamers

unread,
Dec 28, 1998, 3:00:00 AM12/28/98
to
Hi there,

I want to replicate my personal mailbox using the Internet but have to open
some tcp/ip ports on our firewall, anyone who knows which ports to open for
this????

Reply's please to :

jama...@dds.nl

Danny Lawrence

unread,
Dec 28, 1998, 3:00:00 AM12/28/98
to
On Mon, 28 Dec 1998 13:02:31 +0100, "Jack Lamers" <jama...@dds.nl>
wrote:

>Hi there,
>
>I want to replicate my personal mailbox using the Internet but have to open
>some tcp/ip ports on our firewall, anyone who knows which ports to open for
>this????
>

Notes uses port 1352

--Danny Lawrence, Tiassa Technologies Inc.
Lotus Notes Configuration, Development and Management
tiassa @ ix.netcom.DEATHTOSPAMMERS.com
(Spam filter in use --You figure it out)
"Tiassa Dreams and plots are born" --Steven Brust

Sébastien Millet

unread,
Dec 28, 1998, 3:00:00 AM12/28/98
to Jack Lamers
Connections between Notes entities (server-server, client-server), to perform a
replication or whatever, are made using TCP/IP port number 1352 (by default).
You can find more informations about it in the admin guide, searching the word
TCPIP_TcpIpAddress (= notes.ini parameter)

Sebastien Millet.

Jack Lamers wrote:

> Hi there,
>
> I want to replicate my personal mailbox using the Internet but have to open
> some tcp/ip ports on our firewall, anyone who knows which ports to open for
> this????
>

Duane Scott

unread,
Dec 28, 1998, 3:00:00 AM12/28/98
to
There is some more information than just '1352'...

Notes only listens on port 1352... then, once the server has established a
connection, it will transfer this connection from ports 1024 and up,
excluding 1352, which is reserved for listening for connections. With the
experiences we've had with firewalls, on some firewall software, once the
server establishes the connection, it leaves a socket open with the firewall
for that workstation and server to communicate on. On other firewall apps,
it didn't do that and packet level security had to be enabled. (Nope, I
can't remember which software packages did what).


Jack Lamers wrote in message <767rtn$6is$1...@news.worldonline.nl>...

Joachim Römer

unread,
Dec 30, 1998, 3:00:00 AM12/30/98
to
Notes uses the subport 1352 only for Server - Server connections !!!!
For client connections Notes uses a random subport number .....
You had to open your firewall for your complete Client-IP-Adress !!!!!

No Spam

unread,
Dec 30, 1998, 3:00:00 AM12/30/98
to
No, connections to a Notes server are initiated via port 1352 (tcp/udp). So
the firewall just has to allow inbound connections for port 1352 (tcp/udp).
Outbound connections (from server to the internet) through the firewall should
be without restrictions.

From the admin manual:
You may be blocked by a firewall server.  If you have a direct Internet connection, you can ping the Domino server to see if you can access it.  If you are able to ping, but still cannot access the server, try using telnet to connect to the server on port 1352 (see your telnet documentation for details on how to do this).  If you cannot connect with telnet, the firewall server may be blocking the TCP port and you will have to contact the remote site administrator to resolve the problem.

jro...@online.de

unread,
Dec 31, 1998, 3:00:00 AM12/31/98
to
Sorry, but that´s the difference between theory and practice ....
The admin manual is not always correct !!!

Make one simple thing:

Go to the Server Console of your Domino Server and type:
SHOW PORT "Your used Port-Name for IP"
If users are connected you will see their incoming IP-Adresses on the screen.....
You will see a syntax like this:
Notes Session ------------- Local Adress --------- Foreign Adress -----

No Spam

unread,
Dec 31, 1998, 3:00:00 AM12/31/98
to
Well, as they always say in magazine "I'll
stick by my story", by the way it probably
would be clearer if "show port" would also
include the direction of the connection.

Inbound connections from clients connect to
port 1352 of the server, so for those
you'll always see something to
NotesSession
LocalAddress
ForeignAddress
DEADBEEF
ServerIP.1352 ClientIP.1352
The server only listens for connections on
port 1352.

When the server opens up a connection, e.g.
for replication, or cluster updates, etc.
BEEFDEAD ServerIP.1024++
AnotherIP.1352
So for outbound connections the firewall
would have to allow
internalAddress.Ports1024++ connecting to
externalAddress.Ports1352


Joachim...@NotesNet.de wrote:

> Sorry, but that愀 the difference between theory and practice ....

Danny Lawrence

unread,
Jan 4, 1999, 3:00:00 AM1/4/99
to
On Mon, 28 Dec 1998 21:18:48 +0100, "Salvatore Passaro"
<spas...@pelagus.it> wrote:

>>>
>>Notes uses port 1352
>>
>Is this esoterism?
>Mysterious?
>
No, it's IP. Every IP service has a default port that it uses, for
example HTTP servers use port 80, I'm prretty sure SMTP servers use
port 25 and that SSL uses port 110. It is just one of the things you
have to know to configure the various services on a TCI/IP box.

Notes Goombah

unread,
Jan 6, 1999, 3:00:00 AM1/6/99
to
Again, As I have said before (please read this carefully)

Notes only uses port 1352 for establishing a connection... lord, it even
says this in the amdin guide.... after that, the connection is moved to any
port between 1024 and above, excluding 1352, and other dedicated tcpip
ports...

... Think about it... if notes communicated solely on 1352... how would it
be able to keep multiple active open sessions running... without bogging
down to a snail crawl when you have 800+ concurrent users?

Throw a port sniffer on there if you don't believe me, or read the manual.

(Newbies I understand... but professionals, Come now... I knew this in day 2
of my Domino Boot Camp at Lotus)
Salvatore Passaro wrote in message <36880...@news.pelagus.it>...
>>>
>>Notes uses port 1352


>>
>>--Danny Lawrence, Tiassa Technologies Inc.
>> Lotus Notes Configuration, Development and Management
>> tiassa @ ix.netcom.DEATHTOSPAMMERS.com
>> (Spam filter in use --You figure it out)
>> "Tiassa Dreams and plots are born" --Steven Brust
>

>Is this esoterism?
>Mysterious?
>
>
>

Terje Trane

unread,
Jan 14, 1999, 3:00:00 AM1/14/99
to
Danny Lawrence wrote:
> No, it's IP. Every IP service has a default port that it uses, for
> example HTTP servers use port 80, I'm prretty sure SMTP servers use
> port 25 and that SSL uses port 110. It is just one of the things you
> have to know to configure the various services on a TCI/IP box.
>

... and it is documented in RFC1700. RFCs (Request for Comments) are
documents that document the standards of internet. (`Why the name' I
hear you say....)

From rfc-index:
| Details on obtaining RFCs via FTP or EMAIL may be obtained by sending
| an EMAIL message to: rfc-...@ISI.EDU
| with the message body help: ways_to_get_rfcs.
|
| For example:
|
| To: rfc-...@ISI.EDU
| Subject: getting rfcs
|
| help: ways_to_get_rfcs

You can also find it in various ftp archives and www places.

ma...@bigfoot.com

unread,
Jan 14, 1999, 3:00:00 AM1/14/99
to
IANA is the control body for internet port.
www.iana.org

Terje Trane <terje...@telecast.no> wrote:
>Danny Lawrence wrote:>> No, it's IP. Every IP service has a default port that it uses, for
>> example HTTP servers use port 80, I'm prretty sure SMTP servers use
>> port 25 and that SSL uses port 110. It is just one of the things you
>> have to know to configure the various services on a TCI/IP box.
>>
>

>.... and it is documented in RFC1700. RFCs (Request for Comments) are

Notes Goombah

unread,
Jan 16, 1999, 3:00:00 AM1/16/99
to
Again, there is no default port for any Domino server task (such as router,
replicator). HTTP, POP3, SMTP follow the industry standards, but, since
replication is Notes specific, and is internal to Notes, it will use
whatever port it feels like after a server connection is made on port 1352.

ma...@bigfoot.com wrote in message <369dd...@news.cyberway.com.sg>...

Jack Lamers

unread,
Jan 20, 1999, 3:00:00 AM1/20/99
to
Lotus Notes uses TCP and UDP port 1352 for replicating

Terje Trane <terje...@telecast.no> schreef in artikel
<369DD341...@telecast.no>...

Notes Goombah

unread,
Jan 21, 1999, 3:00:00 AM1/21/99
to
Again, I will state Notes does not... use 1352 for anything other than
listening for notes server/client sessions. Once it picks p a session, it
moves it, regardless of what it is, be it a server task (such as
replication) or a client connection, to anywhere between 1024 and up.

RTFM?
Jack Lamers wrote in message <01be448b$4e7843c0$0a0aa8c0@thewall>...

0 new messages