no ip address, unable to access the NAS

Re: no ip address, unable to access the NAS

Postby danilomag » Tue Jun 27, 2023 10:26 pm

it was a double post.
now I can access the shell, again via serial cable. I still can't get into the web interface.
Code: Select all
 ifconfig
eth0      Link encap:Ethernet  HWaddr 00:D0:4B:92:5C:A5
          inet6 addr: fe80::2d0:4bff:fe92:5ca5/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:933 errors:0 dropped:0 overruns:0 frame:0
          TX packets:11 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:114498 (111.8 KiB)  TX bytes:768 (768.0 B)
          Interrupt:11

eth0:1    Link encap:Ethernet  HWaddr 00:D0:4B:92:5C:A5
          inet addr:192.168.0.251  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:11

eth0:2    Link encap:Ethernet  HWaddr 00:D0:4B:92:5C:A5
          inet addr:192.168.1.251  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          Interrupt:11

eth1      Link encap:Ethernet  HWaddr 00:D0:4B:92:5C:A6
          UP BROADCAST MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:0 (0.0 B)  TX bytes:0 (0.0 B)
          Interrupt:15
danilomag
Donator VIP
Donator VIP
 
Posts: 52
Joined: Fri Jun 23, 2023 8:38 am

Re: no ip address, unable to access the NAS

Postby fvdw » Wed Jun 28, 2023 7:57 am

oke this looks oke, the fact that eth0 has only a second ip is because we loaded the kernel without using the compleet kernel command line.
By the way you are running the standalone kernel not the firmware, this kernel can be used to install the fvdw-sl firmware on disk.

You can add an ip by using in your serial console
Code: Select all
/sbin/ifconfig eth0 192.168.1.252


You can connect to the kernel using the telnet program of the fvdw-sl console by choosing action telnet terminal and choosing in in Connect dropdown menu remote system and enter the ip you have set and press enter, now you should get login prompt\

ps you can also use as ip 192.168.1.251 as that has been set as fall back

When you have logged in run the command (be sure to have tftp server also running before doing this!)
Code: Select all
fvdw-sl-programs

select from the menu that appears install firmware
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: no ip address, unable to access the NAS

Postby fvdw » Wed Jun 28, 2023 8:01 am

ps 2, if spotify was indeed disturbing the fvdw-sl console communication you should be able to use the console as well to install the firmware after disabling spotify broadcasts
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: no ip address, unable to access the NAS

Postby danilomag » Wed Jun 28, 2023 8:12 am

telnet connection is ok
now how do I load the regular firmware?
Code: Select all
root@fvdw-sta-kirkwood:/ # fvdw-sl-programs
BusyBox v1.21.0 (2013-02-04 10:48:06 GMT+1) multi-call binary.

Usage: tftp [OPTIONS] HOST [PORT]

Transfer a file from/to tftp server

        -l FILE Local FILE
        -r FILE Remote FILE
        -g      Get file
        -p      Put file
        -b SIZE Transfer blocks of SIZE octets

danilomag
Donator VIP
Donator VIP
 
Posts: 52
Joined: Fri Jun 23, 2023 8:38 am

Re: no ip address, unable to access the NAS

Postby fvdw » Wed Jun 28, 2023 8:54 am

because the standalone kernel is not loaded in the normal way the kernel doesn't know your pc try this in telnet terminal
Code: Select all
fvdw-sl-programs 192.168.1.185
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: no ip address, unable to access the NAS

Postby danilomag » Wed Jun 28, 2023 8:59 am

Code: Select all
root@fvdw-sta-kirkwood:/ # fvdw-sl-programs 192.168.1.185
fvdw-sl-programs.sh  100% |****************************************************************|  3520   0:00:00 ETA
fvdw-sl-programs version 1.0
step 1: check to make sure all dependencies are present on the server and nas:
Dialog: BusyBox v1.21.0 (2013-02-04 10:48:06 GMT+1) multi-call binary.

Usage: tftp [OPTIONS] HOST [PORT]

Transfer a file from/to tftp server

        -l FILE Local FILE
        -r FILE Remote FILE
        -g      Get file
        -p      Put file
        -b SIZE Transfer blocks of SIZE octets

There was an error installing dialog! Installer cannot start!
root@fvdw-sta-kirkwood:/ #
danilomag
Donator VIP
Donator VIP
 
Posts: 52
Joined: Fri Jun 23, 2023 8:38 am

Re: no ip address, unable to access the NAS

Postby fvdw » Wed Jun 28, 2023 9:06 am

same problem
try
Code: Select all
/fvdw-sl-programs.sh 192.168.1.185
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: no ip address, unable to access the NAS

Postby fvdw » Wed Jun 28, 2023 9:12 am

if the installer gives the same problem (after having run fvdw-sl-programs.sh 192.168.1.185 and selecting action install firmware)
then try
Code: Select all
/fvdw-sl-installer-4-0.sh 192.168.1.185
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: no ip address, unable to access the NAS

Postby fvdw » Wed Jun 28, 2023 9:18 am

I edited the command in my last post
fvdw
Site Admin - expert
 
Posts: 13239
Joined: Tue Apr 12, 2011 2:30 pm
Location: Netherlands

Re: no ip address, unable to access the NAS

Postby danilomag » Wed Jun 28, 2023 9:20 am

/fvdw-sl-programs.sh 192.168.1.185

it worked, it asks me to install the firmware in the disk and to format the hard disk.
danilomag
Donator VIP
Donator VIP
 
Posts: 52
Joined: Fri Jun 23, 2023 8:38 am

PreviousNext

Return to Lacie 5big Network vs2

Who is online

Users browsing this forum: No registered users and 2 guests

cron