Hi Guys,
Hope everyone are doing good
I have doubt in my softlayer cloud VM (Centos 6.5).
Explaining my Environment:
-
having centos server 6.5 ( which is hosted in Softlayer cloud service, under VPN network) we have public & private ip for the server
-
and running a java application, the application is often checking the Database in the interval time of 5 sec, the database is deployed in softlayer cloud service in different region
-
For checking the database the server must be running in VPN from VPN only the java able to communicate the Database.
**Explaining my problems: **
- My senior told me to configure
Use our internal DNS as your primary DNS server ( 10.22.38.235 ) this should resolve the URL for Database communicate.
- for above DNS, I just put entry in /etc/resolve.conf like
nameserver 10.22.38.235
this is correct or not I need a clarity or else I need to configure the bind for internal DNS as my primary DNS Server.
Can anyone help out this.
Thanks.
Dhanesh.