DNS Error: Ignoring Out-of-zone Date
May 27, 2007
i have nameservers setup on my server using (for example) ns1.domain.net and ns2.domain.net with ips 12.12.12.1 and 12.12.12.2, respectively.
Heres my zone file generated by WHM for ns1
Code:
; Modified by Web Host Manager
; Zone File for ns1.animeost.net
$TTL 14400
@ 86400 IN SOA ns1.domain.net. user.gmail.com. (
2007052706
86400
7200
3600000
86400
)
ns1.domain.net. 86400 IN NS ns1.domain.net.
ns2.domain.net. 86400 IN NS ns2.domain.net.
ns1.domain.net. 14400 IN A 12.12.12.1
localhost.ns1.domain.net. 14400 IN A 127.0.0.1
Heres my zone file generated by WHM for ns2
Code:
; Modified by Web Host Manager
; Zone File for ns1.animeost.net
$TTL 14400
@ 86400 IN SOA ns1.domain.net. user.gmail.com. (
2007052706
86400
7200
3600000
86400
)
ns1.domain.net. 86400 IN NS ns1.domain.net.
ns2.domain.net. 86400 IN NS ns2.domain.net.
ns2.domain.net. 14400 IN A 12.12.12.2
localhost.ns2.domain.net. 14400 IN A 127.0.0.1
After i restarted bind, it gave me the error in /var/log/messages
Code:
May 27 15:55:18 mail named[89641]: starting BIND 9.3.4 -u bind -c /etc/namedb/named.conf -t /var/named -u bind
May 27 15:55:18 mail named[89641]: command channel listening on 127.0.0.1#953
May 27 15:55:18 mail named[89641]: /etc/namedb/ns1.domain.net.db:13: ignoring out-of-zone data (ns2.animeost.net)
May 27 15:55:18 mail named[89641]: /etc/namedb/ns2.domain.net.db:12: ignoring out-of-zone data (ns1.animeost.net)
May 27 15:55:18 mail named[89641]: running
I believe that ignoring out-of-zone data is causing my dns to not work properly. I can't ping ns1.domain.net, ns2.domain.net, and domain.net.
View 14 Replies
ADVERTISEMENT
Jul 23, 2009
While clicking on "Edit DNS" in WHM
I am getting this error
Unable to parse zone: Error while parsing zonedata for xyz.com: syntax error, line 25 ...propagated at /usr/local/cpanel/Cpanel/CPAN/Net/DNS/ZoneFile/Fast.pm line 142.
View 6 Replies
View Related
May 17, 2007
I am trying to get Apache to disable .htaccess overrides and php for a certain directory (and it's subdirectories).
I can disable PHP scripting using a .htaccess file containing:
Code:
Options -ExecCGI -Indexes
I now want to disable .htaccess overrides, which Apache's documentation says is only possible in a <Directory> directive. I have therefore attempted to add the following to the website's Virtual host in httpd.conf:
Code:
<Directory /home/ceejayce/www/dropbox/*>
AllowOverride None
</Directory>
However, the above posted .htaccess file (which is located in /home/ceejayce/www/dropbox/2007/.htaccess) still runs and disables ExecCGI and Indexes. So, it looks like the <Directory> directive is not being processed? I have tried it outside the virtual host, straight into the config file - but it works the same way.
Apache's error log says nothing, other than ExecCGI is off in this directory and Directory Index is forbidden (so basically it's reading the options from the .htaccess file and applying them).
I want to make a folder than can only serve static content (no php etc).
View 1 Replies
View Related
Apr 24, 2009
I've already changed a lot of MX records but never run into a problem like this one ...
I google it and found out that this might be cPanel/WHM bug. I've mailed them but they need a lot of time before they reply so I will also ask here
Here is error log from WHM:
Setting mx priority 10 (mx1.domain.com)........failed: Error fetching zone data for otherdomain.com.db's MX ...Done
Setting mx priority 20 (mx2.domain.com)........failed: Error fetching zone data for otherdomain.com.db's MX ...Done
View 3 Replies
View Related
Jan 21, 2009
It has been 4 days now from the date i requested there is just silence from eboundhost, looks like they are planing on renewing my account and charging my card? what should i do? cancel the credit card and report them to BBB?
View 14 Replies
View Related
Oct 24, 2008
How can set a different date (of the system date) on my VPS?
I try with "date -s" but I can't change it.
I need to set up the year to 2004, for a legacy application.
View 9 Replies
View Related
Jun 1, 2008
I had a big scare today. My server (vps) went down and I had no way of contacting my provider because their whole system had crashed.
I've got backups but I had never thought of a provider crash, so I left the backups on my server. I would like to keep an up-to-date backup on my computer at home.
How do I do this? I've heard of rsync, but I don't know what it is or how it works.
View 14 Replies
View Related
Aug 27, 2007
to change system date back and forth.
Of course 'date -s' doesn't work on VPS. Using zic and timezones > /etc/localtime could help up to (almost) 24 hours, but dates are out of range.
Some systems can enable something like defying "Time Drift" as on some Xen versions (as shown below), but unfortunately my provider apparently doesn't support it.
# set independent_wallclock
# echo 1 > /proc/sys/xen/independent_wallclock
Is there any other way to change date on a VPS?
View 9 Replies
View Related
Jun 25, 2009
What is the way to check the expiry date of a website. Actually someone hosted my site on my behalf. I do not have password etc. My host is Jkookserver.
View 19 Replies
View Related
Jul 9, 2008
Vendors form alliance to fix DNS poisoning flaw
An alliance of software makers and network-hardware vendors announced on Tuesday that they had banded together to fix a fundamental flaw in the design of the internet's address system.
The vulnerability in the domain name system (DNS) - the distributed database that matches a host and domain name with the numerical address of a computer server - could give an attacker the ability to replace the addresses of popular websites with that of a malicious server, said Dan Kaminsky, director of penetration testing for security firm IOActive. Kaminsky found the flaw when he was doing non-security research on the domain name system (DNS) more than six months ago.
"It is a fundamental issue affecting the design," Kaminsky said. "Because the system is behaving exactly like it is supposed to behave, the same bug will show up in vendor after vendor after vendor. This one bug affected not just Microsoft ... not just Cisco, but everyone."
On Tuesday, a number of software and network-hardware vendors released patches for their products. On its regularly scheduled patch day, Microsoft released updates for Windows 2000, Windows XP and Windows Server 2003 to mitigate the issue, which the company ranked an important vulnerability, its second highest grade of severity. Internet Software Consortium, the group responsible for the development of the popular Berkeley Internet Name Domain (BIND) server, also released a patch, confirming that its software contained the vulnerability. Both Cisco and Juniper also acknowledged flawed systems.
Vendors have also provided the fix to certain large clients. Yahoo will be upgrading its name servers from BIND 8 to the latest version of BIND 9, the Internet Software Consortium stated during the conference call. Internet service provider Comcast has already patched its servers for the issue, according to internet infrastructure firm Nominum. Finally, the Computer Emergency Response Team (CERT) Coordination Center has contacted some other nation's response groups to inform them of the problem.
For the most part, however, internet service providers and companies each received the fix on Tuesday, said Sandy Wilbourn, vice president of engineering at Nominum. The goal: To have every major service provider and company apply their software patches in 30 days.
For that reason, don't expect immediate action, Wilbourn said.
"For key customers on our network, we have made a special effort to get them an early release to help solve this problem, and a number of them have finished deployment," he said. "But the nature of this patch is that we wanted to get the vendor side covered and then have deployment over the next 30 days. Anyone that is not patched by today or tomorrow is not doing anything wrong."
The domain-name system (DNS) has been a popular way to attack the internet in the past - it's an ill-kept secret that the DNS system is insecure. The way that many software applications, such as browsers, handle DNS requests has opened up users to attack. Microsoft has fixed a few vulnerabilities in the way Windows handles domain names - issues that could have lead to easier eavesdropping or simpler phishing attacks.
More here:[url]
View 6 Replies
View Related
Nov 9, 2008
I have been in contact with WHMCS but i still cant seem to work it out properly.
What i am trying to achieve is, for not to do prorata billing and for the customer only to pay for what is rest of the month.
AND
to make all due invoices be sent out on the 1st of every month and give customers 5 days to pay the invoice before late fees will be applied.
To get this done can someone tell me what i set these options at please?
Charge Next Month - This section is in the pricing section of the item.
Prorata date - Do i set that if im not going to be doing prorata billing?
Invoice Generation - What day do i set this to to achieve what i want above?
View 3 Replies
View Related
Jun 23, 2008
How can active cpanel expire date?
View 3 Replies
View Related
Nov 8, 2007
We have a server located in USA. We have hosted an application for online booking of travel tickets. The customer wanted to change the system date to IST instead of EDT which we did. Now, if we try to change the system date to a future date in order to test our application, the date automatically resets to the current date. This happens only if we have the timezone as IST. If we change the system date to EDT, then after changing the system date, it does not reset automatically. It changes only if we modify it manually. However, if we change the timezone to IST, then the system date resets automatically back to the current date. We have stopped the W32 Time service and also blocked the port 123. We have also disabled the automatic synchronization with the internet time server.
View 4 Replies
View Related
Jun 27, 2008
I have a server with DedicatedBox.net. My billing cycle is 26th every month, but they always disconnect my server if I don't make payment before 22th or 23th. I complained to them by email, their helpdesk and WHT PM. They did response to me, but can't have the issue resolved.
In this month, I forgot to pay in advance. They disconnected my server on 23th as always. I sent a ticket #499717 and nobody responses to me. Whether they disappear or just ignore me, it's a warning to me, so I decided to leave them. Luckily I have a backup for all my data.
This is my bad experience with DedicatedBox.net.
View 13 Replies
View Related
Apr 26, 2008
I terminated an account in WHM and when I created again, the setup date in list of accounts changed to today,
How can I edit this time?
View 3 Replies
View Related
Sep 11, 2007
I'm having problems trying to change the date, no matter what I enter in webmin or shell it keeps the existing date and I've tried ntp.
Fed Core 6
View 5 Replies
View Related
Mar 5, 2007
how to setting mysql data / time?
server have -9 H from our
We have setting under WHM for time server but we also need to setting mysql
View 1 Replies
View Related
Oct 17, 2007
The other server that I'm working on issues the wrong date/time when I run
$ date
Wed Oct 17 20:01:03 CDT 2007
I tried the same command on the other server
Wed Oct 17 11:01:03 CDT 2007
View 7 Replies
View Related
May 2, 2009
I am searching for a web hosting provider that offers up to date php and libcurl versions (or up to date perl plus libcurl). Any provider that you could recommend? Many thanks for some feedback!
My current provider (Yahoo Small Business ) offers the following php & libcurl combination: php 4.3.11 libcurl/7.12.0 OpenSSL/0.9.6g zlib/1.1.3.
I posted that to a libcurl mailing list, and the answer was the following:
> 1. That's using the PHP/CURL binding (which could explain
> something), and a version of it (the entire PHP version)
> that's over 4 years old
> 2. That's a libcurl version which is 29 releases old. Soon
> celebrating 5 years! (and the OpenSSL version is similarly
> outdated)
5 years! So what I'd need is a provider offering php 5 and the latest libcurl, or (even better) a provider that offers perl in combination with an up to date libcurl version (Yahoo comes with perl, but libcurl not included).
View 6 Replies
View Related
Jun 28, 2008
Is there a quick shell command to find (inside a directory) and delete all the files created e.g. on January 10, 2008 ?
View 2 Replies
View Related
Mar 12, 2008
How do you insert variables in cron jobs? e.g. the current date.
Let's say I want to back up a file and append the date to it.
0 0 * * * cp /some/file.txt /some/outputfile_[DATE].txt >/dev/null
(note that I'm not sure the cp will actually work like that, it's just an example)
Where outputfile_[DATE].txt has the date in it.
Are there variables cron can use for date, hour, minute, etc.?
View 4 Replies
View Related
Feb 4, 2008
Thought this might be of interest since the PIX vs. ASA devices are frequently discussed here ...
View 1 Replies
View Related
Dec 30, 2008
Changing hosting companies is pain, let's admit it. You don't know what you're getting until you get it. Yes, it's like blind date.
The hosting company is talked up and fake reviews are posted in hopes of getting an affiliate commission. Some "companies" are actually Uncle George with a reseller account acting like he has a staff of 20 people.
So recently I was looking to 'downsize' after having a dedicated server for 20 months. There's was a hiccup with the hosting company. The email file permissions was constantly getting changed. It was a mystery because everytime tech support fixed it; the next day, it would happen again!
The operations manager was in contact by telephone and even gave me his cell phone number. I was also in telephone contact with Tech Support constantly until they have found the culprit - an old, invalid Cpanel Skin.
After the ordeal, I praise the team and company. But a week later, Omaha Steaks should up at my doorstep. Wow!
Well, now it's a year later and I need to downsize.
I looked at BlueHost, HostGater, Ixhosting, HostingExcellence and others... I could NOT believe what they offered for the money. I looked and looked.. and was excited that I could downgrade from a dedicated server and save $150 a month!
Finally, I decided to try BlueHost reluctantly.. as a test. But I tried to sign up for 30 minutes and the site was down. Uh-oh....
My gut - This is a wake up call.
Stick with what's WORKING.
I immediately emailed the Operations Mgr that hosts my dedicated server. Told him what I wanted. I needed a reseller account with additional IPs. He directed me to exactly what I needed and then asked if we could work something out on my current server. But with my sites slacking off, I just settled on a Reseller account.
They transferred everything and the site got a Internal Error (500).. err.. but don't worry - Tech Support found the .htaccess file was using suexec on the old server. So they commented it out and the sites appeared.
The POINT IS: Stick with WHO you know and What's WORKING. Yes, the current host may be a few nickels more than the Popular Hosting companies advertising in the magazines.. but they do NOT beat the support I've received over the last 20 months.
Final Review: I cannot praise HostDime enough. They are awesome. Mike K. is fantastic. I will keep my account there and it will run into the 3 third year in a few months.
www.HostDime.com is a REAL company, charging very reasonable rates, and you get the best support ever. They guys & gals won't give up until they solve the problem.
If you're considering moving hosts, try them.
View 11 Replies
View Related
Sep 23, 2008
I have been with Midpulse for about a month, while hosting has been fine, but they really have serious issues with Billing.
I had selected Paypal Subscription when I signed up on 22-Aug and the subscription is paypable today 23-Sep, yet Midpulse Suspended my account yesterday itself for Non-payment Now, I'm confused whether I should cancel Paypal subscription or not.
Plus their HTTPS Billing area does not even open... so how the hell are customers supposed to Login to Billing area...
View 14 Replies
View Related
Mar 10, 2009
I have recently created a bunch of OS templates for HyperVM as their current set were hugely outdated / unsuitable.
The images tagged modernadmin all include preconfigured DenyHosts to prevent SSH brute forcing of your customers VPS.
Available are the following for OpenVZ:
centos-5.2-i386-hostinabox-modernadmin.tar.gz530,147.2KB
centos-5.2-i386-modernadmin.tar.gz109,654.2KB
centos-5.2-x86_64-modernadmin.tar.gz134,665.8KB
debian-4.0-i386-modernadmin.tar.gz61,153.3KB
debian-4.0-x86_64-modernadmin.tar.gz143,096.5KB
debian-5.0-i386-modernadmin.tar.gz75,740.6KB
debian-5.0-x86_64-modernadmin.tar.gz159,226.4KB
fedora-core-10-i386-modernadmin.tar.gz165,429.6KB
fedora-core-10-x86_64-modernadmin.tar.gz174,693.8KB
ubuntu-7.10-i386-modernadmin.tar.gz76,415.5KB
ubuntu-7.10-x86_64-modernadmin.tar.gz76,133.2KB
ubuntu-8.04-i386-modernadmin.tar.gz70,725.7KB ...
View 12 Replies
View Related
Dec 28, 2008
Going to be migrating over to another server pretty soon.
Does anyone have any easy methods for migrating my date/site from one server to another?
View 8 Replies
View Related
Dec 5, 2014
How to update out of date components included in VPS? For instance...
rkhunter is at v1.3.4 whereas the current version is 1.4.2. Why both about updating? Well, in part to reduce the number of false-positive warnings and in part to gain more current protection.
A yum update isn't possible as 1.4.x has moved on quite significantly from 1.3.x and while downloading and installing rkhunter isn't terrible difficult, trying to get it to update the 1.3.4 version included with VPS seems somewhat more difficult...
SpamAssassin is at v3.3.1-3 whereas 3.4.0 is the current release version and 3.3.2 is no longer supported, meaning 3.3.1 is definately way out of support. Why bother? Better spam detection and blocking
When VPS will update to something nearer current versions of both of these components?
View 1 Replies
View Related