Difference between revisions of "Setting up Administration computer"
(→Install Linux) |
(Marked this version for translation) |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | The administration | + | <languages/> |
+ | <translate> | ||
+ | <!--T:1--> | ||
+ | The administration computer is what network administrators use to connect to the Rhizomatica Administration Interface (RAI). | ||
− | Though this computer can use any | + | <!--T:2--> |
+ | Though this computer can use any operating system as long as it has a browser and basic network configurability, we generally install a lightweight vanilla version of Linux. To avoid future complications, this computer should be dedicated to accessing the RAI interface over the local network. In our setups, the admin computer doesn't typically have regular access to the Internet. | ||
− | == Install Linux == | + | |
+ | == Install Linux == <!--T:3--> | ||
+ | |||
+ | <!--T:4--> | ||
Typically we use a recent version of Ubuntu, Eg: | Typically we use a recent version of Ubuntu, Eg: | ||
+ | <!--T:5--> | ||
[http://www.ubuntu.com/download/desktop| Ubuntu Desktop] | [http://www.ubuntu.com/download/desktop| Ubuntu Desktop] | ||
+ | <!--T:6--> | ||
[https://help.ubuntu.com/community/Lubuntu/GetLubuntu| Lubuntu] - a lighter version of Ubuntu. | [https://help.ubuntu.com/community/Lubuntu/GetLubuntu| Lubuntu] - a lighter version of Ubuntu. | ||
+ | <!--T:7--> | ||
[https://ubuntu-mate.org/vivid/|Ubuntu Mate] - Ubuntu with the old school menu. | [https://ubuntu-mate.org/vivid/|Ubuntu Mate] - Ubuntu with the old school menu. | ||
− | Choose a user and | + | <!--T:8--> |
+ | Choose a user and password that's easy for the admin person to remember. This is typically not a high security kind of thing. | ||
− | |||
+ | == Setup a fixed IP == <!--T:9--> | ||
+ | |||
+ | <!--T:10--> | ||
Edit /etc/networking/interface | Edit /etc/networking/interface | ||
+ | <!--T:11--> | ||
<pre>sudo nano /etc/networking/interface</pre> | <pre>sudo nano /etc/networking/interface</pre> | ||
+ | <!--T:12--> | ||
add: | add: | ||
+ | <!--T:13--> | ||
<pre> | <pre> | ||
auto eth0 | auto eth0 | ||
Line 29: | Line 45: | ||
</pre> | </pre> | ||
+ | <!--T:14--> | ||
Choose an ''address'' that's NOT the BSC's LAN 3 (ie: not 192.168.100.1), but in the 192.168.100.x range. | Choose an ''address'' that's NOT the BSC's LAN 3 (ie: not 192.168.100.1), but in the 192.168.100.x range. | ||
+ | <!--T:15--> | ||
Ctrl-x enter to save | Ctrl-x enter to save | ||
− | |||
− | Connect via ethernet from the admin computer to LAN 4 of the BSC. | + | == Connect the admin box to the BSC == <!--T:16--> |
+ | |||
+ | <!--T:17--> | ||
+ | Connect via ethernet from the admin computer to LAN 4 of the BSC. (see [[Special:MyLanguage/Setting_up_the_BSC#BSC_LAN_PORTS| BSC LANs]] ) | ||
+ | |||
+ | |||
+ | == Test it == <!--T:18--> | ||
− | + | <!--T:19--> | |
+ | Open up a browser and go to 192.168.100.1/rai. This should bring you to the RAI interface. (see [[Special:MyLanguage/Interfaz_de_Administración_de_la_Red_Rhizomatica|RAI manual]]) | ||
− | + | <!--T:20--> | |
+ | [[File:Login_RAI.png|File:Login_RAI.png]] | ||
+ | </translate> |
Latest revision as of 04:06, 30 March 2016
The administration computer is what network administrators use to connect to the Rhizomatica Administration Interface (RAI).
Though this computer can use any operating system as long as it has a browser and basic network configurability, we generally install a lightweight vanilla version of Linux. To avoid future complications, this computer should be dedicated to accessing the RAI interface over the local network. In our setups, the admin computer doesn't typically have regular access to the Internet.
Install Linux
Typically we use a recent version of Ubuntu, Eg:
Lubuntu - a lighter version of Ubuntu.
Mate - Ubuntu with the old school menu.
Choose a user and password that's easy for the admin person to remember. This is typically not a high security kind of thing.
Setup a fixed IP
Edit /etc/networking/interface
sudo nano /etc/networking/interface
add:
auto eth0 iface eth0 inet static address 192.168.100.25 netmask 255.255.255.0
Choose an address that's NOT the BSC's LAN 3 (ie: not 192.168.100.1), but in the 192.168.100.x range.
Ctrl-x enter to save
Connect the admin box to the BSC
Connect via ethernet from the admin computer to LAN 4 of the BSC. (see BSC LANs )
Test it
Open up a browser and go to 192.168.100.1/rai. This should bring you to the RAI interface. (see RAI manual)