Difference between revisions of "Setting up Administration computer"
(Created page with "The administration box is what network administrators use to connect to the BSC to administer users, record payments and check for information on the status of the network. Ma...") |
|||
Line 6: | Line 6: | ||
Typically we use a recent version of Ubuntu, Eg: | Typically we use a recent version of Ubuntu, Eg: | ||
− | [http://www.ubuntu.com/download/desktop | Ubuntu Desktop] | + | [http://www.ubuntu.com/download/desktop| Ubuntu Desktop] |
[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. | ||
Line 16: | Line 16: | ||
== Setup proper networking == | == Setup proper networking == | ||
+ | Edit /etc/networking/interface | ||
+ | <pre>sudo nano /etc/networking/interface</pre> | ||
− | + | add: | |
+ | <pre> | ||
+ | auto eth3 | ||
+ | iface eth3 inet static | ||
+ | address 192.168.100.254 | ||
+ | netmask 255.255.255.0 | ||
+ | </pre> | ||
+ | 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. | ||
== Test it == | == Test it == | ||
+ | |||
+ | Fire up a browser and open up 192.168.1.1 |
Revision as of 20:21, 3 August 2015
The administration box is what network administrators use to connect to the BSC to administer users, record payments and check for information on the status of the network. Mainly it is used to access the Rhizomatica Admin Interface.
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 have regular internet access.
Install Linux
Typically we use a recent version of Ubuntu, Eg:
Lubuntu - a lighter version of Ubuntu.
Mate - Ubuntu with the old school menu.
Setup proper networking
Edit /etc/networking/interface
sudo nano /etc/networking/interface
add:
auto eth3 iface eth3 inet static address 192.168.100.254 netmask 255.255.255.0
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.
Test it
Fire up a browser and open up 192.168.1.1