Skip to main content

Thread: DNS settings... for main and virtuals


i have set bind9 server in matter of hours once on ubuntu, think retarded, appreciate if pointed out doing wrong here. going using real info because don't care anymore want work.. have literally had ispconfig 2 , 3 working not sure dns... please help, plan make extremely detailed guide else in network situation virtual web host. (ftp + named based virtual hosting friends)

step 1 - add hosts godaddy can assign them name servers.


step 2 - add 2 hosts nameservers coriolis-institute.com

step 3 - install ubuntu network settings


step 4 - set resolv.conf this


step 5 - install bind or mydns or whatever example named.conf , zone file below

code:
zone "coriolis-institute.com" in{    type master;    file "master/master.coriolis-institute.com.com";  };
code:
$ttl	86400 ; 24 hours have been written 24h or 1d  $origin coriolis-institute.com.  @  1d  in	 soa mainserv.coriolis-institute.com.com.	mainserver0.coriolis-institute.com. (  			      2002022401 ; serial  			      3h ; refresh  			      15 ; retry  			      1w ; expire  			      3h ; minimum  			     )         in  ns     mainserv.coriolis-institute.com. ; in domain         in  ns     mainserv0.coriolis-institute.com. ; external domain         in  mx  10 mail.coriolis-institute.com.com. ; external mail provider  ; server host definitions  mainserv    in       24.119.186.239  ;name server definition       mainserv0   in       24.119.186.239  www    in       24.119.186.239  ;web server definition  ftp    in  cname  24.119.186.239  ;ftp server definition  (coriolis-institute.com?)       in       24.119.186.239    ; non server domain hosts

not current configuration not working want make sure have right idea put ip addresses.. basic home user behind router , obvioulsy port forwarding tcp & udp 53. can forget reverse dns not in charge of 1 , ip address , don't expect mail work (probably point mx records google apps)

other hosted dns aware possible, use nameservers mainserv.coriolis-institute.com / mainserv0.coriolis-institute.com have else domain.... ?

also hosts file

code:
# not remove following line, or various programs  # require network functionality fail.  127.0.0.1               localhost.localdomain localhost  10.0.1.25          mainserv.coriolis-institute.com mainserv  ::1             localhost6.localdomain6 localhost6


Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] DNS settings... for main and virtuals


Ubuntu

Comments

Popular posts from this blog

Warning, the Safe Path is not accessible vm3 - Joomla! Forum - community, help and support

uppercase letters in url - Joomla! Forum - community, help and support

Joomla! Update is not offering Joomla 3 - Joomla! Forum - community, help and support