semicole

Members
  • Posts

    12
  • Joined

  • Last visited

Everything posted by semicole

  1. I ended up going with a whole different solution altogether after realizing how difficult it was going to be to get this working how I wanted. I ended up making a new server in a Jonsbo N2 and I use the M720q as a standalone pfsense box.
  2. I have had an R720 setup with Unraid for a while and am now looking at switching to something more power efficient and that generates a little less heat. I currently have 6 3.5" array drives + a 3.5" parity drive + a 2.5" cache SSD in my R720. I am looking at switching to a Lenovo M720q for my actual Unraid server that I'll run my Docker and VM's (if any) on and a NAS/DAS for my file storage, but had a couple of logistical questions. I've never used a NAS or DAS before and have only ever had my drives located locally in my server. If I were to move to a DAS/NAS + the Lenovo M720q, what does that setup look like exactly? I assumed I'd use the NVME in the Lenovo 720q as my cache drive, but what about my parity/array drives? I planned on putting them in the DAS/NAS, but how do those interface with Unraid exactly? Do they all show up as individual drives as if they were local to my server? Can someone help me understand exactly how that would work? I've never actually used a NAS before, so I am not exactly sure how to go about this.
  3. I had my setup working great for a while using a GTX 1060 and just recently updated my Unradid to 6.10.3. After doing so, my Nvidia Driver seemed to bugout a bit, so I had to reinstall the plugin in order for it to work correctly and detect my GPU. So I got that working again and now when trying to start the tdarr node I get an error about the runtime. docker: Error response from daemon: Unknown runtime specified nvidia. However, I have the runtime input correctly as --runtime=nvidia and have made no changes to my tdarr node, so not sure what is going on here.
  4. Hi All, I am trying to get Organizr server auth setup for all of my reverse proxied docker containers so that I can use Organizr as the single entry point into my server and I have been struggling to get it working. I already have all of my containers setup correctly with Swag and can reverse proxy into all of them just fine, but now when I am trying to get the Organizr server auth working I think I am doing something wrong in my nginx proxy conf files. According to the Swag proxy-conf templates it should be as simple as renaming the organizr-auth.subfolder.conf.sample file as a conf file and including the following below into each conf file that I want to setup through Organizr server auth. auth_request /auth-0; location ~ /auth-(.*) { internal; proxy_pass http://server ip address that organizr is running on:organizr port/api/?v1/aut> proxy_set_header Content-Length ""; } However, when I do that, I get the following error below in Swag logs and when trying to access the container through Organizr server auth, I get a refused to connect error. nginx: [emerg] "location" directive is not allowed here in /config/nginx/proxy-confs/radarr.subdomain.conf:6 I get the same error above for the organizr-auth.subfolder.conf.sample file as well, pointed to the "location" line in the file. Any ideas what I am doing wrong?
  5. I have been running the My Servers plugin since mid last year with little to no issues. However just recently within the last week or so My Servers dashboard is constantly showing as remote access, even when I am on my local network. Because of this I cannot login to my server locally. I have tried runningthe unraid-api restart command with no luck. Any ideas what the issue could be?
  6. I’m having an issue getting the ProjectZomboid container/server going. I’ve left everything in the container as default except the admin password. Reading the container log it looks like the server is functioning correctly. I’ve opened all the ports on my router, but when I try to join from the ProjectZomboid server screen it shows the server as not responding. Am I missing anything? Will update this post shortly with container logs if needed.
  7. I'm having the same issue, but none of the fixes have worked for me. I am getting the "not connected to mothership" error in the top right drop down menu. My server is functioning fine other than this issue. I have tried the following: -rebooted numerous times -ran unraid-api restart command numerous times, both before and after a reboot -uninstalled and re installed My Servers plugin I'm at a loss as to what to do now.
  8. I am having an odd issue with Sabnzbd beginning this morning - I've had the same setup for months now with no issues. I keep getting the following error when trying to start up the container: Error response from daemon: driver failed programming external connectivity on endpoint binhex-sabnzbd (48d3c0a31a0410c1aae7ccad21ad072b1641d1e7e137d80451110d8cada326a6): Bind for 0.0.0.0:8090 failed: port is already allocated. I have tried many different ports and get the same issue and it is doing it for both ports. If I change one port it will give me an error on the other port. I removed the container and re installed and still get the same issue. I've checked multiple times and don't have any other services or containers running on these ports. I am using port 8082 instead of 8080 and have had it setup this way for months now with 0 issues, then this pops up today. I can't get to any logs because I can't even get the container started. Any ideas?
  9. Scratch that, I was able to find my WAN address of my router and it does match my public IP, so I think I’m good there and I have the correct ports forwarded and have verified from my ISP that they do not block ports 80 and 443, so what should my next steps be?
  10. When I check what’s my IP, I get my external IP address or WAN IP address. I’m struggling to figure out where my WAN is listed on my router page, is there another way to figure that out that may be easier. I can post a better photo of the port forwarding, but yes I had changed 180 to 80 to try to troubleshoot, it’s correct now at 180, so my external ports are 80 and 443 and my internals are 180 and 1443 and going to the correct IP address of my server.
  11. Hi, I am having an error getting SWAG to work following Spaceinvader's video. I am trying to get HTTP working so that I can access nextcloud, sonarr, etc outside of my network. I have port forwarded my router ports 80 and 443 to 180 and 1443 respectively and listed those reports in Unraid for SWAG, but I get the following error when I try to create the certs. When I check whocanseeme.org, however, I am seeing a blocked port 80 and 443. I have already called my ISP and confirmed that they are not blocking the ports, so I'm not sure how to proceed. I am fairly new to this and have dome some research and was curious if it matters if my router's IP is the same as my public IP or not and how this relates to NAT. Currently my router's IP does not match my public IP when I look it up using whatsmyip, etc. Domain: mydomain.com Type: unauthorized Detail: Invalid response from http://mydomain.com/.well-known/acme-challenge/0OAvQT7bR4EqZoWAqvATD1_N6LTEeCUWQ1rpOsfhfiM [199.188.201.227]: "<!DOCTYPE HTML PUBLIC \"-//IETF//DTD HTML 2.0//EN\">\n<html><head>\n<title>404 Not Found</title>\n</head><body>\n<h1>Not Found</h1>\n<p" To fix these errors, please make sure that your domain name was entered correctly and the DNS A/AAAA record(s) for that domain contain(s) the right IP address. ERROR: Cert does not exist! Please see the validation error above. The issue may be due to incorrect dns or port forwarding settings. Please fix your settings and recreate the container
  12. I am having an issue with getting the docker to start once I have setup deluge. Any idea what the issue could be? I have followed SpaceInvader's setup to the T, but am getting the following log when I try to start. ErrorWarningSystemArrayLogin Created by... ___. .__ .__ \_ |__ |__| ____ | |__ ____ ___ ___ | __ \| |/ \| | \_/ __ \\ \/ / | \_\ \ | | \ Y \ ___/ > < |___ /__|___| /___| /\___ >__/\_ \ \/ \/ \/ \/ \/ https://hub.docker.com/u/binhex/ 2020-09-06 01:50:01.287247 [info] System information Linux f30c979bb6bb 4.19.107-Unraid #1 SMP Thu Mar 5 13:55:57 PST 2020 x86_64 GNU/Linux 2020-09-06 01:50:01.314155 [info] OS_ARCH defined as 'x86-64' 2020-09-06 01:50:01.340994 [info] PUID defined as '99' 2020-09-06 01:50:01.626608 [info] PGID defined as '100' 2020-09-06 01:50:02.156853 [info] UMASK defined as '000' 2020-09-06 01:50:02.182614 [info] Permissions already set for volume mappings 2020-09-06 01:50:02.211232 [info] DELUGE_DAEMON_LOG_LEVEL defined as 'info' 2020-09-06 01:50:02.237022 [info] DELUGE_WEB_LOG_LEVEL defined as 'info' 2020-09-06 01:50:02.262823 [info] VPN_ENABLED defined as 'yes' 2020-09-06 01:50:02.295832 [info] OpenVPN config file (ovpn extension) is located at /config/openvpn/France.ovpn 2020-09-06 01:50:02.341363 [info] VPN remote line defined as 'remote france.privateinternetaccess.com 1198' 2020-09-06 01:50:02.367423 [info] VPN_REMOTE defined as 'france.privateinternetaccess.com' 2020-09-06 01:50:02.394289 [info] VPN_PORT defined as '1198' 2020-09-06 01:50:02.423255 [info] VPN_PROTOCOL defined as 'udp' 2020-09-06 01:50:02.449068 [info] VPN_DEVICE_TYPE defined as 'tun0' 2020-09-06 01:50:02.474697 [info] VPN_PROV defined as 'pia' 2020-09-06 01:50:02.500930 [info] LAN_NETWORK defined as '192.168.1.0/24' 2020-09-06 01:50:02.526794 [info] NAME_SERVERS defined as '209.222.18.222,84.200.69.80,37.235.1.174,1.1.1.1,209.222.18.218,37.235.1.177,84.200.70.40,1.0.0.1' 2020-09-06 01:50:02.552320 [info] VPN_USER defined as 'p4864713' 2020-09-06 01:50:02.578280 [info] VPN_PASS defined as '2015VWgti' 2020-09-06 01:50:02.604208 [info] VPN_OPTIONS not defined (via -e VPN_OPTIONS) 2020-09-06 01:50:02.629936 [info] STRICT_PORT_FORWARD defined as 'yes' 2020-09-06 01:50:02.655791 [info] ENABLE_PRIVOXY defined as 'yes' 2020-09-06 01:50:02.682117 [info] ADDITIONAL_PORTS not defined (via -e ADDITIONAL_PORTS), skipping allow for custom incoming ports 2020-09-06 01:50:02.717536 [info] Deleting files in /tmp (non recursive)... 2020-09-06 01:50:02.741923 [info] Starting Supervisor... 2020-09-06 01:50:03,269 INFO Included extra file "/etc/supervisor/conf.d/delugevpn.conf" during parsing 2020-09-06 01:50:03,269 INFO Set uid to user 0 succeeded 2020-09-06 01:50:03,272 INFO supervisord started with pid 6 2020-09-06 01:50:04,274 INFO spawned: 'start-script' with pid 179 2020-09-06 01:50:04,275 INFO spawned: 'watchdog-script' with pid 180 2020-09-06 01:50:04,275 INFO reaped unknown pid 7 (exit status 0) 2020-09-06 01:50:04,280 DEBG 'start-script' stdout output: [info] VPN is enabled, beginning configuration of VPN 2020-09-06 01:50:04,280 INFO success: start-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-09-06 01:50:04,281 INFO success: watchdog-script entered RUNNING state, process has stayed up for > than 0 seconds (startsecs) 2020-09-06 01:50:04,327 DEBG 'start-script' stdout output: [info] Default route for container is 172.17.0.1 2020-09-06 01:50:04,329 DEBG 'start-script' stdout output: [info] Adding 209.222.18.222 to /etc/resolv.conf 2020-09-06 01:50:04,332 DEBG 'start-script' stdout output: [info] Adding 84.200.69.80 to /etc/resolv.conf 2020-09-06 01:50:04,334 DEBG 'start-script' stdout output: [info] Adding 37.235.1.174 to /etc/resolv.conf 2020-09-06 01:50:04,337 DEBG 'start-script' stdout output: [info] Adding 1.1.1.1 to /etc/resolv.conf 2020-09-06 01:50:04,339 DEBG 'start-script' stdout output: [info] Adding 209.222.18.218 to /etc/resolv.conf 2020-09-06 01:50:04,342 DEBG 'start-script' stdout output: [info] Adding 37.235.1.177 to /etc/resolv.conf 2020-09-06 01:50:04,344 DEBG 'start-script' stdout output: [info] Adding 84.200.70.40 to /etc/resolv.conf 2020-09-06 01:50:04,346 DEBG 'start-script' stdout output: [info] Adding 1.0.0.1 to /etc/resolv.conf 2020-09-06 01:50:04,560 DEBG 'start-script' stdout output: [info] Docker network defined as 172.17.0.0/16 2020-09-06 01:50:04,562 DEBG 'start-script' stdout output: [info] Adding 192.168.1.0/24 as route via docker eth0 2020-09-06 01:50:04,563 DEBG 'start-script' stdout output: [info] ip route defined as follows... -------------------- 2020-09-06 01:50:04,564 DEBG 'start-script' stdout output: default via 172.17.0.1 dev eth0 172.17.0.0/16 dev eth0 proto kernel scope link src 172.17.0.2 192.168.1.0/24 via 172.17.0.1 dev eth0 2020-09-06 01:50:04,564 DEBG 'start-script' stdout output: -------------------- 2020-09-06 01:50:04,566 DEBG 'start-script' stdout output: iptable_mangle 16384 1 ip_tables 24576 3 iptable_filter,iptable_nat,iptable_mangle 2020-09-06 01:50:04,566 DEBG 'start-script' stdout output: [info] iptable_mangle support detected, adding fwmark for tables 2020-09-06 01:50:04,596 DEBG 'start-script' stdout output: [info] iptables defined as follows... -------------------- 2020-09-06 01:50:04,597 DEBG 'start-script' stdout output: -P INPUT DROP -P FORWARD DROP -P OUTPUT DROP -A INPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A INPUT -i eth0 -p udp -m udp --sport 1198 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A INPUT -i eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A INPUT -s 192.168.1.0/24 -i eth0 -p tcp -m tcp --dport 58846 -j ACCEPT -A INPUT -s 192.168.1.0/24 -d 172.17.0.0/16 -i eth0 -p tcp -j ACCEPT -A INPUT -p icmp -m icmp --icmp-type 0 -j ACCEPT -A INPUT -i lo -j ACCEPT -A INPUT -i tun0 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 172.17.0.0/16 -j ACCEPT -A OUTPUT -o eth0 -p udp -m udp --dport 1198 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --dport 8112 -j ACCEPT -A OUTPUT -o eth0 -p tcp -m tcp --sport 8112 -j ACCEPT -A OUTPUT -d 192.168.1.0/24 -o eth0 -p tcp -m tcp --sport 58846 -j ACCEPT -A OUTPUT -s 172.17.0.0/16 -d 192.168.1.0/24 -o eth0 -p tcp -j ACCEPT -A OUTPUT -p icmp -m icmp --icmp-type 8 -j ACCEPT -A OUTPUT -o lo -j ACCEPT -A OUTPUT -o tun0 -j ACCEPT 2020-09-06 01:50:04,597 DEBG 'start-script' stdout output: -------------------- 2020-09-06 01:50:04,598 DEBG 'start-script' stdout output: [info] Starting OpenVPN... 2020-09-06 01:50:04,616 DEBG 'start-script' stdout output: Sun Sep 6 01:50:04 2020 WARNING: file 'credentials.conf' is group or others accessible Sun Sep 6 01:50:04 2020 OpenVPN 2.4.9 [git:makepkg/9b0dafca6c50b8bb+] x86_64-pc-linux-gnu [SSL (OpenSSL)] [LZO] [LZ4] [EPOLL] [PKCS11] [MH/PKTINFO] [AEAD] built on Apr 20 2020 Sun Sep 6 01:50:04 2020 library versions: OpenSSL 1.1.1g 21 Apr 2020, LZO 2.10 2020-09-06 01:50:04,617 DEBG 'start-script' stdout output: Sun Sep 6 01:50:04 2020 NOTE: the current --script-security setting may allow this configuration to call user-defined scripts 2020-09-06 01:50:04,617 DEBG 'start-script' stdout output: [info] OpenVPN started 2020-09-06 01:50:04,618 DEBG 'start-script' stdout output: Sun Sep 6 01:50:04 2020 CRL: loaded 1 CRLs from file [[INLINE]] 2020-09-06 01:50:04,618 DEBG 'start-script' stdout output: Sun Sep 6 01:50:04 2020 TCP/UDP: Preserving recently used remote address: [AF_INET]156.146.63.1:1198 Sun Sep 6 01:50:04 2020 UDP link local: (not bound) Sun Sep 6 01:50:04 2020 UDP link remote: [AF_INET]156.146.63.1:1198 2020-09-06 01:50:05,360 DEBG 'start-script' stdout output: Sun Sep 6 01:50:05 2020 [3f0edd05aed8840796b92f7ad3bc83bd] Peer Connection Initiated with [AF_INET]156.146.63.1:1198 2020-09-06 01:50:06,676 DEBG 'start-script' stdout output: Sun Sep 6 01:50:06 2020 TUN/TAP device tun0 opened Sun Sep 6 01:50:06 2020 /usr/bin/ip link set dev tun0 up mtu 1500 2020-09-06 01:50:06,677 DEBG 'start-script' stdout output: Sun Sep 6 01:50:06 2020 /usr/bin/ip addr add dev tun0 local 10.43.12.6 peer 10.43.12.5 2020-09-06 01:50:06,678 DEBG 'start-script' stdout output: Sun Sep 6 01:50:06 2020 /root/openvpnup.sh tun0 1500 1558 10.43.12.6 10.43.12.5 init 2020-09-06 01:50:06,683 DEBG 'start-script' stdout output: Sun Sep 6 01:50:06 2020 Initialization Sequence Completed 2020-09-06 01:50:06,793 DEBG 'start-script' stdout output: [info] Port forwarding is enabled [info] Checking endpoint 'france.privateinternetaccess.com' is port forward enabled... 2020-09-06 01:50:08,894 DEBG 'start-script' stdout output: [info] PIA endpoint 'france.privateinternetaccess.com' is in the list of endpoints that support port forwarding 2020-09-06 01:50:08,895 DEBG 'start-script' stdout output: [info] List of PIA endpoints that support port forwarding:- [info] ca-toronto.privateinternetaccess.com [info] ca-montreal.privateinternetaccess.com [info] ca-vancouver.privateinternetaccess.com [info] de-berlin.privateinternetaccess.com [info] de-frankfurt.privateinternetaccess.com [info] swiss.privateinternetaccess.com [info] france.privateinternetaccess.com [info] czech.privateinternetaccess.com [info] spain.privateinternetaccess.com [info] ro.privateinternetaccess.com [info] israel.privateinternetaccess.com [info] Attempting to get dynamically assigned port... 2020-09-06 01:50:09,574 DEBG 'start-script' stdout output: [warn] Exit code '52' from curl != 0 or no response body received [info] 12 retries left [info] Retrying in 10 secs...