Page MenuHomeVyOS Platform
Feed Search

Sep 19 2020

c-po updated the task description for T2900: DNS forwarding: invalid warning is shown for "system name-server" or "system name-servers-dhcp" even if present.
Sep 19 2020, 8:26 PM · VyOS 1.3 Equuleus (1.3.0)
c-po created T2900: DNS forwarding: invalid warning is shown for "system name-server" or "system name-servers-dhcp" even if present.
Sep 19 2020, 8:25 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2875: WiFi interface configured as station can not be added to bridge.

Interesting post: https://serverfault.com/questions/152363/bridging-wlan0-to-eth0

Sep 19 2020, 8:14 PM · VyOS 1.3 Equuleus (1.3.0)
c-po renamed T2875: WiFi interface configured as station can not be added to bridge from Cannot add WiFi interface to Bridge to WiFi interface configured as station can not be added to bridge.
Sep 19 2020, 8:08 PM · VyOS 1.3 Equuleus (1.3.0)
c-po closed T2894: bond: lacp: member interfaces get removed once bond interface has vlans configured as Resolved.
Sep 19 2020, 7:12 PM · VyOS 1.3 Equuleus (1.3.0)
c-po added a comment to T2894: bond: lacp: member interfaces get removed once bond interface has vlans configured.

Resolved via https://github.com/vyos/vyos-1x/commit/d1c9ee33f25e45cea0d01f9685f99c960ed4d7f8

Sep 19 2020, 7:12 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 moved T2898: Support NDP proxy from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Sep 19 2020, 6:12 PM · VyOS 1.4 Sagitta
jack9603301 moved T2518: Add support for IPv6 NAT (NPTv6) from Need Triage to In Progress on the VyOS 1.3 Equuleus board.
Sep 19 2020, 6:12 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
jack9603301 added a comment to T2898: Support NDP proxy.

I also take into account the specific situation of the ndp proxy, the configuration of this link prompts, the configuration format of the ndp proxy is like this.

Sep 19 2020, 6:06 PM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 5:51 PM · VyOS 1.4 Sagitta
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 5:51 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

No arp proxy option is found in the configuration path, ndp proxy can manage multiple address rules under one interface

vyos@vyos# set interfaces ethernet eth0 ip 
Possible completions:
   arp-cache-timeout
                ARP cache entry timeout in seconds
   disable-arp-filter
                Disable ARP filter on this interface
   enable-arp-accept
                Enable ARP accept on this interface
   enable-arp-announce
                Enable ARP announce on this interface
   enable-arp-ignore
                Enable ARP ignore on this interface
   enable-proxy-arp
                Enable proxy-arp on this interface
 > ospf         Open Shortest Path First (OSPF) parameters
   proxy-arp-pvlan
                Enable private VLAN proxy ARP on this interface
 > rip          Routing Information Protocol (RIP)
   source-validation
                Policy for source validation by reversed path, as specified in RFC3704
Sep 19 2020, 5:46 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

Although I intended to think that it is easier to write scripts under the protocol, but from an intuitive point of view, it seems that this path is also a good choice (users can use the same command line as the arp proxy to configure) I have written it A sample, then only need to decide how to modify the cli

Sep 19 2020, 5:24 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp

The more suitable position may be set protocol ndp-proxy

I...really would like to not put it under "protocols" but to put it under the interface. It's *much* easier and more intuitive to see it under the interface/sub-interface than to see it in its' own stanza under "protocol" node.

Also, I'd argue it would be reasonable to separate ARP proxy and NDP proxy. That way one can pick and choose. Of course ARP proxy can't work without an IP address configured. NDP proxy can't be configured without an IPv6 address configured (those could be used as checks against configuring it on an empty interface).

Sep 19 2020, 5:21 PM · VyOS 1.4 Sagitta
jack9603301 added a comment to T2898: Support NDP proxy.

If possible, give your suggested cli path for my reference

Sep 19 2020, 5:18 PM · VyOS 1.4 Sagitta
Cheeze_It added a comment to T2898: Support NDP proxy.

set interfaces ethernet eth0 ip proxy-arp

The more suitable position may be set protocol ndp-proxy

Sep 19 2020, 5:00 PM · VyOS 1.4 Sagitta
c-po changed the status of T2894: bond: lacp: member interfaces get removed once bond interface has vlans configured from Open to In progress.
Sep 19 2020, 2:34 PM · VyOS 1.3 Equuleus (1.3.0)
jack9603301 updated the task description for T2898: Support NDP proxy.
Sep 19 2020, 1:34 PM · VyOS 1.4 Sagitta
jack9603301 changed the status of T2898: Support NDP proxy, a subtask of T2518: Add support for IPv6 NAT (NPTv6), from Open to In progress.
Sep 19 2020, 9:39 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
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)
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 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: Add support for IPv6 NAT (NPTv6).
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.4 Sagitta (1.4.0-epa3)
c-po added a comment to T2518: Add support for IPv6 NAT (NPTv6).

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.4 Sagitta (1.4.0-epa3)
jack9603301 added a comment to T2518: Add support for IPv6 NAT (NPTv6).

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

Sep 18 2020, 1:58 PM · VyOS 1.4 Sagitta (1.4.0-epa3)
JessterSB added a comment to T2518: Add support for IPv6 NAT (NPTv6).

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.4 Sagitta (1.4.0-epa3)
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: Add support for IPv6 NAT (NPTv6).

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.4 Sagitta (1.4.0-epa3)
jack9603301 changed the status of T2518: Add support for IPv6 NAT (NPTv6) from On hold to In progress.
Sep 18 2020, 10:50 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
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)
jack9603301 added a comment to T2518: Add support for IPv6 NAT (NPTv6).
Sep 17 2020, 5:03 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
JessterSB added a comment to T2518: Add support for IPv6 NAT (NPTv6).

@jack9603301 Here is R1

Sep 17 2020, 3:00 AM · VyOS 1.4 Sagitta (1.4.0-epa3)
jack9603301 added a comment to T2518: Add support for IPv6 NAT (NPTv6).

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.4 Sagitta (1.4.0-epa3)

Sep 16 2020

JessterSB added a comment to T2518: Add support for IPv6 NAT (NPTv6).

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.4 Sagitta (1.4.0-epa3)
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)
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 Rolling
sempervictus edited a custom field on T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.
Sep 15 2020, 4:08 PM · VyOS Rolling
sempervictus updated the task description for T2884: Upstream Kernel Patches from Semper Victus Linux Hardened Tree.
Sep 15 2020, 4:08 PM · VyOS Rolling
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 Rolling
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 Rolling
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 Rolling
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

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
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