Ubuntu Networking :: Internal DNS Server With BIND ?
Aug 29, 2010
Basically, i want to be able to type a domain in my browser e.g. default.dev and it direct to the ../www/default folder on the Ubuntu Server on my network. The reason being is that as a web developer i have a number of sites that i'm working on locally and i'm getting tired of adding the domain to my hosts file and then creating a virtual host in Apache - i believe this can be done with BIND - is this right? If so what steps are required?
View 1 Replies
ADVERTISEMENT
Sep 3, 2009
I am configuring bind9 on fedora 9(sulphur).I have configured /etc/named.conf and created zone file in /var/named/I have started the service but when I am executing the command nslookup mydomain.com it is not able to resolve the name.Another problem I am facing when I do telnet localhost 53,I am able to connect.but when I do telnet myip 53 it does not connect.Seems to be a firewall problem but I ve disabled iptables selinux completely even I ve disabled dnsmasq but still not working.
View 1 Replies
View Related
Sep 3, 2009
I have an RHEL5 server running BIND. I'd like to be able to resolve internal, non-FQDN names such as "wiki" for the company internal wiki. in my named.conf file...Named-checkzone returns no errors, and nslookup works when specifying the server explicitly, but no browser resolves the name when entered in the address line. I know this by no means a standard use of BIND, but I'm sure someone out there's pulled this off. I did see when googling someone suggest "load the root zone (.) as master, and add your "hosts" as TLDs, using CNAMEs", but tried that and probably did it wrong since it didn't work.
View 1 Replies
View Related
Jul 12, 2011
I have two DNS servers, one local and one remote, and I am trying to get them to talk to each other using views.
The problem I'm having is that the remote server can talk to the local one and receive zone files, but if I update the local server internal view, the remote doesn't receive the update. Here is my config:
Quote:
key "external" {
algorithm hmac-md5;
secret "xxxxx";
};
controls {
inet 127.0.0.1 allow { localhost; };
[Code]....
View 2 Replies
View Related
Jun 7, 2009
I have a few external IP's assigned to me by my ISP. I have IPcop as my router/firewall. I am wondering how to bind 1 of my external ip's to my internal ip address. So I do not have to port forward, etc. For Example, 77.77.77.77 to 192.168.1.123 and on the server it see's the external IP address.
View 2 Replies
View Related
Jul 8, 2011
what is bind vs bind-chroot vs caching-nameserver ?what is the different between eatch others ?
View 7 Replies
View Related
May 5, 2011
There's this domain, that is apparently a cname of a cname which is, I know, not recommended, but it's not forbidden by the rfc. The domain is [URL]. If I try with windows or bind dns I get this results in nslookup:
** server can't find [URL]: NXDOMAIN
but if I try with opendns I have some results.
> [URL]
Server:208.67.222.222
Address:208.67.222.222#53
Non-authoritative answer:
www.groenegordel.becanonical name = www.vlaamsbrabant.be.
www.vlaamsbrabant.becanonical name = waf.vlaamsbrabant.be.
Name:waf.vlaamsbrabant.be
Address: 193.53.37.42
With this I see it's a [URL] it's a cname or a cname. Is there a way to force bind to resolve this domain? Is this a limitation of bind?
View 3 Replies
View Related
Jan 14, 2010
How can i build an internal dns server for my network, but don't use the top level domain, e.g:. mycat.com. I want to use mycat.kgn. And I want to put a mycat.kgn mail server on the network for internal uses.
My setup:
dns mx mail2.mycat.com (my server)
mx mail.mycat.com (godaddy)
inet-gateway & firewall & mailserver:
centos 4, mail2.mycat.com
nic1 - internet
nic2 - 192.168.0.1
kerio email server 6
All workstation & server uses:
ip: (below)
netmask: 255.255.255.0
gateway: 192.168.0.1
dns: 192.168.0.1
Workstations:
windows & linux
nic1 - (192.168.0.20 - 192.168.0.199)
Printers:
HP laserjet
jetdirect (192.168.0.211 - 192.168.0.249)
Data server:
1. ubuntu 8.04 LTS, nic1 - 192.168.0.8
2. redhat AS 2.1, nic1 - 192.168.0.10
3. xenserver 5.0, nic1 - 192.168.0.11
- windows 2003 terminal server, xen-nic1 - 192.168.0.210
- winxp sp3 accpac, xen-nic2 - 192.168.0.2
- win2000 sp4, xen-nic2 - 192.168.0.200
Config: I need a dns server with:
dns mx zimbra.mycat.kgn 192.168.0.127
A mycat.kgn 192.168.0.1
A samba.mycat.kgn 192.168.0.128
A www.mycat.kgn 192.168.0.1
NS ns1.mycat.kgn 192.168.0.129
All workstation and servers:
ip: (same as above)
netmask: 255.255.255.0
gateway: 192.168.0.1
dns: 192.168.0.129
ldap all machine to zimbra.mycat.kgn for login info and password.
map drive g: to samba.mycat.kgn data-share (with users rights from ldap)
I tried to do this in virtualbox, but fail badly! I created 6 vm using ubuntu 804 and 910, but my dns was not getting any records with dig, so I found an howto on powerdns. But I had to use mycat.com and not mycat.kgn?
I will draw my network to be!
each machine:
ip: (sameas above)
gateway: 192.168.0.1
dns: 192.168.0.129
dns-nameserver 192.168.0.129
nameserver 192.168.0.129
and if the dns server does not find the info it forward it to the gateway 192.168.0.1
View 2 Replies
View Related
Mar 4, 2011
I am bit new to Linux and have setup caching-only name server with Centos 5.5. when i do dig server, it provide resolutions. but when i use the server IP as DNS on my windows client, it says, "connection refused" on the NSlookup output. (IP table didn't enable) My server Ip is 192.168.1.253 and bellow is the configuration of "/var/named/chroot/etc/named.conf"
options {
listen-on port 53 { 127.0.0.1; 192.168.1.253; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt"; .....
View 9 Replies
View Related
Nov 11, 2010
I have a registered domain that resolves (via dyndns) xxx.mydomain.com to my external facing router -easy no issues there. Behind the router I have several machines (some VMs) running webservers, mail etc... What I want to be able to do is redirect the external traffic based on xxx to the relevant internal machine and serve the content back to the external world.
I have tried using a http rewrite of xxx.mydomain.com to the relevant machine an it works fine from within my network, however externally the re-direct fails as the master DNS servers have no record of internal DNS setup in my network (obviously).
So is there anything I can do to get xxx. recognized externally? I'm only just starting to get my head around how DNS, HTTP, TCP etc all hang together. Am I barking up the wrong tree with rewrite? Should I be looking at proxys?
View 1 Replies
View Related
Mar 31, 2010
Basically, I have a windows 2003 server virtual machine (vmware) inside Ubuntu 9.10.
The Ubuntu machine has IFconfig:
Code: sam@sam-laptop:~$ ifconfig
eth0 Link encap:Ethernet HWaddr 00:15:c5:b8:c8:8b
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:17
Why can't I ping or simply access the internal server on my ubuntu machine from a another computer on the 192.168.1.0 (slash)25 physical network? Do I need a bridge? Iptables?
View 4 Replies
View Related
Aug 11, 2011
i am forwarding HTTP request to a internal server, it is quiet successful but access logs donot show the ip of the external m/c. Rather it shows the ip of the machine on which i have enabled port forwarding.
View 2 Replies
View Related
Sep 23, 2010
We're having an issue with HTTP POST file uploads on our two Ubuntu PCs. For some reason, whenever one of our users attempts to submit a file in an HTML form, the request times out, usually with a 500 Internal Server Error message. This problem is not limited to one site, but occurs on all sites that use file uploads. Also, the problem does not appear to be with our network, as a Windows 7 PC on the same network can upload files to the same sites without any difficulties. The problem is not browser-specific; we have tested with Firefox, Epiphany, and Google Chrome and all produce the same results. The issue is relatively new, and was first observed within the last month; before this time, both machines had no problems uploading files.
Does anyone have ANY idea what could be causing this? I've tried a number of things, including rebooting the PCs, rebooting the network, disabling IPv6, etc. I'm not very experienced in Linux system administration, but I can use the terminal and am familiar with some terminal-based diagnostic tools, so if you need any additional info or want me to try something, please let me know! I've exhausted my own computer knowledge with regards to finding a solution to this problem.
View 3 Replies
View Related
Dec 7, 2010
I and setting up a home web server using Ubuntu 10.04 server (local only). I am currently using Webmin 1.53 to access it remotely all is going great very easy to use. Webmin - Check, ftps-fileZilla - Check, Apache -It Works BUT I cant seam to set up Apache as a named server using Bind DSN. Tried most of the help in the fourms and ..... I think my problems is in the master server selection, do i have to use [URL]... or can i just use myservername. I have tryed both with no luck. First time with the server addition.
[code]...
View 6 Replies
View Related
Feb 16, 2010
I have got a running mail server on CentOS5.4 Final using Zimbra free edition. . Assume that domain is organization.com.local And it is running fine with users created and bugzilla running on the same machine can send mails using this server. But it can obviously send messages to the internal users. There is this option to configure it to use external mail server to send mails outside the network but my external smtp server needs an authentication.Is it possible to configure it this way to use my external server to send mails from internal domain to say gmail?
View 15 Replies
View Related
Jun 14, 2010
I have a BIND server that I'm setting up with different views. There is another server out on the public Internet that currently handles all inquiries for this domain. I had installed the Yum packages, chroot, etc. and edited the config files by hand. When that didn't work, I erased the server and started over using Webmin to build everything for me. Same result. I want to setup and verify everything is working on this new server before I take it into production.This is in /var/log/messagesQuote:
Jun 13 21:33:20 dns1 named[13838]: starting BIND 9.3.6-P1-RedHat-9.3.6-4.P1.el5_4.2 -u named
Jun 13 21:33:20 dns1 named[13838]: adjusted limit on open files from 1024 to 1048576
[code]...
View 13 Replies
View Related
Sep 24, 2009
I need to know how to configure the address of the next level DNS server in my BIND server. im in a FEDORA 10 system.
View 3 Replies
View Related
Jan 17, 2010
I want to join standalone windows xp machine to Linux Domain (Redhat 9)..
View 3 Replies
View Related
Jun 26, 2011
I'm trying to setup DNS server. But i'm getting this strange problem.normally nslookup and workin for other sites.problem only with my local setup. can't see what i'm doing wrong.i've had setted up DNS server before but had no problems.can't see any solution on google.
So...
centos 5.6
bind 9.7 (from repository)
[code]...
View 2 Replies
View Related
Jun 8, 2011
I am still quite new to all this but I guess we were all beginners once, this forum seems very helpful.Here is my situation, I will give as much detail as I can.I have a dedicated server which is running CentOS release 5.5.Initially I had Plesk installed, but when I upgraded PHP I damaged the Plesk configuration, and so I installed Webmin instead.
All seems to be fine with this, apart from the DNS configuration / BIND server.I know this because I have one site which uses an external DNS server and this works fine (i.e I can access it from a browser). All the others don't resolve - i.e the ones I set up in Plesk.I've done a bit of investigating to see what is going on, but I'm stabbing in the dark a little.
View 12 Replies
View Related
Nov 28, 2010
I've been looking for a good tutorial for setting up a BIND DNS server for my local network. What I want to do is..Have BIND running on my home server receiving all DNS requests.Have certain zones (my.zone.lan) pointing to custom IP addresses (I.E. server.lan points to 192.168.{server IP})Zones that don't exist should be passed on to OpenDNS for processing.
View 6 Replies
View Related
Jul 28, 2010
I have configureed Bind in a Linux box. Well pc1 i.e "pc1.mydomain.com" is my client machine and main server is the computer in which bind is install.The client computer pc1 and the main server (Bind server) i.e FQDN "mainserver.mydomain.com "are on the same network.from client machine i can't resolve the name to IP address as my server do successfully with client. The /etc/resolv.conf file in my bind server is as
Code:
search mydomain.com
nameserver 192.168.1.254
The named.config it main configuration is as below
Code:
zone "mydomain.com" IN {
[Code]...
View 6 Replies
View Related
Apr 26, 2010
How to install step by step to install bind server on RHEL 5.
View 3 Replies
View Related
Jun 19, 2011
I need a bind-server (I mean DNS server) with a SQL backend. As far as I have seen, the only viable option I have is to recompile bind9 with support for either MySQL or PostGre.
Link to this: [URL]with an additional
Code:
apt-get install libpqxx3-dev
From some tutorials I have read, I see I need to recompile it to enable its SQL support.
But when I do it that way, I won't get any security updates, won't I?
So... Is there any bind server with SQL support in the repositories ? For that I don't have to worry about security updates...
View 1 Replies
View Related
Nov 7, 2010
What is the fastest setup to do this? All I want is an internally authenticated webmail server that other servers can send mail to for collection of test emails. Don't need LDAP or anything fancy, just a internal LAN only webmail server. I've got Squirrelmail setup on Ubuntu Server and can't get authentication setup with Squirrelmail and every tutorial I read is way over complicated or has nothing on how to authenticate Squirrelmail with internal, system users.
View 4 Replies
View Related
Jan 8, 2010
I want to make a dns server using bind 9.5.1 in fedora 10 but i 've got this following error when nslookup.
Quote:
nslookup admindevice1.fmipa
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find admindevice1.fmipa.dns.fmipa: SERVFAIL
this is my named.conf
Quote:
//
// named.conf
//
// Provided by Red Hat bind package to configure the ISC BIND named(8) DNS
[code].....
but when i start bind and try my dns i got a wrong ip for both ns and admindevice1.
View 2 Replies
View Related
May 11, 2010
what is the use of bind & cache Pkg in DNS server is it posssible to configure DNS without cache & how
View 2 Replies
View Related
Jan 2, 2010
I have read a lot of documentation but it is still hard to find a proper answer to my doubts.About the hostnames in a domain, how is it associate to a determinated port?
For example, when I type on the browser webmail.sparc86.net and then I get redirected to the port of 20000 of this same domain. Fine, but how does it work that it knows it should be redirected to the port 20000? From where is this information (the association webmail-port 20000) taken? The apache will manage this, right? But what about other services like ftp?Another example, If I wrote my own software listening, let's say on the port 40000 and I want to have a domain like "mystuff.sparc86.net" how would I let it be redirected to the port 40000 ?
View 1 Replies
View Related
Feb 22, 2011
Currently i using webmin,but it missing some important things like $variable -where $variable would be automatically replaced with added domain,and it's kind a strange since plugin for managing other dns server on webmin does that. Also i was not able to generate 100% correct all records,only partial,which make it useless since i was need to fully replace it anyway.So can someone recommend any script/tools for it?I would be even happy with combination of batch tools(which might be even best solution since then i would not need to bother with installing script). How my dns records look:
PHP Code:
$ttl 38400
@ IN SOA ns1.nameserver.com. root.localhost. (
12520521667
7200
7200
604800
[Code]...
View 1 Replies
View Related
Jul 29, 2011
i am trying to run bind in centos 6 and bind keeps giving me errors every time i check all of the configurations. the named.conf file works fine but the zone files keep giving me errors heres the contents of my named.conf file
Code:
options {
directory "/var/named";
listen-on port 53 { any; };
allow-query { any; };
[Code]....
View 4 Replies
View Related