Date: Sat, 23 Mar 2019 17:13:59 +1100 From: Graham Menhennitt <graham@menhennitt.com.au> To: Korolev Sergey <serejk@febras.net>, FreeBSD stable <freebsd-stable@freebsd.org> Subject: Re: ipfw "unknown interface name igb1" SOLVED Message-ID: <2d256605-124b-b210-ee7c-7dae64a6ba90@menhennitt.com.au> In-Reply-To: <13A0A3D6-1D62-444F-8619-FBA0E20ED240@febras.net> References: <3f4fab26-b569-e430-0f50-8293ee736073@menhennitt.com.au> <13A0A3D6-1D62-444F-8619-FBA0E20ED240@febras.net>
next in thread | previous in thread | raw e-mail | index | archive | help
Thanks for replying, Sergey. The "igb" device is no longer available as an option in the kernel source - I need to use "em" instead. Without "em" most things still work, though - just not the ipfw rules on boot. Strangely, my interfaces still come up as "igb". Anyway, with "em" it all now works. Thanks! Graham On 23/3/19 11:55 am, Korolev Sergey wrote: > Hello! > Igb device was removed in version 12. Maybe this causes a problem. > Maybe you should rename it to new appropriate one. > >> On 23 Mar 2019, at 10:49, Graham Menhennitt <graham@menhennitt.com.au >> <mailto:graham@menhennitt.com.au>> wrote: >> >> Hi all, >> >> I recently upgraded (via source) from 11-Stable to 12-Stable on my >> router box (PC Engines APU). My firewall rules don't appear to work >> any longer during boot. I can see on the console "Line 98: unknown >> interface name igb1" when it tries to load them. The last few rules >> after the error line are not loaded. Line 98 is the "nat 1 config" line. >> >> After boot, I run "ipfw flush;service ipfw restart" and everything >> works ok. It looks like the igb1 interface isn't fully available at >> the time when it originally tries to load. >> >> My relevant lines (redacted) from /etc/rc.conf, /etc/ipfw.rules, and >> tail of /var/log/messages are below. >> >> Any clues, please? >> >> Thanks in advance,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2d256605-124b-b210-ee7c-7dae64a6ba90>