well, i created the following file and uploaded to /var/etc/ ,rebooted and...no change.
I tried to upload it to /etc/init.d but i couldnt, i click the upload button and the ftp screen flashed but nothing appears in the dreambox directory. Is that normal? I'm using DCC 2.1
#!/bin/sh
ifconfig eth0 down
ifconfig eth0 hw ether 00:09:34:F4:19:4B
ifconfig eth0 up
i created the file with notepad and saved it as init, no extension at all.
I tried to upload it to /etc/init.d but i couldnt, i click the upload button and the ftp screen flashed but nothing appears in the dreambox directory. Is that normal? I'm using DCC 2.1
#!/bin/sh
ifconfig eth0 down
ifconfig eth0 hw ether 00:09:34:F4:19:4B
ifconfig eth0 up
i created the file with notepad and saved it as init, no extension at all.