
A.2.2 AppPGP
When generating the application channel security key for satellite, the input to gpg is
specified in this file.
%echo Generating a standard key
Key-Type: DSA
Key-Length: 1024
Subkey-Type: ELG-E
Subkey-Length: 1024
Name-Real: Vijay Trehan
Name-Comment: Cloud Foundations
Expire-Date: 0
Passphrase: Cloud Foundations
# Do a commit here, so that we can later print "done" :-)
%commit
%echo done
A.2.3 DNS database files
Nine files exist for the named/DNS database. The forward DNS file name is
db.cloud.lab.eng.bos.redhat.com, the partial contents of which are listed below.
$TTL 86400
@ SOA sat-vm milo.redhat.com. ( 9876 10800 3600 604800 600 )
NS sat-vm
NS mgmt1.cloud.lab.eng.bos.redhat.com.
NS mgmt2.cloud.lab.eng.bos.redhat.com.
localhost A 127.0.0.1
sat-vm A 10.16.136.1
mgmt1 A 10.16.136.10
mgmt2 A 10.16.136.15
[ . . . ]
cloud-143-247 A 10.16.143.247
cloud-143-248 A 10.16.143.248
cloud-143-249 A 10.16.143.249
The reverse DNS file names are db.10.16.{136,137,138,139,140,141,142,143} and have
contents similar to:
$TTL 86400
@ SOA sat-vm.cloud.lab.eng.bos.redhat.com. ( 9876 10800 3600 604800 600 )
NS sat-vm.cloud.lab.eng.bos.redhat.com.
NS mgmt1.cloud.lab.eng.bos.redhat.com.
NS mgmt2.cloud.lab.eng.bos.redhat.com.
1 PTR cloud-138-1.cloud.lab.eng.bos.redhat.com.
2 PTR cloud-138-2.cloud.lab.eng.bos.redhat.com.
155 www.redhat.com
Komentáře k této Příručce