User Details
User Details
- User Since
- Feb 29 2024, 12:44 PM (56 w, 5 d)
Apr 16 2024
Apr 16 2024
paigeadelethompson added a comment to T6097: vrf_zones blocking ipv6 traffic.
I decided to dig into this a little more and try to trace this out:
sudo nft add chain inet vrf_zones trace_chain { type filter hook prerouting priority -301\; } sudo nft add rule inet vrf_zones trace_chain meta nftrace set 1
paigeadelethompson added a comment to T6097: vrf_zones blocking ipv6 traffic.
side note, if you flush ruleset, and only add:
paigeadelethompson added a comment to T6097: vrf_zones blocking ipv6 traffic.
Something I just figured out is that the minute I do:
Mar 19 2024
Mar 19 2024
paigeadelethompson added a comment to T4718: DHCP server listen-address doesn't take effect if the interface is in a VRF.
yeah I had this problem too, also @Viacheslav I think you are right:
Mar 8 2024
Mar 8 2024
paigeadelethompson added a comment to T6097: vrf_zones blocking ipv6 traffic.
much appreciated, thank you!
Mar 4 2024
Mar 4 2024
paigeadelethompson added a comment to T3655: NAT doesn't work correctly with VRF.
table inet vrf_zones { map ct_iface_map { typeof iifname : ct zone elements = { "HE" : 132, "WAN" : 128, "eth0" : 128, "tun0" : 132, "eth1" : 256, "eth2" : 384, "veth0" : 132, "veth1" : 256, "VMNET" : 256, "FASTNETMON" : 384 } }