thagen8

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by thagen8

  1. I want to mention, I do not see the ports listening using netstat -tulpn | grep LISTEN
  2. Currently getting a refuse to connect on port 32400 for the web UI. I have no issues with other Dockers on my array. Any reason why this port isn't open?
  3. I will also say that I had an old Minecraft docker image that I turned on, and was able to access it's interface on 8443. And Ncat also connected. So it seems like the ports aren't open for some reason.
  4. One more quick test I did. I configured a custom IP in br0 Mode. I was able to ping the IP. Connection still refused using Ncat.
  5. Hey everyone. I made sure to do some digging before bringing this here. I just recently replaced my ISP Router/Modem combo with a third party router and modem (separate devices). We had the 10.0.0.x IP Address, but they got changed to 192.168.0.x. I was able to change the network settings in Unraid without issues, and can connect to the interface without an issue. I also have a VM running a web server that I have no issues connecting to locally on that 192 address space. I'm now seeing an issue with my Docker. Specifically my Plex Docker and possibly another, but the Plex is my current issue. The Docker starts without any visual error when starting the Docker. I also looked at the log from the Unraid interface, it's showing that the "Server is unclaimed" and "No custom files found, skipping" but I don't think that could play in part to the issue with connecting. I also looked in the following log directory: /mnt/user0/Library/Application Support/Plex Media Server/Logs But all of the logs are dated back to 2018. So is this a logging issue, or is everything fine? Permissions for those files is -rw-r--r--, so it shouldn't be permissions. Is there another location I can get logs that will actually tell me something? I am running this Docker in Host mode. And it is getting the following: <Media Server IP>:1900/UDP <--> <Media Server IP>:1900 <Media Server IP>:32400/TCP <--> <Media Server IP>:32400. I just ran netcat from another host on the network. nc -zv <Media Server IP> 32400 | with a "Ncat: Connection refused", is there a way to allow that port?
  6. Never mind. I figured it out. I had to create a Windows VM then modify the XML of the VM to pass the optical drive through. I am now just using a Windows 10 VM for Optical Drive access. Which is fine
  7. Adding to this. Would this be a viable solution. Create a windows VM and pass the Optical Drive through to it. Then all the drive to be shareable via various Windows settings. Finally connect to the drive but using the VM? I don't even know if this is possible, but it would be nice to find out.
  8. So this brings me to another question. I just put a CD in the Optical Drive and it didn't even show up in my unraid "main" tab. Is there any way that I could access the Optical Drive from my main Windows 10 machine on my network?
  9. Hey everyone! Although I am sure this question has already been asked and answered, I haven't had the time to dig through these forums. All of my parts for my server will arrive tomorrow and I plan on assembling it all that night. My question was regarding the device limit on the basic version of the unraid OS. My System will include the following 1 - 6 TB Parity Drive 1 - 6 TB HDD in the Pool 1 - SSD Cache Drive 1 - SSD unassigned device for VM / Plex Metadata storage 1 - CD/DVD Drive and the bootable flash drive I read that the flash drive does not count toward the device number, which is awesome. But I was just wondering if the CD/DVD Drive and the unassinged device drive counts in that limit? I am assuming that they do, which is whatever. I won't be expanding really any time soon, but I would have 1 open device anyway with the current configuration. So, would I end up with 5/6, 4/6, or 3/6? I appreciate anyone that stops by and answers my question!