0
Po pierwsze podaj specyfikację sprzętowo programową zgodnie z zasadami forum.
Potem upewnij się, że fizyczny link pozwala osiągnąć "gigabitowe" prędkości:
gdzie: nazwa_interfejsu_sieciowego = to co wyskoczy w wynikach specyfikacji sprzętowo programowej.
W moim wyniku pogrubiłem istotne informacje wskazujące na link 1 Gbps (w wyniku podano w innych jednostkach 1000Mb/s).
Jak z linkiem fizycznym jest w porządku to spróbuj podpowiedzi z linka: https://askubuntu.com/questions/1275392/...fer-speeds
Potem upewnij się, że fizyczny link pozwala osiągnąć "gigabitowe" prędkości:
Kod:
ethtool nazwa_interfejsu_sieciowego
W moim wyniku pogrubiłem istotne informacje wskazujące na link 1 Gbps (w wyniku podano w innych jednostkach 1000Mb/s).
Cytat:ethtool eth1
Settings for eth1:
Supported ports: [ TP ]
Supported link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Supported pause frame use: No
Supports auto-negotiation: Yes
Supported FEC modes: Not reported
Advertised link modes: 10baseT/Half 10baseT/Full
100baseT/Half 100baseT/Full
1000baseT/Half 1000baseT/Full
Advertised pause frame use: No
Advertised auto-negotiation: Yes
Advertised FEC modes: Not reported
Speed: 1000Mb/s
Duplex: Full
Auto-negotiation: on
Port: Twisted Pair
PHYAD: 0
Transceiver: internal
MDI-X: Unknown
netlink error: Operation not permitted
Current message level: 0x00000037 (55)
drv probe link ifdown ifup
Link detected: yes
Jak z linkiem fizycznym jest w porządku to spróbuj podpowiedzi z linka: https://askubuntu.com/questions/1275392/...fer-speeds
Cytat:Try these samba tweaks to see if you can improve your transfer speed, I used them and I can transfer from my Windows PC to my Linux Server a file about 1GB in size in a bout 1 min or less over WiFi.
#Backup original settings
#Open file to apply samba speed tweaksKod:sudo cp /etc/samba/smb.conf /etc/samba/smb.conf.orig
#Locate and change the following lines in smb.confKod:sudo nano /etc/samba/smb.conf
Don't forget to save and close the file after you edit the above section.Kod:read raw = Yes
write raw = Yes
socket options = TCP_NODELAY IPTOS_LOWDELAY SO_SNDBUF=8192 SO_RCVBUF=8192
min receivefile size = 16384
use sendfile = true
aio read size = 16384
aio write size = 16384
For the socket option, you can also try these settings to compare which works best for you:
Kod:socket options = TCP_NODELAY IPTOS_LOWDELAY SO_RCVBUF=131072 SO_SNDBUF=131072
Zasady forum | Poradniki i najczęstsze pytania | 90% odpowiedzi na wszystkie pytania
A imię jego czterdzieści i cztery.
A imię jego czterdzieści i cztery.