user2607367
user2607367

Reputation: 225

DataPower: DNS lookup is failing

So far, we were using the IP (198.x.x.1) to connect to LDAP from DataPower in ISAM config file, now when I changed the IP to the hostname ( d1-ldap), I found that DatPower is not able to connect to LDAP.

DataPower is not able to resolve this hostname and DNS lookup is failing.

However, when I configured the host alias ( 198.x.x.1 = d1-ldap), the connection has established succesfully. Can DataPower not connect to any host using its hostname if we dont configure the host aliases?

Regards,

Rahul

Upvotes: 1

Views: 3837

Answers (3)

Anil Kolla
Anil Kolla

Reputation: 1

Try to enable Common criteria Mode while initializing DataPower device/VM.

Upvotes: 0

Manoj K
Manoj K

Reputation: 28

If you need to establish a connection first check firewall rules and do a connection test like TCP. According to my understanding you need to create a SSL SNI Server Profile to establish a successful hand shake.

Upvotes: 0

Johan Thole
Johan Thole

Reputation: 21

Did you configure DNS on the DataPower appliance? If yes, can you connect to the port using a "test tcp-connection"? (or the equivalent in the WebGUI). When you try to ping from DataPower, can you see the DNS name being resolved to the IP address that you would expect?

Good luck!

Johan Thole (IBM)

Upvotes: 2

Related Questions