Re: What is the proper way to release a DHCP lease

2018-08-19 Thread Marcus MERIGHI
jh...@kevla.org (Jay Hart), 2018.08.19 (Sun) 17:19 (CEST):
> >
> > On Aug 7, 2018 5:57 PM, Jay Hart  wrote:
> >>
> >> Hello all,
> >>
> >> About ready to put a new box online, but need to "release" the MAC / IP 
> >> address [of the old box]
> >> if I can prior to swapping out the boxes.  This might save me a call to 
> >> Verizon.
> >>
> >> I tried "dhcp release", but the OS returned a "command not found" error, 
> >> essentially.
> >>
> >> What is the proper way to get this done?  I'm drawing a blank with my 
> >> google fu tonight.
> >>
> >> Thanks,
> >>
> >> Jay
> >>
> >
> > dhclient -r 'interface'
> 
> -r seems to be a deprecated option.  I get an unknown option error.

Works here(tm). Did you - cough - run "dhcpd -r" to produce this error?
It's quite similar when tab-expanding in a hurry...

Marcus



Re: What is the proper way to release a DHCP lease

2018-08-19 Thread Jay Hart
>
> On Aug 7, 2018 5:57 PM, Jay Hart  wrote:
>>
>> Hello all,
>>
>> About ready to put a new box online, but need to "release" the MAC / IP 
>> address [of the old box]
>> if I can prior to swapping out the boxes.  This might save me a call to 
>> Verizon.
>>
>> I tried "dhcp release", but the OS returned a "command not found" error, 
>> essentially.
>>
>> What is the proper way to get this done?  I'm drawing a blank with my 
>> google fu tonight.
>>
>> Thanks,
>>
>> Jay
>>
>
> dhclient -r 'interface'

-r seems to be a deprecated option.  I get an unknown option error.

Jay



Re: What is the proper way to release a DHCP lease

2018-08-07 Thread Jay Hart



>
> On Aug 7, 2018 5:57 PM, Jay Hart  wrote:
>>
>> Hello all,
>>
>> About ready to put a new box online, but need to "release" the MAC / IP 
>> address [of the old box]
>> if I can prior to swapping out the boxes.  This might save me a call to 
>> Verizon.
>>
>> I tried "dhcp release", but the OS returned a "command not found" error, 
>> essentially.
>>
>> What is the proper way to get this done?  I'm drawing a blank with my 
>> google fu tonight.
>>
>> Thanks,
>>
>> Jay
>>
>
> dhclient -r 'interface'

Edgar,

Thank You, I missed that somehow while searching.

Jay



Re: What is the proper way to release a DHCP lease

2018-08-07 Thread edgar


On Aug 7, 2018 5:57 PM, Jay Hart  wrote:
>
> Hello all,
>
> About ready to put a new box online, but need to "release" the MAC / IP 
> address [of the old box]
> if I can prior to swapping out the boxes.  This might save me a call to 
> Verizon.
>
> I tried "dhcp release", but the OS returned a "command not found" error, 
> essentially.
>
> What is the proper way to get this done?  I'm drawing a blank with my google 
> fu tonight.
>
> Thanks,
>
> Jay
>

dhclient -r 'interface'



What is the proper way to release a DHCP lease

2018-08-07 Thread Jay Hart
Hello all,

About ready to put a new box online, but need to "release" the MAC / IP address 
[of the old box]
if I can prior to swapping out the boxes.  This might save me a call to Verizon.

I tried "dhcp release", but the OS returned a "command not found" error, 
essentially.

What is the proper way to get this done?  I'm drawing a blank with my google fu 
tonight.

Thanks,

Jay