Differences between revisions 11 and 13 (spanning 2 versions)
Revision 11 as of 2014-03-22 15:36:24
Size: 3363
Editor: ?pulchras
Comment:
Revision 13 as of 2014-03-22 16:10:53
Size: 3187
Editor: ?pulchras
Comment:
Deletions are marked like this. Additions are marked like this.
Line 6: Line 6:
<<BR>><<BR>><<BR>>
Line 11: Line 13:
<<BR>><<BR>> <<BR>><<BR>><<BR>>

Line 14: Line 18:

== Minimum hardware components ==

1 Gateway (class A ip capable).<<BR>>
2 Switch (preferable minimum of gigabit technlogy).<<BR>>
1 Computer to act as a main-server with two ethernet cards. Preferably with high RAM provision and multiple cores.<<BR>>
1 Thin client with an ethernet card. Preferably network boot capable.



== Basic topology scheme ==
Line 21: Line 36:
 * Connect a switch to the gateway. Check that your gateway have a "class A" dhcp server (providing ip's similar to 10.0.0.1). Most home router will not be able to serve class A ip's. If that is your case the easiest solution is to place a capable router between the gateway and the switch.<<BR>>
'''TIP:''' Consider this article as a cheap way of acquiring a class A capable device. http://lifehacker.com/178132/hack-attack-turn-your-60-router-into-a-600-router
 * Connect a switch to the gateway. Check that your gateway have a "class A" dhcp server (providing ip's similar to 10.0.0.1). Most home router will not be able to serve class A ip's. If that is your case the easiest solution is to place a capable router between the gateway and the switch. '''TIP:''' Consider this article as a cheap way of acquiring a class A capable device. http://lifehacker.com/178132/hack-attack-turn-your-60-router-into-a-600-router
Line 27: Line 41:
You are done with the basics. The network can host more types of nodes but by now it's enough with this. You are done with the basics. The network can host more types of nodes but by now it's enough with this. Actually you could even omit the switch 10.0.0.0/8 if you only wanted a thin-client server and didn't need any individual workstation connected to the main network. Even though, that switch is useful because the machines connected to it, when booting are provided with a menu that allows to install new nodes on the network. '''That is the preferred method to add new nodes on the network''' as most of the configuration is made automatically.
<<BR>><<BR>><<BR>>
Line 31: Line 46:
== Install a main-server ==

A detailed guide is being prepared. Meanwhile refer to the [[DebianEdu/Documentation/Wheezy/Installation|Installaiton page]].
<<BR>><<BR>><<BR>>
Line 34: Line 53:











The main server with the "main-server", "thin-client server" and "workstation" profiles installed on it. That computer must have two network interfaces, one connected to a Internet gateway and one used to serve to the different thin clients. In most small networks, two ethernet gigabit boards should be enough.<<BR>>



You could even omit the switch 10.0.0.0/8 if you only wanted a thin-client server and didn't need any individual workstation connected to the main network.<<BR>>

'''TIP:''' if you need to install additional computers, connect it to the "switch 10.0.0.0/8" and boot through network. You will then get a menu with installation options. '''This is the preferred method to add new nodes on the network''' as most of the configuration is made automatically.


Thin clients can be both connected to the main network or to the main-server branch.
== Prepare necessary hardware ==
<<BR>><<BR>>

== Boot ==
<<BR>><<BR>>


== Install ==

the essential profiles


A detailed manual with any necessary information is being prepared. Meanwhile, you can find information on installation at the [[DebianEdu/Documentation/Wheezy/Installation |wheezy documentation install page]]
= Additional notes =

This page is created to become a main guide to people that are new to DebianEdu. Once you get a DebianEdu network up and running, it will be easier to learn more about it or extent its features. The objective of this page is to provide detailed help on how to prepare a topology and install the current version of DebianEdu.

DebianEdu current version: Wheezy


Get a DebianEdu copy

Check the Get a Copy page to learn how to get a copy.


Prepare a basic topology

Minimum hardware components

1 Gateway (class A ip capable).
2 Switch (preferable minimum of gigabit technlogy).
1 Computer to act as a main-server with two ethernet cards. Preferably with high RAM provision and multiple cores.
1 Thin client with an ethernet card. Preferably network boot capable.

Basic topology scheme

The image below represents a simple topology that could perfectly fit to a small academy's needs. If you are just experimenting, it is strongly recommended that you start trying with this example and once you get it, expand from it. If you keep it simple, chances are it will be easier for you to detect and isolate problems as they arise. Additionally you probably will have two buy few material.

basic-topology.png

  • Connect a switch to the gateway. Check that your gateway have a "class A" dhcp server (providing ip's similar to 10.0.0.1). Most home router will not be able to serve class A ip's. If that is your case the easiest solution is to place a capable router between the gateway and the switch. TIP: Consider this article as a cheap way of acquiring a class A capable device. http://lifehacker.com/178132/hack-attack-turn-your-60-router-into-a-600-router

  • Connect the switch to the main-server's interface reserved for the Internet connection. Remember that a main-server needs two network interfaces (that is two ethernet boards, preferably gigabit technology).
  • Connect the second interface to a second switch.
  • Connect any thin client you want on the network to the second switch.

You are done with the basics. The network can host more types of nodes but by now it's enough with this. Actually you could even omit the switch 10.0.0.0/8 if you only wanted a thin-client server and didn't need any individual workstation connected to the main network. Even though, that switch is useful because the machines connected to it, when booting are provided with a menu that allows to install new nodes on the network. That is the preferred method to add new nodes on the network as most of the configuration is made automatically.


Install a main-server

A detailed guide is being prepared. Meanwhile refer to the Installaiton page.


Additional notes