Hi, I know this is an old setup but it's been running like a train so I've left it alone...
I have a RAID 5 setup using OMV5 serving my files accessed by SMB.
Usually this is trouble free but suddenly my Mac can't mount the OMV SMB share.
The web gui can't be reached.
The server will respond to a Ping:
Code
PING 192.168.0.211 (192.168.0.211): 56 data bytes
64 bytes from 192.168.0.211: icmp_seq=0 ttl=64 time=2.744 ms
64 bytes from 192.168.0.211: icmp_seq=1 ttl=64 time=0.926 ms
64 bytes from 192.168.0.211: icmp_seq=2 ttl=64 time=7.488 ms
64 bytes from 192.168.0.211: icmp_seq=3 ttl=64 time=1.197 ms
64 bytes from 192.168.0.211: icmp_seq=4 ttl=64 time=1.057 ms
64 bytes from 192.168.0.211: icmp_seq=5 ttl=64 time=3.013 ms
64 bytes from 192.168.0.211: icmp_seq=6 ttl=64 time=0.991 ms
64 bytes from 192.168.0.211: icmp_seq=7 ttl=64 time=1.105 ms
64 bytes from 192.168.0.211: icmp_seq=8 ttl=64 time=2.837 ms
64 bytes from 192.168.0.211: icmp_seq=9 ttl=64 time=1.312 ms
--- 192.168.0.211 ping statistics ---
10 packets transmitted, 10 packets received, 0.0% packet loss
Display More
I'm 99% sure that ssh access is enabled as I've used it before but this is what I get in my Mac Terminal:
Code
ssh root@192.168.0.211
Unable to negotiate with 192.168.0.211 port 22: no matching key exchange method found. Their offer: diffie-hellman-group1-sha1
Can anyone help me past this?
S