Clueless about how to lookup and reverse lookup IP addresses under a file!!.pls help


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Clueless about how to lookup and reverse lookup IP addresses under a file!!.pls help
# 1  
Old 08-26-2008
Clueless about how to lookup and reverse lookup IP addresses under a file!!.pls help

Write a quick shell snippet to find all of the IPV4 IP addresses
in any and all of the files under /var/lib/output/*, ignoring
whatever else may be in those files. Perform a reverse lookup on
each, and format the output neatly, like "IP=192.168.0.1,
hostname=poodle.lindenlab.com". (Using perl, sed, awk, etc in your
commandline is fine, but don't use the perl libraries.)
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

DNS reverse lookup issue

Hi guys. Ok so let me lay out my configs. I can do a NSlookup from client to server BUT NOT a reverse lookup. DNS server: Optimus.jaydomain.com IP : 192.168.1.50 DNS Client: Megatron.jaydomain.com IP : 192.168.1.60 On Sever: # cat /etc/named.conf // // named.conf // // Provided... (4 Replies)
Discussion started by: Junaid Subhani
4 Replies

2. UNIX for Dummies Questions & Answers

Reverse lookup issue

I came back to my solaris 10 system after a week of being gone and xterm no longer work. I checked into it and the system doesn't reverse lookup my client system. There is a manual entry for my system in the /etc/hosts file and a forward lookup works fine, but I still can't get reverse lookup. Any... (0 Replies)
Discussion started by: clogan1981
0 Replies

3. Shell Programming and Scripting

Reverse lookup and sum also

Hi, I have log file name that shows the view name and some SQL statement time stamp. I want to summarize the SQL time with view. Here is the simple example Here the seqence is first it prints EventContext and all the SQL statement time and again EventContext. Want to summarize the time for... (5 Replies)
Discussion started by: ran123
5 Replies

4. UNIX for Advanced & Expert Users

[DNS] Reverse Lookup for 2 IP Addresses

Originally I had the server at home and on Comcast so I used dyndns.org for DNS. Once the server got a bit more popular, I leased a server at a colo facility. They set up the server name in their DNS so I didn't really have any reason to manage my own DNS. DynDNS was managing the domains and I... (7 Replies)
Discussion started by: BOFH
7 Replies

5. Shell Programming and Scripting

Reverse lookup

hey guys, can anybody help me out here on the following: grep '^\{1,3\}\.\{1,3\}\.\{1,3\}\.\{1,3\}$' ravi.txt mary.txt lisa.txt https://www.unix.com/images/misc/progress.gif i.e what i did was found ip addreses from different files and then i want... (1 Reply)
Discussion started by: ravis83
1 Replies

6. IP Networking

Reverse lookup

Help having problems accesing various sites that require me to be a registered .gov domain. My IP is a registered as an .gov but my nameserver record has changed on my DNS configurartion(I don't know why) from something.gov to somethingelse.gov. Same IP, though. When a reverse lookup is... (1 Reply)
Discussion started by: jpalmer320
1 Replies

7. UNIX for Dummies Questions & Answers

Unix 8.2 and reverse Lookup

We have Unix configured as our external DNS, forward DNS is working properly, however Reverse lookup is not working. Any idea what the problem is? I have checked the named.boot and .rev file and everything seems to be correctly. However it appears that the reverse zone file in the named.boot... (2 Replies)
Discussion started by: cassy
2 Replies

8. IP Networking

reverse lookup again

our server (solaris, bind v 8.1.2) is suppose to be the authoritive or the master and our isp's server is suppose be the secondary. i've created a reverse lookup zone file and added an entry for it in my named.conf file. i've restarted the dns daemon and i don't have any errors in... (1 Reply)
Discussion started by: Westy564
1 Replies

9. IP Networking

reverse lookup file problem

I'm trying to create a reverse lookup file. Below are the error messages I get in the messages file, when I start named. Below the error messages is a copy of the reverse lookup file I'm trying to use. I'm using Bind version 8.1.2. Would someone recommend the correct values and if you see any... (2 Replies)
Discussion started by: Westy564
2 Replies

10. IP Networking

reverse lookup for email

when we send email or try to telnet to a site that requires reverse lookup to be enabled the connection is refused. i have the O'Reilly book DNS and Bind and in it are examples of what the reverse zone file should look like. i don't see a line that defines an email server in the example. is... (1 Reply)
Discussion started by: Westy564
1 Replies
Login or Register to Ask a Question
tcpd.conf(4)						     Kernel Interfaces Manual						      tcpd.conf(4)

NAME
tcpd.conf - configuration file for tcpd DESCRIPTION
When invokes for a service, it will read and perform access control checks (see tcpd(1M)). Each line in the file is treated either as a comment or as configuration information. Commented lines begin with Uncommented lines contain two required fields, key and value. The fields are separated by tabs and/or spaces. A line can be continued if it terminates with a back- slash The following are the configuration parameters: The RFC931 username lookup can be enabled or disabled through this parameter. Value for n specifies the time-out value (in sec- onds), to be used while getting the username information from the client. A value of zero for n disables the rfc931 feature. The default configuration of this disables the rfc931 feature with n value equal to 0. The maximum value to which n can be set is 30 seconds. This parameter determines whether should allow or deny the connection request on reverse lookup failure. In both the cases, will log the event of reverse lookup failure, but in the case, it will reject the connection request just after reverse lookup failure. In the case, the hostname can be matched with the PARANOID wildcard (see hosts_options(5)) in access con- trol files and The default value for this is This parameter determines the level at which should log the information using A value of will cause the TCP Wrappers daemon (see tcpd(1M)), to log the ACLs information such as with which entry the client request is matched and this entry's related options. The default value for this entry is in which case will only log the connection details about refusal or acceptance of the connection in the form of `connection from abc@xyz_host'. Processing Invalid and Multiple Entries processes invalid and multiple entries in the following ways: o An invalid entry for a configuration parameter is ignored. Instead, the default value for the configuration parameter will be used. For example, the following invalid entry for log_level will be replaced by the use of normal. will be treated as: o If multiple entries for a configuration parameter are specified, only the last occurring entry is processed and the rest are ignored. For example, in the following two entries for the last value of 25 is used for that parameter. EXAMPLES
To set the a 25 seconds time-out value for RFC931 user name lookup: To disable the RFC931 user name lookup: To make to allow a host on reverse lookup failure and process that host as in ACLs: To set the extended logging option: AUTHOR
was developed by the Hewlett-Packard. SEE ALSO
inetd(1M), tcpd(1M). tcpd.conf(4)