From 2f987f53f96719ce1e524cfc6eaf7bf4cdcd0ff7 Mon Sep 17 00:00:00 2001 From: DoTheEvo Date: Sat, 28 Jan 2023 19:47:29 +0100 Subject: [PATCH] update --- opnsense/readme.md | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/opnsense/readme.md b/opnsense/readme.md index 719d9ee..846f117 100644 --- a/opnsense/readme.md +++ b/opnsense/readme.md @@ -85,10 +85,10 @@ Two physical network cards - NICs ![esxi-network](https://i.imgur.com/WnVQiZC.gif) * the Default Switch will not be used. -* create new virtual switch - `vWAN`
+* create new virtual switch - `WAN`
`external`, unchecked - *Allow management operating system to share this network adapter*
set correct physical NIC -* create new virtual switch - `vLAN`
+* create new virtual switch - `LAN`
`external`, set correct physical NIC
A cable with a live device at the end must be connected to LAN NIC @@ -130,7 +130,19 @@ Disconnect your current router and plug stuff in to the ESXi host. * done No need to install some hyperv plugin after the installation, -its on by default +its included automaticly. + +**In case of disconnect of LAN side cable/switch, the hyperv host also loses connection**
+Even if one might think it should work - WAN side is there, firewall is running, +but it's the way hyperv external vswitches work. The physical NIC must be alive.
+If the switch would be `internal` then it would be entirely virtual and independent +of physical NIC state, but in host windows network connections, +one cant bridge internal and external, switches nor NICs.
+One way to solve this mild annoyance is to have external WAN, internal LAN1, +and external LAN2. LAN1 and LAN2 would be +[bridged in opnsense](https://docs.opnsense.org/manual/how-tos/lan_bridge.html). +But seems this is rather cpu intensive and not recommended.
+So I guess its living with this.