Trick to find DHCP server in linux
Written By smart|
27 June 2009|
No Comment
You can the DHCP server using below code in your terminal.
admin@smartproteam$ cat /var/lib/dhcp3/dhclient.eth0.leases
Note :here eth0 in my case,it varies depends on the Ethernet interface you use like eth1,eth2….
Leave your response!