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 :
>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
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????
>
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>...
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.
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 -----
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 ....
>>>
>>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 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?
>
>
>
... 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.
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
ma...@bigfoot.com wrote in message <369dd...@news.cyberway.com.sg>...
Terje Trane <terje...@telecast.no> schreef in artikel
<369DD341...@telecast.no>...
RTFM?
Jack Lamers wrote in message <01be448b$4e7843c0$0a0aa8c0@thewall>...