Difference between revisions of "Setting up Administration computer"

From Rhizomatica Wiki
Jump to: navigation, search
Line 1: Line 1:
The administration box is what network administrators use to connect to the Rhizomatica Admin Interface.  
+
The administration computer is what network administrators use to connect to the Rhizomatica Administration Interface (RAI).  
  
Though this computer can use any OS 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. Our setups don't typically have regular internet access.
+
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 ==
Line 12: Line 12:
 
[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 pass that's easy for the admins to remember. This is typically not a high security kind of thing.
+
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 ==
+
== Setup a fixed IP ==
  
 
Edit /etc/networking/interface
 
Edit /etc/networking/interface
Line 39: Line 39:
 
== Test it ==
 
== Test it ==
  
Fire up a browser and open up 192.168.100.1/rai . This should bring you to the RAI interface. (see [[Interfaz_de_Administración_de_la_Red_Rhizomatica|RAI manual]])
+
Open up a browser and go to 192.168.100.1/rai. This should bring you to the RAI interface. (see [[Interfaz_de_Administración_de_la_Red_Rhizomatica|RAI manual]])
  
 
[[File:Login_RAI.png]]
 
[[File:Login_RAI.png]]

Revision as of 23:58, 8 August 2015

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:

Ubuntu Desktop

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)

Login RAI.png