Trick (1)
Trick (2)
- dhclient -r eth0 ; dhclient eth0
- vim /var/lib/dhcp3/dhclient.leases
- change this line :: fixed-address 104.242.90.155; with another ip address on the same network.
- dhclient eth0
... now you should get the new ip address you just specified in dhclient.leases file ;-)
nmap -sP -n -T5 104.242.90.1-254 ... to check for the used-up addresses.