Ubuntu Server DNS Status:SERVFAIL
location:
ubuntuforums.com - date:
October 28, 2011
Can someone lighten me up why my DNS Ubuntu Server giving me a Result Failed for DNS
This was far i can configure and still giving me the status of a SERVFAIL
Code:
[email protected]:/etc/bind# vi db.ubuntu-server.ph
;
; BIND data file for ubuntu-server.ph
;
$TTL 1d
@ IN SOA ns1.ubuntu-server.ph root.ubuntu-server.ph. (
2 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
@ IN NS ns1.ubuntu-server.ph
@ IN A 192.168.0.30
NS1 IN A 192.168.0.30
www IN A 192.168.0.30
gateway IN A 192.168.0.3
Code:
[email protected]:/etc/bind# vi named.conf
// This is the primary configuration file for the BIND DNS server named.
//
// Please read /usr/share/doc/bind9/README.Debian.gz for information on the
server needs an X. how do I start xfce on boot?
location: ubuntuforums.com - date: January 20, 2010
I installed the server 9.10. Then I realised i needed X for an application. So Installed xfce4. how do i get xfce to launch automatically on startup?
Creating subdomains and A records to servers in Windows Server DNS
location: linuxexchange.com - date: August 14, 2014
We have a site hosted internally on the IIS of 2 different Server (192.168.1.1 & 192.168.1.2) Windows 2012 R2 by the name domain.com
1)What is needed that an entry should be made in DNS such that the developers are able to create a sub-site such as h1.domain.com or h2.domain.com or h3.domain.com
2)If a request is made for www it should be redirected to 192.168.1.1
3)If a request is made for www4 it should be redirected to 192.168.1.2
so by point 2 & 3, what i need is:
www.domain.com -> 192.168.1.1
www.h2.domain.com -> 192.168.1.1
www4.domain.com -> 192.168.1.2
www4.h2.domain.com -> 192.168.1.2
So what enteries should i make in the DNS server for this to work ?
Ubuntu Server Software Raid 5 How does the system boot if one drive goes down?
location: linuxquestions.com - date: April 18, 2014
Hello,
I am thinking of doing a raid 5 on an ubuntu server 14.04 system with 3 x 3TB drives and have a few questions...
1. How would the system boot if one of the drives goes down?
2. Is the boot loader installed on each drive?
3. If I pulled out a drive and put in a new drive, would it auto-rebuild or do I need hardware raid for that feature?
-Thanks
How to clear dns cache
location: linuxquestions.com - date: September 5, 2008
Dear all,
I am using soalris 9 on sparc and i am running symantec web security for proxy. In my setup i hava one local dns my proxy is configured
to use the local dns server. My dns is configured as a forward dns so other than some intranet names it is relaying on MY ISP's dns only. The problem is if i add a new A record in my dns means ,
For example " test.example.com " before adding the A record if anybody try to access this site means it is giving "proxy encountered error" . After i add the A record then for first 5 miniutes it is giving error only after that only the site is opening. Can someone help me how to clear the dns cache .
Thanks in advance
Shan
define how long will DNS cache stay in local DNS server
location: linuxquestions.com - date: July 10, 2015
can we define TTL value for Cache in DNS server ?
for example
i queried www.google.com in local DNS server, the query result to www.google.com as below
Code:
How to log ssh login to get clear password on a file? Centos server
location: linuxquestions.com - date: December 9, 2012
Hello
I want to ask please how can i log in clear text the passwords from ssh logins on Centos server?
Thank you
How to use Linux DNS Server for windows machines
location: ubuntuforums.com - date: October 16, 2011
Hi guys,
My situation is like this:
I'm using Windows XP
I installed VMBox and a Virtual Machine which is an Ubuntu Server
On Ubuntu Server, I installed Apache and Bind9. I also changed /etc/resolv.conf to use the DNS installed.
Testing:
On Ubuntu Server, I can ping 192.168.56.102(ubuntu server)
On my windows XP, I can open web browser at http://192.168.56.102
But I can't use http://example.com (which was configured in Bind 9 to point to 192.168.56.102)
Can someone help me please?
Kind Regards,
how to flush dns cache
location: linuxquestions.com - date: October 18, 2011
hello all,
can anyone tell me the command to flush dns cache?
How does one reload the /etc/hosts (clear cache?) after adding a domain to 127.0.0.1
location: ubuntuforums.com - date: February 28, 2011
I often manually add a troublesome domain (e.g., advertisements, fake virus alerts, etc.) to my /etc/hosts file on Ubuntu 10.04 Lucid; but the effect isn't immediate.
My hosts file is already fifteen thousand lines long (having combined all the hosts files I could find on the net, including the MVP one); but I still, almost daily, find a new irritant to add to my /etc/hosts file.
My problem is I do not understand WHEN the /etc/hosts file is next read after a change.
I've been rebooting to make sure the hosts is re-read; but there must be a simpler way.
My question:
- WHEN is the /etc/hosts file reconsidered in Ubuntu?
- Is there a way to have the /etc/hosts file re-read sooner?
please wait...
Page: 1 2 3 4 5 6 7 8 9 10