Sponsored Content
Full Discussion: intodns.com reports old IP
Operating Systems Linux Red Hat intodns.com reports old IP Post 302720963 by doe_ro on Thursday 25th of October 2012 05:34:37 AM
Old 10-25-2012
This is the result I got from the command:

Code:
dig nuclearndt

<<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>> nuclearndt
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NXDOMAIN, id: 54155
;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 1, ADDITIONAL: 0

;; QUESTION SECTION:
;nuclearndt.            IN    A

;; AUTHORITY SECTION:
.            9768    IN    SOA    a.root-servers.net. nstld.verisign-grs.com. 2012102500 1800 900 604800 86400

;; Query time: 1 msec
;; SERVER: 213.154.124.1#53(213.154.124.1)
;; WHEN: Thu Oct 25 10:28:57 2012
;; MSG SIZE  rcvd: 103

if I try with the country extension it says "connection timed out"

---------- Post updated at 03:07 AM ---------- Previous update was at 02:31 AM ----------

Is it possible to have this problem because I modified named.conf but I haven't increment the serial number? I f so how can I fix this?

---------- Post updated at 04:34 AM ---------- Previous update was at 03:07 AM ----------

Well, I manage to get this from the local machine:

Code:
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.10.rc1.el6_3.5 <<>> nuclearndt.ro
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31707
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 3, ADDITIONAL: 3

;; QUESTION SECTION:
;nuclearndt.ro.            IN    A

;; ANSWER SECTION:
nuclearndt.ro.        38400    IN    A    86.120.132.106

;; AUTHORITY SECTION:
nuclearndt.ro.        38400    IN    NS    ns.nuclearndt.ro.
nuclearndt.ro.        38400    IN    NS    ns2.nuclearndt.ro.
nuclearndt.ro.        38400    IN    NS    ns1.nuclearndt.ro.

;; ADDITIONAL SECTION:
ns.nuclearndt.ro.    38400    IN    A    86.120.132.106
ns1.nuclearndt.ro.    38400    IN    A    86.120.132.106
ns2.nuclearndt.ro.    38400    IN    A    86.120.132.106

however, from remote still nothing..

Last edited by Scott; 10-25-2012 at 06:45 AM.. Reason: Code tags, please...
 

8 More Discussions You Might Find Interesting

1. HP-UX

Hp-ux 11.11 and Oracle reports

HI I am battling to find why oracle reports dont work from the Oracle applications and work from the Command line Finally, whern these reports error out in the Oracle apps, I see the error that the x server killed the process. Please let me know if any one has some chi-chi sheet on the os setup... (1 Reply)
Discussion started by: schilukuri
1 Replies

2. Shell Programming and Scripting

Redirecting the reports into the database

STATUS REPORT FOR JOB: Ftp Generated: 2007-04-26 19:38:34 Job start time=2007-04-14 13:50:21 Job end time=2007-04-14 13:50:29 Job elapsed time=00:00:08 Job status=1 (Finished OK) The above report is application generated report. can any provide me the script to insert the... (2 Replies)
Discussion started by: laknar
2 Replies

3. AIX

login reports on AIX43

Hi, There's a report the previous AIX admin used to do and I couldn't find it on the AIX /etc/security. I think this customized. Last update report (sample): USER NAME IN REAL LIFE DATE LAST CHANGED PASSWORD ---- ----------------- ... (3 Replies)
Discussion started by: itik
3 Replies

4. UNIX for Advanced & Expert Users

Why command df and du reports different output?

There a mismatch between df and du outputs Both df and du reporting different output. It is confusing. the answer that I get is that Open file descriptor is main causes of such wrong information. For example if file is open by third party application OR by a user and same file is deleted, both... (3 Replies)
Discussion started by: ynixon
3 Replies

5. Shell Programming and Scripting

oracle reports from unix

i have sql script (ex:a.sql) that generates 10 csv files ex: a.csv b.csv c.csv ......... but donot want 10 separate csv files i want a single csv files with 10 different tab that contains all data is it possible from unix :( (2 Replies)
Discussion started by: alokjyotibal
2 Replies

6. Shell Programming and Scripting

if ps -p 1234 reports nothing, echo something

I have a script that I need to put in some checking. It would read something like this but I need help with the exact notation: #!/bin/bash while true if #process is no longer reporting as up echo "process 1234 has fell" exit 1 # exit script fi sleep 1 #end of scriptAny help greatly... (2 Replies)
Discussion started by: ajp7701
2 Replies

7. AIX

script to get user id reports

Dear Friends, Can Any one provide me script to generate list of username with the gecos field. (cat /etc/passwd | cut -d: -f1,5) Please note i have to run this command from nim server and i have password less ssh access.(ssh hostname command) and i want a file to be generated on nim... (0 Replies)
Discussion started by: vinodchauhan123
0 Replies

8. Shell Programming and Scripting

RSYSLOG reports

I want to create reports using rsyslog in linux,Can someone help me out here ? Report Format must be "Hostname" "Username" "Hostname logged from" "Date" "Time" Regards, Ahmed. ---------- Post updated at 05:24 PM ---------- Previous update was at 05:24 PM ---------- Linux,Shell Script (10 Replies)
Discussion started by: ahmed.vaghar
10 Replies
Net::DNS::RR::RP(3)					User Contributed Perl Documentation				       Net::DNS::RR::RP(3)

NAME
Net::DNS::RR::RP - DNS RP resource record SYNOPSIS
use Net::DNS; $rr = new Net::DNS::RR('name RP mbox txtdname'); DESCRIPTION
Class for DNS Responsible Person (RP) resource records. METHODS
The available methods are those inherited from the base class augmented by the type-specific methods defined in this package. Use of undocumented package features or direct access to internal data structures is discouraged and could result in program termination or other unpredictable behaviour. mbox $mbox = $rr->mbox; A domain name which specifies the mailbox for the person responsible for this domain. Its format in master files uses the DNS convention for mailbox encoding, identical to that used for the RNAME mailbox field in the SOA RR. The root domain name (just ".") may be specified to indicate that no mailbox is available. txtdname $txtdname = $rr->txtdname; A domain name identifying TXT RRs. A subsequent query can be performed to retrieve the associated TXT records. This provides a level of indirection so that the entity can be referred to from multiple places in the DNS. The root domain name (just ".") may be specified to indicate that no associated TXT RR exists. COPYRIGHT
Copyright (c)1997-2002 Michael Fuhr. Package template (c)2009,2012 O.M.Kolkman and R.W.Franks. All rights reserved. This program is free software; you may redistribute it and/or modify it under the same terms as Perl itself. SEE ALSO
perl, Net::DNS, Net::DNS::RR, RFC1183 Section 2.2 perl v5.18.2 2014-01-16 Net::DNS::RR::RP(3)
All times are GMT -4. The time now is 06:20 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy