Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
networking:opnsense_using [2024/11/18 14:36] – willy | networking:opnsense_using [2025/03/13 14:16] (current) – [opnSense] willy | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== opnSense ====== | + | ====== |
[[https:// | [[https:// | ||
Line 24: | Line 24: | ||
The most important piece here is having four network cards (ethernet connections), | The most important piece here is having four network cards (ethernet connections), | ||
- | Since opnSense is based on FreeBSD | + | Since opnSense is based on FreeBSD you should make sure the hardware you want to use is supported, since the FreeBSD kernel |
===== Sowftware Installation ===== | ===== Sowftware Installation ===== | ||
+ | Installing opnSense is quite easy, you should download the VGA edition to boot from an USB thumbdrive, then head onto [[https:// | ||
+ | |||
+ | As general hints, you must define beforehand which ethernet port you will plug into your home network: this will be called LAN interface, and which ones will be used to connect to your ISPs gateways. The first one will be called WAN and the second one will be called OPT1, OPT2, and so on. | ||
+ | |||
+ | You will be able to rename all those interfaces later on, but it will be annoying specially for the LAN one, so i suggest you get it right immediately. I also suggest you set a static IP on the LAN interface, i choose the **10.20.30.254** IP for the opnSense. This will become your gateway and DNS address for your hosts. | ||
+ | |||
+ | On the WAN interface, usually you want to set it as DHCP. |