Main Topics
Browse All Topicsi want to configure DNS server on linux for local network as i need to shift all my windows server to linux i am facinf problem in creating a linux dns server so that i can create a mail server with zimbra mail server. i am able to install bind* packages to on my linux saerver but unable to configure the server so that i can only configure it for local network this (DNS)server will not be have internet access.
how can i configure the domains in bind for forward and revers lookup.
and how to configure the zimbra server to be integrated with this dns server
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
i want this dbs server to resolve https request too how to i do so
https://domain.local
Sorry about that let me explain it. let me explain it too you clearly. i want a dns server on which i can provide names to my local web applications instead of accessing them with ip address. but few of my applicaion is running on ssl.
here is my problem:
my vps name is vps1.solutionsbeyond.local
i am tottaly new to the bind and how to configure the dns entries on the linux server. so plz provide details too the solutions. thanks
Ok lets start from easy one
https://101.168.1.2:8080 to be typed as https://test1.solutionsbey
https:// its nothign to with Dns, because you normaly access your server http://test1.solutionbeyou
to access it http://test1.solutionbeyou
about Dns server
vps.solutionsbeyond.local
test2.solutionsbeyond.loca
test.solutionsbeyond.local
in the zone file for solutionbeyoundlocal,
you just need to add this
test2 IN IP_Of_server
test IN IP_of_Server
have you configured your dns server with proper zone file ??
if you type ping solutionbeyound.local from any pc, does it ping to proper server ??
nope not till now i havn't created ay zone file till now can u plz explain it also how to create zone file and i also want to know how to site solutionsbeyond.local on vps1 and test.solutionsbeyond.local
Business Accounts
Answer for Membership
by: fosiul01Posted on 2009-03-24 at 01:54:07ID: 23965708
What problem are you facing ??
king.com/w iki/index. php/ Quick_ HOWTO_:_Ch 18_:_Confi guring_DNS
have a look this one
http://www.linuxhomenetwor
to get some idea how to setup DNS for internal network
where are you stuck ??