Ender331

Members
  • Posts

    5
  • Joined

  • Last visited

Everything posted by Ender331

  1. Ok, for a clarification. I know my Transmission docker is going through nordvpn, it gets the same ip address. the issue is I cannot connect to the web UI. My router is 10.10.42.1, it shows 10.10.42.1/24 as its ip range. I set the LAN net to 10.10.42.1/24 added thew 9091 port for transmission on TCP, still cannot connect. the logs clearly show that NordVPN forwards to 10.10.42.0/24. Does anyone know what I am doing wrong, and how can I fix it? Where is the container folder for this, can I manually delete the config? Have removed, replaced, the container. Have stopped docker, etc.
  2. I have an issue where I cannot open the web UI of the docker container I have passing through this vpn tunnel. I double checked my ports, and the LAN net settings and they are correct. If one looks at the logs though the IP addresses for the subnet are wrong I had accidentally put in 10.10.42.0 once, then corrected it. My question is where is the location of the config file, and can I manually edit it to correct this issue? IP tables for ipv4: filter: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 192.XXX.XXX.XXX/32 -i eth0 -j ACCEPT -A INPUT -s 10.10.42.0/24 -i eth0 -j ACCEPT -A INPUT -s 172.17.0.0/16 -i eth0 -j ACCEPT -A INPUT -i eth0 -j DROP -A INPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -s 172.17.0.0/16 -i eth0 -j ACCEPT -A INPUT -s 10.10.42.0/24 -i eth0 -j ACCEPT -A FORWARD -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A FORWARD -i lo -j ACCEPT -A FORWARD -d 172.17.0.0/16 -i eth0 -j ACCEPT -A FORWARD -s 172.17.0.0/16 -i eth0 -j ACCEPT -A FORWARD -d 10.10.42.0/24 -i eth0 -j ACCEPT -A FORWARD -s 10.10.42.0/24 -i eth0 -j ACCEPT -A OUTPUT -d 192.XXX.XXX.XXX/32 -o eth0 -j ACCEPT -A OUTPUT -d 10.10.42.0/24 -o eth0 -j ACCEPT -A OUTPUT -d 172.17.0.0/16 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -j DROP -A OUTPUT -m conntrack --ctstate RELATED,ESTABLISHED -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tap+ -j ACCEPT -A OUTPUT -o tun+ -j ACCEPT -A OUTPUT -o nordlynx+ -j ACCEPT -A OUTPUT -d 172.17.0.0/16 -o eth0 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 53 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 51820 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 1194 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1194 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 443 -j ACCEPT -A OUTPUT -d 10.10.42.0/24 -o eth0 -j ACCEPT nat:
  3. As an Update ... it seems that my flash drive had failed. I ended up replacing it, and now everything works well. And to answer my other question, I ended up replacing the Flash drive with This SSD that I reclaimed from an old HP 620 plus and this enclosure. As of this moment all seems well, and the license transferred without a hitch. Thanks for the help.
  4. 20GB Ram (26% usage), 16GB Flash (24% Full)
  5. I am having an issue attempting to upgrade to 6.9.1 every time I attempt to apply the upgrade I get the following error: plugin: updating: unRAIDServer.plg plugin: downloading: https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer-6.9.1-x86_64.zip ... done plugin: downloading: https://s3.amazonaws.com/dnld.lime-technology.com/stable/unRAIDServer-6.9.1-x86_64.md5 ... done writing flash device - please wait... Archive: /tmp/unRAIDServer.zip plugin: run failed: /bin/bash retval: 1 Once I received the the flash drive is not read/write error. Is it possible my flash drive is failing? If I need to replace the flash drive is it possible to re-use an old 16gb ssd, or emmc module that is attached to a USB enclosure? I think it would have a better endurance than a USB flash drive?