Ethernet adapter vEthernet (Local share):"Local share" is the one I'm trying to get working.
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::4cbb:1c7:3011:f32%28
IPv4 Address. . . . . . . . . . . : 192.168.0.15
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter vEthernet (WiFi):
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::6817:fcf9:9114:8ac5%24
IPv4 Address. . . . . . . . . . . : 192.168.1.14
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
Ethernet adapter vEthernet (Local share):I see that "Local share" is there. However, it doesn't show up in the list of network connections when I try to access via Control Panel:
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::4cbb:1c7:3011:f32%28
IPv4 Address. . . . . . . . . . . : 192.168.0.15
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . :
Ethernet adapter vEthernet (WiFi):
Connection-specific DNS Suffix . :
Link-local IPv6 Address . . . . . : fe80::6817:fcf9:9114:8ac5%24
IPv4 Address. . . . . . . . . . . : 192.168.1.14
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
netsh advfirewall firewall set rule group="File and Printer Sharing" new enable=yes
Afterwards, see if port 445 can be reached from the client like this:telnet hypervhost 445
[afterwards, the command shell needs to go black...if the telnet client is not available, install it as windows feature at the client].TCP 0.0.0.0:445 0.0.0.0:0 LISTENING 4
TCP [::]:445 [::]:0 LISTENING 4
HOST:
Ethernet adapter vEthernet (Local Share):
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Hyper-V Virtual Ethernet Adapter #4
Physical Address. . . . . . . . . : 00-15-5D-00-0A-08
DHCP Enabled. . . . . . . . . . . : No
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::b120:f0bf:6d50:f87e%20(Preferr ed)
IPv4 Address. . . . . . . . . . . : 192.168.99.100(Preferred)
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 192.168.1.1
DHCPv6 IAID . . . . . . . . . . . : 1073747293
DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1A-FA-EB-07-F0-DE-F1-AE- 24-D1
DNS Servers . . . . . . . . . . . : 8.8.8.8
NetBIOS over Tcpip. . . . . . . . : Enabled
GUEST:
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . :
Description . . . . . . . . . . . : Intel 21140-Based PCI Fast Ethernet Adapter (Emulated)
Physical Address. . . . . . . . . : 00-15-5D-00-0A-02
DHCP Enabled. . . . . . . . . . . : Yes
Autoconfiguration Enabled . . . . : Yes
Link-local IPv6 Address . . . . . : fe80::245f:b198:e3ba:a9e4%8(Preferre d)
IPv4 Address. . . . . . . . . . . : 192.168.0.15(Preferred)
Are you using a public switch or a private one? You can share the content on the host machine and access with \\host_name\share_name in Hyper-v if there is a public network configuration.