iNotes/DWA using a server in a DMZ

Hi all,

We’ve just set up iNotes, and it is working fine - for a certain group of people.

We currently have 4 Domino servers hosting mailfiles: ServerA & ServerB are in the same local subnet. ServerC & ServerD are in other subnets/remote offices.

We have set up a DMZ server to handle redirecting traffic to our internal network (running IIS). Works great when the mail user’s mailfile resides on ServerA or ServerB…but we can’t figure out what we missed when a user’s home mail server is ServerC or ServerD. When they try to login, they are prompted for their username & password, but are then presented with the “404-page not found” error. It’s got to be something relatively simple…

thoughts?

Thanks so much!

Subject: ports, hosts file

Are the correct ports, perhaps 80, 443, 1352, open bidirectionally between your redirecting server and the target servers? Perhaps it would help to make an explicit entry in your hosts file.

Subject: Seems like support will be able to help you with this.

Subject: HTTP Redirecting

If you have your ServerC & ServerD in a DMZ then you will need to have some routing table in your IIS to these servers. It sound like the the local subnet does not know how to route “not Notes routing” the rest of the network…

Subject: Routing

Thanks for yor respone.

ServerC & ServerD are not in the DMZ - none of my Domino servers are.

I will poke around in IIS (I’m no expert!) and see about the routing. Sounds perfectly logical - like I said, it’s most likely something really simple.