From 3723f48fa0321e48f71286b528e539e9c6e81bc4 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Fri, 26 Jan 2024 17:14:40 -0700 Subject: [PATCH] Add Networking/Sophos/Configure LAN Bridging.md --- Networking/Sophos/Configure LAN Bridging.md | 26 +++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Networking/Sophos/Configure LAN Bridging.md diff --git a/Networking/Sophos/Configure LAN Bridging.md b/Networking/Sophos/Configure LAN Bridging.md new file mode 100644 index 0000000..2f3eb93 --- /dev/null +++ b/Networking/Sophos/Configure LAN Bridging.md @@ -0,0 +1,26 @@ +**Purpose**: You may have a Sophos XGS appliance and need more than one interface to act as additional LAN ports. You can achieve this with bridges. + +!!! note "Assumptions" + It is assumed that your Sophos XGS appliance has at least 3 interfaces, one for `WAN`, one for `LAN`, and a third one that will act as a member of the bridge. You can have as many member interfaces of the bridge as needed, but you need at least one. + +## Login to the Firewall +You will need to access the firewall either directly on the local network at https://:4444 or remotely in Sophos Central. + +## Configure a LAN bridge +Navigate to "**Configure > Network > Interfaces > "Add Interface" > "Add Bridge"**" + +| **Field** | **Value** | +| :--- | :--- | +| Name | `LAN Bridge` | +| Hardware | `br0` | +| Enable routing on this bridge pair | `` | +| Member Interfaces | ` / Zone: "LAN"` | + +### IPv4 Configuration + +| **Field** | **Value** | +| :--- | :--- | +| IP Assignment | `Static` | +| IPv4/netmask | ` / ` | +| Gateway IP | `` | +| Member Interfaces | ` / Zone: "LAN"` | \ No newline at end of file