ipcheck problem in my dedicated server


 
Thread Tools Search this Thread
Operating Systems Linux ipcheck problem in my dedicated server
# 1  
Old 08-19-2011
ipcheck problem in my dedicated server

Dear Friends,
We have a 4 dedicated servers. All are working but the thing is one server is not working. when i go to network tools and after i enter my host domain i cant able to ping. it is showing host not found. But remaining servers are working. I terminate my account and re-again create new account also i cant able to ping. But when i give /scripts/ipcheck command it is showing follow lines.


Your hostname (mon.purens.info) could not be resolved to an IP
address. This means that /etc/hosts is not set up correctly, and/or
there is no dns entry for mon.purens.info. Please be sure that the
contents of /etc/hosts are configured correctly, and also that
there is a correct 'A' entry for the domain in the zone file.

Some or all of these problems can be caused by /etc/resolv.conf
being setup incorrectly. Please check that file if you believe
everything else is correct.

You may be able to automatically correct this problem by using the
'Add an A entry for your hostname' option under 'Dns Functions' in
your Web Host Manager.

I tried for this from last one weak and i didnt find out the solution.
please help me i am hopeless.


Thanks,
# 2  
Old 08-19-2011
It means what it says. It can't find that host name.

The server itself may still be fine, but for some reason you can't look up it's domain name. Perhaps you're having problems with your DNS server, perhaps someone forgot to add a line to /etc/hosts, or perhaps it just expired. Which one applies to you depends on your DNS setup.
# 3  
Old 08-19-2011
Thank you for your reply.
Here i check in /etc/hosts file. all entries like hostname and ip address are ok. and i checked in dns configuration file and forward lookup zone file. here also i didnt find out any mistake. and i check in /var/named database directory also. all the things are good. But i cant find out the problem.



Thank you,
# 4  
Old 08-19-2011
If you have the dig utility, which is likely since you have bind, that'd be a good way to investigate which DNS servers aren't returning you the domain name you want. here's some examples of how to use it. (Ignore the windows downloads, the examples should apply to the UNIX version too.)
# 5  
Old 08-19-2011
Hello sir,
I tried with the dig. like
dig purens.info and dig -x 72.9.109.18 it is simply showing answer "0" . But it should be show "1". I check the all the zone files in /var/named database file location. But i couldnt find out the problem.


Thank you.
Login or Register to Ask a Question

Previous Thread | Next Thread

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Add new smtp to my dedicated server

Hi there, I have a dedicated server that sends mail with own smtp (obviously). On this server I have a web platform for music artists that allows entries for each enrollment and sends confirmation e-mails and so on ... Now I have purchased a service smtp (like those of smtp.com) because I... (3 Replies)
Discussion started by: colorsthink
3 Replies

2. Ubuntu

Vmware Citrix Xenn virtualization on dedicated server

hi, I am newbie and I think I am trying to bit off more than I could chew in this field. I would like to know if virtualization with Vmware Citrix on a dedicated server under ubuntu 64bit is simple. I looked up in the board with keyword "virtualization, vmware, dedicated" but replied threads are... (2 Replies)
Discussion started by: baris35
2 Replies

3. Emergency UNIX and Linux Support

New centos dedicated server - cant get mysql working

Hi all, I installed centos 5, with LAMP. httpd is working fine, ssh, ftp all working ok. But, when I try to use mysql its not, when I give the command mysql I get ERROR 2002 (HY000): Can't connect to local MySQL server through socket '/var/lib/mysql/mysql.sock' (2) (4 Replies)
Discussion started by: lawstudent
4 Replies

4. UNIX for Advanced & Expert Users

How to optimize apache and mysql on my dedicated server?

Hi, Any one please suggest me the best mysql, apache settings for the given below scenario. My Server config: Intel(R) Xeon(R) CPU E5504 @ 2.00GHz 8GB RAM 300GB HDD Website: It's a famous wordpress blog Mysql DB size: 235MB Expectations: Server should be handle 600+ concurrent... (0 Replies)
Discussion started by: chandranjoy
0 Replies

5. Emergency UNIX and Linux Support

Dedicated Server - Linux Mirror

Hi guys. I am gonna buy a dedicated server and make it a public mirror for some distributions. but how much RAM, Hard Disk, Band Width, ... will suffice? It will be a mirror for CentOS and Ubuntu both. (3 Replies)
Discussion started by: majid.merkava
3 Replies

6. IP Networking

Dedicated Server Move

I just moved a dedicated server, which included moving to a new subnet, and new IP address. Now my server is not reconnecting - I've tried ifconfig, altering the etc/hosts file with the new ip address, with no luck. (5 Replies)
Discussion started by: esmerika
5 Replies
Login or Register to Ask a Question