netfilter

  1. F

    Netfilter Syslog Spam

    Hallo zusammen, kann mir jemand erklären warum ich alle 5-10 Sekunden folgende Nachrichten im Syslog habe, bzw. wo es her kommen könnte? Lässt sich das abschalten? Jul 22 01:54:09 root2: NETFILTER_CFG table=filter family=7 entries=4 op=xt_replace pid=1727369 subj=system_u:system_r:initrc_t:s0...
  2. S

    Use PVE node's external IP address to reach service of a internal network via DNAT

    Hi everybody, I am struggeling with a problem where I did not figure out yet if it is a "basic" networking problem or something that has to do with my SDN configuration. The setup is the following: I have two VEs (192.168.2.10 and .11) coupled as a cluster. Within this cluster there is an...
  3. H

    nftables interface not available at boot?

    I'm using nftables to implement firewall rules. I have some rules which I need to apply to vmbr1 and the fwbr interfaces. I create my test config file thus: #!/usr/sbin/nft -f flush ruleset table netdev filterearly { chain ingress { type filter hook ingress device...