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