View Single Post
  #3 (permalink)  
Old 02-13-2005, 11:32 PM
Lestat Lestat is offline
Registered User
 
Join Date: Sep 2003
Posts: 186
Lestat
Next in SSH:
I edited /usr/local/apache/conf/httpd.conf.vhosts with the same settings as above.

Next after that I went to edit my resolve.conf
nano /etc/resolv.conf
Code:
search com
nameserver (external IP)
nameserver (external IP)
nameserver 192.168.88.3
nameserver 192.168.88.9
Next is the nameserverips
nano /etc/nameserverips
Code:
192.168.88.3=ns1.domain.com
192.168.88.9=ns2.domain.com
(external IP)=ns1.domain.com
(external IP)=ns2.domain.com
Reply With Quote