- trafficserver (buster native - 19.7 MB of additional disk space will be used)
- looks like squidguard can't be integrated (removing it entirely?)
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Jan 22 2020
Jan 21 2020
If this is always enabled "hardcoded" and SNMPd is not running the following will happen:
This was only a problem in rolling and is fixed
Jan 20 2020
Many thanks again, I much prefer having interface specific settings in a single place instead of arbitrary script locations.
PR for this fix: https://github.com/vyos/vyatta-cfg/pull/20
@bbs2web you can try use sysctl params from set
This is working nicely, many thanks!
I like the idea, but unfortunately I do not understand why there needs to be a cancel node? If maintenance mode is not activated shouldnt this be enough?
Jan 19 2020
Jan 18 2020
No, work would be needed to add the necessary logic to VyOS scripts.
This wasn't possible before the version of isc-dhcpd VyOS uses was
updated to one that supported PD length. But now it is at least
possible, before it wasn't possible at all.
With the above change, some 2 years later, are we able to finally use a DHCP PD for IPv6? ie does it actually work?
Jan 17 2020
Ack, I have already after step 5 an issue. The uids shouldn't be an issue, since the users should be all in the same group and the group has r/w permissions.
I hacked through how to reproduce.
@kroy Can you please test with the latest rolling? I can't reproduce the issue.
@max1e6 Did you have a chance to test?
PR https://github.com/vyos/vyatta-cfg-quagga/pull/40 also need add script migration
I built package for 1.2.4 with fix. Now enforce-first-as sets per neighbour. e,g.
set protocols bgp 65535 neighbor 192.168.255.10 enforce-first-as
Look like FRR changes commands for this feature, now this option per neighbour.
Jan 16 2020
https://github.com/vyos/vyos-1x/commit/742da889afa4375d5b6cb98dada7f2d3ec2f0326
@Xesxen http://dev.packages.vyos.net/repositories/current/pool/main/v/vyos-1x/vyos-1x_1.3.0-16_all.deb addresses that issue for the rolling release.
@jestabro yup, go ahead please and let me know when I can close it or if you can you can close as well.
Yes, thanks, c-po; the revised settings (above) are consistent with defaults and behaviour for both crux and equuleus.
Issue looks to be fixed in rolling version you've stated. Reboot now immediate without any hang. Thanks.
I propose in this case use set vpn l2tp remote-access outside-address 0.0.0.0. It works in current rolling.
As I recently rewrote this part in XML/Python please also check the default values in the Python script
@kroy I tried just now with vyos-1.3-rolling-202001160217 in UEFI mode (even forced UEFI boot only in the BIOS to make sure) and am still having the same problem.
Jan 15 2020
I will backport this, unless objections ...
For consistency with the relative sizes set by CLI in the conf_mode script (system-ip.py), the default params should be:
The size of an ARP cache entry is 384 bytes (x86-64), so the change will add ~720k -- ~3 MiB, which seems reasonable. I will add the suggested settings to sysctl defaults.
Works in 1.3-rolling-202001150217, propose cherry-pick in to crux.
Resolved in 1.3-rolling-202001150217
Jan 14 2020
I ran into the same problem, here:
Jan 13 2020
I pushed a fix earlier which might fix this in UEFI mode. Can you check the rolling tomorrow (or build youself today). If you are interested, I also have a custom built ISO with the fix in it.
Xml for interface-definitions for commands set protocol mpls
https://github.com/sever-sever/vyos-1x/blob/current/interface-definitions/protocols-mpls.xml.in
Also discovered during testing that 4K sector drives will fail to boot with EFI. Also fixed in the above PR
T1940 should fix this. It would be pretty trivial to add the ability to choose between EFI and BIOS when EFI is present, though this fix should make it unnecessary
PR corrects this. Buster forces secure-boot by default, which we don't support
@c-po Thanks for the fix.
Revising this design, following discussion with dmbaturin; implementation in T1962.