How to config two IP address on a Domino 6 for iSeries

I can’t config two IP address on a Domino 6 fro iSeries. Which I want is config a Domino Server works on local network and internet also.

Subject: How to config two IP address on a Domino 6 for iSeries

How many network cards do you have?

If you have only one, I know of no way to route both public and private IP addresses to it on the iSeries.

However, what some people do is route the internet data through the firewall. You configure your iSeries with an internal address and have a DNS entry pointing back to your firewall. Then, if your Domino server is the only one that should serve a particular protocol, you allow the traffic to pass through the firewall to that specific internal address. Say you actually want Notes Client users to get in, then you would route all port 1352 traffic to your Domino server.

Chris

Subject: RE: How to config two IP address on a Domino 6 for iSeries

Thank you, Chris. I will try later.