raul_bhatia
1st July 2008, 13:24
Hello Linux Gods,
I have a linux machine that I want to use as a server to host applications on. I have installed applications like SugarCRM and Zenoss on this machine and I want other computers in my office to have access to these applications using a domain name. We have a LAN network with static IPs. I can access these applications from other computers using the ip address of the server but i want to use names like "abc.example.com". All the other computers are running Windows and I am running Linux Ubuntu 8.04 on the server. Im just looking for a simple setup because I dont have a lot of computers. I tried doing the following (if anyone is familiar with MaraDNS):
I installed MaraDNS and tried to set up an authoritative DNS server. I followed the instructions and configured the mararc file to contain the following four lines:
csv2 = {}
csv2["automech.com."] = "crm.automech.com"
ipv4_bind_addresses = "9.0.0.114"
chroot_dir = "/etc/maradns"
And I configured the zone file crm.automech.com in the etc/maradns directory to contain just the following single line:
crm.% 9.0.0.114 ~
This does not seem to be working. I'm sorry if the question appears outright stupid. But I am completely new to networking as well as Linux. Can someone help me out with MaraDNS or offer another solution. I would be very grateful.
Thanks,
Rahul
I have a linux machine that I want to use as a server to host applications on. I have installed applications like SugarCRM and Zenoss on this machine and I want other computers in my office to have access to these applications using a domain name. We have a LAN network with static IPs. I can access these applications from other computers using the ip address of the server but i want to use names like "abc.example.com". All the other computers are running Windows and I am running Linux Ubuntu 8.04 on the server. Im just looking for a simple setup because I dont have a lot of computers. I tried doing the following (if anyone is familiar with MaraDNS):
I installed MaraDNS and tried to set up an authoritative DNS server. I followed the instructions and configured the mararc file to contain the following four lines:
csv2 = {}
csv2["automech.com."] = "crm.automech.com"
ipv4_bind_addresses = "9.0.0.114"
chroot_dir = "/etc/maradns"
And I configured the zone file crm.automech.com in the etc/maradns directory to contain just the following single line:
crm.% 9.0.0.114 ~
This does not seem to be working. I'm sorry if the question appears outright stupid. But I am completely new to networking as well as Linux. Can someone help me out with MaraDNS or offer another solution. I would be very grateful.
Thanks,
Rahul