Hi,
I have a single machine with 2 NICs - one in the machine (a laptop) and the other in the docking station.
129.0.0.17 (domino.server)
129.0.0.26 (iis.server)
The idea is that a request like http://domino.server/db.nsf will be handled by Domino directly where as a request like http://iis.server.db.nsf will use the plug-in to forward the request to Domino. We also need IIS to forward .jsp requests to JRun as it’s container supports latest Servlet and JSP specs. There are other constraints forcing us to try this approach.
I’ve configured IIS as follows:
-
set WebSite Identification of Default Website to use 129.0.0.26
-
disabled socket pooling (before doing this IIS responded to both IPs)
result is IIS responds to 129.0.0.26 but not 129.0.0.17, which is what I want.
I’ve configured Domino as follows:
-
set Fully qualified Internet host name: to 129.0.0.17
-
Set Internet Protocols > Host names(s): to 129.0.0.17
-
Set Internet Protocols > Bind to host name: to enabled
-
Added (rather blindly) ‘TCPIP_TCPIPAddress=0,129.0.0.17:1352’ to notes.ini
Result - 129.0.0.17 DOES NOT bring up Domino, instead I get a “Server Not Found” error (which I also get if Domino is not even running)
Any suggestions?
Thanks,
Terrence