Going back to basics, I looked up the Win10’s IP (properties for the
ethernet port):
192.168.1.5
system@system-p6531p:~/Desktop$ ping 192.168.1.5
PING 192.168.1.5 (192.168.1.5) 56(84) bytes of data.
64 bytes from 192.168.1.5: icmp_seq=1 ttl=128 time=0.473 ms
64 bytes from 192.168.1.5: icmp_seq=2 ttl=128 time=0.598 ms
64 bytes from 192.168.1.5: icmp_seq=3 ttl=128 time=0.475 ms
64 bytes from 192.168.1.5: icmp_seq=4 ttl=128 time=0.443 ms
64 bytes from 192.168.1.5: icmp_seq=5 ttl=128 time=0.449 ms
64 bytes from 192.168.1.5: icmp_seq=6 ttl=128 time=0.478 ms
64 bytes from 192.168.1.5: icmp_seq=7 ttl=128 time=0.365 ms
64 bytes from 192.168.1.5: icmp_seq=8 ttl=128 time=0.405 ms
64 bytes from 192.168.1.5: icmp_seq=9 ttl=128 time=0.394 ms
64 bytes from 192.168.1.5: icmp_seq=10 ttl=128 time=0.406 ms
64 bytes from 192.168.1.5: icmp_seq=11 ttl=128 time=0.443 ms
64 bytes from 192.168.1.5: icmp_seq=12 ttl=128 time=0.409 ms
64 bytes from 192.168.1.5: icmp_seq=13 ttl=128 time=0.453 ms
64 bytes from 192.168.1.5: icmp_seq=14 ttl=128 time=0.415 ms
^C
--- 192.168.1.5 ping statistics ---
14 packets transmitted, 14 received, 0% packet loss, time 13309ms
rtt min/avg/max/mdev = 0.365/0.443/0.598/0.056 ms
I used ifconfig to figure out what interface my ethernet connection is on,
and its IP:
system@system-p6531p:~/Desktop$ ifconfig
enp5s0 Link encap:Ethernet HWaddr 78:e7:d1:d7:37:5e
inet addr:192.168.1.12 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::a3ab:ef69:e86d:5dba/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2349118 errors:0 dropped:0 overruns:0 frame:0
TX packets:1025969 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:3315512347 (3.3 GB) TX bytes:115228338 (115.2 MB)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:47973 errors:0 dropped:0 overruns:0 frame:0
TX packets:47973 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1
RX bytes:4469376 (4.4 MB) TX bytes:4469376 (4.4 MB)
wlp2s0 Link encap:Ethernet HWaddr 70:f1:a1:b1:93:be
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Arp-scan gave:
system@system-p6531p:~/Desktop$ sudo arp-scan --interface=enp5s0 --localnet
Interface: enp5s0, datalink type: EN10MB (Ethernet)
Starting arp-scan 1.8.1 with 256 hosts (
http://www.nta-monitor.com/tools/arp-scan/)
192.168.1.1 00:7f:28:db:55:08 (Unknown)
192.168.1.4 00:1b:a9:41:2f:9b BROTHER INDUSTRIES, LTD.
192.168.1.5 e8:03:9a:e6:c9:cb (Unknown)
192.168.1.15 28:c6:8e:1b:06:8f (Unknown)
192.168.1.2 78:4b:87:4d:6c:4d (Unknown)
192.168.1.2 78:4b:87:4d:6c:4d (Unknown) (DUP: 2)
192.168.1.8 00:18:de:2c:35:53 Intel Corporation
192.168.1.7 00:8e:f2:4f:ea:60 (Unknown)
192.168.1.13 b0:79:94:4a:9e:ee (Unknown)
192.168.1.100 58:56:e8:76:75:d7 (Unknown)
192.168.1.10 02:0f:b5:a4:6d:7d (Unknown)
11 packets received by filter, 0 packets dropped by kernel
Ending arp-scan 1.8.1: 256 hosts scanned in 1.351 seconds (189.49
hosts/sec). 11 responded
Brother is my printer. .8 is the Win7 box. Win10 (.5) is unidentified.
I used Wireshark (on Win10) and can see MATE (.12). Unfortunately I’m
almost illiterate about reading what’s going on in the Wireshark display.
Bottom line: there seems to be nothing grossly wrong on the net. The router
doesn’t seem to be filtering or blocking anything, and neither is any
firewall.
Moving on to what an attempt to get to a folder looks like on the MATE
box…
Double-clicking Network opens up and shows “Windows Network”.
Double-clicking it shows “WORKGROUP” and “WXNET” (internat network name).
So far, no surprises.
Double-clicking WORKGROUP shows:
Note that Win10 is missing.
Back up to WXNET, drill down, and there’s the Win10 machine. Double-click
on it and there the shared folders:Music, Pictures, Videos, Users - the
usual suspects (plus C:, etc., listed by choice). Double-click on Music
and…
Unable to mount location - Failed to mount Windows share: Permission denied.
Who is doing the denial? Win10? MATE?
Going the other way is brief. Open Network and Devices.
- The printer is listed under Printers.
- Network Infrastructure shows the router.
- Media Devices shows Win10 and Win7
- Computer shows Win10 and Win7 but not MATE
Opening Homegroup shows Win10 and Win7 but not MATE - as expected.
The problem is the interface between two OS’ isn’t working. MATE, as Ive
said, sees Win10 but can’t use the shares. Win10 doesn’t see MATE.
Why?