User login

WSAS behind NAT

Forums :

Hello,

 

I am trying to setup a WSAS behind a NAT

PUBLIC IP --> FW NAT --> INTERNAL IP

The firewall guys only allowed port 80 for requests coming from WAN to LAN to be nat(ted?)

All if fine but in the generated wsdl, services ports are listed with the internal ip.

So I changed the ip in the server.xml file.

When I restarted the server, I got an error that WSAS could not strat because it could not initialize the MBEAN Server

aparently trying to connect to : http://EXTERNALIP:9999 to start it.

Is there a way to setup WSAS so that It uses the external ip to bind the services and uses localhost or the internal ip to connect to 9999 ?

What is the correct way to use WSAS behind NAT?

 

 

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

Its a bug!

What you did was correct. In the server.xml file, you need to provide the following entry:

<HostName>EXTERNALIP</HostName>

 

To workaround this issue, please comment out the JMX port entry in the server.xml. We will fix this in the next release.

Regards

Afkham Azeez

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.