<feed xmlns='http://www.w3.org/2005/Atom'>
<title>vyos-1x.git/src/conf-mode, branch circinus-temp-bot-test</title>
<subtitle>VyOS command definitions, scripts, and utilities (mirror of https://github.com/vyos/vyos-1x.git)
</subtitle>
<id>https://git.amelek.net/vyos/vyos-1x.git/atom?h=circinus-temp-bot-test</id>
<link rel='self' href='https://git.amelek.net/vyos/vyos-1x.git/atom?h=circinus-temp-bot-test'/>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/'/>
<updated>2018-05-16T12:35:22+00:00</updated>
<entry>
<title>Use '_' instead of '-' for python scripts for test</title>
<updated>2018-05-16T12:35:22+00:00</updated>
<author>
<name>Yuya Kusakabe</name>
<email>yuya.kusakabe@gmail.com</email>
</author>
<published>2018-05-16T12:35:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=be6f809581ccbcd6411713128a63711eaa2ce6b7'/>
<id>urn:sha1:be6f809581ccbcd6411713128a63711eaa2ce6b7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>T574: fix the hostname configuration script and add the domain-name command.</title>
<updated>2018-05-16T05:40:54+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T05:40:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=b6810edc7c31b171116c8ab87b3a25bee5727b7c'/>
<id>urn:sha1:b6810edc7c31b171116c8ab87b3a25bee5727b7c</id>
<content type='text'>
Fix multiple syntax errors.
Restart rsyslog after update since it uses the hostname.
Write the 127.0 entry to /etc/hosts, since sudo complains when it cannot resolve it.
</content>
</entry>
<entry>
<title>Merge pull request #8 from jbrodriguez/id/hostname</title>
<updated>2018-05-16T03:46:03+00:00</updated>
<author>
<name>Daniil Baturin</name>
<email>daniil@baturin.org</email>
</author>
<published>2018-05-16T03:46:03+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=97213f4c2e765202f32d99eec880fa69b252a01d'/>
<id>urn:sha1:97213f4c2e765202f32d99eec880fa69b252a01d</id>
<content type='text'>
T574: Add new style scripts and definitions for system host-name</content>
</entry>
<entry>
<title>Merge branch 'remove-ssh-allow-root' into current</title>
<updated>2018-05-15T20:26:25+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-05-15T20:26:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=a5e81355d1b81d66fafa99fda7f8efde526250bd'/>
<id>urn:sha1:a5e81355d1b81d66fafa99fda7f8efde526250bd</id>
<content type='text'>
* remove-ssh-allow-root:
  T634: Remove 'service ssh allow-root'
</content>
</entry>
<entry>
<title>T634: Remove 'service ssh allow-root'</title>
<updated>2018-05-15T20:25:36+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-05-15T20:23:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d9474df03d47b20f06580c3b32aac69849162015'/>
<id>urn:sha1:d9474df03d47b20f06580c3b32aac69849162015</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge branch 't632-ssh-multi-nodes' into current</title>
<updated>2018-05-15T19:59:05+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-05-15T19:59:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=2fd1926bad0753296807c5b29df711af29e2a67a'/>
<id>urn:sha1:2fd1926bad0753296807c5b29df711af29e2a67a</id>
<content type='text'>
* t632-ssh-multi-nodes:
  T632: allow multiple algoorithms for: Ciper, KEX, MACs
  T632: use multi node for SSH allow/deny users and groups
</content>
</entry>
<entry>
<title>bugfix: DNS domain forward server syntax</title>
<updated>2018-05-15T19:20:21+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-05-15T19:16:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=560411eae7be70e5ef44edbdb5000aa311fdae8f'/>
<id>urn:sha1:560411eae7be70e5ef44edbdb5000aa311fdae8f</id>
<content type='text'>
When generating a configuration for DNS domain forward to a local server
with 'set service dns forwarding domain foo.com server 1.1.1.1' this resulted in

  # domain ... server ...
  forward-zones=bar.com = 2.1.1.1;2.1.1.2
  forward-zones=foo.com = 1.1.1.1;1.1.1.2

On PowerDNS recursor restart the last line won and it totally forgot about
'bar.com'. This could be seen from the logfiles that only one domain was loaded:

  Redirecting queries for zone 'foo.com.' to: 1.1.1.1:53, 1.1.1.2:53

The manual at https://doc.powerdns.com/3/recursor/settings/#forward-zones shows
that all domains have to be configured on one 'forward-zones=' line. In the above
example this has to result in:

  forward-zones=bar.com=2.1.1.1;2.1.1.2, foo.com=1.1.1.1;1.1.1.2

A subsequent check within the logfiles reveal that it's now working:

  Redirecting queries for zone 'bar.com.' to: 2.2.2.2:53, 2.2.2.1:53
  Redirecting queries for zone 'foo.com.' to: 1.1.1.1:53, 1.1.1.2:53
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/current' into current</title>
<updated>2018-05-15T18:58:58+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-05-15T18:58:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=d34591809104df052d2706edec3ee3f8428cf55e'/>
<id>urn:sha1:d34591809104df052d2706edec3ee3f8428cf55e</id>
<content type='text'>
* upstream/current:
  Do not try to decode data read from /sys files in the show version script, it's already an str.
  Dependencies on file and pystache, for install and show version scripts..
  Add dependency on hvinfo, too.
  T637, T638: add dependencies on tcpdump and bmon.
  T638: new op mode CLI for the bandwidth monitor commands.
  T637: new op mode for traffic dumps based on tcpdump.
  Correct the logic of generating tag nodes for op mode.
  Add missing vyos.base module
  Fix cron interval regex to allow single digit values.
  Fix misplaces ConfigError exception.
  Some more valueless fixes.
  Mark nodes in SSH and NTP valueless (related to T602).
</content>
</entry>
<entry>
<title>bugfix: vyos-config-dns-forwarding.py: adding name-server into dictionary</title>
<updated>2018-05-15T18:58:29+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-05-15T18:58:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=86771ef232f45058f8cf8c5848ef2e805afadd1b'/>
<id>urn:sha1:86771ef232f45058f8cf8c5848ef2e805afadd1b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bugfix: remove whitespaces in generated 'powerdns/recursor.conf'</title>
<updated>2018-05-15T18:46:38+00:00</updated>
<author>
<name>Christian Poessinger</name>
<email>christian@poessinger.com</email>
</author>
<published>2018-05-15T18:46:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.amelek.net/vyos/vyos-1x.git/commit/?id=17bce754270301b951d0af9c80bfbf08872ec5af'/>
<id>urn:sha1:17bce754270301b951d0af9c80bfbf08872ec5af</id>
<content type='text'>
</content>
</entry>
</feed>
