Skip to main content

Thread: HTTPS and DNS ?


dear friends.

have projet create https & dns server , finish https projet , need make server dns customer can enter https://www.mysite.com (only example)

steps in dns :
code:
sudo apt-get install bind9 sudo gedit /etc/bind/named.conf.local zone "mysite.com" {         type master;         file "/etc/bind/zones/db.mysite.com";         }; sudo cp /etc/bind/db.local /etc/bind/db.mysite.com
and change in db.mysite.com :
code:
$ttl    604800 @    in    soa    ubuntu.mysite.com. ubuntu.mysite.com. (                   1        ; serial              604800        ; refresh               86400        ; retry             2419200        ; expire              604800 )    ; negative cache ttl ; @    in    ns    ubuntu.mysite.com. www     in            192.168.1.10 ns    in       192.168.1.10 box     in           192.168.1.10  sudo /etc/init.d/bind9 restart sudo gedit /etc/resolv.conf  domain localdomain search mysite.coom nameserver 192.168.1.10
my questions :
1.this code correct ? think have error in resolv.conf & in db.mysite.com
2.i step named-checkzone mysite.com /etc/bind/zones/mysite.com.db
terminal says
zone mysite.com/in: has no ns records
zone mysite.com/in: not loaded due errors.
must ?
thank

my ubuntu version 11.04


Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [SOLVED] HTTPS and DNS ?


Ubuntu

Comments

Popular posts from this blog

Falang and too many redirects - Joomla! Forum - community, help and support

Infinite loop detected in JErrorInfinite loop detected in JError - Joomla! Forum - community, help and support

logged out from joomla! - Joomla! Forum - community, help and support