fetch https://pkg.freebsd.org/FreeBSD:14:amd64/latest/All/realtek-re-kmod-199.00_1.pkg tar -ztvf realtek-re-kmod-199.00_1.pkg Message from realtek-re-kmod-199.00_1: -- Add the following lines to your /boot/loader.conf to override the built-in FreeBSD re(4) driver. if_re_load="YES" if_re_name="/boot/modules/if_re.ko" By default, the size of allocated mbufs is enough to receive the largest Ethernet frame supported by the card. If your memory is highly fragmented, trying to allocate contiguous pages (more than 4096 bytes) may result in driver hangs. For this reason the value is tunable at boot time, e.g. if you don't need Jumbo frames you can lower the memory requirements and avoid this issue with: hw.re.max_rx_mbuf_sz="2048" To enable Wake on LAN (WoL) support you might need to set the following tunables: hw.re.s5wol="1" hw.re.s0_magic_packet="1" https://docs.freebsd.org/en/books/handbook/mail/