- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Sep 16 2024
Sep 15 2024
Sep 14 2024
Sep 13 2024
Sep 12 2024
Sep 10 2024
Sep 9 2024
Sep 7 2024
Sep 5 2024
This time it seems like the remote side initiate a new IKE_SA without properly closing the old one. This tricked strongswan to keep both, but when the old one timed out. the vti-up-down script killed the VTI.
Just to add some context. This keeps on happening regularly, but for some reason more often on our trans-atlantic VPNs. Maybe once a week( it varies).
Sep 2 2024
Sep 1 2024
Aug 30 2024
Aug 29 2024
PR for docuemntation: https://github.com/vyos/vyos-documentation/pull/1531
Aug 27 2024
Aug 26 2024
Aug 25 2024
It seems to be broken once again - at least for devices <=1G RAM.
Aug 23 2024
Sorry, but that was my own mistake. When I checked again today, I noticed that the connections were not allowed in the firewall.
Aug 21 2024
A workaround doe DHCP client to make it work again: https://github.com/vyos/vyos-1x/pull/4002
possible fix
if 'source_interface' in config:
# my code here
config['ifname'] = config['source_interface']The issue is not found in 1.3.8 version but found in 1.4.0 and latest 1.5 rolling release.
Aug 20 2024
Aug 13 2024
Needs to add a bug report to netfilter https://bugzilla.netfilter.org/
Aug 12 2024
In my case, one interface is direct passthrough of physical interface via proxmox, other is a passthrough of VF (interface is splitter into several and shared across VMs).
I tried to enable hardware offloading for each of them separately without any success.
Aug 10 2024
Are the in-tree or out-of-tree drivers for your Intel NICs being used?
After some research, I am not even sure that flowtables offload works on intel cards
Aug 9 2024
Documentation :
https://github.com/vyos/vyos-documentation/pull/1521
Aug 8 2024
new structure was added :
Aug 7 2024
Aug 2 2024
With these changes https://github.com/vyos/vyos-1x/commit/253bf34371173e3cdd4871c18148ed75c3fa0832
vyos@server:~$ show dhcpv6 server leases
Traceback (most recent call last):
File "/usr/libexec/vyos/op_mode/dhcp.py", line 438, in <module>
res = vyos.opmode.run(sys.modules[__name__])
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3/dist-packages/vyos/opmode.py", line 263, in run
res = func(**args)
^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 265, in _wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 322, in show_server_leases
return _get_formatted_server_leases(lease_data, family=family)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 175, in _get_formatted_server_leases
end = _utc_to_local(end).strftime('%Y/%m/%d %H:%M:%S')
^^^^^^^^^^^^^^^^^^
File "/usr/libexec/vyos/op_mode/dhcp.py", line 47, in _utc_to_local
return datetime.fromtimestamp((datetime.fromtimestamp(utc_dt) - datetime(1970, 1, 1)).total_seconds())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: 'NoneType' object cannot be interpreted as an integer
vyos@server:~$Aug 1 2024
Jul 31 2024
I finally managed to give 1.5 a run and the first thing I did was check this. Perfect! Thank you everyone,
Jul 30 2024
Jul 27 2024
Can we possibly give a more informative message, or a link to that announcement?
Jul 25 2024
Jul 20 2024
Jul 19 2024
Jul 15 2024
This PR missed another location to add --no-healthcheck.
Jul 13 2024
In T4078#170371, @dmbaturin wrote:I suppose with the new firewall implementation, this is no longer relevant.
Jul 12 2024
This was completed at the time of T5248.
Jul 11 2024
PR for current: https://github.com/vyos/vyos-cloud-init/pull/78
PR for 1.4: https://github.com/vyos/vyos-1x/pull/3806