Loading

Direct Access – NIC Forwarding disable error

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

Leave a Reply

Your email address will not be published. Required fields are marked *