This seems to work now.
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jul 11 2021
Jul 10 2021
Jul 9 2021
It is a feature request.
So we don't have a "large-comm-list" for set in our CLI. It is incorrect to compare "large-community" with "large-comm-list"
The option "delete" is preset only for the "lists"
In the latest rolling release all works fine without any changes
vyos@r1-roll:~$ show version
Jul 8 2021
Please backport this to 1.3. Thanks.
trae@cr01a-vyos# show system config-management
commit-archive {
location sftp://cr01a-vyos.int:<somePassword>@stor01z-rh8.int.trae32566.org:/int/cr01a-vyos
source-address lo
}
commit-revisions 10000Jul 7 2021
vpn rsa-keys migrated: https://github.com/vyos/vyos-1x/pull/912
@trae32566 I can't replicate this. Can you post your config?
This is still broken on the most recent rolling release:
trae@cr01a-vyos# commit
Using source address lo
Archiving config...
sftp://stor01z-rh8.int.trae32566.org:/int/cr01a-vyos Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/lib/python3/dist-packages/vyos/remote.py", line 315, in upload
upload_sftp(local_path, url.hostname, url.path, username, password, port, source, progressbar)
File "/usr/lib/python3/dist-packages/vyos/remote.py", line 190, in upload_sftp
transfer_sftp('upload', *args, **kwargs)
File "/usr/lib/python3/dist-packages/vyos/remote.py", line 162, in transfer_sftp
sock.connect((hostname, port))
OSError: [Errno 22] Invalid argument
[edit protocols bgp]Jul 6 2021
@sdev , Thank you. I will test and confirm, once the new rolling version is released.
Thanks for the confirmation
Jul 5 2021
Hi @c-po i've been testing the added command.
Jul 4 2021
Jul 3 2021
Jul 2 2021
Thanks Chris I'll test it once available and let you know!!
Added command set service conntrack-sync interface <intrerface> port <port>
Source NAT Rules went Out of Range in VyOS 1.4-rolling-202107010320
Hi @c-po I hope you're doing great!
Should be resolved in PR: https://github.com/vyos/vyos-1x/pull/903
Fixed in PR: https://github.com/vyos/vyos-1x/pull/903
Jul 1 2021
Looks good on 1.4-rolling-202107010537 and 1.3-beta-202106301443:
Should be addresses using the new vyos smoketest shim from 1.4 branch.
Please share your configuration.
Jun 30 2021
All of my neighbors are connected with me via wireguard interfaces (a different interface for every peering). I have no physical direct link with any peer.
All neighbors using IPv4 or ULA IPv6 addresses are working properly.
Please share your entire setup then somwe are able to help out.
i was referring to the FRR command as deprecated, not the corresponding VyOS command. The VyOS command is not even available in the last version of VyOS... I was able to try it only via vtysh...
please stop the idea of "deprecated" command. VyOS commands are in no relation to FRR commands.
If (and when) the FRR syntax changes, we will ensure it will still work by either migrating the VyOS CLI configuration dynamically on upgrade or by adjusting to the FRR configuration "under the hood" with our Jinja2 template.
Jun 29 2021
upgraded to 1.4-rolling-202106290839 but still not working for my setup...
Hello @joeudes , it looks like without enabled ppp-option ipv6 it should not work
set service pppoe-server ppp-options ipv6 allow
the new build is already available. I am unsure if this works or is even supported by FRR.
Please consult FRR manual and try configuring this manually from vtysh.
looking at your configuration I see you set the neighbor using the interface name.
But in that case how does FFR know which IP address to connect to initiate a BGP session? Works in passive mode only?
PR is in: https://github.com/vyos/vyos-1x/pull/901