diff --git a/content/post/13-opnsense-full-configuration.md b/content/post/13-opnsense-full-configuration.md index 1a0fee4..9b323ae 100644 --- a/content/post/13-opnsense-full-configuration.md +++ b/content/post/13-opnsense-full-configuration.md @@ -335,6 +335,9 @@ Next in the `Peer generator` tab, I fulfill the empty fields for my first device Before clicking `Store and generate next`, from my device, I configure the peer by capturing the QR code. Finally I can save that peer and start over for new ones. +### Create VPN Interface + +This step is not required, but ease the configuration management for firewall rules. On both firewall, in `Interfaces` > `Assignments`, I assign the `wg0 (WireGuard - Homelan)` interface and name it VPN. ### Firewall Rule To allow connections from outside, I need to create a firewall rule on the WAN interface: @@ -520,7 +523,6 @@ if ($type === "MASTER") { } ``` - --- ## Service Synchronization