Ubuntu 22.04 방화벽 시작 문제: python-nftables 없음

Ubuntu 22.04 방화벽 시작 문제: python-nftables 없음

대신 사용해 보았지만 수동으로 다운로드 firewalld한 후에도 ufw여전히 다음 오류가 표시됩니다.python-nftablessudo apt install

iptables사용되지 않습니다.

$ systemctl status iptables
Unit iptables.service could not be found.

FirewallBackendnftables확인해 보니 이미 설정되어 있었습니다 /etc/firewalld/firewalld.conf.

  • 오류 메시지 1

    ERROR: 'python-nftables' failed: internal:0:0-0: Error: Could not process rule: No such file or directory
    

    JSON 블롭:

    {"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"chain": {"family": "inet", "table": "firewalld", "name": "mangle_PREROUTING", "type": "filter", "hook": "prerouting", "prio": -140}}}, {"add": >
    
  • 오류 메시지 2

    ERROR: COMMAND_FAILED: 'python-nftables' failed: internal:0:0-0: Error: Could not process rule: No such file or directory
    

    JSON 블롭:

    {"nftables": [{"metainfo": {"json_schema_version": 1}}, {"add": {"chain": {"family": "inet", "table": "firewalld", "name": "mangle_PREROUTING", "type": "filter", "hook": "prerouting", "prio": -140}}}, {"add": >
    


이것은 효과가 있지만 내가 할 수 있을지 잘 모르겠습니다. 작품 /etc/firewalld/firewalld.conf으로 수정되었습니다 IPv6_rpfilter=no.

어떤 아이디어가 있나요?

관련 정보