*Empty MediaWiki Message*

This commit is contained in:
Mic92 2015-07-16 19:17:29 +00:00
parent db7126a957
commit cfb3d37789
1 changed files with 17 additions and 35 deletions

View File

@ -1,35 +1,21 @@
{{beinhaltet Abweichungen von der Realität}}
[[Server/freebert]] is gone!
== Hardware ==
Virtualisiert durch [[Server/freebert/FreeBSD]]
Lxc auf [[Server/flatbert]]
== Software ==
FreeBSD Jail Container
* isc-dhcp43-server
* tftp-hpa-5.2
== Verwendungszweck ==
* DHCP Server (primary)
* TFTP Server (für PXE Boot, derzeit Debian7 amd64)
* DHCP Server Primary/Secondary (failover durch Replication, Rotzbeere ist Backup-DHCPd)
* TFTP Server (für PXE Boot, derzeit debian 8 amd64, Linux Mint Debian Edition 32bit/amd64)
== JAIL: /etc/rc.conf ==
== PXE Boot ==
<source lang=bash>
### <--- Service // ---> ###
inetd_enable="YES"
tftpd_enable="YES"
tftpd_flags="-p -s /usr/tftpboot -B 1024 --ipv4"
dhcpd_enable="YES"
dhcpd6_enable="NO"
dhcpd_ifaces="lagg0"
### <--- // Service ---> ###
</source>
Debian Mint Edition lädt Dateisystem über storage vom Pfad /mnt/zroot/storage/rpool/install/LinuxMint/nfs-{32,64}bit
nach.
== JAIL: /usr/local/etc/dhcpd.conf ==
== /etc/dhcpd.conf ==
<source lang=bash>
#
@ -109,23 +95,19 @@ log-facility local7;
# EOF
</source>
== JAIL: /usr/tftpboot ==
== /var/lib/tftpboot ==
<source lang=bash>
total 32950
drwxr-xr-x 6 nobody nobody 10 Apr 16 04:57 .
drwxr-xr-x 8 root wheel 18 Apr 16 04:57 ..
-rw-r--r-- 1 nobody nobody 667 Apr 16 04:57 .listing
drwxr-xr-x 3 nobody nobody 4 Apr 16 04:57 debian-installer
drwxr-xr-x 4 nobody nobody 8 Apr 16 04:57 gtk
-rw-r--r-- 1 nobody nobody 27262976 Apr 16 04:57 mini.iso
-rw-r--r-- 1 nobody nobody 15789354 Apr 16 04:57 netboot.tar.gz
-rw-r--r-- 1 nobody nobody 26716 Apr 16 04:57 pxelinux.0
drwxr-xr-x 2 nobody nobody 4 Apr 16 04:57 pxelinux.cfg
drwxr-xr-x 2 nobody nobody 6 Apr 16 04:57 xen
drwxrwxr-x 5 nobody nogroup 11 Jul 16 19:53 .
drwxr-xr-x 28 root root 28 May 29 17:11 ..
-rw-r--r-- 1 root root 47454756 Jul 1 18:21 c1841-adventerprisek9-mz.151-4.M10.bin
drwxrwxr-x 3 nobody nogroup 3 Apr 23 00:11 debian-installer
drwxr-xr-x 4 root root 4 Jul 16 19:04 images
lrwxrwxrwx 1 nobody nogroup 47 Apr 23 00:11 ldlinux.c32 -> debian-installer/amd64/boot-screens/ldlinux.c32
-rw-r--r-- 1 nobody nogroup 19368308 Apr 23 00:11 netboot.tar.gz
lrwxrwxrwx 1 nobody nogroup 33 Apr 23 00:11 pxelinux.0 -> debian-installer/amd64/pxelinux.0
drwxr-xr-x 2 root root 3 Jul 16 21:14 pxelinux.cfg
-rw-rw-r-- 1 nobody nogroup 54 Apr 23 00:11 version.info
</source>
== Log ==
* 16.04.2014 - einfaches Basis Setup
[[Kategorie:Infrastruktur]]