Noticed this today. Possibly another related bug, seems to have appeared the same time the previous ones were fixed. Hostname in bgp is showing up as 'debian', the hostname command, /etc/hostname, /etc/resolv.conf show the correct hostname.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 15 2019
Jul 14 2019
"cheat link here"
I tested and it works for me as expected. I also have a test record on the internal DNS server not in name space '.intern', so I checked everything not '.intern' goes to the DNS server 1.1.1.1. It seems the more specific wins.
It will be definately a Kernel issue. I will close this now as it seems to be resolved. Please re-open when the issue re-appears on a new update of the kernel.
Woah hang on.... we actually consulted the documentation on this?! That’s cheating
Is this what you expect?
strange, I just have to reboot again with same software version and now it looks good!!
I tested again with vyos-1.2.0-rolling+201907141109 but in recursor.conf the domain forwarding is missing (VyOS config is the same as in tests before):
The new implementation will behave as follows:
After reading the PowerDNS docs this should be correct: forward-zones-recurse=.=1.1.1.1,intern=172.16.10.1 I will take a look.
Jul 12 2019
Same issue present in 1.3
test config looks like this:
Jul 11 2019
From the slack discussion, we found there should be a single forward-zones-recurse line as the last one takes precedence
Can you share your configuration and the actual /etc/powerdns/recursor.conf file? And an expected /etc/powerdns/recursor.conf?
It worked as it looked like this:
How should the config look like?
recursor.conf looks like this:
The problem is back in 1.2.0-rolling+201907110337 :-(
The line with the forwarders in recursor.conf is missing again.
@c-po
How can I reopen this task here?
Jul 10 2019
@hagbard Hello, I'll test it
@dienac Can you please test?
this commit broke it: https://phabricator.vyos.net/rVYOSONEXd76798085ea8a77ffca3c6fbb6df74fc3121c333
There may be more scripts affected.
Issue present in the 1.2.2 ISO, too
Hello, all!
I have prepared the pull requests for fixing this bug. They add hooks for two situations:
- if VRRP configuration changed;
- if firewall settings for interface changed.
Jul 9 2019
Thanks, the trick was adding some link-local adresses.
Jul 8 2019
@dienac Can you please test the implementation, should work in the next rolling image without any issues. Let me know if you encounter any.
I tested the following so far successful:
- vlan-id and range documentation for vlan_mon
https://github.com/vyos/vyos-1x/commit/209163351c8bbd25050a6541070aa94aaff3ce08
Should be available in the next rolling build (July 9th).