Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| anwenderwiki:leoclient2-conf-dateien [2018/10/29 10:03] – [Konfigurationsdateien des leoclient2] roesslerrr | anwenderwiki:leoclient2-conf-dateien [2018/10/29 10:03] (aktuell) – [Konfigurationsdateien des leoclient2] roesslerrr | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | {{tag> leoclient}} | ||
| + | ====== Konfigurationsdateien des leoclient2 ====== | ||
| + | Installation und Beschreibung siehe -> http:// | ||
| + | |||
| + | ===== caches.conf ===== | ||
| + | |||
| + | <code text caches.conf> | ||
| + | # common cache configuration | ||
| + | / | ||
| + | # possible in the future | ||
| + | #/ | ||
| + | #/ | ||
| + | </ | ||
| + | |||
| + | ===== network.conf ===== | ||
| + | |||
| + | <code text network.conf> | ||
| + | # Field 1: linux hostname as seen with # hostname | ||
| + | # Field 2: network device 1-4 | ||
| + | # Field 3: virtualbox networking mode as in: | ||
| + | # none|null|nat|bridged|intnet|hostonly|generic|natnetwork | ||
| + | # Field 4: MAC-Adress of virtual network device | ||
| + | # Field 5: | ||
| + | f0425p08; | ||
| + | ### Vitual machine can use network via NAT | ||
| + | ### nat on used NIC | ||
| + | # | ||
| + | |||
| + | ### Vitual machine can use network via bridge | ||
| + | ### bridge on used NIC, fixed mac | ||
| + | # | ||
| + | |||
| + | ## Second NIC with generated MAC (needs second NIC) | ||
| + | ### bridge on unused NIC, automatically generate mac (begin with 08) | ||
| + | j1009p16; | ||
| + | # | ||
| + | |||
| + | ## Second NIC with fixed MAC | ||
| + | ### bridge on unused NIC (needs second NIC) | ||
| + | # | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== servers.conf ===== | ||
| + | <code text servers.conf> | ||
| + | # common configuration for the machines | ||
| + | # | ||
| + | # which machine is the default | ||
| + | DEFAULT=winXP | ||
| + | # where is/are the mouted server dir for snapshots | ||
| + | SERVERDIR=/ | ||
| + | </ | ||
| + | |||
| + | ===== defaults.conf ===== | ||
| + | < | ||
| + | # which machine is the default | ||
| + | winXP:: | ||
| + | # possible in the future | ||
| + | # | ||
| + | # | ||
| + | |||
| + | </ | ||
| + | |||
| + | ===== image.conf ===== | ||
| + | < | ||
| + | # Berechtigugen eine VM zu starten. | ||
| + | group=teachers | ||
| + | host=keiner | ||
| + | room=lehrerzimmer | ||
| + | </ | ||