Benutzer-Werkzeuge

Webseiten-Werkzeuge


tachtler:repository_ausliefern_centos_6

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Nächste Überarbeitung
Vorhergehende Überarbeitung
tachtler:repository_ausliefern_centos_6 [2011/11/22 14:37] – Externe Bearbeitung 127.0.0.1tachtler:repository_ausliefern_centos_6 [2012/09/12 22:45] (aktuell) – [Neustarts durchführen] klaus
Zeile 432: Zeile 432:
   * <code>-A INPUT -p udp --dport 69 -j ACCEPT</code>   * <code>-A INPUT -p udp --dport 69 -j ACCEPT</code>
   * <code>-A INPUT -p tcp --dport 111 -j ACCEPT</code>   * <code>-A INPUT -p tcp --dport 111 -j ACCEPT</code>
 +  * <code>-A INPUT -p udp --dport 111 -j ACCEPT</code>
   * <code>-A INPUT -p tcp --dport 892 -j ACCEPT</code>   * <code>-A INPUT -p tcp --dport 892 -j ACCEPT</code>
   * <code>-A INPUT -p tcp --dport 2049 -j ACCEPT</code>   * <code>-A INPUT -p tcp --dport 2049 -j ACCEPT</code>
Zeile 439: Zeile 440:
 # iptables -I INPUT 5 -p udp --dport 69 -j ACCEPT # iptables -I INPUT 5 -p udp --dport 69 -j ACCEPT
 # iptables -I INPUT 6 -p tcp --dport 111 -j ACCEPT # iptables -I INPUT 6 -p tcp --dport 111 -j ACCEPT
-# iptables -I INPUT 7 -p tcp --dport 892 -j ACCEPT +# iptables -I INPUT 7 -p udp --dport 111 -j ACCEPT 
-# iptables -I INPUT -p tcp --dport 2049 -j ACCEPT +# iptables -I INPUT 8 -p tcp --dport 892 -j ACCEPT 
-# iptables -I INPUT -p udp --dport 2049 -j ACCEPT+# iptables -I INPUT -p tcp --dport 2049 -j ACCEPT 
 +# iptables -I INPUT 10 -p udp --dport 2049 -j ACCEPT
 </code> </code>
  
Zeile 455: Zeile 457:
 5        0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:69 5        0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:69
 6        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:111 6        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:111
-7        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:892   +           0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:111 
-           0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:2049  +           0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:892   
-9        0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:2049  +           0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:2049  
-10       0     0 REJECT     all  --  *      *       0.0.0.0/           0.0.0.0/          reject-with icmp-host-prohibited +10       0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:2049  
 +11       0     0 REJECT     all  --  *      *       0.0.0.0/           0.0.0.0/          reject-with icmp-host-prohibited 
  
 Chain FORWARD (policy ACCEPT 0 packets, 0 bytes) Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
Zeile 473: Zeile 476:
 5        0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:69 5        0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:69
 6        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:111 6        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:111
-7        0     0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:892   +           0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:111 
-           0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:2049  +           0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:892   
-9        0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:2049+           0 ACCEPT     tcp  --  *      *       0.0.0.0/           0.0.0.0/          tcp dpt:2049  
 +10       0     0 ACCEPT     udp  --  *      *       0.0.0.0/           0.0.0.0/          udp dpt:2049
 ... ...
 </code> </code>
Zeile 541: Zeile 545:
  
 Der Inhalt dieser Konfigurationsdatei des anzuzeigenden Text-Auswahl, könnte wie nachfolgend dargestellt aussehen: Der Inhalt dieser Konfigurationsdatei des anzuzeigenden Text-Auswahl, könnte wie nachfolgend dargestellt aussehen:
-<code>+<code ini>
 PROMPT 1 PROMPT 1
 TIMEOUT 600 TIMEOUT 600
Zeile 569: Zeile 573:
  
 Der Inhalt dieser Konfigurationsdatei der tatsächlichen Text-Auswahl, könnte wie nachfolgend dargestellt aussehen: Der Inhalt dieser Konfigurationsdatei der tatsächlichen Text-Auswahl, könnte wie nachfolgend dargestellt aussehen:
-<code>+<code ini>
    
       PXE-Boot Main Menu       PXE-Boot Main Menu
Zeile 599: Zeile 603:
  
 Der Inhalt dieser Konfigurationsdatei des anzuzeigenden Text-Menüs, könnte wie nachfolgend dargestellt aussehen: Der Inhalt dieser Konfigurationsdatei des anzuzeigenden Text-Menüs, könnte wie nachfolgend dargestellt aussehen:
-<code>+<code ini>
 TIMEOUT 600 TIMEOUT 600
 DEFAULT menu.c32 DEFAULT menu.c32
Zeile 628: Zeile 632:
  
 Der Inhalt dieser Konfigurationsdatei des anzuzeigenden grafischen Menüs, könnte wie nachfolgend dargestellt aussehen: Der Inhalt dieser Konfigurationsdatei des anzuzeigenden grafischen Menüs, könnte wie nachfolgend dargestellt aussehen:
-<code>+<code ini>
 TIMEOUT 600 TIMEOUT 600
 DEFAULT vesamenu.c32 DEFAULT vesamenu.c32
Zeile 677: Zeile 681:
  
 Die durchzuführende Anpassung sieht wie folgt aus (**komplette Konfigurationsdatei**): Die durchzuführende Anpassung sieht wie folgt aus (**komplette Konfigurationsdatei**):
-<code>+<code ini>
 # default: off # default: off
 # description: The tftp server serves files using the trivial file transfer \ # description: The tftp server serves files using the trivial file transfer \
