Page 9 of 11

Re: no ip address, unable to access the NAS

PostPosted: Tue Jun 27, 2023 10:26 pm
by danilomag
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

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 7:57 am
by fvdw
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

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 8:01 am
by fvdw
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

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 8:12 am
by danilomag
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


Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 8:54 am
by fvdw
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

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 8:59 am
by danilomag
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:/ #

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 9:06 am
by fvdw
same problem
try
Code: Select all
/fvdw-sl-programs.sh 192.168.1.185

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 9:12 am
by fvdw
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

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 9:18 am
by fvdw
I edited the command in my last post

Re: no ip address, unable to access the NAS

PostPosted: Wed Jun 28, 2023 9:20 am
by danilomag
/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.