Of course, restarting ping works, but all flows in transit will stop, this is not what you wan't on an edge device running 10GBit/s of traffic
- Feed Queries
- All Stories
- Search
- Feed Search
- Transactions
- Transaction Logs
Dec 6 2020
Running VyOS 1.3-rolling-202012060217 immediately when I enable port mirroring all sessions are dropped on this link.
Please only allow native-vlan and allowed-vlan for ethernet and bond type of interfaces for the time beeing
I wonder if this configuration should be possible at all. In my opinion native-vlan and allowed-vlan should be supported only on bond and ethernet interface types
Taking the following configuration as a pool serving relays:
Dec 5 2020
Disable downgrades in general is a bad idea. We still can leave the user with a broken config on downgrade but prevent it is bad. Imagine a very simple config, that would be downgradable.
Dec 4 2020
yes, specifying "ipv6" has the same effect as "ipv6 enable"
Dec 3 2020
Dec 2 2020
Calculating setting is always the smartest idea. I also have a WIFI6 NIC with me, the problem is it is not supported by Linux 4.19. which we currently are forced to use.
Dec 1 2020
table ip nat {
chain PREROUTING {
type nat hook prerouting priority dstnat; policy accept;
iifname "eth1" tcp dport { 22 } counter packets 0 bytes 0 dnat to 192.168.1.4 comment "DST-NAT-100"
}
}Thank you @Dmitry, it will be in tomorrows rolling release.
Nov 30 2020
Ah, thanks for the clarification.
Nov 29 2020
See documentation https://docs.vyos.io/en/latest/system/ntp.html, support will be in next rolling release
Even on Kernel 5.4 this is not supported.
Nov 28 2020
The command works on the experimental Kernel 5.9.9 VyOS ISO, but not using a 4.19 series Kernel. looks like it's not yet supported in nftables.
We actually need this:
http://git.nftables.org/nftables/commit/?id=35a6b10c1bc488ca195e9c641563c29251f725f3
Nov 27 2020
The root cause here is that there is yet no nftables map support in our template.
+1