Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place! |
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
10-12-2007, 09:13 PM
|
#1
|
|
LQ Newbie
Registered: Aug 2007
Posts: 28
Rep:
|
IP scanner for Linux
hi!
i'm using Angry IP scanner for Windows to scan an IP range just to get ip resolved to hostname, scan open port etc.
http://img398.imageshack.us/my.php?i...6206152ib5.jpg
is there is similar IP scanner for Linux for such functions that i can use for?
|
|
|
|
10-12-2007, 10:06 PM
|
#2
|
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
The command-line port IP/port scanner is nmap. There are a couple of GUI front ends to this program: nmapfe and knmap, although IMO you'd be better off using the command line version.
|
|
|
|
10-13-2007, 10:36 AM
|
#3
|
|
Member
Registered: Jul 2007
Location: Linux( Fedora core 7 Admin)
Distribution: fedora core 7
Posts: 148
Rep:
|
Quote:
Originally Posted by daemonkl
|
wait were did you get that ip scanner? is it for linux?
|
|
|
|
10-13-2007, 02:33 PM
|
#4
|
|
LQ Newbie
Registered: Aug 2007
Posts: 28
Original Poster
Rep:
|
Quote:
Originally Posted by gundumfx
wait were did you get that ip scanner? is it for linux?
|
it's Angry IP scanner - for Windows
and i'm here searching for the same tools which can deliberate the same functions
yes i've tried nmap, but nmap can only resolve one IP at one time
i need to make it resolve in a range e.g 202.185.0.1 - 202.185.0.255
simple task such as IP to hostname resolve in a range of IP set
|
|
|
|
10-13-2007, 02:39 PM
|
#5
|
|
Senior Member
Registered: Oct 2003
Location: UK
Distribution: Kubuntu 12.10 (using awesome wm though)
Posts: 3,530
Rep:
|
Quote:
Originally Posted by daemonkl
it's Angry IP scanner - for Windows
and i'm here searching for the same tools which can deliberate the same functions
yes i've tried nmap, but nmap can only resolve one IP at one time
i need to make it resolve in a range e.g 202.185.0.1 - 202.185.0.255
simple task such as IP to hostname resolve in a range of IP set
|
nmap can do ranges. You do it like this:
Code:
nmap 202.185.0.1-255
If you just want to see if the machine responds to pings (rather than doing a service scan, which is the default operation), you just add the -sP option. To save the results in a file, you can use shell re-direction - e.g.
Code:
nmap -sP 202.185.0.1-255 > my_scan_results.txt
There are many options to nmap, such as turning off DNS resolution (which can speed things up a lot), and doing scans in parallel etc etc etc. It is a very flexible tool. You should read the manual page to get an idea of what it is capable of.
|
|
|
|
10-13-2007, 06:37 PM
|
#6
|
|
LQ Newbie
Registered: Aug 2007
Posts: 28
Original Poster
Rep:
|
Quote:
Originally Posted by matthewg42
nmap can do ranges. You do it like this:
Code:
nmap 202.185.0.1-255
If you just want to see if the machine responds to pings (rather than doing a service scan, which is the default operation), you just add the -sP option. To save the results in a file, you can use shell re-direction - e.g.
Code:
nmap -sP 202.185.0.1-255 > my_scan_results.txt
There are many options to nmap, such as turning off DNS resolution (which can speed things up a lot), and doing scans in parallel etc etc etc. It is a very flexible tool. You should read the manual page to get an idea of what it is capable of.
|
thanks man...!
i just found of fping, since my requirement is just to resolve a range of IP to their hostname, i will use fping instead 
|
|
|
|
03-17-2009, 01:49 AM
|
#7
|
|
Member
Registered: Feb 2009
Location: Sri Lanka
Distribution: Debian, Arch
Posts: 45
Rep:
|
Quote:
Originally Posted by daemonkl
|
Try,
http://www.angryziber.com/w/Download
|
|
|
|
12-13-2011, 09:45 AM
|
#9
|
|
Member
Registered: Aug 2011
Distribution: fedora14,11, RHEL5, CentOS6, win2008R2, Win7
Posts: 45
Rep: 
|
good
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 07:02 PM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|