عرض مشاركة مفردة
 
  #4  
قديم 24-10-2004, 07:01 AM
Linux4Hosts Linux4Hosts غير متصل
عضوية مغلقة
 
تاريخ التسجيل: Oct 2004
مشاركة: 165
مستوى تقييم العضوية: 0
Linux4Hosts is on a distinguished road
الافتراضي

السلام عليكم ارجو ان اكون افيدك فى شرح الدى ان اس

1- Register Name Servers where you registered your domain at.
I suggest using 1 IP per name server.
NS1.yourdomain.com = IP#1
NS2.yourdomain.com = IP#2

2- Notify your DataCenter to setup Reverse DNS for the IP addresses used above
and for your name servers. (Normally you put in a ticket to request RDNS for "NS1.yourdomain.com = IP#1
NS2.yourdomain.com = IP#2" and they will complete this within a day)

3-Login to WHM
yoursite.com/whm

4-Type:
ns1.yourdomain.com in the Primary Nameserver field.
Press Assign IP Address
Then Press Add an A Entry for this nameserver

5-Type
ns2.yourdomain.com in the Secondary Nameserver field.
Click Assign IP Address
Then Click Add an A Entry for this nameserver

6-Click Manage Nameserver IPs from the left menu in WHM.
If you see any nameservers that do not belong to you, remove them now

7-Login to SSH to restart bind. (Be sure it restarts, so don't do this in WHM)
Type: service named stop
Then Type: service named start

8-Type: pico /etc/wwwacct.conf
Scroll to the bottom and insure that your name servers are listed like this:
NS ns1.yourdomain.com
NS2 ns2.yourdomain.com

9-Type: pico /etc/resolv.conf
It should look like this:

domain yourdomain.com
search yourdomain.com
#nameserver 127.0.0.1
nameserver ip address #1 here
nameserver ip address #2 here


10- Type: pico /etc/nameserverips
It should look like this:
ip address 1=ns1.yourdomain.com
ip address 2=ns2.yourdomain.com

وشكرا