macsrok

Members
  • Posts

    7
  • Joined

  • Last visited

Everything posted by macsrok

  1. Well that looks promising! I'll give it a shot.
  2. Howdy.... I use Tailscale VPN to remotely manage my Unraid server. It's great, I love it. Currently it is installable via the community applications plugin as a a docker container (deasmi/unraid-tailscale:latest). This works in 98% of instances. The problem that arises is when you need to preform maintenance which requires disabling the docker service. Obviously doing this results in stopping all running dockers which renders the machine unreachable via the Tailscale IP. It should be noted, that I understand Tailscale is essentially a fancy wrapper around Wiregaurd, and Unraid has a Wireguard VPN server built in, it's great, I've used it in the past, however my use case makes it equally undesirable. I'm curious if anyone has attempted to install Tailscale without docker? There is a statically compiled linux binary that is provided on their website ( https://tailscale.com/download/linux/static ). I'm extremely hesitant to attempt an install on my server, as I'm currently traveling and without physical access to the machine for the next few months, and this machine is nearly mission critical for day to day operations. Thanks in advance for the feedback.
  3. ultimately because I'm a nerd... I wrote a safari extension to rewrite the links. I can share the source if you want to build it and use it locally.
  4. Howdy.... I'm looking for an easy solution to what is likely an extremely niche issue. I've searched the forms but I'm not entirely certain what I should be searching for so please forgive me if I've missed something obvious. I'm utilizing a Tailscale Network, I realize this is outside of the norm so just give me the benefit of the doubt because the issue I'm facing has nothing to do with TailScale. A feature of Tailscale is that every device has a unique IPV4 address. My Unraid server is running a Tailscale docker image and I'm able to connect to it without issue. I also have my own domain name and have added my Unraid server's Tailscale ip address as an A record to my domain. ex: Unraid.example.com. This allows me to connect to mu Unraid server via a domain name, vs. typing in the IP address. This works a treat. E.G: https://unraid.example.com:someport The reason I use Tailscale and not the built in Wiregaurd VPN Server is because I also have a PIKVM connected to my Unraid server for remote management, and I want to ensure even if my Unraid server is non-responsive that I can connect to my PIKVM to remotely administer it "out of band". And I'd like to utilize one VPN client for everything, because I'm lazy. My issue is the following: When I navigate to the Unraid Docker page and click on the docker image icon and select 'Web UI' it tries to redirect me to the Local IP and port of the Unraid machine. In this case 192.168.4.XXX where as the Tailscale IPs are 100.XXX.XXX.XXX. My question is: Is there a way to override the base url for the "WebUI" docker image 'Web UI' links? Thanks Joe
  5. @ich777 I've been having a hell of a time with my rx 5600 xt and the dreaded reset bug. I found a tutorial for building the vendor-reset module. (here) But the first step is to download the docker container that is no longer available. Is there a better way? Thanks for all you do! I use a lot of your work and am immensely grateful!
  6. Howdy Everyone, I’m hoping someone might be able to point me in the correct direction. I’m running Unraid, and using VFIO to pass through my AMD 5600XT graphics card to and Ubuntu Guest. This works swell, except when it comes to networking. I also have a windows guest, and when I run on windows I’m able to saturate the network connection (as reported by speedtest.net and fast.com) usually around 1.5 - 1.7 gbps. However when I run the ubuntu host the best I’m able to get is around 580 mbps. I can’t figure out exactly what is wrong and I’m hoping someone here might know. Both VMs have their Network Bridge set to br0 and the Network Model set to virtio-net. Below you will find the output of ip a from within the ubuntu guest $ ip a 1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 inet 127.0.0. 1/8 scope host lo valid_lft forever preferred_lft forever inet6 ::1/128 scope host valid_lft forever preferred_lft forever 2: enp3s0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UP group default qlen 1000 link/ether 52:54:88:88:88:88 brd ff:ff:ff:ff:ff:ff inet 10.2.1. 4/16 brd 10.2.255.255 scope global dynamic noprefixroute enp3s0 valid_lft 2047sec preferred_lft 2047sec inet6 fe80::7556:8050:a688:6d42/64 scope link noprefixroute valid_lft forever preferred_lft forever Thanks in advance! storage-unraid-diagnostics-20201228-1823.zip