Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Oct 2017 01:37:39 -0700
From:      Doug Hardie <bc979@lafn.org>
To:        "freebsd-questions@freebsd.org Questions" <freebsd-questions@freebsd.org>
Subject:   Static IP Addresses
Message-ID:  <1789B172-648A-418C-838E-94377EDC1C18@mail.sermon-archive.info>

next in thread | raw e-mail | index | archive | help
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?

-- Doug




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1789B172-648A-418C-838E-94377EDC1C18>