Changes

From Amahi Wiki
Jump to: navigation, search
21 bytes added ,  10:52, 12 May 2012
no edit summary
* Install Ubuntu
* Start a terminal
* Double check your network settings with '''<code>ifconfig</code>''' and '''<code>route -n</code>'''. These should be the settings that you use in the next step. If these are not correct you can change the ip address by issueing the command
{{Code|sudo ifconfig eth0 192.168.1.14 netmask 255.255.255.0 up}}
assuming 192.168.1.14 is your IP address. The route can be changed with
{{Code|sudo route add default gw 192.168.1.1}}
assuming 192.168.1.1 is the address of your router.<br>
This is especially important if you are doing a headless install.
* Make sure you have the proper network settings set up in your [http://www.amahi.org/user control panel], with one profile and one install code
* Get the installer by executing the following command in the terminal window (hint: use copy and paste):
After rebooting, '''<nowiki>http://hda</nowiki>''' should be working if entered on the local system. From a remote system this will only work if you have your DNS pointing to the amahi system as otherwise your system cannot resolve the name "hda".
 
= Troubleshooting =
* Double check your network settings with '''<code>ifconfig</code>''' and '''<code>route -n</code>'''. These should be the settings that you use in the next step. If these are not correct you can change the ip address by issueing the command
{{Code|sudo ifconfig eth0 192.168.1.14 netmask 255.255.255.0 up}}
assuming 192.168.1.14 is your IP address. The route can be changed with
{{Code|sudo route add default gw 192.168.1.1}}
assuming 192.168.1.1 is the address of your router.<br>
This is especially important if you are doing a headless install.
= Other =
Trusted, Bots, Bureaucrats, emailconfirmed, Administrators
3,789

edits