Page MenuHomeVyOS Platform
Feed All Stories

Sep 19 2020

jack9603301 changed the status of T2898: Support NDP proxy, a subtask of T2518: Support NAT for ipv6(NPT), from Open to In progress.
Sep 19 2020, 9:39 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
jack9603301 changed the status of T2898: Support NDP proxy from Open to In progress.
Sep 19 2020, 9:39 AM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 7:21 AM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

I can't find how to enable ipv6 connection tracking. Recompiling and modifying the linux kernel switch does not seem to see the module loaded. I think the current nat66 has completed 90%, and only need to implement ndp proxy to make it work normally.

Sep 19 2020, 7:20 AM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp

Sep 19 2020, 7:17 AM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

I think we do need it, we can’t let users manage all IP manually unless we implement stateful NAT66

Sep 19 2020, 7:15 AM · VyOS 1.4 Sagitta
c-po added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp. Isn‘t the Kernel sysctl interface enough? Do we really need a daemon?

Sep 19 2020, 6:57 AM · VyOS 1.4 Sagitta
jack9603301 triaged T2898: Support NDP proxy as Normal priority.
Sep 19 2020, 6:41 AM · VyOS 1.4 Sagitta
jack9603301 claimed T2898: Support NDP proxy.
Sep 19 2020, 6:40 AM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 6:30 AM · VyOS 1.4 Sagitta
jack9603301 added a project to T2898: Support NDP proxy: VyOS 1.2 Crux.
Sep 19 2020, 6:29 AM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

Beeing stateless or statefull both should work. We can add a CLI node for the proxy.ndp option like we have for proxy arp on ipv4, no big deal.

Sep 19 2020, 5:29 AM · VyOS 1.4 Sagitta
jack9603301 created T2898: Support NDP proxy.
Sep 19 2020, 3:59 AM · VyOS 1.4 Sagitta

Sep 18 2020

syncer changed the subtype of T2713: VyOS must not change permissions on files in /config/auth from "Task" to "Bug".
Sep 18 2020, 8:13 PM · VyOS 1.3 Equuleus (1.3.0)
syncer archived VyOS 1.2 Crux (VyOS 1.2.6).
Sep 18 2020, 7:58 PM
Unknown Object (User) created T2897: Remove cluster command.
Sep 18 2020, 7:49 PM · VyOS 1.4 Sagitta
diekos updated the task description for T2896: set ip route 0.0.0.0/0 dhcp-interface eth0.
Sep 18 2020, 6:56 PM · VyOS 1.3 Equuleus (1.3.0)
diekos created T2896: set ip route 0.0.0.0/0 dhcp-interface eth0.
Sep 18 2020, 6:55 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2806: ipsec generates false warning on commit when local prefix is sourced from loopback.

Let's check and table "local"
PR for rolling https://github.com/vyos/vyatta-cfg-vpn/pull/37

Sep 18 2020, 6:21 PM · VyOS 1.2 Crux (VyOS 1.2.8)
Viacheslav created T2895: VPN IPsec "leftsubnet" declared 2 times.
Sep 18 2020, 6:09 PM · VyOS 1.3 Equuleus (1.3.0-epa1)
Cheeze_It added a comment to T1316: Support for IS-IS .

@Viacheslav, I am unsure if you're able to finish the template and/or work on it more but if you guys ever choose to complete it and add it into rolling then I can test it out in my lab.

Sep 18 2020, 5:32 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T2518: Support NAT for ipv6(NPT).
In T2518#75586, @c-po wrote:

Beeing stateless or statefull both should work. We can add a CLI node for the proxy.ndp option like we have for proxy arp on ipv4, no big deal.

Sep 18 2020, 2:56 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
c-po added a comment to T2518: Support NAT for ipv6(NPT).

Beeing stateless or statefull both should work. We can add a CLI node for the proxy.ndp option like we have for proxy arp on ipv4, no big deal.

Sep 18 2020, 2:49 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
jack9603301 added a comment to T2518: Support NAT for ipv6(NPT).

This is a milestone, which means we have to decide whether to use stateful or stateless

Sep 18 2020, 1:58 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
JessterSB added a comment to T2518: Support NAT for ipv6(NPT).

I worked with @jack9603301 and discovered [1] that stateless NAT66 depends on IPv6 neighbor proxy, otherwise VyOS will not respond to IPv6 neighbor discovery broadcasts.

Sep 18 2020, 1:55 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
SrividyaA added a comment to T2861: route-map "set community additive" not working correctly.

Tested in LTS 1.2.5 and latest rolling release, where it is not allowing to add the AA:NN along with Additive

Sep 18 2020, 1:13 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 added a comment to T2518: Support NAT for ipv6(NPT).

