p.s. 478 and 479 referred to qmimux0.pcap
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
All Stories
Jan 12 2021
Line 478 and 479 seem to be the important ones here.
The MRU of 1450 appears to be correctly negotiated. i.e. Vyos is setting the remote side to a maximum of 1450 bytes, because that is what the remote side requested!
Jan 11 2021
Looks good on 1.3-beta-202101111823:
vyos@vyos:~$ configure WARNING: You are currently configuring a live-ISO environment, changes will not persist until installed [edit] vyos@vyos# set interfaces ethernet eth0 vif 10 [edit] vyos@vyos# set interfaces ethernet eth0 vif 11 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth0.10 sla-id 0 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth0.11 sla-id 1 [edit] vyos@vyos# commit [edit] vyos@vyos# delete interfaces ethernet eth0 dhcpv6-options [edit] vyos@vyos# commit [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth1 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth2 [edit] vyos@vyos# commit [edit] vyos@vyos# delete interfaces ethernet eth0 dhcpv6-options [edit] vyos@vyos# commit [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth1 [edit] vyos@vyos# set interfaces ethernet eth0 dhcpv6-options pd 0 interface eth2 sla-id 0 [edit] vyos@vyos# commit Site-Level Aggregation Identifier (SLA-ID) must be unique per prefix-delegation! [[interfaces ethernet eth0]] failed Commit failed [edit] vyos@vyos# exit discard exit vyos@vyos:~$ show version
Will be fixed in rolling releases starting 20210112. Thanks for reporting.
Hello.
Do you need something else?
systemd-container - easiest way to get containers rapidly into VyOS because all of the infrastructure (systemd) is already there.
We build our images with it, works fine.
You might want to take a look at the patches in T228 - its a 5.4 build with a bunch of C fixup, but using the Intel proprietary drivers for an in-tree build (permits signing of all modules at kernel build time).
We have this running on a host with a dual-port 740 (not doing all that much, some routing, NAT, ACL, and a couple of OpenVPN and IPSEC tunnels), and it seems to be fairly happy in that low intensity environment.
I can try to beat up on it and see how it fares, but probably worth a try.
Needs to add that expression with the right logic.
$VAR(../../../../@) != $VAR(../../../interface/remote-as/@)
1.2 crux the same behavior
I have just re-checked. It works fine for everyone LSAs type.
summary and asbr-summary also works fine
external works for me, can you re-check?
vyos@r5-roll:~$ show ip ospf database external 10.20.40.0
It works fine for show ip ospf database router x.x.x.x and show ip ospf database network x.x.x.x
It does not work for show ip ospf database <summary|asbr-summary|external> x.x.x.x
The output of these commands is empty.
Can be cherry-picked for equuleus and crux
Jan 10 2021
I'm on 1.4-rolling-202101100217 and it looks like the DUID command is gone at the interface level or system level. Besides overwriting the DUID file (which seems to not persist between upgrades), is there a good strategy here if the use-case doesn't require a custom DUID per interface?
tuned is known for altering values inside sysctl, its written on the projects web page - I simply did not thought about that issue when installing tuned.
Sounds good, syslog needs to be set to level debug for kernel facility, so it's per default only visible in the journal logs. Tested with a few tunnels, it's not very noisy, even with 20 tunnels.
Ok. I'll do it
@craterman Will be fixed in the next rolling release, can you check it tomorrow?
Thank you for the response. There is also a smoketest wmbedded which runs during ISO ge erstion ensuring this always works:
+1 for default, IPsec is also very chatty
Why not add this by default?
just confirming 1.4-rolling-202101100217 works as well
Jan 9 2021
This is fixed:
trae@cr01b-vyos:~$ restart flow-accounting trae@cr01b-vyos:~$ show ver
output looks then like below and is being logged to ringbuffer as well as systemd-journald:
When the vyos kernel is higher than 5.8+, you can start the formal test before merging nat66
In T915#81521, @Cheeze_It wrote: