my sites down ! DNS Problem .. help plz

Feras

New member
Joined
Jun 27, 2007
Messages
3
Location
Jordan
hello ..

i was working with my new VPS server in my site

and without doing anything my site turn off !

and by the way i just have 1 ip and in the domain controller

i added this ip for both of ns1+ns2

is that okay or should i buy another ip ?

please take a look and see if my files wrong or what ??
----------------------------------------------
root@b0x [/etc]# cat /etc/wwwacct.conf
ADDR 72.167.167.37
CONTACTEMAIL [email protected]
CONTACTPAGER
DEFMOD x3
ETHDEV venet0:0
FTPTYPE proftpd
HOMEDIR /home
HOMEMATCH home
HOST B0X.3asfh.COM
LOGSTYLE combined
MINUID
NS NS1.3asfh.COM
NS2 NS2.3asfh.COM
NS3
NS4
NSTTL 86400
SCRIPTALIAS y
TTL 14400
-------------------------------------
root@b0x [/etc]# cat /etc/resolv.conf
72.167.167.130=0
72.167.167.37=0
root@b0x [/etc]#
-------------------------------------
72.167.167.130=0 < ---------------- today i buy this ip and i added it in domain controller
-------------------------------------
root@b0x [/etc]# cat /etc/resolv.conf
nameserver 208.109.188.1
nameserver 208.109.188.2
root@b0x [/etc]#
-------------------------------------
208.109.188.1/2<--------- i dont knwo from where these 2 ips ?
-------------------------------------
and when i make configlist its show me
-------------------------------------
root@b0x [/etc]# /etc/rc.d/init.d/httpd configtest
[Tue Sep 09 17:01:04 2008] [error] VirtualHost 72.167.167.37:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
Syntax OK
root@b0x [/etc]#
-------------------------------------
and today morning i get anew email include this
-------------------------------------
You may be able to
automaticly correct this problem by using the ' Add an A entry for your
hostname ' under ' Dns Functions ' in your Web Host Manager
--------------------------------------
now i remmber that i can add this TXT to my zone file

securejo.com. 14400 IN TXT "v=spf1 a mx ip4:72.167.167.37 ?all"

but wanna be sure from ip4 or not ?
 
Not sure if I understand you really :) your ip addresses should not be your nameservers, the nameservers sort of translate the domain name to your ip address.

The nameservers usually belong to where you got your domain or server from and they add your domain to their list so that it points to your ip.

That's what those ip addresses you don't know might be.

Whats your domain, not hush.net ? Looks like everything is a bit muddled that's all :)

btw, www.3asfh.com works for me

David
 
Thx MadHag for your replay ...

3asfh.com my server ... but there is some domains doesnt work sometimes ..

1 hours works fine and 4 down ..

here my configlist ..

there is some error and i dont know why this error ..

root@b0x [/home]# /etc/rc.d/init.d/httpd configtest
[Wed Sep 10 10:03:09 2008] [error] VirtualHost 72.167.167.37:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
Syntax OK
root@b0x [/home]#
 
Just slowly go through your dns and website settings and compare those that work and the ones that don't and see if anything stands out.

David
 
David now everything works fine ..

but last nigth all the server turn off ..

all what i want to fix this problem here

root@b0x [/home]# /etc/rc.d/init.d/httpd configtest
[Wed Sep 10 10:03:09 2008] [error] VirtualHost 72.167.167.37:0 -- mixing * ports and non-* ports with a NameVirtualHost address is not supported, proceeding with undefined results
Syntax OK
root@b0x [/home]#


regards
 
Back
Top