Docs/OPNsense: Difference between revisions

add section and subnet for pfsync
No edit summary
(add section and subnet for pfsync)
 
(5 intermediate revisions by 2 users not shown)
'''For Layer 1 network details, see [[Docs/Cables]].'''
[[Docs|<small>~/Docs</small>]]
 
'''For Layer 2 network details, see [[Docs/Switches]].'''
 
OPNsense is our router/firewall.
 
We have two OPNsense devices, Lasagna and Ravioli.
 
'''The VLAN configuration (like VLAN IDs) should probably be moved to [[Docs/Switches]] to keep this article strictly Layer3'''
 
== Network ==
{| class="wikitable"
!Subnet
!VLAN ID
|-
|10.10.0.0/24
|1?
|}
OOB Management services like [https://www.dell.com/en-us/lp/dt/open-manage-idrac Dell iDRAC] / [https://www.hpe.com/us/en/hpe-integrated-lights-out-ilo.html HP iLO] and internal networking hardware.
{| class="wikitable"
!Subnet
!VLAN ID
|-
|10.10.1.0/24
|2?
|}
Servers and Virtual Machines.
{| class="wikitable"
!Subnet
!VLAN ID
|-
|141.219.80180.64/27
|640
|}
Our public IP subnet under Tech's <code>141.219.0.0/16</code> block.
{| class="wikitable"
!Subnet
!VLAN ID
|-
|10.10.10.0/24
|N/A
|}
 
{| class="wikitable"
!Subnet
!VLAN ID
|-
|10.10.11.0/24
|N/A
|}
<code>10.10.11.0/25</code> - Wireguard admin range (access to LAN+Management)
 
Neither wireguard config should have access to the internet.
 
=== pfsync ===
{| class="wikitable"
!Subnet
|-
|10.10.250.0/24
|}
Interface used for High Availability (HA) sync between the 2 firewalls.
 
Cannot communicate with any other subnet.
 
== OPNSense ==