https://github.com/bodgit/vagrant-kerberos-dns
Vagrant box for creating a test Kerberos realm and BIND instance configured for GSS-TSIG
https://github.com/bodgit/vagrant-kerberos-dns
Last synced: 4 months ago
JSON representation
Vagrant box for creating a test Kerberos realm and BIND instance configured for GSS-TSIG
- Host: GitHub
- URL: https://github.com/bodgit/vagrant-kerberos-dns
- Owner: bodgit
- Created: 2020-12-28T23:53:41.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-30T13:05:55.000Z (over 4 years ago)
- Last Synced: 2025-03-05T04:34:04.018Z (4 months ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vagrant Kerberos realm
This Vagrantfile spins up three CentOS 7 virtual machines:
* A KDC configured with an `EXAMPLE.COM` realm.
* A BIND instance configured for GSS-TSIG dynamic updates hosting the following zones:
* `example.com.`
* `10.168.192.in-addr.arpa.`
* A client machine with the BIND utilities installed.All three machines have SSH configured to allow GSSAPI.
Get up and running:
```
$ vagrant plugin install vagrant-hosts vagrant-vbguest
$ vagrant up
$ vagrant ssh client
```
Currently only VirtualBox is supported.