- How is the physical topology (can you provide a drawing)?
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Aug 12 2023
I am having this exact problem and it evidently has been a problem for quite a few years.
Aug 11 2023
Aug 10 2023
Some internal test where done, using integration between:
- Traffic shaper. Currently supported in vyos cli
- Bridge firewall. Currently not supported in vyos cli.
It seems to exist for current Debian 12.1 (bookworm) so I think it should be a relativily simple task to add that if not already existing:
Aug 9 2023
I admit my setup isn't really the most common for production, but for the home lab crowd it might be ok. Realtek makes many network chip models I assume and their implementation might also vary from board manufacturer to another.
About not using VMware - that's a tougher ask :)
Aug 8 2023
Aug 7 2023
Nope, now i had to do
@aalmenar could you test this patch?
information that can be useful for this feature request :
@c-po Tried with latest rolling 1.4-rolling-202308060317, rpki doesn't start automatically, one must do:
Latest rolling uses FRR 9.0. - could you re-test it please?
Aug 6 2023
Running into this as well on: 1.4-rolling-202307260317
Aug 5 2023
Aug 1 2023
Cherry-pick https://github.com/vyos/vyos-1x/pull/2125
Jul 31 2023
Jul 26 2023
Jul 25 2023
Fix for 1.4: https://github.com/vyos/vyos-1x/pull/2109
Jul 24 2023
Jul 23 2023
Am I supposed to create data/template/dhcp-client/dhcp6c_daemon-options.j2 by hand? I tried to run make to try and create the template, then go from there & fill out the template like in daemon-options.j2. But my dev env is borked, and I'm starting to think that inside a VyOS instance is also where I'm supposed to do this.
Jul 22 2023
Jul 21 2023
PR for 1.3: https://github.com/vyos/vyos-1x/pull/2106
To reproduce the problem:
Jul 20 2023
FRR does not support it
Allows only full multicast table
r11# clear ip ... mroute IP multicast routing table
Jul 19 2023
The issue is actual.
I reproduced it. SSH was accessible at this moment. And sftp server was accessible too.
Jul 17 2023
Fixed with enabling offloads https://vyos.dev/T3619
vyos@r14# set interfaces ethernet eth0 offload Possible completions: gro Enable Generic Receive Offload gso Enable Generic Segmentation Offload lro Enable Large Receive Offload rfs Enable Receive Flow Steering rps Enable Receive Packet Steering sg Enable Scatter-Gather tso Enable TCP Segmentation Offloading
Jul 16 2023
Jul 15 2023
Jul 14 2023
Also, correct behavior when 1 interface is pppoe, and other dhcp-client:
Test #1:
- Simple configuration with one interface pppoe and other static, WLB working as expected:
Jul 13 2023
It possible with
set protocols bgp 65001 parameters default no-ipv4-unicast
I fixed this in https://github.com/vyos/vyos-1x/pull/995 but must not have updated this task to reflect that.