-
-
Änderungen sshd_config
Hallo, ich versuche, der sshd_config ein paar Parameter mitzugeben, z. B. diese hier: AllowUsers [email protected]/24 [email protected] PasswordAuthentication no PermitEmptyPasswords no Ich editiere /etc/ssh/sshd_config und starte den SSH-Server neu. Alles läuft wie gewollt, aber nur bis zu einem Neustart. Ich habe auch /boot/config/ssh/sshd_config editiert, aber das wird nicht nach /etc/ssh/sshd_config übernommen, nachdem ein Neustart durchgeführt wurde. Was mache ich falsch? Wo muss ich die Änderungen vornehmen?
-
Poor file transfer performance over WireGuard
I know and this thread was the first thing that made me look for the error at wireguard when i had problems. but unfortunately it looks like the dev's are not interested in this problem.
-
Poor file transfer performance over WireGuard
I have the same problem. Over wireguard or tailscale my file transfer isnt possible(nfs,smb,sshfs,sftp...), without it work fine. Did someone finde a solution?
-
Unable to share files with different protocols
yes, i tried that with the same problem. with 5-13ms ping i would not speak of high latency my w-lan devices usually have a higher latency. What surprises me is that when i use an ubuntu server or arch at home i have none of these problems with nfs . i can transfer 3 tb without any problems at maximum speed. Just like Rclone does from dropbox to unraid. This is how it looks when i transfer a single 10GB testfile to my unraid server ,it doesent matter if i use my remote server or laptop in the same network @ home.
-
Unable to share files with different protocols
Hello, I have a big problem with UNRaid. I want to use Unraid as data storage for my remote server. I have 1GBit in both directions at home and in the data centre. When I send data from my remote server to Unraid, the transfer drops from an initial 900mbit to a few kbit and then increases again, at the end only about 100gb per day is transferred. When I download the same files from my cloud with Rclone, 6-7 TB are transferred in the same time. I have tried: NFS3/4= data throughput collapses. SSHFS = same result. SMB = same result. 100 of possible mount and export options were tried. Tested everything with Tailscale and Wireguard, even without tunnelling. Client is an i5-13500 with 128GB RAM Ubutu 24.04 the funny thing is when i start another ubuntu server at home it works without problems, and my friend has the same setup with same issue. I just don't know what to do. tower-diagnostics-20250316-0856.zip
-
Network and NFS/SMB/sshfs/ssh problems UNraid 7.0.1
Hi, I am having a few problems with my unraid server. I am very new to this topic and cannot find a solution. I have an Unraid server at home as a NAS, which is supposed to share its media folders via NFS over Wireguard or Tailscale to a remote server. First attempts with Wireguard and NFS failed, the NFS mount always hangs. Currently I am testing Tailscale, but even there I have big problems, not even the ssh connection works properly, no matter if OpenSSH or Tailscale ssh. Can someone please take a look? If you need more information, please let me know. Thanks a lot. tower-diagnostics-20250303-1130.zip Tower-tailscale-diag-20250303-112748.zip
-
[Anleitung] Zugriff von Ubuntu auf ein Unraid NFS Share
Hallo, ich habe mit NFS zu Ubuntu probleme mit den schreibrechten. So sieht meine regel aus in der GUI (Tailscale ip ) ich habe es auch mit der öffentlichen IP versucht. 100.94.xxx.xxx(sec=sys,rw) <---- bevor eine fragt natürlich steht in der config keine xxx.xxx Bekomme keine Schreibrechte immer Permission denied cp: cannot create regular file '/chroot/unraid/Test/test': Permission denied Öffentlich geht alles ohne probleme hat jemand einen Tipp für mich? Gruß jek
-
Neuling benötigt eure Hilfe.
root@Tower:/# ls -la /mnt/addons/dropbox_movies/Konzerte/ total 1164633743 drwxrwxrwx 1 nobody users 0 Dec 31 1999 ./ drwxrwxrwx 1 nobody users 0 Dec 5 02:55 ../ -rw-rw-rw- 1 nobody users 364673 Sep 17 04:36 1000\ Jahre\ EAV\ Live\ -\ Der\ Abschied-poster.jpg -rw-rw-rw- 1 nobody users 5172312802 Nov 30 2019 1000\ Jahre\ EAV\ Live\ -\ Der\ Abschied.mkv -rw-rw-rw- 1 nobody users 2773 Sep 20 23:00 1000\ Jahre\ EAV\ Live\ -\ Der\ Abschied.nfo jupp die dateien sehe ich. egal ob ich als nobody oder root owner mounte Edit: Ich bin weiter gekommen, habe erstmal alles was mit docker zu tun hatte wieder gelöscht und jellyfin neu aufgespielt, jetzt findet er die medien. Werde nun an mergerfs arbeiten. Wo sollte mergerfs gemounted werden (addons oder remote)? hier soll später Dropbox + Freigabe eines anderen remote unraid Servers , sowie mein eigenes Array zusammenlaufen.
-
Neuling benötigt eure Hilfe.
Ok, danke das habe ich verstanden, habe das plugin installiert. Was habe ich heute versucht: rclone native app: Mounten per UserScript mit uid 99 gid 100 owner und group bleibt root | sehe nichts in Jellyfin Mounten manuell per shell mit uid 99 gid 100 owner ist nobody group user | sehe nichts in Jellyfin Binhex rclone: Da bekomme ich den Mount nicht hin. (bin noch sehr unerfahren in docker) Ich kann in den jellyfin container Einstellungen den dateipfad bis zu meinem dropboxmount auswählen und der container scheint auch sauber zu starten.
-
Neuling benötigt eure Hilfe.
Hallo in die Runde, ich benötige mal etwas hilfe bitte. Ich komme von ubuntu und hatte immer alles remote laufen was auch gut funktionierte. Jetzt habe ich mir eine NAS aufgebaut 2x nvme 1TB in Raid 1 , + Array aus 3x18 3x20TB (1x 20TB davon Parität) Da hier alles etwas anders läuft habe ich mich erstmal durch rclon gebissen und so mounte ich aktuell #!/bin/bash mkdir /mnt/dropbox_movies rclone mount db_crypt_movies:/Movies /mnt/dropbox_movies \ --allow-other \ --dir-cache-time 9999h \ --log-file /var/log/rclone_movies.log \ --cache-dir=/mnt/user/system/rclone/movies \ --vfs-cache-mode writes \ --vfs-cache-max-size 2G \ --vfs-fast-fingerprint \ --vfs-cache-max-age 999h \ --disable-http2 \ --tpslimit 12 \ --tpslimit-burst 0 \ --dropbox-batch-mode sync \ & und so sieht meine jellyfin config aus., allerdings sehe ich nichts in jellyfin. hatte es auch mit mergerfs versucht aber da stürzt mir irgendwie immer der mount ab. (das würde ich gerne als 2tes lößen) #!/bin/sh # Put any commands to run at ARRAY START (after disks mounted) here! mergerfs -o ro,allow_other,func.getattr=newest,cache.files=auto-full,statfs_ignore=nc,dropcacheonclose=true,nonempty /mnt/dropbox_movies:/mnt/dropbox_series /mnt/user/Media/MergerFS/Data/ Kann mir jemand einen Tipp geben wonach ich schauen sollte? bin mir sicher das hier irgendwo etwas mit den userrechten nicht stimmt? Danke!
jekahr
Members
-
Joined
-
Last visited