Search found 10 matches

by Kostya
13 Jan 2016 16:38
Forum: How-to
Topic: First time setup automation
Replies: 10
Views: 7442

Re: First time setup automation

Do you happen to know if there is a way to import greylist optout domains from a file? I found scripts for black and white lists but not for greylist.
by Kostya
13 Jan 2016 16:32
Forum: 3.x Bugs
Topic: Unbound with disabled recursion
Replies: 7
Views: 6590

Re: Unbound with disabled recursion

Have you been able to reproduce the issue?
by Kostya
25 Dec 2015 02:03
Forum: How-to
Topic: First time setup automation
Replies: 10
Views: 7442

Re: First time setup automation

Well, the way I see it:

Step 1: ability to disable interactive init. Perhaps a separate image or a setting during VM deployment. Then I'll be able to script password change and ssh enable. This can be a part of my VM deployment script.
If you don't want to do that for whatever reason - that's fine ...
by Kostya
23 Dec 2015 14:28
Forum: How-to
Topic: First time setup automation
Replies: 10
Views: 7442

Re: First time setup automation

Awesome, thank you!
by Kostya
22 Dec 2015 01:43
Forum: How-to
Topic: First time setup automation
Replies: 10
Views: 7442

Re: First time setup automation

Target remotely from another machine or trigger an execution of local script from remote machine.
Ansible works via ssh.
by Kostya
21 Dec 2015 21:18
Forum: How-to
Topic: First time setup automation
Replies: 10
Views: 7442

Re: First time setup automation

If this can be done that would be awesome. Thank you for looking at that.

Just to make sure we are on the same page. Ideally we would like to deploy a VM, connect it to the network (i.e. assign IP, gateway etc.) and then run deployment script which will feed it EFA-Config and do other config tasks ...
by Kostya
18 Dec 2015 23:09
Forum: How-to
Topic: First time setup automation
Replies: 10
Views: 7442

First time setup automation

We are trying to automate EFA deployment with Ansible.
Is there a documentation on what each step of setup script does - config files, command etc. so that it can be scripted?
by Kostya
14 Oct 2015 14:10
Forum: 3.x Bugs
Topic: Unbound with disabled recursion
Replies: 7
Views: 6590

Re: Unbound with disabled recursion

With recursion disabled and config file posted earlier it takes over 30 minutes for unbound to start. It doesn't matter if it's during server reboot or if I just stop the service and start it manually. Turns out all 30 minutes it's sending DNS requests to outside and firewall with DNS inspection is ...
by Kostya
10 Oct 2015 16:11
Forum: 3.x Bugs
Topic: Unbound with disabled recursion
Replies: 7
Views: 6590

Re: Unbound with disabled recursion

This is what I have in the file:

forward-zone:
name: "."
forward-addr: 10.0.15.4
forward-addr: 10.0.15.73

Both servers are my active directory domain controllers that are serving the network. I'm sure they are healthy. Also, the issue is happening in 3 different environments.

However it seems ...
by Kostya
09 Oct 2015 21:55
Forum: 3.x Bugs
Topic: Unbound with disabled recursion
Replies: 7
Views: 6590

Unbound with disabled recursion

Apparently unbound keeps sending requests to external servers during service restart even with recursion disabled and internal forwarders configured.