It is confirmed that there is a bug in the implementation, but no solution has been found yet. In the nat66 rule, the prefix translation is indeed performed in the expected behavior, but the upstream device cannot return the data packet from the specific prefix. If the community has a good solution, please let me know

Sep 18 2020, 11:45 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
jack9603301 changed the status of T2518: Support NAT for ipv6(NPT) from On hold to In progress.
Sep 18 2020, 10:50 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
Unknown Object (User) added a parent task for T1251: IKEv2 Agile VPN Support: T2816: Rewrite IPsec scripts with the new XML/Python approach.
Sep 18 2020, 10:41 AM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) added a subtask for T2816: Rewrite IPsec scripts with the new XML/Python approach: T1251: IKEv2 Agile VPN Support.
Sep 18 2020, 10:41 AM · VyOS 1.4 Sagitta
Unknown Object (User) closed T945: Unable to change configuration after changing it from script (vbash + script-template) as Resolved.

Marked as resolved

Sep 18 2020, 8:48 AM · VyOS 1.3 Equuleus (1.3.0-epa1)

Sep 17 2020

c-po triaged T2894: bond: lacp: member interfaces get removed once bond interface has vlans configured as Urgent! priority.
Sep 17 2020, 7:28 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2894: bond: lacp: member interfaces get removed once bond interface has vlans configured.
Sep 17 2020, 7:28 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) changed the status of T2891: Support to change ring-buffers from CLI from Open to Needs testing.

Thanks, let's merge it only after 1.2.6 release

Sep 17 2020, 5:55 PM · Restricted Project, VyOS 1.2 Crux (VyOS 1.2.7)
c-po added a comment to T2891: Support to change ring-buffers from CLI.

No objection as its a minor enhancement

Sep 17 2020, 5:23 PM · Restricted Project, VyOS 1.2 Crux (VyOS 1.2.7)
Unknown Object (User) added a comment to T2891: Support to change ring-buffers from CLI.

Can we add this implementation for crux in the old style?
https://github.com/DmitriyEshenko/vyatta-cfg-system/commit/0adc41a62b6d532da7c4b47cb5da920d1ed39664

Sep 17 2020, 12:48 PM · Restricted Project, VyOS 1.2 Crux (VyOS 1.2.7)
Unknown Object (User) added a project to T2891: Support to change ring-buffers from CLI: VyOS 1.2 Crux (VyOS 1.2.7).
Sep 17 2020, 12:46 PM · Restricted Project, VyOS 1.2 Crux (VyOS 1.2.7)
zsdc closed T2888: Cloud-init images refuse to work with network-based datasource such as Ec2 or OpenStack (but do work with OpenStack's config drive) as Invalid.

The main reason for such issues is missing a good one instructions on how to build a proper one image.

Sep 17 2020, 12:21 PM · VyOS 1.3 Equuleus (1.3.0)
Unknown Object (User) created T2893: Remove broken MSS-clamping old command.
Sep 17 2020, 11:46 AM
Unknown Object (User) triaged T2892: Remove command: "set firewall options interface <interface> disable" as Low priority.
Sep 17 2020, 10:41 AM · VyOS 1.3 Equuleus (1.3.0), VyOS 1.4 Sagitta
jack9603301 added a comment to T2518: Support NAT for ipv6(NPT).
Sep 17 2020, 5:03 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
JessterSB added a comment to T2518: Support NAT for ipv6(NPT).

@jack9603301 Here is R1

Sep 17 2020, 3:00 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
jack9603301 added a comment to T2518: Support NAT for ipv6(NPT).

Please give the configuration of R1 so that I can immediately test your topology in the simulation environment

Sep 17 2020, 2:50 AM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)

Sep 16 2020

JessterSB added a comment to T2518: Support NAT for ipv6(NPT).

Hey guys, I am testing nat66 from @jack9603301 which @c-po provided the ISO for me today (VyOS 1.3-nat66-202009161808)

Sep 16 2020, 10:50 PM · VyOS 1.5 Circinus, VyOS 1.4 Sagitta (1.4.0)
Unknown Object (User) claimed T2891: Support to change ring-buffers from CLI.
Sep 16 2020, 7:32 PM · Restricted Project, VyOS 1.2 Crux (VyOS 1.2.7)
Unknown Object (User) created T2891: Support to change ring-buffers from CLI.
Sep 16 2020, 7:32 PM · Restricted Project, VyOS 1.2 Crux (VyOS 1.2.7)
kroy added a comment to T2875: WiFi interface configured as station can not be added to bridge.
set interfaces bridge br0 member interface wlan0
Sep 16 2020, 7:17 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2890: NAT error adding translation address range.

