Subject: RE: Looking for information about nework protocols
What exactly are you trying to accomplish? Are you aware of the fact, that you can configure the ports used in the server document and/or website documents?
Subject: RE: Looking for information about nework protocols
I’m trying to enumerate the networking protocols used by the Notes client software and the Domino server software.
Unfortunately, this is my first foray into the Notes & Domino documentation, and I’m spending a lot of time going from link to link, finding bits and pieces of the information I’m looking for.
I’m not exactly sure what a “Server Document” is – I’ve been assuming it’s some sort of configuration file – but I have run across references to using the “notes.ini” file to specify which ports the client & server software can use.
Subject: RE: Looking for information about nework protocols
The server document is one of several places where configuration information about a Domino server is stored. It is a document (i.e., a “record” is probably the way you would think of it as a non-Notes guy).
The notes.ini file is, obviously, a file in the traditional windows INI format. The only cases I can think of off the top of my head where ports might be entered in the notes.ini file have to do with clustered Domino servers, and that’s really more about manging addresses on a multi-homed server than managing the ports. But I may be forgetting a thing or two.
Subject: RE: Looking for information about nework protocols
Please don’t get me wrong, I don’t want to sound too negative, but you’ve got some work ahead.
I don’t think that you can change the port number Notes uses for NRPC calls over TCP, that’s always 1352 (someone correct me, if I’m wrong). NetBIOS (over TCP/IP) will also always use the same ports, but apart from that, there are no rules. It’s all up to configuration. If you want to, you can have the Domino HTTP task listen on port 9876 for http and 1234 for https. You decide (and of course, connecting clients have to know …)
If you want to know which ports are currently open on a specific server, you’re better off running one of the many free port scanners against the server. Apart from that, the list looks pretty comprehensive to me by now.
Subject: RE: Looking for information about nework protocols
Actually, there is a way to configure partitioned servers to share a single IP by redirecting NRPC to ports other than 1352. The example syntax for notes.ini in the admin help file is:
All of these, and all of the ones that you listed, are configurable on the server. Of course, both ends have to agree on any change for it to actually work.
As for 7706, I’ve never encountered it AFAIK. What evidence do you have that Notes or Domino is using it?