Zeile 941: Zeile 945:
  
 Die durchzuführende Anpassung sieht wie folgt aus (**nur relevanter Ausschnitt**): Die durchzuführende Anpassung sieht wie folgt aus (**nur relevanter Ausschnitt**):
-<code>+<code ini>
 ... ...
 # Port rpc.mountd should listen on. # Port rpc.mountd should listen on.
Zeile 975: Zeile 979:
  
 Hier die Anpassungen an der Konfigurationsdatei **''/etc/exports''**: Hier die Anpassungen an der Konfigurationsdatei **''/etc/exports''**:
-<code>+<code ini>
 /data/repository/private/Mirrors        192.168.0.0/255.255.255.0(ro,sync,no_root_squash) 192.168.0.1/255.255.255.0(ro,sync,no_root_squash) /data/repository/private/Mirrors        192.168.0.0/255.255.255.0(ro,sync,no_root_squash) 192.168.0.1/255.255.255.0(ro,sync,no_root_squash)
 </code> </code>
Zeile 991: Zeile 995:
  
 Hier die Anpassungen an der Konfigurationsdatei **''/etc/netconfig''**: Hier die Anpassungen an der Konfigurationsdatei **''/etc/netconfig''**:
-<code>+<code ini>
 # #
 # The network configuration file. This file is currently only used in # The network configuration file. This file is currently only used in
Zeile 1060: Zeile 1064:
  
 Nachfolgende Zeilen müssen zur Konfigurationsdatei **''/etc/dhcp/dhcpd.conf''** hinzugefügt werden (**nur relevanter Ausschnitt**): Nachfolgende Zeilen müssen zur Konfigurationsdatei **''/etc/dhcp/dhcpd.conf''** hinzugefügt werden (**nur relevanter Ausschnitt**):
-<code>+<code ini>
 ... ...
 # ============================================================================== # ==============================================================================
Zeile 1114: Zeile 1118:
   * **''/date/kickstart/ks_centos60_i386.cfg''**   * **''/date/kickstart/ks_centos60_i386.cfg''**
 nachfolgendem Inhalt erstellt werden (**Der Inhalt ist ein Beispiel und mit Kommentaren versehen**): nachfolgendem Inhalt erstellt werden (**Der Inhalt ist ein Beispiel und mit Kommentaren versehen**):
-<code>+<code ini>
 #platform=x86, AMD64, or Intel EM64T #platform=x86, AMD64, or Intel EM64T
 # System authorization information # System authorization information
Zeile 1138: Zeile 1142:
 # Use NFS installation media # Use NFS installation media
 nfs --server=192.168.0.40 --dir=/data/repository/pub/Mirrors/centos/6.0/os/x86_64 nfs --server=192.168.0.40 --dir=/data/repository/pub/Mirrors/centos/6.0/os/x86_64
 +# Embed updates 
 +repo --name=updates --baseurl=http://install.dmz.tachtler.net/centos/6.0/updates/x86_64/
 #Root password #Root password
 rootpw --iscrypted $1$tzGd4pwf$ybo9G3xFsfbwp09dG2AKBv/ rootpw --iscrypted $1$tzGd4pwf$ybo9G3xFsfbwp09dG2AKBv/
Zeile 1160: Zeile 1166:
  
 Der Inhalt dieser Konfigurationsdatei des anzuzeigenden Menüs __inklusive__ **Kickstart**-Konfigurationsdatei, könnte wie nachfolgend dargestellt aussehen: Der Inhalt dieser Konfigurationsdatei des anzuzeigenden Menüs __inklusive__ **Kickstart**-Konfigurationsdatei, könnte wie nachfolgend dargestellt aussehen:
-<code>+<code ini>
 PROMPT 1 PROMPT 1
 TIMEOUT 600 TIMEOUT 600
Zeile 1192: Zeile 1198:
  
 Hier die Anpassungen an der Konfigurationsdatei **''/etc/exports''** - __inklusive__ **Kickstart**-Konfigurationsverzeichnis: Hier die Anpassungen an der Konfigurationsdatei **''/etc/exports''** - __inklusive__ **Kickstart**-Konfigurationsverzeichnis:
-<code>+<code ini>
 /data/repository/private/Mirrors        192.168.0.0/255.255.255.0(ro,sync,no_root_squash) 192.168.0.1/255.255.255.0(ro,sync,no_root_squash) /data/repository/private/Mirrors        192.168.0.0/255.255.255.0(ro,sync,no_root_squash) 192.168.0.1/255.255.255.0(ro,sync,no_root_squash)
 /data/kickstart                         192.168.0.0/255.255.255.0(ro,sync,no_root_squash) 192.168.0.1/255.255.255.0(ro,sync,no_root_squash) /data/kickstart                         192.168.0.0/255.255.255.0(ro,sync,no_root_squash) 192.168.0.1/255.255.255.0(ro,sync,no_root_squash)
Zeile 1219: Zeile 1225:
 </code> </code>
  
-:!: **WICHTIG** - **Bei Problemen, bitte den DHCP-Server im Auge behalten und auf die Vergabe von möglichen __lease__-Dateien achten !!!**+:!: **WICHTIG** - **Bei Problemen, sollte der DHCP-Server im Auge behalten werden und auf die Vergabe von möglichen __lease__-Dateien sollte achten !!!**
  
tachtler/repository_ausliefern_centos_6.1321969066.txt.gz · Zuletzt geändert: 2012/05/01 21:02 (Externe Bearbeitung)