nadroj71

Members
  • Posts

    2
  • Joined

  • Last visited

Everything posted by nadroj71

  1. I had a problem when I went to add a 10g NIC to my server. UnRaid seems to have a problem getting it's main internet connection from anything other than eth0. I wound up changing the mac addresses in Network Settings to give eth0 to one of the two 10g ports on the second NIC and eth4 to the original port on the original NIC. I noticed today actually, that my ntp service had stopped working since that very day and my logs show the same as @tetrapod. I am at a loss with what to do now short of keeping an eye on the time manually.
  2. I've been using Unraid Pro for a couple months now and have gotten around to installing OpenVPN for accessing the network while away from home. Got it all set up correctly according to SpaceInvader One and it all worked great. A week or two later, I changed the subnet for security reasons, and went through all my docker containers and changed the required settings to point to the new subnet. Now, I can't access anything on the server when connected through the VPN. It's like the shares aren't even there. Below is what returned in the system log when I tried mounting a network drive through Unassigned Devices. I also cannot access my VM through RealVNC on a local network computer. I can only access it through the VNC Remote from the VMs page. Sep 8 12:43:07 Mordor unassigned.devices: Mount SMB share '//JORDAN_DESKTOP/D' using SMB3 protocol. Sep 8 12:43:07 Mordor unassigned.devices: Mount SMB command: /sbin/mount -t cifs -o rw,nounix,iocharset=utf8,file_mode=0777,dir_mode=0777,uid=99,gid=100,vers=3.0,credentials='/tmp/unassigned.devices/credentials_D' '//JORDAN_DESKTOP/D' '/mnt/disks/JORDAN_DESKTOP_D' Sep 8 12:43:07 Mordor kernel: CIFS VFS: cifs_mount failed w/return code = -13 Sep 8 12:43:07 Mordor unassigned.devices: Mount of '//JORDAN_DESKTOP/D' failed. Error message: 'mount error(13): Permission denied Refer to the mount.cifs(8) manual page (e.g. man mount.cifs) and kernel log messages (dmesg) '. Sep 8 12:43:07 Mordor unassigned.devices: Running device script: 'JORDAN_DESKTOP_D.sh' with action 'ERROR_MOUNT'. I am not sure what to add for files to help out. Let me know what to attach and I will asap.