Realtek driver update for pfSense
If you read into pfSense and hardware it supports, you will stumble over users reporting that Realtek ethernet hardware is not very well supported and can be buggy or slow. I had the same experience with my MiniPC I bought from China, read the review here . But I found a solution that was easy to setup and really works well. This is the post I’m referring to: https://forum.netgate.com/topic/135850/official-realtek-driver-binary-1-95-for-2-4-4-release How to: download the driver here upload driver into pfSense. I use Cyberduck to SSH into pfSense. Unzip & Place “if_re.ko” file at “/boot/kernel” Change ownership and permissions on the if_re.ko file cd /boot/kernel chown root:wheel if_re.ko chmod 0555 if_re.ko Then edit “/boot/loader.conf”. You will need to use the vi editor, since the nano editor, which I think is much easier to use, is not installed.: vi /boot/loader.conf add the following line to the end: if_re_load=“YES” Reboot. Then go to diagnostics > ...