You are here
Senilebob - Fri, 2009/12/18 - 15:21
Everything has been working fine for some time, but for some reason now when I boot the LAMP appliance it doesnt load up to the admin console any more. It simply gets to a login prompt on the console.
How do I make it go back to the admin console now? Rebooting always takes me to the login prompt again, with something along the lines of:
Ubuntu 8.04.2 lamp tty1
lamp login:
Thanks!
Forum:
Figured it out: had to edit
Figured it out:
had to edit /etc/network/interfaces to the following:
# UNCONFIGURED INTERFACES
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static address 192.168.0.42 network 192.168.0.0 netmask 255.255.255.0
then I was good to go and restart confconsole and re-enable DHCP or whatever
Add new comment