Pomoc Networking interfaces

whitemax

Systems Admin...
Q's Expert
23 Kwiecień 2014
240
43
78
48
Praga, Warszawa, Poland
QNAP
TS-x70 Pro
Ethernet
10 GbE
  • ·
  • TS-x70 Pro
  • ·
  • 10 GbE
  • ·
  • 4.3.6.2232 build 20221124
Mam pytanie,
w
Kod:
/etc/network/interfaces
jest pusto. gdzie ten Qnap trzyma konfigurację sieci. Chciał bym sobie tylko podejrzeć...
 
  • ·
  • TS-x70 Pro
  • ·
  • 10 GbE
  • ·
  • 4.3.6.2232 build 20221124
Niezły kawałek konfiga!
Testuję teraz sieć na Ubuntu i niestety na SMB mam transfer ok 50 MB/s a po AFP 1.5 MB/s ;)
Zestawiłem połączenie wg zaleceń i kijek ;)

Kod:
# interfaces(5) file used by ifup(8) and ifdown(8)
#auto lo
#iface lo inet loopback
auto eth2
        iface eth2 inet manual
bond-master bond0

auto eth1
        iface eth1 inet manual
bond-master bond0

auto bond0
        iface bond0 inet static
        address 192.168.0.30
        netmask 255.255.255.0
        broadcast 192.168.0.255
        gateway 192.168.0.1
        dns-nameservers 194.204.152.34 194.204.159.1
        bond-slaves none
        bond-miimon 100
bond-mode 802.3ad
 
  • Lubię to
Reakcje: kaktus