This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Releasing external DHCP assigned address

I've been trying to figure out if I can release the DHCP assigned address my ASG gets from my ISP (Verizon FiOS). I've read here that I can do "ifconfig eth0 down". But that just takes down the interface. It doesn't send the DHCP_RELEASE command required by my ISP to actually release the ip lease.
I've also read that I can do "dhcpcd -k" and THAT will send the DHCP_RELEASE. But if I navigate to /var/chroot-dhcpc/usr/sbin and do "./dhcpcd -k" I get a message that no interface was given. If I do "dhcpcd -k eth0" I get a message that dhcpcd isn't running.

So what is it guys? How can I take down my external interface AND send the DHCP_RELEASE command?


This thread was automatically locked due to age.
Parents
  • 'dhcpcd' has been replaced by 'dhclient'; the new command should be
    chroot /var/chroot-dhcpc /usr/sbin/dhclient -r eth0


    I've only partially tested this, but I don't think it's working...

    tcpdump -i eth0 port 67 or port 68 -e -n
    does not show any dhcp packets.

    Nor does the firewall log show any dropped ones.

    Barry
Reply
  • 'dhcpcd' has been replaced by 'dhclient'; the new command should be
    chroot /var/chroot-dhcpc /usr/sbin/dhclient -r eth0


    I've only partially tested this, but I don't think it's working...

    tcpdump -i eth0 port 67 or port 68 -e -n
    does not show any dhcp packets.

    Nor does the firewall log show any dropped ones.

    Barry
Children
No Data