sven wrote:
> My company is in Sweden, Europe. There is no such thing as flat
> rate, so we either use Dial-up or leased line. Our leased line
> (128kb) cost about $420 a month, so to cover that cost we have
> to host some customers, which brings us back to the need of a
> DNS-server. So im back to trying to make the DNS-server to run
>

.
>
> I´m just about getting the hang of the zonefieles and so on,
> but opening ports is way over my head.
>
> My other choice is to use WinNT but I rather stick to Linux if
> I can make it work.
But of course. So we will help you.
Don't try to make your own named.conf. Follow the instructions on
http://www.e-smith.org/ about customising your e-smith server. You will need to change the named.conf template, then generate the working named.conf from there. And you will also need to generate your zone files. If you are not a DNS guru then I recommend that you use a tool to generate your zone files. There are some good links at
http://www.softpanorama.org/Net/dns_links.shtml which might help you.
What you need to change in the named.conf template is the bind address -"listen-on" - so that named will server to the Internet as well as the local network, and the list of zones. You can probably just delete
the "listen-on" line. That's most likely to be your problem at the moment.
There's some good information on configuring bind in /usr/doc/bind-8.2.1/html.
Charlie