本帖最後由 ckleea 於 2010-11-26 12:56 編輯
你的IP01 box LAN LED on or not.
Hook up your serial console, see if it is booted.
If boot, login in as root/uClinux
issue command, ifconfig to see the IP.
If you found the IP, use the command:
ifconfig eth0 192.168.8.100 netmask 255.255.255.0 (or your LAN netmask);
recheck with ifconfig to confirm correct IP;
after that you can now see the GUI from browser as 192.168.8.100
You may also need these commands if you find some error in boot
chmod +x /persistent/etc/init.d/dahdi
chmod +x /persistent/etc/init.d/vlan
/persistent/etc/init.d/dahdi disable
/persistent/etc/init.d/vlan disable
rm /persistent/etc/rc.d/S55vlan
/persistent/etc/init.d/dahdi enable
/persistent/etc/init.d/vlan enable
ls -al /etc/rc.d/
sync
reboot
If the IP0x box LAN LED is off and no boot message found in the serial console, go for recovery. |