I was hoping to find a guide to install this, but instead all I had was a generic Jail install guide. So here’s what I did: In FreeNAS, I set up a new Jail using the new UI (the old UI will set up Warden jails, the new UI will set up IOCage jails. You cannot see IOCage made jails in the old UI and you cannot see Warden jails in the new UI.). What's on our radar. Data Show Podcast. How machine learning impacts information security. What changes when we go offline-first?
I have installed pfSense (FreeBSD based) in order to test it and learn.
The first thing I want to do is installing some undetected network card (Silicom PXG6BPi) driver, but it needs compiling its source with the make
command, so I issue:
I have tested several packages from that list, but the make
command does not appears on the system.
What is the correct package I must install?
Tested too the packages:
- gcc
- gmake
- make++
To let things clear: my problem is that I don't have any make
tool installed on my bundled operating system:
This is the source code (the drivers) that I need to compile:
How To Install Pfsense Packages Offline Solitaire Games
Rui F Ribeiro1 Answer
How To Install Pfsense Configuration
pfSense doesn't include make
because they don't think you should be compiling code on the firewall.
Q: Can I compile software on pfSense in the shell or console?
The short answer: No
The long answer: No...
Install Pfsense To Usb
As they don't set it up as a build environment or test it, there will be more issues along the way. Best to heed their advice and do the compilation on a matching FreeBSD release. FreeBSD have VM images to run for releases too. Then copy the compiled drivers across to pfSense.
Matt
Comments are closed.