Sponsor:

Server and Web Integrator
Link:
Kloxo-MR logo
6.5.0 or 7.0.0
Click for "How to install"
Donation/Sponsorship:
Kloxo-MR is open-source.
Donate and or Sponsorship always welcome.
Click to:
Click Here
Please login or register. 2017-11-07, 23:29:15

Author Topic: DNS is not Working  (Read 2458 times)

0 Members and 1 Guest are viewing this topic.

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
DNS is not Working
« on: 2013-09-02, 18:43:36 »
. Hi . i have VPs with Nginx .

i host http://www.mediafirerepack.net/ on my VPS . it is working perfect .

2 days ago i add a new domain name in my vps . http://madwallpaper.com/ . but the problem is it is open mediafirerepack contact .

System Info :

Code: [Select]
A. Kloxo-MR: 6.5.0.f-2013082102

B. OS: CentOS release 5.9 (Final) i686

C. Apps:
   1. MySQL: mysql-5.0.95-5.el5_9
   2. PHP: php53u-5.3.27-1.ius.el5
   3. Httpd: --uninstalled--
   4. Lighttpd: --uninstalled--
   5. Nginx: nginx-1.5.4-1.el5
   6. Qmail: qmail-toaster-1.03-1.3.27.mr.el5
      - with: courier-imap-toaster-4.1.2-1.3.14.mr.el5
   7. Dns: bind-9.9.3-5.P2.el5

D. Php-type (for Httpd/proxy): php-fpm_event

E. Memory:
                total       used       free     shared    buffers     cached
   Mem:          2536        535       2000          0          0          0
   -/+ buffers/cache:        535       2000
   Swap:            0          0          0


DNS setting
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: DNS is not Working
« Reply #1 on: 2013-09-02, 19:14:51 »
Try update your Kloxo-MR with:
Code: [Select]
yum clean all
yum update
sh /script/cleanup
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: DNS is not Working
« Reply #2 on: 2013-09-02, 22:01:45 »
done . but still same .
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: DNS is not Working
« Reply #3 on: 2013-09-02, 22:24:11 »
Ok . it is working . i try to edit .conf file.


original madwallpaper.com.conf

Code: [Select]
### begin - web of 'madwallpaper.com' - do not remove/modify this line


## web for 'madwallpaper.com'
server {
    listen 0.0.0.0:80;
    listen [::]:80;



i changed with this

Code: [Select]
### begin - web of 'madwallpaper.com' - do not remove/modify this line


## web for 'madwallpaper.com'
server {
    listen 208.115.203.66:80;
    listen [::]:80;

Now tell me . it will work or it will crashed ? or should i change something else ?
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: DNS is not Working
« Reply #4 on: 2013-09-02, 23:19:43 »
There are look like something wrong with ifcfg-eth0. In most condition, enough with 'listen 0.0.0.0:80;' (that mean listen all ip with port 80).

Better inform here your ifcfg-eth0. You can find inside /etc/sysconfig/network-scripts.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: DNS is not Working
« Reply #5 on: 2013-09-03, 00:38:35 »
no such file

« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: DNS is not Working
« Reply #6 on: 2013-09-03, 00:43:59 »
Ok. Inform here ifcfg-venet0:0
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: DNS is not Working
« Reply #7 on: 2013-09-03, 01:56:59 »
Code: [Select]
DEVICE=venet0:0
ONBOOT=yes
IPADDR=208.115.203.66
NETMASK=255.255.255.255
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: DNS is not Working
« Reply #8 on: 2013-09-03, 03:23:24 »
Add 'BOOTPROTO=static' and reboot.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: DNS is not Working
« Reply #9 on: 2013-09-03, 03:43:13 »
after restart . it got the old problem back .but i got fix by disable domain name in   IP Addresses -> Configure Domain
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: DNS is not Working
« Reply #10 on: 2013-09-03, 03:49:43 »
Quote from: "marcus5914"
after restart . it got the old problem back .but i got fix by disable domain name in   IP Addresses -> Configure Domain
How many IP install in your VPS?.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: DNS is not Working
« Reply #11 on: 2013-09-03, 04:01:29 »
only one .
« Last Edit: 1970-01-01, 01:00:00 by Guest »

Offline MRatWork

  • Administrator
  • The Elite
  • *****
  • Posts: 15,381
  • Karma: +112/-9
  • Gender: Male
    • View Profile
    • MRatWork Forum
Re: DNS is not Working
« Reply #12 on: 2013-09-03, 04:03:09 »
Don't assign your IP to domain/client if you have 1 IP because your server need 1 IP or more as share-IP.

That it.
« Last Edit: 1970-01-01, 01:00:00 by Guest »
..:: MRatWork (Mustafa Ramadhan Projects) ::..
-- Server/Web-integrator - Web Hosting (Kloxo-MR READY!) --

Offline marcus5914

  • Valuable Member
  • *
  • Posts: 59
  • Karma: +0/-0
    • View Profile
Re: DNS is not Working
« Reply #13 on: 2013-09-03, 04:11:58 »
sorry for this trouble . thank you very much for your time .
« Last Edit: 1970-01-01, 01:00:00 by Guest »

 


MRatWork Affiliates:    BIGRAF(R) Inc.    House of LMAR    EFARgrafix
Click Here

Page created in 0.05 seconds with 18 queries.

web stats analysis
 
Mirror created by MasterkinG32.CoM