Link to home
Start Free TrialLog in
Avatar of sachinrathi
sachinrathi

asked on

How to start Name server ?

I have Linux and 15 IBMPL connected for internet
access. The problem is my win95 PC's are unable to
resolve the host name. For eg. if I say ftp to ftp.microsoft.com
it says host not found. but if I use the IP address it
works just fine. Can anybody tell me how to start the Name Server Under Linux.
Avatar of ahoffmann
ahoffmann
Flag of Germany image

named

you should have a /etc/resolve.conf as follows:
  domain your.domain
  nameserver 127.0.0.1
  nameserver ip.of.your.ISP

Avatar of sachinrathi
sachinrathi

ASKER

I have a Leased Line. so what should be the ip of my asp I don't
know. I was already knowing about the resolve.conf file. But there are some more files such as

               named.boot
               host.conf

Can you tell me about configuring these files.
Ask your ISP for "your" IP.

/etc/host.conf:
order bind, hosts

/etc/named.boot:
directory /var/named
forwarders ip.of.your.ISP
cache      .           named.cache
primary your.domain named.hosts
primary 0.0.127.IN-ADDR.ARPA named.local

/var/named/named.local:
0 IN PTR loopback
1 IN PTR localhost

/var/named/named.hosts:
hostname IN A ip.of.your.host

/var/named/named.cache:
# see doc for named


I highly recomend reading man-pages befor installing DNS.
1.If you don't plan to administer your ow domain than tell your ISP to create DNS Entry for you.
2.In Windows you can assign NameSerwer IP as IP of your ISP and than all will be ok.
3.If you don't know your IP than please look at the ifconfig . If you write as root ifconfig than you will se all network interfaces with IP assignet to them.
4. You can run only caching nameserwer and this is easy and fully described in HOTO, hoverer please upgrade your bind(nameserwer) , because for the current is well know exploit which can give root access to any hacker.
Who is your ISP?


ASKER CERTIFIED SOLUTION
Avatar of ernaniaz
ernaniaz

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I think that Experts Exchange have a bug in the cgi script.. Again, the script have cutted the "." at the start of the lines:
                   604800   IN   NS   NS.INTERNIC.NET.
and
                   604800   IN   NS   NS.ISC.ORG.
please fix this putting a "." at the start of the line. Like: ".     604800 IN NS ....."

--ernaniaz