We are using last version of fvdw firmware (16.0 version) in our Lacie 5gib Network vs2 and I am missing in the web interface load balance of ethernet adapters (or at least being detected both adapters) that we can find in Lacie firmware.
Is there any way to do it either web interface or command line ?
I've connected via ssh to NAS and this is output of dmesg related to eth:
- Code: Select all
root@Sauron:/etc # dmesg |grep eth
[ 8.192089] mv643xx_eth: MV-643xx 10/100/1000 ethernet driver version 1.4
[ 8.271428] mv643xx_eth_port mv643xx_eth_port.0 eth0: port 0 with MAC address 00:d0:4b:8d:d1:02
[ 8.361398] mv643xx_eth_port mv643xx_eth_port.1 eth1: port 0 with MAC address 00:d0:4b:8d:b5:ec
[ 8.450079] usbcore: registered new interface driver cdc_ether
[ 8.473801] usbcore: registered new interface driver ipheth
[ 35.980440] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[ 35.986546] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[ 39.085614] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
[ 39.095440] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[ 323.401316] mv643xx_eth_port mv643xx_eth_port.0 eth0: link down
[ 336.355063] mv643xx_eth_port mv643xx_eth_port.0 eth0: link up, 1000 Mb/s, full duplex, flow control disabled
Both devices are detected but just eth0 is up. Output of ifconfig command is:
- Code: Select all
eth0 Link encap:Ethernet HWaddr 00:D0:4B:8D:D1:02
inet addr:10.70.8.80 Bcast:10.70.9.255 Mask:255.255.254.0
inet6 addr: fe80::2d0:4bff:fe8d:d102/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:23609 errors:0 dropped:404 overruns:0 frame:0
TX packets:7204 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2491636 (2.3 MiB) TX bytes:1469578 (1.4 MiB)
Interrupt:11
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:316 errors:0 dropped:0 overruns:0 frame:0
TX packets:316 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:27303 (26.6 KiB) TX bytes:27303 (26.6 KiB)
So just eth0 adapter and loopback are detected.
if I try:
- Code: Select all
ifup eth1
ifup: can't open '/etc/network/interfaces': No such file or directory
So there's no an interfaces file where we can add a new adapter. And if I create that file myself
it says
- Code: Select all
ifup eth1
/bin/sh: run-parts: not found
it is missing run-parts command.
So first question is... is there any way to get enable and up second ethernet adapter (eth1)? and once it's up... is there any way to do a bonding with both adapters so we can transfer files to 2 Gb instead of 1 Gb ? Right now second adapter is being useless with this firmware.
Thank you in advance!