From: Zoltán Felleg Date: Tue, 6 Nov 2018 10:12:36 +0000 (+0100) Subject: Added pns.usr.f29. X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=d490d99343a5e0730c2526a6cb9357b6354ccc9c;p=user-lxc.git Added pns.usr.f29. --- diff --git a/scripts/dnf.conf.fedora b/scripts/dnf.conf.fedora index 10e2d7d..328cc4e 100644 --- a/scripts/dnf.conf.fedora +++ b/scripts/dnf.conf.fedora @@ -1,9 +1,9 @@ [local-fedora] name=Fedora $releasever - $basearch baseurl=http://store.usr.user.hu/linux/fedora/releases/$releasever/Everything/$basearch/os/ -gpgcheck=1 +gpgcheck=0 [local-updates] name=Fedora $releasever - $basearch - Updates baseurl=http://store.usr.user.hu/linux/fedora/updates/$releasever/Everything/$basearch/ -gpgcheck=1 +gpgcheck=0 diff --git a/sources/pns.usr.f29/config b/sources/pns.usr.f29/config new file mode 100644 index 0000000..43a7a57 --- /dev/null +++ b/sources/pns.usr.f29/config @@ -0,0 +1,18 @@ +lxc.include = /usr/share/lxc/config/common.conf + +lxc.arch = x86_64 +lxc.uts.name = pns.usr.user.hu +lxc.rootfs.path = __CONTAINER_PATH__/rootfs +lxc.mount.auto = proc:rw sys:ro + +lxc.net.0.type = phys +lxc.net.0.flags = up +lxc.net.0.link = pns + +lxc.autodev = 1 + +lxc.signal.halt = SIGRTMIN+4 + +lxc.start.auto = 1 +lxc.start.order = 11 +lxc.start.delay = 10 diff --git a/sources/pns.usr.f29/envvars b/sources/pns.usr.f29/envvars new file mode 100644 index 0000000..225fcb0 --- /dev/null +++ b/sources/pns.usr.f29/envvars @@ -0,0 +1,4 @@ +#BASE_PACKAGES="NetworkManager initscripts openssh-server openssh-clients openssh-ldap rootfiles rsyslog sudo tar vim-minimal" +#SPEC_PACKAGES="authselect bind bind-utils openldap-clients nss-pam-ldapd pam_ssh passwd" +BASE_PACKAGES="NetworkManager initscripts rootfiles rsyslog tar" +SPEC_PACKAGES="bind bind-utils" diff --git a/sources/pns.usr.f29/firstboot/01_setupnetworking.sh b/sources/pns.usr.f29/firstboot/01_setupnetworking.sh new file mode 100755 index 0000000..75f3fd5 --- /dev/null +++ b/sources/pns.usr.f29/firstboot/01_setupnetworking.sh @@ -0,0 +1,41 @@ +#!/bin/sh + + +sleep 1 +CONNECTIONS=$(nmcli connection show | grep -v '^NAME' | wc -l) +if [ $CONNECTIONS -ne 1 ] +then + echo "Number of connections: $CONNECTIONS" >&2 + exit 1 +fi + +CONNECTION_LINE=$(nmcli connection show | grep -v '^NAME') +CONNECTION_TOKENS=$(echo $CONNECTION_LINE | wc -w) +#CONNECTION_NAME_POS=$(( $CONNECTION_TOKENS - 3 )) +CONNECTION_UUID_POS=$(( $CONNECTION_TOKENS - 2 )) +#CONNECTION_TYPE_POS=$(( $CONNECTION_TOKENS - 1 )) +CONNECTION_DEVICE_POS=$CONNECTION_TOKENS +#CONNECTION_NAME=$(echo $CONNECTION_LINE \ +# | cut -f -$CONNECTION_NAME_POS -d ' ') +CONNECTION_UUID=$(echo $CONNECTION_LINE \ + | cut -f $CONNECTION_UUID_POS -d ' ') +#CONNECTION_TYPE=$(echo $CONNECTION_LINE \ +# | cut -f $CONNECTION_TYPE_POS -d ' ') +CONNECTION_DEVICE=$(echo $CONNECTION_LINE \ + | cut -f $CONNECTION_DEVICE_POS -d ' ') + +nmcli connection delete uuid "$CONNECTION_UUID" + +nmcli connection add \ + type 802-3-ethernet \ + ifname $CONNECTION_DEVICE \ + con-name internal \ + autoconnect yes \ + save yes \ + ipv4.addresses "10.228.109.174/16" \ + ipv4.dns "10.228.109.104, 10.228.109.253" \ + ipv4.dns-search "usr.user.hu" \ + ipv4.gateway "10.228.109.254" \ + ipv4.method "manual" \ + ipv6.method "ignore" +nmcli connection show diff --git a/sources/pns.usr.f29/firstboot/02_settimezone.sh b/sources/pns.usr.f29/firstboot/02_settimezone.sh new file mode 100755 index 0000000..20b2a71 --- /dev/null +++ b/sources/pns.usr.f29/firstboot/02_settimezone.sh @@ -0,0 +1,21 @@ +#!/bin/sh + + +sleep 1 +systemctl --quiet is-active dbus.service +DBUS_RC=$? +WAITED=0 +while [ $DBUS_RC -ne 0 ] +do + if [ $WAITED -eq 0 ] + then + echo -n "Waiting for dbus.service" + fi + echo -n . + sleep 1 + WAITED=1 + systemctl --quiet is-active dbus.service + DBUS_RC=$? +done +[ $WAITED -ne 0 ] && echo +timedatectl set-timezone Europe/Budapest diff --git a/sources/pns.usr.f29/firstboot/03_setupldap.sh b/sources/pns.usr.f29/firstboot/03_setupldap.sh new file mode 100755 index 0000000..4b58626 --- /dev/null +++ b/sources/pns.usr.f29/firstboot/03_setupldap.sh @@ -0,0 +1,10 @@ +#!/bin/sh + + +exit 0 +authselect select sssd with-mkhomedir --force + +cat >>/etc/openldap/ldap.conf < machines routed through UPC +; network address: ...176 +; host addresses: ...177 - ...190 +; broadcast address: ...191 +robi IN A 192.168.43.179 +peti IN A 192.168.43.178 +fuge IN A 192.168.43.177 + +chronos IN A 192.168.43.161 ; Fixed DHCP client (chronos) +dhcp159 IN A 192.168.43.159 ; DHCP client +dhcp158 IN A 192.168.43.158 ; DHCP client +dhcp157 IN A 192.168.43.157 ; DHCP client +dhcp156 IN A 192.168.43.156 ; DHCP client +dhcp155 IN A 192.168.43.155 ; DHCP client +dhcp154 IN A 192.168.43.154 ; DHCP client +dhcp153 IN A 192.168.43.153 ; DHCP client +dhcp152 IN A 192.168.43.152 ; DHCP client +dhcp151 IN A 192.168.43.151 ; DHCP client +dhcp150 IN A 192.168.43.150 ; DHCP client +dhcp149 IN A 192.168.43.149 ; DHCP client +dhcp148 IN A 192.168.43.148 ; DHCP client +dhcp147 IN A 192.168.43.147 ; DHCP client +dhcp146 IN A 192.168.43.146 ; DHCP client +dhcp145 IN A 192.168.43.145 ; DHCP client +dhcp144 IN A 192.168.43.144 ; DHCP client +dhcp143 IN A 192.168.43.143 ; DHCP client +dhcp142 IN A 192.168.43.142 ; DHCP client +dhcp141 IN A 192.168.43.141 ; DHCP client +dhcp140 IN A 192.168.43.140 ; DHCP client +dhcp139 IN A 192.168.43.139 ; DHCP client +dhcp138 IN A 192.168.43.138 ; DHCP client +dhcp137 IN A 192.168.43.137 ; DHCP client +dhcp136 IN A 192.168.43.136 ; DHCP client +dhcp135 IN A 192.168.43.135 ; DHCP client +dhcp134 IN A 192.168.43.134 ; DHCP client +dhcp133 IN A 192.168.43.133 ; DHCP client +dhcp132 IN A 192.168.43.132 ; DHCP client +dhcp131 IN A 192.168.43.131 ; DHCP client +dhcp130 IN A 192.168.43.130 ; DHCP client +dhcp129 IN A 192.168.43.129 ; DHCP client +dhcp128 IN A 192.168.43.128 ; DHCP client +dhcp127 IN A 192.168.43.127 ; DHCP client +dhcp126 IN A 192.168.43.126 ; DHCP client +dhcp125 IN A 192.168.43.125 ; DHCP client +dhcp124 IN A 192.168.43.124 ; DHCP client +dhcp123 IN A 192.168.43.123 ; DHCP client +dhcp122 IN A 192.168.43.122 ; DHCP client +dhcp121 IN A 192.168.43.121 ; DHCP client +dhcp120 IN A 192.168.43.120 ; DHCP client +dhcp119 IN A 192.168.43.119 ; DHCP client +dhcp118 IN A 192.168.43.118 ; DHCP client +dhcp117 IN A 192.168.43.117 ; DHCP client +dhcp116 IN A 192.168.43.116 ; DHCP client +dhcp115 IN A 192.168.43.115 ; DHCP client +dhcp114 IN A 192.168.43.114 ; DHCP client +dhcp113 IN A 192.168.43.113 ; DHCP client +dhcp112 IN A 192.168.43.112 ; DHCP client +dhcp111 IN A 192.168.43.111 ; DHCP client +dhcp110 IN A 192.168.43.110 ; DHCP client +dhcp109 IN A 192.168.43.109 ; DHCP client +dhcp108 IN A 192.168.43.108 ; DHCP client +dhcp107 IN A 192.168.43.107 ; DHCP client +dhcp106 IN A 192.168.43.106 ; DHCP client +dhcp105 IN A 192.168.43.105 ; DHCP client +dhcp104 IN A 192.168.43.104 ; DHCP client +dhcp103 IN A 192.168.43.103 ; DHCP client +dhcp102 IN A 192.168.43.102 ; DHCP client +dhcp101 IN A 192.168.43.101 ; DHCP client +dhcp100 IN A 192.168.43.100 ; DHCP client + +chaos IN A 192.168.43.1 ; zfelleg +chaos IN AAAA 2a02:558:1000:1868:29c:2ff:fea9:275d diff --git a/sources/pns.usr.f29/postinstall/install/var/named/pm.user.hu.zone b/sources/pns.usr.f29/postinstall/install/var/named/pm.user.hu.zone new file mode 100644 index 0000000..00f0a02 --- /dev/null +++ b/sources/pns.usr.f29/postinstall/install/var/named/pm.user.hu.zone @@ -0,0 +1,33 @@ +$TTL 86400 +@ IN SOA ns.pm.user.hu. hostmaster.mx.pm.user.hu. ( + 2018100901 ; Serial + 86400 ; Refresh (1 day) + 7200 ; Retry (2 hours) + 2419200 ; Expire (4 weeks) + 3600) ; Minimum (1 hour) +; 0 1 2 +; 12345678901234567890123456 +; abcdefghijklmnopqrstuvwxyz + +@ IN NS ns +@ IN MX 10 mx +@ IN A 192.168.173.249 + +efg IN A 192.168.173.254 ; efg +svc IN A 192.168.173.253 ; svc +ns IN A 192.168.173.253 ; ns +mx IN A 192.168.173.253 ; mx + +oldwww IN A 192.168.173.252 ; www +oldxfr IN A 192.168.173.251 ; xfr +whmcs IN A 192.168.173.250 ; whmcs + +ws IN A 192.168.173.249 ; ws +www IN A 192.168.173.249 ; ws +xfr IN A 192.168.173.246 ; xf +vc IN A 192.168.173.223 ; vc (version control) +dvredmine IN A 192.168.173.193 ; rm +pns IN A 192.168.173.174 ; pn (perimeter ns) +ens IN A 192.168.173.64 ; en (external ns) + +ifg IN A 192.168.173.1 ; ifg diff --git a/sources/pns.usr.f29/postinstall/install/var/named/sr.user.hu.zone b/sources/pns.usr.f29/postinstall/install/var/named/sr.user.hu.zone new file mode 100644 index 0000000..952045a --- /dev/null +++ b/sources/pns.usr.f29/postinstall/install/var/named/sr.user.hu.zone @@ -0,0 +1,227 @@ +$TTL 86400 +@ IN SOA svc.sr.user.hu. hostmaster.svc.sr.user.hu. ( + 2018012301 ; Serial + 86400 ; Refresh (1 day) + 7200 ; Retry (2 hours) + 2419200 ; Expire (4 weeks) + 3600) ; Minimum (1 hour) + IN NS ns.sr.user.hu. + +sr.user.hu. IN A 192.168.42.253 + +ipg IN A 192.168.42.254 ; ipg +router IN CNAME ipg.sr.user.hu. +svc IN A 192.168.42.253 ; svc +ns IN A 192.168.42.253 ; ns +dhcp IN CNAME svc.sr.user.hu. +mx IN CNAME svc.sr.user.hu. +ntp IN CNAME svc.sr.user.hu. +management IN A 192.168.42.252 ; management +mgmt IN CNAME management.sr.user.hu. +vpn IN A 192.168.42.251 ; vpn +store IN A 192.168.42.250 ; store +domino IN A 192.168.42.249 ; domino +domino85 IN CNAME domino.sr.user.hu. +pop3 IN CNAME domino.sr.user.hu. +worksheet IN A 192.168.42.248 ; worksheet +kbsvr IN A 192.168.42.247 ; knowledgebase server +ads IN A 192.168.42.246 ; Active Directory server +spelive IN A 192.168.42.245 ; Sharepoint Enterprise Live +splive IN A 192.168.42.244 ; SharePoint Live +ccsvr IN A 192.168.42.243 ; ClearCase server +sg-1 IN A 192.168.42.242 ; shellinabox server (zsoos) +kickstart IN A 192.168.42.241 ; kickstart server (zfelleg) +verbatsm IN A 192.168.42.240 ; Arpinak TSM szerver +db2svr IN A 192.168.42.239 ; DB2 server +sp2010test IN A 192.168.42.238 ; Sharepoint 2010 test (srevesz) + +datacap-rr IN A 192.168.42.236 ; Datacap rulerunner (akosztolanyi) +tsm55 IN A 192.168.42.235 ; 5.5-os TSM szmarcell, flex, akosztolanyi +imrtest IN A 192.168.42.234 ; imrtest (fschnell) +sza IN A 192.168.42.233 ; szopoalarc +project IN A 192.168.42.232 ; project +testcibod IN A 192.168.42.231 ; CIB OnDemand test (fuge) +jazzserver IN A 192.168.42.230 ; jazz.net (RTC) server +netmon IN A 192.168.42.229 ; netmon (marcell, fritter) +test IN A 192.168.42.228 ; (kickstart) test +vcsvr51 IN A 192.168.42.227 ; vCenter server + + +erstehit IN A 192.168.42.224 ; Erste (fuge) +wiki IN A 192.168.42.223 ; wiki (moinmoin) +xp-22 IN A 192.168.42.222 ; XP 22 +xp-21 IN A 192.168.42.221 ; XP 21 +xp-20 IN A 192.168.42.220 ; XP 20 +xp-19 IN A 192.168.42.219 ; XP 19 +xp-18 IN A 192.168.42.218 ; XP 18 +xp-17 IN A 192.168.42.217 ; XP 17 +xp-16 IN A 192.168.42.216 ; XP 16 +xp-15 IN A 192.168.42.215 ; XP 15 +xp-14 IN A 192.168.42.214 ; XP 14 +xp-13 IN A 192.168.42.213 ; XP 13 +xp-12 IN A 192.168.42.212 ; XP 12 +xp-11 IN A 192.168.42.211 ; XP 11 +xp-10 IN A 192.168.42.210 ; XP 10 +xp-template IN A 192.168.42.209 ; XP template +rtc IN A 192.168.42.208 ; rtc (arpi) +vmbkp IN A 192.168.42.207 ; VMWare Backup Server +vhost3 IN CNAME vmbkp.sr.user.hu. +mqsvr IN A 192.168.42.206 ; MQ server (srevesz) +mqback IN A 192.168.42.205 ; MQ backup server (srevesz) +mqfiles IN A 192.168.42.204 ; MQ file server (srevesz) +azsamboki01 IN A 192.168.42.203 ; azsamboki test 01 +praxis IN A 192.168.42.202 ; praxis (dvasary) +edoki IN CNAME praxis.sr.user.hu. +ds5020b IN A 192.168.42.201 ; DS5020 ctrl B +ds5020a IN A 192.168.42.200 ; DS5020 ctrl A + + +vtlstgb IN A 192.168.42.197 ; VTL storage ctrl B +vtlstga IN A 192.168.42.196 ; VTL storage ctrl A +lto IN A 192.168.42.195 ; TS3200 +csldallianz IN A 192.168.42.194 ; CSLD Allianz (fuge) +store-old IN A 192.168.42.193 ; old store +fcsw1 IN A 192.168.42.192 ; FC switch +fcsw0 IN A 192.168.42.191 ; FC switch +tsmmonp IN A 192.168.42.190 ; TSM monitoring primary +tsmmons IN A 192.168.42.189 ; TSM monitoring primary +accounting IN A 192.168.42.188 ; accounting server +jenkinslnx IN A 192.168.42.185 ; rhel +jenkinstst IN A 192.168.42.184 ; win 2008 +jenkinswin IN A 192.168.42.183 ; win 2008 +jenkinsaix IN A 192.168.42.182 ; aix +magdevdc IN A 192.168.42.181 ; MAG dev dc +ssam71 IN A 192.168.42.180 ; Arpinak, TSM-SSM teszt +dominoadmin IN A 192.168.42.174 ; rkonkoly domino administrator + +tsmclustera IN A 192.168.42.173 ; FRitter, BB Test cluster +tsmclusterb IN A 192.168.42.172 ; FRitter, BB Test cluster +tsmcluster IN A 192.168.42.171 ; FRitter, BB Test cluster + +cwdba IN A 192.168.42.162 ; zfelleg temp +cwdbb IN A 192.168.42.161 ; zfelleg temp +cwbina IN A 192.168.42.160 ; zfelleg temp +cwbinb IN A 192.168.42.159 ; zfelleg temp + +; network ...128/27 -> desktops +; network address: ...128 +; host addresses: ...129 - ...158 +; broadcast address: ...159 + +win-7-base IN A 192.168.42.158 ; Windows 7 base image +win-7-thinapp IN A 192.168.42.157 ; ThinApp build machine +win-7-20 IN A 192.168.42.148 ; Windows 7 20 +win-7-19 IN A 192.168.42.147 ; Windows 7 19 +win-7-18 IN A 192.168.42.146 ; Windows 7 18 +win-7-17 IN A 192.168.42.145 ; Windows 7 17 +win-7-16 IN A 192.168.42.144 ; Windows 7 16 +win-7-15 IN A 192.168.42.143 ; Windows 7 15 +win-7-14 IN A 192.168.42.142 ; Windows 7 14 +win-7-13 IN A 192.168.42.141 ; Windows 7 13 +win-7-12 IN A 192.168.42.140 ; Windows 7 12 +win-7-11 IN A 192.168.42.139 ; Windows 7 11 +win-7-10 IN A 192.168.42.138 ; Windows 7 10 +win-7-09 IN A 192.168.42.137 ; Windows 7 09 +win-7-08 IN A 192.168.42.136 ; Windows 7 08 +win-7-07 IN A 192.168.42.135 ; Windows 7 07 +win-7-06 IN A 192.168.42.134 ; Windows 7 06 +win-7-05 IN A 192.168.42.133 ; Windows 7 05 +win-7-04 IN A 192.168.42.132 ; Windows 7 04 +win-7-03 IN A 192.168.42.131 ; Windows 7 03 +win-7-02 IN A 192.168.42.130 ; Windows 7 02 +win-7-zfelleg IN CNAME win-7-02.sr.user.hu. +win-7-01 IN A 192.168.42.129 ; Windows 7 01 +win-7-rkallai IN CNAME win-7-01.sr.user.hu. + +jobworker IN A 192.168.42.116 ; job worker dvasary +jobengine IN A 192.168.42.115 ; job engine dvasary +astronfw IN A 192.168.42.114 ; firewall/gateway for Astron +wasng IN A 192.168.42.113 ; syslog-ng demo WAS +slng IN A 192.168.42.112 ; syslog-ng demo +nimol IN A 192.168.42.111 ; nimol teszt / temp / zsoos +lajos IN A 192.168.42.110 ; zsamboki p550 AIX +vtl IN A 192.168.42.109 ; zsamboki +gpfs02 IN A 192.168.42.108 ; gpfs demo zsamboki +gpfs01 IN A 192.168.42.107 ; gpfs demo zsamboki +redhat IN A 192.168.42.106 ; Exchange mentes demo zsamboki +ubuntu IN A 192.168.42.105 ; Exchange mentes demo zsamboki +mssql IN A 192.168.42.104 ; Exchange mentes demo zsamboki +exchsrv2 IN A 192.168.42.103 ; Exchange mentes demo zsamboki +exchsrv IN A 192.168.42.102 ; Exchange mentes demo zsamboki +exchdc IN A 192.168.42.101 ; Exchange mentes demo zsamboki +sptest IN A 192.168.42.100 ; SharePoint test (kalman) +director IN A 192.168.42.99 ; IBM Systems Director (zsamboki) +tpc IN A 192.168.42.97 ; tpc (zsamboki) +nas1 IN A 192.168.42.96 ; netapp test +nas2 IN A 192.168.42.95 ; netapp test +nas3 IN A 192.168.42.94 ; netapp test + +; HACMP zsamboki +hacmp61 IN A 192.168.42.93 ; HACMP PowerHA 6.1 node1 +hacmp62 IN A 192.168.42.92 ; HACMP PowerHA 6.1 node2 +ha1 IN A 192.168.42.91 ; HACMP PowerHA 6.1 service ip 1 +ha2 IN A 192.168.42.90 ; HACMP PowerHA 6.1 service ip 2 +kofax1 IN A 192.168.42.89 ; +kofax2 IN A 192.168.42.88 ; +kofax3 IN A 192.168.42.87 ; +tfsproxy IN A 192.168.42.86 ; +wpar01 IN A 192.168.42.85 ; +spatial IN A 192.168.42.84 ; szmarcell, oracle RMAN teszt +kofaxcluster IN A 192.168.42.83 ; +kofaxclusterfs IN A 192.168.42.82 ; +kofaxclustersrv IN A 192.168.42.81 ; +kofaxid1 IN A 192.168.42.80 ; +kofaxid2 IN A 192.168.42.79 ; +kofaxid IN A 192.168.42.78 ; +kofaxidfs IN A 192.168.42.77 ; +kofaxidcluster IN A 192.168.42.76 ; + +mirror1 IN A 192.168.42.75 ; PowerHA 7.1 zsamboki +mirror2 IN A 192.168.42.74 ; PowerHA 7.1 zsamboki +mirrorapp1 IN A 192.168.42.73 ; PowerHA 7.1 zsamboki +mavirnim IN A 192.168.42.72 ; MAVIR NIM restore test zsamboki +boinc4 IN A 192.168.42.68 ; boinc 4 (zfelleg) +boinc3 IN A 192.168.42.67 ; boinc 3 (zfelleg) +boinc2 IN A 192.168.42.66 ; boinc 2 (zfelleg) +boinc1 IN A 192.168.42.65 ; boinc 1 (zfelleg) +win2k8r2 IN A 192.168.42.64 ; Windows 2008 R2 Server Template IP cim, szmarcell +edmstest IN A 192.168.42.63 ; EDMS Test szerver Robinak, szmarcell +pftsm1 IN A 192.168.42.62 ; PureFlex szerver +pftsm2 IN A 192.168.42.61 ; PureFlex szerver +pftsm3 IN A 192.168.42.60 ; PureFlex szerver +pftws1 IN A 192.168.42.59 ; PureFlex szerver +pfsd1 IN A 192.168.42.58 ; PureFlex szerver +pfitm1 IN A 192.168.42.57 ; PureFlex szerver +pfbes1 IN A 192.168.42.56 ; PureFlex szerver +pfwinc1 IN A 192.168.42.55 ; PureFlex szerver +pflinc1 IN A 192.168.42.54 ; PureFlex szerver +tsmapiw IN A 192.168.42.53 ; PureFlex szerver +tsmapil IN A 192.168.42.52 ; PureFlex szerver +tfs IN A 192.168.42.51 ; TFS Verziokezelo, VasaryD, RendekR + + +; A 30-39 tartomanyt is foglalom az LPAR-oknak +fhbws IN A 192.168.42.39 ; FHB WebSphere Test, szmarcell +fhbws4 IN A 192.168.42.38 ; FHB WebSphere Test, szmarcell +prxy IN A 192.168.42.37 +build61w IN A 192.168.42.36 +fhbws3 IN A 192.168.42.35 ; FHB WebSphere Test, szmarcell +fhbws2 IN A 192.168.42.34 ; FHB WebSphere Test, szmarcell +fhbws1 IN A 192.168.42.33 ; FHB WebSphere Test, szmarcell +nim IN A 192.168.42.32 +vio2 IN A 192.168.42.31 +db2t IN A 192.168.42.28 +build71 IN A 192.168.42.27 +build61 IN A 192.168.42.26 +build53 IN A 192.168.42.25 +tsm IN A 192.168.42.24 +rac2 IN A 192.168.42.23 +rac1 IN A 192.168.42.22 +vio1 IN A 192.168.42.21 ; LPAR 1 vio (p7-750) +hmc IN A 192.168.42.20 ; hmc +fhbwsc2 IN A 192.168.42.19 ; FHB WebSphere Test, szmarcell +orasrv IN A 192.168.42.5 ; Oracle (srevesz) +dhcp4 IN A 192.168.42.4 ; DHCP address 4 +dhcp3 IN A 192.168.42.3 ; DHCP address 3 +dhcp2 IN A 192.168.42.2 ; DHCP address 2 +dhcp1 IN A 192.168.42.1 ; DHCP address 1 diff --git a/sources/pns.usr.f29/postinstall/install/var/named/useribm.hu.zone b/sources/pns.usr.f29/postinstall/install/var/named/useribm.hu.zone new file mode 100644 index 0000000..c1456f6 --- /dev/null +++ b/sources/pns.usr.f29/postinstall/install/var/named/useribm.hu.zone @@ -0,0 +1,64 @@ +$TTL 86400 +@ IN SOA ns.useribm.hu. hostmaster.mx.useribm.hu. ( + 2018100901 ; Serial + 86400 ; Refresh (1 day) + 7200 ; Retry (2 hours) + 2419200 ; Expire (4 weeks) + 3600) ; Minimum (1 hour) + IN NS ns.useribm.hu. + IN NS nsa2.invitel.net. +; MX 1 aspmx.l.google.com. +; MX 5 alt1.aspmx.l.google.com. +; MX 5 alt2.aspmx.l.google.com. +; MX 10 aspmx2.googlemail.com. +; MX 10 aspmx3.googlemail.com. + MX 10 mx.useribm.hu. + MX 20 mx2.useribm.hu. + IN TXT "v=spf1 +mx -all" + IN SPF "v=spf1 +mx -all" + +gw IN A 84.2.25.193 ; gateway +router IN A 84.2.25.193 ; gateway +mx2 IN A 84.2.25.194 ; secondary mail exchanger +whmcs IN A 84.2.25.194 ; whmcs (fschnell) +minecraft IN A 84.2.25.195 ; akosztolanyi's server +tfs IN A 84.2.25.196 ; TFS Server, rrendek, dvasary +u197 IN A 84.2.25.197 ; unknown/unused +u198 IN A 84.2.25.198 ; unknown/unused +u199 IN A 84.2.25.199 ; unknown/unused +u200 IN A 84.2.25.200 ; unknown/unused +u201 IN A 84.2.25.201 ; unknown/unused +hg IN A 84.2.25.202 ; mercurial +jtrac IN A 84.2.25.202 ; jtrac +minicrm IN A 84.2.25.202 ; minicrm (rrendek) +mx IN A 84.2.25.202 ; mail exchanger +ns IN A 84.2.25.202 ; name server +redmine IN A 84.2.25.202 ; redmine (dvasary) +svc IN A 84.2.25.202 ; service host +svn IN A 84.2.25.202 ; subversion +tsm64 IN A 84.2.25.202 ; TSM server +vpn IN A 84.2.25.202 ; OpenVPN server +www IN A 84.2.25.202 ; web server +@ IN A 84.2.25.202 ; userrendszerhaz.hu +fzsvc IN A 84.2.25.203 ; fschnell/zfelleg server +vcsvr55 IN A 84.2.25.204 ; vCenter server +u205 IN A 84.2.25.205 ; unknown/unused +zfrx300 IN A 84.2.25.206 ; zfelleg RX300 +fschnell IN A 84.2.25.206 ; fschnell/zfelleg server +zfelleg IN A 84.2.25.206 ; fschnell/zfelleg server +;toolbox IN A 91.82.119.216 ; TSM toolbox +;relay IN A 91.82.119.217 ; TSMDashboard relay server +;szmarcell IN A 91.82.119.218 ; marcell's test server +;cw IN A 91.82.119.219 ; zfelleg's test server +;jobengine IN A 91.82.119.220 ; jobengine server +;vhost1imm IN A 91.82.119.221 ; vhost1 IMM +;vhost2imm IN A 91.82.119.222 ; vhost2 IMM + +domino IN CNAME mx.useribm.hu. +ftp IN CNAME svc.useribm.hu. +imap IN CNAME mx.useribm.hu. +mail IN CNAME mx.useribm.hu. +ns1 IN CNAME svc.useribm.hu. +ntp IN CNAME svc.useribm.hu. +pop3 IN CNAME mx.useribm.hu. +smtp IN CNAME mx.useribm.hu. diff --git a/sources/pns.usr.f29/postinstall/install/var/named/userrendszerhaz.hu.zone b/sources/pns.usr.f29/postinstall/install/var/named/userrendszerhaz.hu.zone new file mode 100644 index 0000000..5e2816a --- /dev/null +++ b/sources/pns.usr.f29/postinstall/install/var/named/userrendszerhaz.hu.zone @@ -0,0 +1,69 @@ +$TTL 86400 +@ IN SOA ns.userrendszerhaz.hu. hostmaster.mx.userrendszerhaz.hu. ( + 2018100901 ; Serial + 86400 ; Refresh (1 day) + 7200 ; Retry (2 hours) + 2419200 ; Expire (4 weeks) + 3600) ; Minimum (1 hour) + IN NS ns.userrendszerhaz.hu. + IN NS nsa2.invitel.net. + MX 1 aspmx.l.google.com. + MX 5 alt1.aspmx.l.google.com. + MX 5 alt2.aspmx.l.google.com. + MX 10 aspmx2.googlemail.com. + MX 10 aspmx3.googlemail.com. +; MX 10 mx.userrendszerhaz.hu. +; MX 20 mx2.userrendszerhaz.hu. + IN SPF "v=spf1 include:_spf.google.com ~all" + IN TXT "v=spf1 include:_spf.google.com ~all" + +gw IN A 84.2.25.193 ; gateway +router IN A 84.2.25.193 ; gateway +;mx2 IN A 84.2.25.194 ; secondary mail exchanger +whmcs IN A 84.2.25.194 ; whmcs (fschnell) +minecraft IN A 84.2.25.195 ; akosztolanyi's server +tfs IN A 84.2.25.196 ; TFS Server, rrendek, dvasary +u197 IN A 84.2.25.197 ; unknown/unused +u198 IN A 84.2.25.198 ; unknown/unused +u199 IN A 84.2.25.199 ; unknown/unused +u200 IN A 84.2.25.200 ; unknown/unused +u201 IN A 84.2.25.201 ; unknown/unused +hg IN A 84.2.25.202 ; mercurial +jtrac IN A 84.2.25.202 ; jtrac +minicrm IN A 84.2.25.202 ; minicrm (rrendek) +;mx IN A 84.2.25.202 ; mail exchanger +ns IN A 84.2.25.202 ; name server +redmine IN A 84.2.25.202 ; redmine (dvasary) +svc IN A 84.2.25.202 ; service host +svn IN A 84.2.25.202 ; subversion +tsm64 IN A 84.2.25.202 ; TSM server +vpn IN A 84.2.25.202 ; OpenVPN server +www IN A 84.2.25.202 ; web server +@ IN A 84.2.25.202 ; userrendszerhaz.hu +fzsvc IN A 84.2.25.203 ; fschnell/zfelleg server +vcsvr55 IN A 84.2.25.204 ; vCenter server +u205 IN A 84.2.25.205 ; unknown/unused +zfrx300 IN A 84.2.25.206 ; zfelleg RX300 +fschnell IN A 84.2.25.206 ; fschnell/zfelleg server +zfelleg IN A 84.2.25.206 ; fschnell/zfelleg server +;toolbox IN A 91.82.119.216 ; TSM toolbox +;relay IN A 91.82.119.217 ; TSMDashboard relay server +;szmarcell IN A 91.82.119.218 ; marcell's test server +;cw IN A 91.82.119.219 ; zfelleg's test server +;jobengine IN A 91.82.119.220 ; jobengine server +;vhost1imm IN A 91.82.119.221 ; vhost1 IMM +;vhost2imm IN A 91.82.119.222 ; vhost2 IMM + +calendar IN CNAME ghs.google.com. +docs IN CNAME ghs.google.com. +ftp IN CNAME svc.userrendszerhaz.hu. +imap IN CNAME mx.userrendszerhaz.hu. +mail IN CNAME ghs.google.com. +ns1 IN CNAME svc.userrendszerhaz.hu. +ntp IN CNAME svc.userrendszerhaz.hu. +pop3 IN CNAME mx.userrendszerhaz.hu. +sites IN CNAME ghs.google.com. +smtp IN CNAME mx.userrendszerhaz.hu. +;www IN CNAME ghs.google.com. +;www IN CNAME svc.userrendszerhaz.hu. +googleffffffff963b8d47 IN CNAME google.com. diff --git a/sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone b/sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone new file mode 100644 index 0000000..48dd97e --- /dev/null +++ b/sources/pns.usr.f29/postinstall/install/var/named/usr.user.hu.zone @@ -0,0 +1,394 @@ +$TTL 86400 +@ IN SOA ns.usr.user.hu. hostmaster.mx.usr.user.hu. ( + 2018103001 ; Serial + 86400 ; Refresh (1 day) + 7200 ; Retry (2 hours) + 2419200 ; Expire (4 weeks) + 3600) ; Minimum (1 hour) + IN NS ns.usr.user.hu. + +; 1 2 +; 12345678901234567890123456 +; abcdefghijklmnopqrstuvwxyz +; 123456789 + +; ================================================================ +; wifi routers (wr = 23 * 10 + 18 = 248) +; ================================================================ +archer-c5-sf IN A 10.228.248.196 ; sf (second floor) +archer-c5-ff IN A 10.228.248.66 ; ff (first floor) + +; ================================================================ +; servers (sv = 19 * 10 + 22 = 212) +; ================================================================ +db2svr IN A 10.228.212.42 ; db/d2 +accounting IN A 10.228.212.13 ; ac + +; ================================================================ +; spectrum scale sandbox (ss = 19 * 10 + 19 = 209) +; ================================================================ +sssbn3 IN A 10.228.209.131 ; site b node 3 +sssbn2 IN A 10.228.209.130 ; site b node 2 +sssbn1 IN A 10.228.209.129 ; site b node 1 +sssan3 IN A 10.228.209.3 ; site a node 3 +sssan2 IN A 10.228.209.2 ; site a node 2 +sssan1 IN A 10.228.209.1 ; site a node 1 + +; ================================================================ +; sharepoint sandbox (sp = 19 * 10 + 16 = 206) +; ================================================================ +spstsql IN A 10.228.206.212 ; st + 2 +spstad IN A 10.228.206.211 ; st + 1 +spstsp IN A 10.228.206.210 ; st +spw2k08sql IN A 10.228.206.207 ; sq +spw2k08sp IN A 10.228.206.206 ; sp +spw2k08ad IN A 10.228.206.14 ; ad +ppitsp IN A 10.228.206.3 +ppitdb IN A 10.228.206.2 +ppitad IN A 10.228.206.1 + +; ================================================================ +; rrendek (rr = 18 * 10 + 18 = 198) +; ================================================================ +rruserdev1 IN A 10.228.198.214 +userdev1 IN A 10.228.198.214 +rredms IN A 10.228.198.53 ; dm +rrwas90 IN A 10.228.198.2 +was90 IN A 10.228.198.2 +rrdb2 IN A 10.228.198.1 + +; ================================================================ +; sandbox (sb = 19 * 10 + 2 = 192) +; ================================================================ +tsmapil IN A 10.228.192.212 ; tl +ssam IN A 10.228.192.209 ; ss +spsbsql IN A 10.228.192.207 ; sq +spsb IN A 10.228.192.206 ; sp +tsmddtest IN A 10.228.192.204 ; td +toolbox IN A 10.228.192.202 ; tb +spsbad IN A 10.228.192.191 ; sa +jenkinswin IN A 10.228.192.123 ; jw +oratest IN A 10.228.192.70 ; ot +mkbdarc2dev IN A 10.228.192.44 ; dd +blobtest IN A 10.228.192.40 ; bt + +; ================================================================ +; rkonkoly (rk = 18 * 10 + 11 = 191) +; ================================================================ +rkdominoadmin IN A 10.228.191.1 + +; ================================================================ +; redhat gluster storage server sandbox (rg = 18 * 10 + 7 = 187) +; ================================================================ +rhgssn3 IN A 10.228.187.3 ; node 2 +rhgssn2 IN A 10.228.187.2 ; node 2 +rhgssn1 IN A 10.228.187.1 ; node 1 + +; ================================================================ +; pureflex infrastructure management (pi = 16 * 10 + 9 = 169) +; ================================================================ +v7000 IN A 10.228.169.23 +v7000-svc2 IN A 10.228.169.22 +v7000-svc1 IN A 10.228.169.21 +fsp09 IN A 10.228.169.19 +imm07 IN A 10.228.169.17 +imm05 IN A 10.228.169.15 +imm03 IN A 10.228.169.13 +imm02 IN A 10.228.169.12 +imm01 IN A 10.228.169.11 + +fsm IN A 10.228.169.10 + +fc5022-2 IN A 10.228.169.6 +fc5022-1 IN A 10.228.169.5 +en4093-2 IN A 10.228.169.4 +en4093-1 IN A 10.228.169.3 +cmm2 IN A 10.228.169.2 +cmm1 IN A 10.228.169.1 + +; ================================================================ +; pureflex hypervisor management (ph = 16 * 10 + 8 = 168) +; ================================================================ +pxvio2 IN A 10.228.168.34 +pxvio1 IN A 10.228.168.33 + +pxvcsvr55 IN A 10.228.168.17 +pxvcsvr IN A 10.228.168.17 +pxesxi02 IN A 10.228.168.2 + +; ================================================================ +; pureflex data (pd = 16 * 10 + 4 = 164) +; ================================================================ +paaix IN A 10.228.164.133 +paaix2 IN A 10.228.164.132 +paaix1 IN A 10.228.164.131 +oeptsm IN A 10.228.164.130 +pxnim IN A 10.228.164.129 +pxnode09 IN A 10.228.164.129 +purearchive2 IN A 10.228.164.97 +pxnode07 IN A 10.228.164.97 +pxtsm07 IN A 10.228.164.97 +purearchtst IN A 10.228.164.68 +purearchapp IN A 10.228.164.67 +purearchive IN A 10.228.164.66 +purearchive1 IN A 10.228.164.65 +pxnode05 IN A 10.228.164.65 +pxtsm05 IN A 10.228.164.65 +purebiemc IN A 10.228.164.35 +purebiems IN A 10.228.164.34 +purebackup IN A 10.228.164.33 +pxnode03 IN A 10.228.164.33 +pxtsm03 IN A 10.228.164.33 + +; ================================================================ +; purebackup (pb = 16 * 10 + 2 = 162) +; ================================================================ +purebcw2k12 IN A 10.228.162.242 +purebcw2k08 IN A 10.228.162.238 +purebcw2k03 IN A 10.228.162.233 +purebcrhel7 IN A 10.228.162.187 +purebcrhel6 IN A 10.228.162.186 +purebcwdb2105 IN A 10.228.162.106 +purebcldb2105 IN A 10.228.162.105 +purebcldb297 IN A 10.228.162.97 +purebcaix71 IN A 10.228.162.17 + +; ================================================================ +; network switches (ns = 14 * 10 + 19 = 159) +; ================================================================ +t1600g-28ts-sfu IN A 10.228.159.211 ; su (second floor upper) +smcgs24c-srm IN A 10.228.159.203 ; sm (server room management) +t1600g-28ts-sfl IN A 10.228.159.202 ; sl (second floor lower) +t1600g-28ts-sri IN A 10.228.159.199 ; si (server room internal) +smcgs24c-sre IN A 10.228.159.195 ; se (server room external) +t1600g-28ts-ffu IN A 10.228.159.81 ; fu (first floor upper) +t1600g-28ts-ffl IN A 10.228.159.72 ; fl (first floor lower) +t1600g-28ts-sri IN A 10.228.159.199 ; si (server room internal) + +; ================================================================ +; network printers (np = 14 * 10 + 16 = 156) +; ================================================================ +infoprint1120 IN A 10.228.156.106 ; ip +bizhubc253 IN A 10.228.156.28 ; bh + +; ================================================================ +; mszabo (ms = 13 * 10 + 19 = 149) +; ================================================================ +msexchange IN A 10.228.149.243 ; xc +msptt4 IN A 10.228.149.212 +msptt3 IN A 10.228.149.211 +msptt2 IN A 10.228.149.210 +msptt1 IN A 10.228.149.209 +msrdnt IN A 10.228.149.184 ; rd +mstsmdtest IN A 10.228.149.5 +msfhblbtest2 IN A 10.228.149.4 +msfhblbtest1 IN A 10.228.149.3 +msflashtest IN A 10.228.149.2 +mstsmupgrade IN A 10.228.149.1 + +; ================================================================ +; kickstart installations (ks = 11 * 10 + 19 = 129) +; ================================================================ +rhel7 IN A 10.228.129.187 +rhel6 IN A 10.228.129.186 +rhel5 IN A 10.228.129.185 +rhel4 IN A 10.228.129.184 +centos7 IN A 10.228.129.37 +centos6 IN A 10.228.129.36 +centos5 IN A 10.228.129.35 +centos4 IN A 10.228.129.34 + +; ================================================================ +; integration toolbox test servers (it = 9 * 10 + 20 = 110) +; ================================================================ +ittestrhel65 IN A 10.228.110.65 +ittestwin2012 IN A 10.228.110.12 + +; ================================================================ +; infrastructure servers (is = 9 * 10 + 19 = 109) +; ================================================================ +ifg IN A 10.228.109.254 +dhcp IN A 10.228.109.253 +mx IN A 10.228.109.253 +ns IN A 10.228.109.253 +svc IN A 10.228.109.253 +ldap IN A 10.228.109.252 +vpnvm IN A 10.228.109.251 +store IN A 10.228.109.250 +svn IN A 10.228.109.250 +tsm IN A 10.228.109.249 + +vpn IN A 10.228.109.236 ; vp + +pns IN A 10.228.109.174 ; pn + +minicrm IN A 10.228.109.133 ; mc + +ins IN A 10.228.109.104 ; in + +cvm IN A 10.228.109.52 ; cv +ntp IN A 10.228.109.52 + +kickstart6 IN A 10.228.109.238 +kickstart IN A 10.228.109.129 ; ks +winadk IN A 10.228.109.51 ; dk + +; ================================================================ +; infrastructure management (im = 9 * 10 + 13 = 103) +; ================================================================ +v5010svc2 IN A 10.228.103.246 ; v5 + (s + 2) +v5010svc1 IN A 10.228.103.245 ; v5 + (s + 1) +v5010b IN A 10.228.103.227 ; v5 + b +v5010 IN A 10.228.103.225 ; v5 +ds3400b IN A 10.228.103.219 ; (0xdb) +ds3400a IN A 10.228.103.218 ; (0xda) +dssm IN A 10.228.103.203 ; (sm) + +; ================================================================ +; hypervisor management (hm = 8 * 10 + 13 = 93) +; ================================================================ +vcsa65 IN A 10.228.93.65 +vcsa60 IN A 10.228.93.60 +vcsvr55 IN A 10.228.93.55 +vhost3 IN A 10.228.93.3 +vhost2 IN A 10.228.93.2 +vhost1 IN A 10.228.93.1 + +; ================================================================ +; infrastructure backup servers (ib = 9 * 10 + 2 = 92) +; ================================================================ +cvmb IN A 10.228.92.52 ; cv +ntpb IN A 10.228.92.52 + +; ================================================================ +; fuge (fu = 6 * 10 + 21 = 81) +; ================================================================ +fuonyffilenet IN A 10.228.81.2 +futmp IN A 10.228.81.1 + +; ================================================================ +; fschnell (fs = 6 * 10 + 19 = 79) +; ================================================================ +fsws IN A 10.228.79.249 +fs-iibv10 IN A 10.228.79.92 +fsmq8004 IN A 10.228.79.84 +fsmq80 IN A 10.228.79.80 +fsmq75 IN A 10.228.79.75 +fsmq70 IN A 10.228.79.70 + +; ================================================================ +; fritter (fr = 6 * 10 + 18 = 78) +; ================================================================ +frsppapp IN A 10.228.78.206 ; sp +frtsm71 IN A 10.228.78.71 +frtsmc7 IN A 10.228.78.37 +frtsm12 IN A 10.228.78.12 + +; ================================================================ +; dvasary (dv = 4 * 10 + 22 = 62) +; ================================================================ +dvredmine IN A 10.228.62.193 ; rm +dvedmstest IN A 10.228.62.70 ; et +dvaviglion IN A 10.228.62.32 ; av + +; ================================================================ +; desktops (dt = 4 * 10 + 20 = 60) +; ================================================================ +$GENERATE 1-9 desktop00$ A 10.228.60.$ +$GENERATE 10-99 desktop0$ A 10.228.60.$ +$GENERATE 100-254 desktop$ A 10.228.60.$ + +; ================================================================ +; dhcp clients (dc = 4 * 10 + 3 = 43) +; ================================================================ +$GENERATE 1-9 dhcp00$ A 10.228.43.$ +$GENERATE 10-99 dhcp0$ A 10.228.43.$ +$GENERATE 100-254 dhcp$ A 10.228.43.$ + +; ================================================================ +; old sr (192.168.42.0) static dhcp clients +; ================================================================ +ads IN A 10.228.42.246 +spelive IN A 10.228.42.245 +datacap-rr IN A 10.228.42.236 +testcibod9 IN A 10.228.42.231 +rtc4 IN A 10.228.42.208 +vmbkp IN A 10.228.42.207 +mqsvr IN A 10.228.42.206 +mqback IN A 10.228.42.205 +mqfiles IN A 10.228.42.204 +azsamboki01 IN A 10.228.42.203 +csldallianz IN A 10.228.42.194 +tsmmon-p IN A 10.228.42.190 +tsmmon-s IN A 10.228.42.189 +accounting IN A 10.228.42.188 +jenkinslnx IN A 10.228.42.185 +jenkinstst IN A 10.228.42.184 +ssam71 IN A 10.228.42.180 + +; ================================================================ +; azsamboki (az = 1 * 10 + 26 = 36) +; ================================================================ +azsssam IN A 10.228.36.209 ; ss +azsssamdev IN A 10.228.36.194 ; sd +azsnfs IN A 10.228.36.146 ; nf +azsgpfs2 IN A 10.228.36.88 ; gp + 2 +azsgpfs1 IN A 10.228.36.87 ; gp + 1 +azsgpfs IN A 10.228.36.86 ; gp + +; ================================================================ +; capi development (cd = 3 * 10 + 4 = 34) +; ================================================================ +cdvm IN A 10.228.34.233 +cds822p4 IN A 10.228.34.25 +cds822p3 IN A 10.228.34.24 +cds822p2 IN A 10.228.34.23 +cds822p1 IN A 10.228.34.22 +cds822 IN A 10.228.34.22 +cds822hmc2 IN A 10.228.34.2 +cds822hmc1 IN A 10.228.34.1 + +; ================================================================ +; akosztolanyi (ak = 1 * 10 + 11 = 21) +; ================================================================ +akmacmini IN A 10.228.21.143 ; mm +akminecraft IN A 10.228.21.1 + +; ================================================================ +; artificial intelligence (ai = 1 * 10 + 9 = 19) +; ================================================================ +aiac922 IN A 10.228.19.13 ; ac +aiac922bmc IN A 10.228.19.12 ; ab + +; ================================================================ +; acsiba (ac = 1 * 10 + 3 = 13) +; ================================================================ +acubuntu14 IN A 10.228.13.14 ; tsmterminal +acopensuse11 IN A 10.228.13.11 ; tsmterminal +acwin10 IN A 10.228.13.10 +accentos5 IN A 10.228.13.5 ; tsmterminal + +; ================================================================ +; zfelleg (zf = 26 * 10 + 6 (mod 256) = 10) +; ================================================================ +zfws IN A 10.228.10.249 ; ws +zfvpn IN A 10.228.10.236 ; vp +zfwd IN A 10.228.10.234 ; wd +zfvc IN A 10.228.10.223 ; vc +zfrx300 IN A 10.228.10.204 ; rx +zfmssql IN A 10.228.10.149 ; ms +zfirmc IN A 10.228.10.108 ; ir +zfhfe IN A 10.228.10.86 ; hf +zfwin81 IN A 10.228.10.81 +zfcw IN A 10.228.10.53 ; cw +zfdevrhel7 IN A 10.228.10.47 ; d7 +zfbldw2k08 IN A 10.228.10.28 ; b8 +zfbldrhel7 IN A 10.228.10.27 ; b7 +zfbldrhel6 IN A 10.228.10.26 ; b6 +zfboinc2 IN A 10.228.10.22 +zfboinc1 IN A 10.228.10.21 +zfwin2k IN A 10.228.10.20 +zfwin7 IN A 10.228.10.7 +zfryzen IN A 10.228.10.3 +zfblu-r1-hd IN A 10.228.10.2 +zfchaos IN A 10.228.10.1 ; hp microserver