Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 11:02:00 -0700
From:      David Christensen <dpchrist@holgerdanske.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: Static IP Addresses
Message-ID:  <5c8f65ba-7d76-ccea-28f5-0d9cb7af9300@holgerdanske.com>
In-Reply-To: <1789B172-648A-418C-838E-94377EDC1C18@mail.sermon-archive.info>
References:  <1789B172-648A-418C-838E-94377EDC1C18@mail.sermon-archive.info>

next in thread | previous in thread | raw e-mail | index | archive | help
On 10/08/17 01:37, Doug Hardie wrote:
> I have a remote backup machine that is on a dynamic IP address allocation.  The address doesn't seem to change very often.  However, after a few days from a boot, the static aliases on the LAN vanish.  Since I only have very infrequent access to it I can't say for sure what happened.  The logs seem to indicate that the interface went down and then came back up.  However, some of the static aliases were gone.  This is a bit of a guess as to when it happened.  I have dhclient.conf set with entries like:
> 
> alias {
>          interface "bge0";
>          fixed-address 192.168.0.205;
>          option subnet-mask 255.255.255.255;
> }
> 
> 
> I understood from the man pages that was the way to have dhclient add in the static addresses if it changed anything.  Is there something more that I should have done?

When building a computer, I normally have the installer create the DHCP 
client stuff and then I create fixed leases on the DHCP server.


David



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5c8f65ba-7d76-ccea-28f5-0d9cb7af9300>