Applet using CORBA through firewall problem

I have an applet that is running on a server with ip address A. This ip address is not known on the internet. The firewall NATs this address to ip address B.

When I view my form on http://B/xxx/xxx.nsf/hdhjd?Openform

it views fine until I try the OpenSession() method on the applet.

I get an error about could not connect to ‘A’.

Is there something I can do to make the corba use the B address or the DNS entry.

Inside our firewall the DNS entry for the site points to A,and outside it points to B.

The applet workss fine inside our firewall.

Any help would be much appreciated.

Graham

Subject: Applet using CORBA through firewall problem

Yes, you can setup different internet sites for DIIOP which will solve the problem. One for the internal network and one for the external network. In your case, because you’re using applets, you will also need to configure corresponding internet sites for the web server.

Steve Nikopoulos