In T1030#46018, @c-po wrote:@pvelati looks like that the zone statement is required for Cloudflare only. I did not find a documentation how it should look like. is it only and always the domain part of your dynamic dns entry? If thats the case it can be automatically rendered into the configuration.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Oct 23 2019
Oct 23 2019
Viacheslav renamed T1761: Disallow saving when there are non-committed changes in the session from Bgp instence not found after save/reboot to Bgp instance not found after save/reboot.
@pvelati looks like that the zone statement is required for Cloudflare only. I did not find a documentation how it should look like. is it only and always the domain part of your dynamic dns entry? If thats the case it can be automatically rendered into the configuration.
I tried the new rolling iso VyOS 1.2-rolling-201910230349 but it doesn't work oob.
I see that you tweaked a bit the ddclient.conf file, but you need to add "zone=" in the conf in order to make it works.
I have found reason of this error:
migrate r1-system firewall configure failed.
Configuration error.
Added your reccomended changes and auto create directories if they are non existent. Can you please check again?
Oct 22 2019
Oct 22 2019
ok, I've found a way to make it working.
I've tried the VyOS 1.2-rolling-201910220117 with integrated ddclient 3.9.0 and this conf:
vyos@vyos# show service dns dynamic
interface pppoe0 {
service cloudflare {
host-name test.mydomain.com
login myemail@gmail.com
password 000000mycfapikey00000000
}
}but it doesn't work.
looks neat. I merged in in already. Can you add some explanation to https://github.com/vyos/vyos-documentation please.
GitHub <noreply@github.com> committed rVYOSONEX1ac55ee7fb11: Merge pull request #150 from kroy-the-rabbit/intf-rewrite1 (authored by hagbard-01 <39653662+hagbard-01@users.noreply.github.com>).
Example output. Note this is all programmatically generated in Python now instead of parsing the output of wg
Superseded by T1759
c-po changed the status of T818: SNMP v3 - remove required engineid from user node, a subtask of T652: Rewrite service snmp in new style XML interface definition, from Open to In progress.
c-po changed the status of T818: SNMP v3 - remove required engineid from user node, a subtask of T1738: Copy SNMP configuration from node to node raises exception, from Open to In progress.
c-po changed the status of T818: SNMP v3 - remove required engineid from user node from Open to In progress.
If i record this ISO to CD it boots normally, but from flash I can't login.
I also noticed, when i boot from flash, i got message:
migrate r1-system firewall configure.
Configuration success.
then i can't login, if i got:
Oct 21 2019
Oct 21 2019
GitHub <noreply@github.com> committed rVYOSONEX4ed6e7bf28eb: Merge pull request #147 from jdmac87/current (authored by c-po).
Please retest with upcoming rolling release from 20191022.
c-po changed the status of T1752: PPPoE does not automatically start on boot from Open to Needs testing.
Thanks for feeding back. Please try the latest rolling ISO if it works for you.
@c-po I tried your 3.9.0 deb package. I installed with some dependencies (libdata-validate-ip-perl libnet-ipv6addr-perl libnet-netmask-perl libnetwork-ipv4addr-perl).
After that, I modified some config parameters in the dns dynamic section to trigger the update but it doesn't work oob.
Looks like there is a missing priority statement in the VIF implementation.
hagbard changed the status of T1756: Modify output to be more useful - Wireguard from Open to Needs testing.
https://github.com/vyos/vyos-1x/pull/149 merged. While I think the UP/DOWN status is a little brave. It leads users maybe to believe that the wg interface has really a up/down state.
GitHub <noreply@github.com> committed rVYOSONEX0bc3e9f3d87d: Merge pull request #149 from kroy-the-rabbit/wgshow-imp (authored by hagbard-01 <39653662+hagbard-01@users.noreply.github.com>).
kroy edited projects for T1756: Modify output to be more useful - Wireguard, added: VyOS 1.3 Equuleus; removed VyOS 1.2 Crux.
jdmac87 added a comment to T1755: Python KeyError exceptions raised with 'show vpn ipsec sa' command under use of certain IPSEC cipher suites.
Pull request raised for review with effective fix proposed.
https://github.com/vyos/vyos-1x/pull/147
hagbard closed T1570: Unable to build for ocaml/dune for armhf on docker and chroot, a subtask of T476: Update the base system to Debian 10 (Buster), as Wontfix.
For now, it has been decided not to support arm officially, due to lack of resources.
hagbard closed T1656: equuleus: buster: arm: iso creation failes because of intel drivers, a subtask of T476: Update the base system to Debian 10 (Buster), as Wontfix.
hagbard closed T1656: equuleus: buster: arm: iso creation failes because of intel drivers as Wontfix.
For now, it has been decided not to support arm officially, due to lack of resources.
zsdc assigned T1560: "set load-balancing wan rule 0" causes segfault and prevents load balancing from starting to Unknown Object (User).
c-po renamed T1030: Upgrade ddclient from 3.8.2 to 3.9.0 (support Cloudflare API v4) from dynamic dns cloudflare protocol deprecated to Upgrade ddclient from 3.8.2 to 3.9.0 (support Cloudflare API v4).
Looks good first glance to me. Next rolling will have it included.
Oct 20 2019
Oct 20 2019
c-po closed T1030: Upgrade ddclient from 3.8.2 to 3.9.0 (support Cloudflare API v4) as Unknown Status.
Can you please test installing this package and feedback to me?
@pvelati thanks for the update!
hi @c-po , I've tried installing the 3.8.3 version but it's not compatible with the new CloudFlare API v4. The only way to make ddclient working with cloudflare is using the 3.9.0.
vyos@vyos:~$ wget http://ftp.de.debian.org/debian/pool/main/d/ddclient/ddclient_3.8.3-1.1_all.deb Connecting to ftp.de.debian.org (141.76.2.4:80) ddclient_3.8.3-1.1_a 100% |********************************************************************************************************************************************************************************************| 81924 0:00:00 ETA vyos@vyos:~$ sudo dpkg -i ddclient_3.8.3-1.1_all.deb (Reading database ... 59343 files and directories currently installed.) Preparing to unpack ddclient_3.8.3-1.1_all.deb ... Unpacking ddclient (3.8.3-1.1) over (3.8.2+vyos2+current1) ... Setting up ddclient (3.8.3-1.1) ...
Even better, looks like wimpunk is maintaining again and there is a fresh release https://github.com/ddclient/ddclient/releases 3.9.0
Debian Buster uses 3.8.3 https://packages.debian.org/buster/ddclient which could be considered as using a proper source tree.
@dmbaturin bump? I'd like to submit a PR for this issue, but would like some guidance regarded to my comment above.
Oct 19 2019
Oct 19 2019
c-po renamed T1677: Support configuration of Ethernet SMP affinity in new Python/XML implementation from Support configuration of SMP affinity in new Python impolementation to Support configuration of Ethernet SMP affinity in new Python/XML implementation.
Okay, thanks for the info.
It is true what @Viacheslav say, there is only possible to run one instance of bgp om a given router.. when using vrf's the bgp running inside the vrf is a subset of the main instance. to confirm, start vtysh and try to create multiple processes.. it will likly fail :)
We are a little confused.
As far as I know, Bgp instance on all router's platforms always one.
And it use socket with 179 tcp port.
VRF is working on same bgp instance, but support multiple autonomous system at once.
c-po assigned T1747: L2TP breaks after upgrading to VyOS 1.2-rolling-201910180117 [issue report and proposed solution] to Unknown Object (User).
Unknown Object (User) added a comment to T1747: L2TP breaks after upgrading to VyOS 1.2-rolling-201910180117 [issue report and proposed solution].
Agree with you, thank you. We need fixed these moments.
ciprian.craciun added a comment to T1747: L2TP breaks after upgrading to VyOS 1.2-rolling-201910180117 [issue report and proposed solution].
Unfortunately it doesn't work without gw-ip-address also in [chap-secrets]. In my early trials I've tried that, and the clients received IP's from the pool instead the static values.
Unknown Object (User) added a comment to T1747: L2TP breaks after upgrading to VyOS 1.2-rolling-201910180117 [issue report and proposed solution].
I think better calculate gw-ip-address automatically. outside-nexthop excluded from required for migration reasons.
Not necessary define gw-ip-address in [chap-secrets] section, it works without any issue if defined it in [ip-pool] only.
ciprian.craciun added a comment to T1747: L2TP breaks after upgrading to VyOS 1.2-rolling-201910180117 [issue report and proposed solution].
@Dmitry Thanks for pointing that out, I've looked on the wiki (https://wiki.vyos.net/) and searched for a description for outside-nexthop, and failed to find it, and the in-line help while configuring doesn't help much.
Unknown Object (User) added a comment to T1747: L2TP breaks after upgrading to VyOS 1.2-rolling-201910180117 [issue report and proposed solution].
You can set outside-nexthop which fixed this. Also I think we can calculate first ip for gw-ip-address if outside-nexthop is not defined by cli.
@runar at the current time this is true only one BGP instance is supported. But when we incorporate VRF one day which is definately on the roadmap this could change.
c-po moved T1743: equuleus: remove references to SSH key type "rsa1" deprecated in Debian Buster from Need Triage to Finished on the VyOS 1.3 Equuleus board.
c-po moved T1746: 201910180117 fails startup with 'Permission Denied' errors from Need Triage to Finished on the VyOS 1.3 Equuleus board.
c-po changed the status of T1745: dhcp-server commit fails with "DHCP range stop address x must be greater or equal to the range start address y!" when static mapping has same IP as range stop from Open to In progress.
