Page 1 of 1

Finding nwsp2 in new network

PostPosted: Mon Aug 17, 2015 7:41 pm
by NasaMan
Hi I moved in a new home and switched on a fritz.box 7490. I gave my nwsp2 a static ip in old network. Now I am not able to find the device in my network. What can I do?

Thank you for your help

Re: Finding nwsp2 in new network

PostPosted: Mon Aug 17, 2015 8:20 pm
by Jocko
Hi NasaMan,

You may use fvdw-sl console to get the telnet console

So mount sda5
Code: Select all
mkdir /sda5
mount /dev/sda5 /sda5


and edit the nas database to set a new ip address
Code: Select all
sed -rie "s;\t\t\t<ipaddr>.*</ipaddr>;\t\t\t<ipaddr>www.xxx.yyy.zzz</ipaddr>;g" /sda5/etc/nas_conf_db.xml
where http://www.xxx.yyy.zzz is an ip valid with your fritz.box 7490

Change also the gateway
Code: Select all
sed -rie "s;\t\t\t<gateway>.*</gateway>;\t\t\t<gateway>www.xxx.yyy.1</gateway>;g" /sda5/etc/nas_conf_db.xml
where www.xxx.yyy.1 is the new gateway of your fritz.box 7490

Re: Finding nwsp2 in new network

PostPosted: Mon Aug 17, 2015 9:59 pm
by NasaMan
Ok thanks I will try it tomorrow. Am I in danger of losing data or is it uncritically?

Re: Finding nwsp2 in new network

PostPosted: Thu Feb 25, 2016 10:18 am
by NasaMan
Hi sorry that I didn“t answer for so long. I solved my problem by changing the router adress and reset the nas to dhcp. Now everything is working.