ChillyCurve

Members
  • Posts

    5
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

ChillyCurve's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Thank you for your post, I'm so close to this I can feel it! Were you able to get this working? I've done everything you have, the only thing is that I noticed an error in the wireguard container logs about not finding eth0 for that start up command. Any idea what the container's interface is called? Here's docker compose and wg0.conf for reference: version: "3.6" services: wireguard-client: image: linuxserver/wireguard container_name: wireguard-client cap_add: - NET_ADMIN - SYS_MODULE environment: - LAN_NETWORK=${LAN} - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} volumes: - /home/serveradmin/remote/docker/wireguard-client:/config - /lib/modules:/lib/modules ports: - 51820:51820/udp - 7502:8989 #Eonarr - 7501:7878 #Radarr - 7500:7880 #Jackett - 7505:5075 #nzbhydra2 - 7506:6789 #nzbget sysctls: - net.ipv4.conf.all.src_valid_mark=1 restart: unless-stopped radarr: image: "linuxserver/radarr" container_name: "radarr" volumes: - /home/serveradmin/remote/docker/radarr:/config - /home/serveradmin/remote/downloads/completed:/downloads - /home/serveradmin/remote/media/movies:/movies - "/etc/localtime:/etc/localtime:ro" - /home/serveradmin/remote/docker/shared:/shared restart: always network_mode: "service:wireguard-client" depends_on: - wireguard-client environment: - PUID=${PUID} - PGID=${PGID} - TZ=${TZ} and [Interface] PrivateKey = xxxx Address = x.x.x.x/32 DNS = x.x.x.x PostUp=ip route add x.x.x.x/20 via $(ip route |awk '/default/ {print $3}') dev eth0 PostDown=ip route del x.x.x.x/20 via $(ip route |awk '/default/ {print $3}') dev eth0 [Peer] PublicKey = xxxx AllowedIPs = 0.0.0.0/5, 8.0.0.0/7, 11.0.0.0/8, 12.0.0.0/6, 16.0.0.0/4, 32.0.0.0/3, 64.0.0.0/2, 128.0.0.0/3, 160.0.0.0/5, 168.0.0.0/6, 172.0.0.0/12, 172.32.0.0/11, 172.64.0.0/10, 172.128.0.0/9, 173.0.0.0/8, 174.0.0.0/7, 176.0.0.0/4, 192.0.0.0/9, 192.128.0.0/11, 192.160.0.0/13, 192.169.0.0/16, 192.170.0.0/15, 192.172.0.0/14, 192.176.0.0/12, 192.192.0.0/10, 194.0.0.0/7, 196.0.0.0/6, 200.0.0.0/5, 208.0.0.0/4, 8.8.8.8/32, 10.64.0.0/10 Endpoint = x.x.x.x:51820 Thank you!
  2. Update: It seems like the download speed is fine (or at least passable, it should be nearing 1 gbps), but the upload speed somehow limited to 40 mbps even over LAN....
  3. I'm having some networking issues with my Unraid setup. The network speed of my server seems to be limited to about 40 Mbps to 100 Mbps even over LAN. If I take out the ethernet cable and stick it into my laptop, it shoots back up to about 375 as expected. also did a iperf test from my laptop to a Windows VM and got right at 40 Mbps. I'm guessing it's either a configuration error or a failing NIC on my motherboard (I've tried all four available slots). I Also worth noting, the install is about two weeks old and I've had this issue the whole time. Here is an example of the problem in action with my Plex server: When I try to play a 4K rip over the LAN, it refuses to go over about 100 Mbps. Any ideas? tower-diagnostics-20190903-2308.zip Edit: It may also be noteworthy that it drops that the bandwidth from Plex (may be completely normal) seems to follow predictable pattern of dropping to zero every few seconds and then back again. Other programs appear to do the same thing. This makes me fear a failing NIC more than anything.
  4. Hi Squid, thanks for the response. The issue stopped. I think it may have been router related.
  5. I've been using and loving Unraid for about a week now. Been using Docker and a VM or two with no issues. All of a sudden today, the web UI stopped working, then it works for a few seconds, then times out again. I've used two different computers and three different browsers, but the built-in browser in the GUI seems to work fine. Any ideas? tower-diagnostics-20190822-2253.zip