Hi,
this is prob. because you've changed your ip address.
Samba only accepts clients from 192.168.1.x range
and lighttpd relies on a php parser which is on 192.168.1.1
for lighttpd do:
Code:
nano /opt/etc/lighttpd/lighttpd.conf
and look up the address: 192.168.1.1 and change to yours (10.69.226.13). (it's in the fastcgi.server)
for samba do:
Code:
nano /opt/etc/samba/smb.conf
and add the following to global:
Code:
[global]
hosts allow = 10.69.226.
or set with
http://10.69.226.13:901 and use the original login/password you've set in the asus original config pages.
HTH.