Summary |
Forwarding is disabled on the internal network adapter. This might prevent remote clients from accessing internal network resources |
Causes |
Forwarding is disabled on the internal network adapter. This might prevent remote clients from accessing internal network resources. |
Resolutions |
Either VPN is configured but forwarding is disabled on the internal network adapter, or a native IPv6 network is deployed and forwarding is disabled. |
Enable forwarding on the internal network adapter.
Ethernet 6 = name of internal network card
Get-NetIPInterface -InterfaceAlias ‘Ethernet 6’ | FL
Set-NetIPInterface -InterfaceAlias ‘Ethernet 6’ -Forwarding Enabled