Jump to content

Naldinho

Members
  • Posts

    343
  • Joined

  • Last visited

Everything posted by Naldinho

  1. Fixed. In case anyone else has the same issue -- the problem was caused by firewall being set to protect against UDP flooding. Turning off UDP Flood Protection immediately got my speeds up to normal.
  2. I'm going to take a wild guess that you are on the Rogers network, like I am. I ran into speed issues as well and had to convert to TCP instead of UDP. Teksavvy who just resells Bell and Rogers but mine is Bell. When I tried to change VPN_PROTOCOL to tcp I am no longer able to access the webgui. I have to change it back to udp for it to work.
  3. I've tried it checked and unchecked. The strange part about this is that results change even when nothing changes. Most of the time I get unknown IP for both and two x but sometimes I get an IP for public and once I even got an IP for Private and the x changed to a checkmark but no internet. I didn't change anything and just pressed refresh and both went back to unknown IP.
  4. By switching VPN_ENABLED to no = I'm getting good speeds.
  5. ok multiple issues here:- 1. your port is wrong, this should now be 1198 not 1194 2. if you have defined your container side as /data then this is what you should be configuring the container to use, so login to deluge web interface and specify the incomplete, completed, watched etc as subdirs of /data, if you dont configure this then all data will be written inside the container which will result in you running out of space in the docker.img file and all the docker containers grinding to a halt. 3. speed issues, so you need to be connected to a pia gateway that supports port forwarding, the netherlands gateway is one that does support this so i would recommend giving that a go. If speeds are still slow then it is possible your isp is throttling your connecting to the vpn provider, for which there is only one fix, switch provider :-). Thank you #1 I copied and pasted from above --my port was 1198 I just didn't realize the post I copied from had the wrong port. #2 Fixed #3 Speed still slow even with nl.privateinternetaccess.com. Less popular torrents I can't even get them to start. I know my ISP doesn't throttle. Is there any other possible reason? Maybe something firewall related? I have a IPsec site-to-site VPN that. Could that be causing a conflict? Running a VPN over a VPN isn't going to do you any favors in regards to speed, whether this is the source of your issue I couldn't say for sure but if possible it might be worth dropping the site to site VPN and seeing if this does improve things. As far as firewall ports go, the only port you need to allow is DNS resolution and connection to the VPN end point, both outbound. Sent from my LG-V500 using Tapatalk The VPNs are not running over each other. Both sites have direct access to the internet -- the unRaid machine with the docker is on 10.1.1.0 and only traffic that is going to 192.168.2.0 gets directed to the site-to-site VPN. Likewise at the other end only traffic going to 10.1.1.0 gets directed to the VPN.
  6. ok multiple issues here:- 1. your port is wrong, this should now be 1198 not 1194 2. if you have defined your container side as /data then this is what you should be configuring the container to use, so login to deluge web interface and specify the incomplete, completed, watched etc as subdirs of /data, if you dont configure this then all data will be written inside the container which will result in you running out of space in the docker.img file and all the docker containers grinding to a halt. 3. speed issues, so you need to be connected to a pia gateway that supports port forwarding, the netherlands gateway is one that does support this so i would recommend giving that a go. If speeds are still slow then it is possible your isp is throttling your connecting to the vpn provider, for which there is only one fix, switch provider :-). Thank you #1 I copied and pasted from above --my port was 1198 I just didn't realize the post I copied from had the wrong port. #2 Fixed #3 Speed still slow even with nl.privateinternetaccess.com. Less popular torrents I can't even get them to start. I know my ISP doesn't throttle. Is there any other possible reason? Maybe something firewall related? I have a IPsec site-to-site VPN that. Could that be causing a conflict?
  7. I know how port forwarding works -- the problem is that it isn't working which makes me think there must be something special about dockers. I've been googling for a couple of hours with no luck. I currently have the PlexServer port forwarded to the same port on the IP of the unRaid server. Needs to be forwarded to the port Plex is on. Default is 32400. Plex has capability to set it automatically. That's how mine worked at least. Using Actiontec FiOS modem. Programs can only set port forwarding automatically if you have UPnP enabled which I don't. That said I know how to forward ports manually and I have forwarded port 32400 to the unRaid IP but it just isn't working. This actually doesn't turn out to be as big a deal though since I mostly just want to be able to access my PlexServer located at home from the office and even without remote connection that seems to not be an issue as Plex clients can detect the PlexServer over the site-to-site vpn which I didn't think would be the case. This covers 99.9% of my use. It would be nice to have remote for that rare instance when I'm in some small town hotel with nothing to do but for now I've moved on to failing at getting Deluge to work as a docker. I'm really starting to think I should have just went with a VM as I'm having no success with dockers.
  8. VPN_ENABLED yes VPN_USER my user ID VPN_PASS my password VPN_REMOTE ca-toronto.privateinternetaccess.com VPN_PORT 1194 VPN_PROTOCOL udp VPN_PROV pia ENABLE_PRIVOXY no LAN_NETWORK 10.121.1.0/24 DEBUG false I have tried the default option for VPN_Remote as well. In both cases I can't break 100k for downloads. Up is even lower. I also think there might be something wrong with how I set up my downloads I set /data to /mnt/user/Downloads/ I created a share named Downloads first and four directories inside that share corresponding to the four options in folders. In folders it has /home/nobody/Incomplete/ -- am I supposed to change that to something else? I haven't finished downloading anything yet because it is so slow but when I check my Incomplete folder in my Downloads share it is empty.
  9. Thanks. At least now I know I'm trying to solve the correct issue.
  10. I know how port forwarding works -- the problem is that it isn't working which makes me think there must be something special about dockers. I've been googling for a couple of hours with no luck. I currently have the PlexServer port forwarded to the same port on the IP of the unRaid server. There's nothing special about dockers. The biggie here is that if you have a modem with a built-in router, and then a "real" router after that, nothing is going to work. You'll have to stick your modem into bridge mode (which means it only acts as a modem period) and then setup your real router to log in to the modem, etc Thanks. My modem is bridged and I am using Sophos as a router. Basically what I'm looking for is confirmation that I don't need to do anything to the docker config (I see options to add ports) and that just the standard install using Community Applications gets me a working Plex Server -- if that is the case then the issue is with my firewall setup and I'll devote time to figuring that out. I just don't want to waste a bunch of time if the answer is dockers get assigned a unique IP like VMs or you need to do something with add ports in the docker config.
  11. I know how port forwarding works -- the problem is that it isn't working which makes me think there must be something special about dockers. I've been googling for a couple of hours with no luck. I currently have the PlexServer port forwarded to the same port on the IP of the unRaid server.
  12. Is there a guide or tutorial on how to get port forwarding working for remote access on PlexServer? I'm completely new to dockers.
  13. Problem solved -- it was not the docker at all but a careless error in my firewall The update issue is still not updating but I was able to claim the server.
  14. Not sure how to remove the docker.img but I'll google it later -- I pressed scrub in the docker settings which seems like a likely candidate. I completely removed the docker and started again -- no longer getting the layer mismatch but docker says it is up to date but once I go to PlexServer I get a message saying I should upgrade to Version 1.0.3.2461 so the docker is not detecting that the installed version is not the most current. I also noticed that I get a Problem Saving Settings error when I first start the docker after a clean install. It won't let me save the name of the server. If I close the browser and return the server name has been saved and I then have the inability to claim the server. I tried installing the Limetech PlexServer docker and I have the same issues.
  15. I upgraded to 6.2.0-rc4 and no changes. Still can't claim server. It now does show that an update is available but if I try to update I get Error: layers from manifest don't match image configuration
  16. Also, when I am using the docker it asks me to manually update the the newest version. Not sure if that is related as I was under the impression this docker would autoupdate to the latest version by itself.
  17. I am having the same issue that kamhighway had at the start of August. I installed using Community Applications I added volume mappings of /media /mnt/user/Media/ and /config /mnt/cache/appdata/ The docker seems to be working except I can't claim the server. I keep getting an error saying there was a problem signing into to Plex. When kamhighway had this issue his reported resolution was upgrading unRaid to one of the RC versions but the comment directly under that post claimed that could not be the issue. I've tried using the Plex Server log file -- a little out of my level but I believe I am getting a 406 Not Acceptable error. Can anyone give me some assistance?
  18. Glad that the problem is solved, but didn't CA show you under every icon that docker was not enabled? (Plugins would still be installable via CA) Trying to see if I have a bug here or not. It was a while ago so I can't be certain. There definitely was some text but I can't remember what. If it said Not Enabled I might have interpreted that to refer to the docker itself. I don't think it said Docker system not enabled as that would have been obvious to me.
  19. Thank you. I hadn't. I assumed the example text in the box was the default location. I knew it was something obvious. Thank you everyone for the help
  20. ADD what? A docker -- isn't there supposed to be an ADD button or some way to install the docker? That would be under the docker tab. Maybe you need to enable dockers in your settings to display the tab. It was disabled but I found it and enabled it before posting my question but nothing changed. There currently is no docker tab.
  21. ADD what? A docker -- isn't there supposed to be an ADD button or some way to install the docker?
  22. I did a quick search and nothing immediately came up and I realize this is probably something really stupid on my part but why don't I have the option to ADD?
  23. Changing the XML required a shutdown of the VM -- problem with the passthrough appeared. Shutdown unRaid and then restarted didn't help. Second reboot and all was fine. I'll have to try the qemu:arg method because even though this isn't a VM I reboot often having to shut down the entire unRaid system every time I do and reboot it multiple times is not ideal.
  24. Thanks. I have no idea how that happened with the wrong CPUs -- obviously they are supposed to match. Will fix that.
  25. Still having issues with USB passthrough -- everything was fine for 17 days but for reasons I can't figure out my VM suddenly changed to a strange IP (something that has happened before) resulting in lost connectivity and the only way to fix it is to reboot the unRaid machine. When I reboot the unRaid the USB passthough does not work. I reboot unRaid a couple of time and edit the XML even though I'm not making any changes and suddenly after a few reboots it starts to work again. This is my entire XML file <domain type='kvm' id='4' xmlns:qemu='http://libvirt.org/schemas/domain/qemu/1.0'> <name>KP-Ofiice</name> <uuid>53662b7a-d29a-63aa-f802-ca9321149187</uuid> <description>KP's Main Work Computer</description> <metadata> <vmtemplate name="Custom" icon="windows.png" os="windows"/> </metadata> <memory unit='KiB'>51380224</memory> <currentMemory unit='KiB'>51380224</currentMemory> <memoryBacking> <nosharepages/> <locked/> </memoryBacking> <vcpu placement='static'>10</vcpu> <cputune> <vcpupin vcpu='0' cpuset='15'/> <vcpupin vcpu='1' cpuset='16'/> <vcpupin vcpu='2' cpuset='17'/> <vcpupin vcpu='3' cpuset='18'/> <vcpupin vcpu='4' cpuset='19'/> <vcpupin vcpu='5' cpuset='27'/> <vcpupin vcpu='6' cpuset='28'/> <vcpupin vcpu='7' cpuset='29'/> <vcpupin vcpu='8' cpuset='30'/> <vcpupin vcpu='9' cpuset='31'/> <emulatorpin cpuset='0,16'/> </cputune> <resource> <partition>/machine</partition> </resource> <os> <type arch='x86_64' machine='pc-i440fx-2.3'>hvm</type> </os> <features> <acpi/> <apic/> <hyperv> <relaxed state='on'/> <vapic state='on'/> <spinlocks state='on' retries='8191'/> </hyperv> </features> <cpu mode='host-passthrough'> <topology sockets='1' cores='10' threads='1'/> </cpu> <clock offset='localtime'> <timer name='hypervclock' present='yes'/> <timer name='hpet' present='no'/> </clock> <on_poweroff>destroy</on_poweroff> <on_reboot>restart</on_reboot> <on_crash>restart</on_crash> <devices> <emulator>/usr/bin/qemu-system-x86_64</emulator> <disk type='file' device='disk'> <driver name='qemu' type='raw' cache='writeback'/> <source file='/mnt/cache/VMs/KP-Ofiice/vdisk1.img'/> <backingStore/> <target dev='hdc' bus='virtio'/> <boot order='1'/> <alias name='virtio-disk2'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/> </disk> <controller type='usb' index='0'> <alias name='usb'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x01' function='0x2'/> </controller> <controller type='pci' index='0' model='pci-root'> <alias name='pci.0'/> </controller> <controller type='virtio-serial' index='0'> <alias name='virtio-serial0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </controller> <interface type='bridge'> <mac address='52:54:00:1a:35:d9'/> <source bridge='br0'/> <target dev='vnet3'/> <model type='virtio'/> <alias name='net0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/> </interface> <serial type='pty'> <source path='/dev/pts/3'/> <target port='0'/> <alias name='serial0'/> </serial> <console type='pty' tty='/dev/pts/3'> <source path='/dev/pts/3'/> <target type='serial' port='0'/> <alias name='serial0'/> </console> <channel type='unix'> <source mode='bind' path='/var/lib/libvirt/qemu/channel/target/KP-Ofiice.org.qemu.guest_agent.0'/> <target type='virtio' name='org.qemu.guest_agent.0' state='connected'/> <alias name='channel0'/> <address type='virtio-serial' controller='0' bus='0' port='1'/> </channel> <hostdev mode='subsystem' type='pci' managed='yes'> <driver name='vfio'/> <source> <address domain='0x0000' bus='0x04' slot='0x00' function='0x0'/> </source> <alias name='hostdev0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/> </hostdev> <memballoon model='virtio'> <alias name='balloon0'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0'/> </memballoon> </devices> <qemu:commandline> <qemu:arg value='-device'/> <qemu:arg value='ioh3420,bus=pci.0,addr=1c.0,multifunction=on,port=2,chassis=1,id=root.1'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=05:00.0,bus=root.1,addr=00.0,multifunction=on,x-vga=on'/> <qemu:arg value='-device'/> <qemu:arg value='vfio-pci,host=01:00.0,bus=root.1,addr=01.0'/> </qemu:commandline> </domain> This is my syslinux default /syslinux/menu.c32 menu title Lime Technology prompt 0 timeout 50 label unRAID OS menu default kernel /bzimage append initrd=/bzroot append pci-stub.ids=2109:0812 isolcpus=11,12,13,14,15,27,28,29,30,31 initrd=/bzroot label unRAID OS Safe Mode (no plugins) kernel /bzimage append initrd=/bzroot unraidsafemode label Memtest86+ kernel /memtest This is the relevant PCI Devices 01:00.0 Audio device: Creative Labs SB Recon3D (rev 01) 04:00.0 USB controller: ASMedia Technology Inc. Device 1242 05:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Turks XT [Radeon HD 6670/7670] I don't think I am doing anything wrong but obviously I must be.
×
×
  • Create New...