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
  • Jimmy,

    One other necessary item. I use the Actiontec router as a MOCA to Ethernet bridge only. On the Astaro it was necessary to add a rule allowing the Actiontec outbound access(Actiontec>Any Service>Destination Any IPv4). In the absence of the rule VOD will not work in this configuration. 

    Thanks,
    Jim
Reply
  • Jimmy,

    One other necessary item. I use the Actiontec router as a MOCA to Ethernet bridge only. On the Astaro it was necessary to add a rule allowing the Actiontec outbound access(Actiontec>Any Service>Destination Any IPv4). In the absence of the rule VOD will not work in this configuration. 

    Thanks,
    Jim
Children