Asus750

Members
  • Posts

    6
  • Joined

  • Last visited

Asus750's Achievements

Noob

Noob (1/14)

1

Reputation

  1. I spent some time getting this to work from a Unraid server to a Windows computer and thought I would type out some instructions even just for my own benefit when I go to do this again and forgot how it works. This is for using a File IO setup. 1. From the File IO tab - Select the path for the share to store the image file - type a name for the file - select size - Example 2000g being 2TB - Select Write back as True 2. On the initiators tab - use the Create Target -> Leave the name blank and it will auto assign a name. I could never get it to work with my own name. -> hit add target 3. On windows computer open iSCSI Initiator - On the Configuration tab -> copy the initiator Name - Will be something like: iqn.1991-05.com.microsoft:*computername* 4. Back on unraid on the initiators tab - for Create IQN, select the target created in setup 2. - Enter the Initiator name copied from the windows computer - select add IQN 5. Create LUN - Choose the IQN created then select the fileIO created in step 1 - Select add LUN 6. Add Mapping - Select the Target again, and the Initiator name of the Windows PC. - For Lun Map number use "0" if there is only one Lun created, if you have more then one then use 1,2 etc. - For Lun or Backstore name, it will be fileio;*fileioname* -> for example mine was fileio;ISCSI-2 - I leave Write protect as false, just as default. - Select add Map *pro tip, when selecting some of these options if I double clicked the line it would bring up some of the available name options. for example fileio;ISCSI-2 for the LUN name. 7. back on the windows computer - On the target tab enter the IP as target and hit Quick connect. * Note it will sometimes it will auto find the targets - Select the name of the target from the list - Click connect - I leave the next window as default, and click okay. 8. Format the drive - In disk Management, initialize the disk, create a volume and format the disk. Feel free to add to this or change as needed.
  2. I updated from 6.12.2 to 6.12.3 and ZeroTier stopped working again. I had used this https://discuss.zerotier.com/t/cant-see-unraid-server-with-windows-machines/14035 to get it working on 6.12.2 Any suggestions to get it going on 6.12.3? Edit: I should say that the container is working in that I can ping it though ZeroTier but not able to get the GUI (web UI) to load.
  3. Hey I am glad that you got it working. I am still not having any luck. What Plex docker are you running? I have Linuxserver/plex and the will not allow any iptable commands at all. Just to test things I installed binhex/arch-plexpass and when I run the iptables command I get "getsockopt failed strangely: Operation not permitted" Looks to be a permissions issue, but not sure why. So far my windows 10 VM with plex and VPN is working, I added a GPU to transacode and passed it though to it so running it in a docker not really a priority now.
  4. Hi there, I have been trying for several weeks to run Plex through a VPN on unraid. I have been able to get Plex to pickup the VPN's IP address but not having any luck with the portforward. One thing that I have noticed is the port will not say that it is open unless something has sucessfully connected to the port. I tested this with a torrent downloader. It will say it is open as soon as the torrent program connects. To test to see if it is even possible I did up a Windows 10 VM installed my VPN manager, I am using Ghostpath, and Plex. Following the guide linked here https://mullvad.net/en/help/plex-mullvad/ I was able to get plex to work fine on the VM with the windows commands noted. Tested it for several days from various locations and was solid. So moving to Unraid now, I am running binhex-privoxyvpn to connect to the VPN and then use --net=container:binhex-privoxyvpn to connect plex to the VPN. Plex picked up the VPN IP fine. Next I used the command noted from linux: iptables -t nat -I PREROUTING -p tcp --dport xxxxx -j REDIRECT --to 32400 (xxxx = the port open on the VPN) It is not working. I have been doing reading on iptables and I think that is the problem but the commands are over my head. Did you have any luck with this? I know it works but just can't get it going on Unraid.
  5. It looks like it started working. I rebooted the server after messing with it for a while and I have an option to choose a target now under create IQN. I have an sata SSD that I will be using to test it, and it picked that up on the devices tab. I will keep playing with it but looks to be working. Thanks for the quick reply.
  6. Hi, Is there a guild I can follow or instructions to get this working? I have tried to create a target by putting in a name and clicking the add target button but nothing happens. Clearly I don't know what I am doing. In the Diags window it says this for the last Targetcli output. targetcli shell version 2.1.54 Copyright 2011-2013 by Datera, Inc and others. For help on commands, type 'help'. /> WWN not valid as: iqn, naa, eui /> Global pref auto_save_on_exit=true Last 10 configs saved in /etc/target/backup/. Configuration saved to /etc/target/saveconfig.json Thanks