![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| NIM server setup on etherchannel setup environment | pdtak | AIX | 1 | 05-28-2008 01:54 PM |
| How to setup Chinese envirenment on RedHat Server 5 | huyuhui | Linux | 1 | 04-02-2007 02:26 AM |
| How To Setup Ftp Server | eykyn17 | HP-UX | 0 | 03-27-2007 06:28 AM |
| NIM server setup (AIX 5.3) | dshg | AIX | 0 | 10-22-2005 03:32 AM |
| How to setup an FTP server? | rmuhammad | UNIX for Dummies Questions & Answers | 1 | 10-28-2003 08:10 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
setup a DNS server for my redhat server
Using Redhat Linux Enterprise AS 4
can someone teach me how to setup a dns server for my webserver? i've registered a domainname at mydomain.com but when i type in the domain i register i cannot enter to my webserver. someone told me that it is related with the DNS setting on my server. i've used whole day to search and i found out something. but i still cannot manage to figure out what should i do in /var/named and one more thing, when i type /etc/rc.d/init.d/named status it shows : rndc: connection to remote host closeda This may indicate that the remote server is using an older version of the command protocol, this host is not authorized to connect, or the key is invalid. |
| Forum Sponsor | ||
|
|
|
|||
|
Hey,
this is a little bit complicated. First i need some answers: 1. Is the Web-Server on your own host or a host at your provider? 2. Did you get an official IP-Number or net from your provider for your Web-Server? 3. Did you have a direct connection to the internet? Your Web-Server needs an official IP-Number, this number and the name of your webserver.domain.tld must stay in a DNS-Server with connect to the internet to communicate with other DNS-Server. In fact you need two DNS-Servers, if one fails. On the DNS setup the name to the ip-number and the reverse way the ip-number to the name (reverse lookup). By from lowbyte |