Topi Miettinen
ab51fd9dbd
network: firewall integration with NFT sets
...
New directives `NFTSet=`, `IPv4NFTSet=` and `IPv6NFTSet=` provide a method for
integrating configuration of dynamic networks into firewall rules with NFT
sets.
/etc/systemd/network/eth.network
```
[DHCPv4]
...
NFTSet=netdev:filter:eth_ipv4_address
```
```
table netdev filter {
set eth_ipv4_address {
type ipv4_addr
flags interval
}
chain eth_ingress {
type filter hook ingress device "eth0" priority filter; policy drop;
ip saddr != @eth_ipv4_address drop
accept
}
}
```
```
sudo nft list set netdev filter eth_ipv4_address
table netdev filter {
set eth_ipv4_address {
type ipv4_addr
flags interval
elements = { 10.0.0.0/24 }
}
}
```
2022-06-08 16:12:25 +00:00
..
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-06-08 16:12:25 +00:00
2022-05-04 12:57:48 +02:00
2019-11-05 10:49:07 +09:00
2020-05-22 13:35:00 +02:00
2020-05-29 14:49:40 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2018-11-08 12:31:02 +09:00
2018-11-09 11:45:43 +09:00
2018-11-09 11:45:43 +09:00
2018-11-11 12:03:52 +09:00
2019-02-21 12:30:13 +01:00
2019-02-27 14:52:33 +01:00
2019-02-27 14:31:28 +01:00
2019-03-24 00:35:39 +09:00
2020-06-25 09:00:19 +02:00
2020-02-07 17:18:58 +09:00
2020-07-06 15:52:17 +02:00
2020-07-07 10:26:28 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00
2022-05-04 12:57:48 +02:00