Results 1 to 5 of 5
Hi all, Im a newbie to linux networking, can anyone tell me what is the command in linux to know the ipaddresses that are assigned by DHCP server.
Thanks in ...
- 10-23-2009 #1Just Joined!
- Join Date
- Oct 2009
- Posts
- 85
How to know what address that are assigned by DHCP server
Hi all, Im a newbie to linux networking, can anyone tell me what is the command in linux to know the ipaddresses that are assigned by DHCP server.
Thanks in advance
- 10-23-2009 #2
ifconfig is probably what you're looking for.
- 10-26-2009 #3Just Joined!
- Join Date
- Oct 2009
- Posts
- 85
Thanks for the reply... reed
Ya your are right.. it is the command to know the address at the client side.. but Im looking for a command from Server side.. that is.. I want to know the list of IP address that a Server has assigned to the clients that are connected to it..
Thanks in advance
- 10-26-2009 #4
Hmm, that I'm not sure. Never ran a dhcp server.
Looks like addresses should be written to /var/db/dhcpd_leases.
- 10-26-2009 #5
I don't know of a specific command, but you can look at dhcpd.conf (assuming you are using dhcpd). The ip address the server can give out are listed in the "range" entry e.g. on my local lan
Code:range 192.168.1.150 192.168.1.200;


Reply With Quote