Duplicate T2539

Sep 16 2020, 6:24 PM · VyOS 1.3 Equuleus (1.3.0)
bamu created T2890: NAT error adding translation address range.
Sep 16 2020, 6:18 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2887: WiFi ht40+ channel width is not set in hostaptd.conf as Resolved.
Sep 16 2020, 5:46 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2887: WiFi ht40+ channel width is not set in hostaptd.conf from Open to In progress.
Sep 16 2020, 5:34 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2886: RADIUS authentication broken only returns operator level as Resolved.
Sep 16 2020, 4:56 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav created T2889: Service SNMP doesn't start after adding new addresses.
Sep 16 2020, 3:13 PM · VyOS 1.2 Crux
c-po added a comment to T2886: RADIUS authentication broken only returns operator level.

Add a smoketest to check if the required config options are present in the kernel configuration to prevent this in the future.

Sep 16 2020, 3:02 PM · VyOS 1.3 Equuleus (1.3.0)
c-po changed the status of T2886: RADIUS authentication broken only returns operator level from Open to In progress.
Sep 16 2020, 2:59 PM · VyOS 1.3 Equuleus (1.3.0)
sempervictus created T2888: Cloud-init images refuse to work with network-based datasource such as Ec2 or OpenStack (but do work with OpenStack's config drive).
Sep 16 2020, 2:34 PM · VyOS 1.3 Equuleus (1.3.0)
c-po claimed T2887: WiFi ht40+ channel width is not set in hostaptd.conf.
Sep 16 2020, 5:56 AM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2887: WiFi ht40+ channel width is not set in hostaptd.conf.
Sep 16 2020, 5:56 AM · VyOS 1.3 Equuleus (1.3.0)

Sep 15 2020

c-po updated the task description for T2886: RADIUS authentication broken only returns operator level.
Sep 15 2020, 5:17 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2886: RADIUS authentication broken only returns operator level.
Sep 15 2020, 5:16 PM · VyOS 1.3 Equuleus (1.3.0)
c-po updated the task description for T2886: RADIUS authentication broken only returns operator level.
Sep 15 2020, 5:04 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2886: RADIUS authentication broken only returns operator level.
Sep 15 2020, 5:03 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2515: Ethernet interface is automatically disabled when removing it from bond as Resolved.
Sep 15 2020, 4:56 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T2885: configd: print commit errors to config session terminal, a subtask of T2582: Script daemon to offload processing during commit, from In progress to Needs testing.
Sep 15 2020, 4:31 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T2885: configd: print commit errors to config session terminal from In progress to Needs testing.
Sep 15 2020, 4:31 PM · VyOS 1.3 Equuleus (1.3.0)
sempervictus claimed T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.
Sep 15 2020, 4:09 PM · VyOS 1.5 Circinus
sempervictus changed Difficulty level from unknown to hard on T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.
Sep 15 2020, 4:08 PM · VyOS 1.5 Circinus
sempervictus updated the task description for T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.
Sep 15 2020, 4:08 PM · VyOS 1.5 Circinus
c-po claimed T2515: Ethernet interface is automatically disabled when removing it from bond.
Sep 15 2020, 3:59 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2882: DHCP client on bond interfaces not working as Invalid.
Sep 15 2020, 3:57 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2882: DHCP client on bond interfaces not working.

Yeah - its a bug when used in EVE-ng - closing

Sep 15 2020, 3:57 PM · VyOS 1.3 Equuleus (1.3.0)
sempervictus added a comment to T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.

While i appreciate that you have an opinion of what's "best," i'm not re-summarizing 10+y of Linux out-of-tree history to spoon feed someone data they can, and should (like good engineers do), acquire on their own. Several of those patches are simply in-tree integrations for things currently built and packaged as kmods by VyOS on an LTS tree, the rest are well documented long running projects of their own which one must research and review the source code for anyway to properly understand their function and benefit.

Sep 15 2020, 3:29 PM · VyOS 1.5 Circinus
jack9603301 added a comment to T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.

It’s best to provide links to related descriptions instead of asking everyone to search for the related details and patch implementations you describe

Sep 15 2020, 3:13 PM · VyOS 1.5 Circinus
jestabro changed the status of T2885: configd: print commit errors to config session terminal, a subtask of T2582: Script daemon to offload processing during commit, from Open to In progress.
Sep 15 2020, 2:56 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro changed the status of T2885: configd: print commit errors to config session terminal from Open to In progress.
Sep 15 2020, 2:56 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a subtask for T2582: Script daemon to offload processing during commit: T2885: configd: print commit errors to config session terminal.
Sep 15 2020, 2:56 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a parent task for T2885: configd: print commit errors to config session terminal: T2582: Script daemon to offload processing during commit.
Sep 15 2020, 2:56 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro triaged T2885: configd: print commit errors to config session terminal as Normal priority.
Sep 15 2020, 2:56 PM · VyOS 1.3 Equuleus (1.3.0)
sempervictus created T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.
Sep 15 2020, 1:39 PM · VyOS 1.5 Circinus
jestabro added a comment to T2865: System hangs at boot after mounting config.

@querubin thanks for the info; that requirement should not persist, as current work should lessen the overhead. I'll link the task back here when defined.

Sep 15 2020, 1:10 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2882: DHCP client on bond interfaces not working.

I think it was a bug with virtio drivers and bonding.

Sep 15 2020, 9:56 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2882: DHCP client on bond interfaces not working.

I can't reproduce it

Sep 15 2020, 8:58 AM · VyOS 1.3 Equuleus (1.3.0)
querubin added a comment to T2865: System hangs at boot after mounting config.

Tried the latest rolling. It boots/runs if you give it 768MB of memory.
At 512MB it hangs as before. I guess minimum requirements will be
changing.

Sep 15 2020, 8:39 AM · VyOS 1.3 Equuleus (1.3.0)

Sep 14 2020

syncer renamed T2883: op-mode reset vpn command shows wrong completion from Reset vpn commands show wrong complation to op-mode reset vpn command shows wrong completion.
Sep 14 2020, 9:37 PM · VyOS 1.2 Crux
Unknown Object (User) created T2883: op-mode reset vpn command shows wrong completion.
Sep 14 2020, 9:13 PM · VyOS 1.2 Crux
c-po changed the status of T2882: DHCP client on bond interfaces not working from Open to Confirmed.
Sep 14 2020, 6:16 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2882: DHCP client on bond interfaces not working.
Sep 14 2020, 6:16 PM · VyOS 1.3 Equuleus (1.3.0)
jestabro added a comment to T2865: System hangs at boot after mounting config.

@querubin Thank you for the detailed results --- firstly, these issues may be overdetermined due to several updates earlier this month; one notable issue is that we had moved to a 5.x series kernel, which showed several problems re QAT support, and an identified kernel bug. We have reverted to 4.19 as of yesterday until the next LTS kernel is available. I would suggest trying the most recent rolling, and then we will diagnose any persistent issues.

Sep 14 2020, 4:06 PM · VyOS 1.3 Equuleus (1.3.0)
banditos13 added a comment to T2881: Bug in weight calculation for failover mode.

In failover mode only one active channel with "best parameters" can be used for connections

Sep 14 2020, 3:03 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
Viacheslav added a comment to T2881: Bug in weight calculation for failover mode.

@banditos13 Can you describe more details?
What is the bug and how to reproduce it?

Sep 14 2020, 2:09 PM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
Viacheslav closed T2301: Cannot delete PBR as Resolved.

Was fixed with https://phabricator.vyos.net/R6:0ecfe5a6d11065388714b0ef21de532f88774357 and T1241

Sep 14 2020, 2:01 PM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2868: Tcp-mss option in policy calls kernel-panic.
Sep 14 2020, 10:36 AM · VyOS 1.3 Equuleus (1.3.0)
banditos13 created T2881: Bug in weight calculation for failover mode.
Sep 14 2020, 8:18 AM · VyOS 1.3 Equuleus (1.3.7), VyOS 1.4 Sagitta
Viacheslav added a comment to T2868: Tcp-mss option in policy calls kernel-panic.

Still present in the latest rolling

Sep 14 2020, 7:47 AM · VyOS 1.3 Equuleus (1.3.0)
Viacheslav added a comment to T2874: Add MTU and TCP-MSS discovery tool.

PR https://github.com/vyos/vyos-1x/pull/545

Sep 14 2020, 7:30 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2880: Update Linux Kernel to v4.19.145 as Resolved.
Sep 14 2020, 6:11 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2879: Cleanup 4.19.144 kernel configuration as Resolved.
Sep 14 2020, 6:11 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2864: Wireguard IPv6 Link-Local Addresses Cannot Be Disabled as Invalid.
Sep 14 2020, 3:42 AM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2864: Wireguard IPv6 Link-Local Addresses Cannot Be Disabled.

Fixed together with T2863 in commit https://github.com/vyos/vyos-1x/commit/d49845421dbd8d0f470b7122022543eb45d10b7a

Sep 14 2020, 3:41 AM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2872: "Show log" for nat and openvpn got intermixed as Resolved.
Sep 14 2020, 3:39 AM · VyOS 1.3 Equuleus (1.3.0)