Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Aug 2023 10:46:49 -0700
From:      Chuck Tuffli <chuck@freebsd.org>
To:        FreeBSD-Current <freebsd-current@freebsd.org>
Subject:   Can't assign address to igc
Message-ID:  <CAKAYmMLyAgxq0Keb3CZLWWF__BjEvbJ8ftVTiDTqmAG1GNrPiQ@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Running a recent-ish version (n264266-8f8da1bcc799) on an Intel NUC
(RNUC11PABi5), assigning an IPv4 address to igc0 doesn't work. There
is no error message, and this has been working in the past. Looking
through dmesg only shows:

igc0: link state changed to UP
igc0: link state changed to DOWN
igc0: link state changed to UP

The address is set in rc.conf:
ifconfig_igc0="inet 192.168.5.10 netmask 255.255.255.0"

And manually setting it via
# ifconfig igc0 inet 192.168.5.10/24 up
does not work either. Any suggestions?

--chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAKAYmMLyAgxq0Keb3CZLWWF__BjEvbJ8ftVTiDTqmAG1GNrPiQ>