LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
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


Reply
  Search this Thread
Old 04-03-2008, 05:42 AM   #1
sathiyamoorthy
Member
 
Registered: Feb 2008
Posts: 32

Rep: Reputation: 15
Finding Free Ip In Lan


Hi,

Am administering LAN in my office, if some body asks for a free IP address, am searching my DHCP file and giving....


Is there any easier way of doing this.

I can ensure that, all the systems will be assigned IP by my DHCP server.

Is there any tool to find free IP addresses in my LAN ???

Any thoughts ?
 
Old 04-03-2008, 06:00 AM   #2
alan_ri
Senior Member
 
Registered: Dec 2007
Location: Croatia
Distribution: Debian GNU/Linux
Posts: 1,733
Blog Entries: 5

Rep: Reputation: 127Reputation: 127
Why do you have to search for free IP addresses?Can't you assigned them once for all?How big is your LAN?When using DHCP,you should have more then enough IP addresses within network range to choose which one to assigne to every computer on the LAN.
 
Old 04-03-2008, 06:27 AM   #3
jschiwal
LQ Guru
 
Registered: Aug 2001
Location: Fargo, ND
Distribution: SuSE AMD64
Posts: 15,733

Rep: Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682Reputation: 682
Do you mean that you are assigning static addresses outside the DHCP assigned range of IPs?

I would recommend tracking static IP addresses in a spread sheet.
 
Old 04-03-2008, 07:52 AM   #4
lobo23000
LQ Newbie
 
Registered: Oct 2007
Posts: 1

Rep: Reputation: 0
Hi,

you can always use an easy script to see the adresses that are already in use in your subnet. Ofcourse it won't show the adress of the machine from where you run it but that's a minor inconvenience :-)

So let's supose your subnet is 192.168.2.0 then write the next script with your favorite editor:

for i in `seq 1 254`
do
ping -c 1 -w 1 192.168.2.$i 2>&1 &
arp 192.168.2.$i
done | grep ether

Save it, give it a name, make it excecuteable and you can run it anytime you need to.
I hope this will do the thrick for you ;-)

Greetz,
Denis

Last edited by lobo23000; 04-03-2008 at 08:04 AM.
 
Old 04-03-2008, 08:53 AM   #5
grumbl
LQ Newbie
 
Registered: Jan 2008
Location: The Netherlands
Distribution: Red Hat/Fedora, Suse, Studio64, etc...
Posts: 9

Rep: Reputation: 0
Messing with your network can be tricky, so you should first make certain which fixed ip's you already gave out, and what the scope for your dhcp server is ( you should actually have some control over the scope of your dhcp server if you are admin ). When the dhcp range is defined and/or limited, you can be sure that the rest can be for fixed ip's ( for specific servers/services).

Then afterwards, there is ( or should be ) less need to do a discovery, and you could even try to implement some more security.

You can configure your dhcpd to also administer the fixed ip's. In your dhcpd.conf edit or make a section for fixed ip-addresses :

Code:
# Put fixed IP addresses here
host whatsinaname {
  hardware ethernet 00:28:50:29:DA:19;
  fixed-address 10.0.0.20;
}
For additional security access lists on routers/proxies will definitely restrict unauthorized usage, and if you are really making an effort RADIUS and/or other access control could be used, but that is the next step.

But always document your changes!

Last edited by grumbl; 04-03-2008 at 09:16 AM. Reason: put in dhcpd example, adding security advice ...
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
finding ip address on a LAN using java NEO1986 Programming 18 08-04-2007 09:23 AM
Utility for finding IP #'s on LAN jogl_z_8 Debian 6 05-01-2007 08:08 PM
Can anyone please help me out finding some free FPS Games for Linux? Nauntilus Linux - Games 4 05-14-2006 03:31 AM
finding out how moch free hd space nodger Linux - Software 2 03-18-2006 01:31 PM
finding out the ips of computers on my lan sanjeevan Linux - Networking 3 07-10-2003 09:35 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 06:29 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration