iptables 명령을 사용하여 패킷을 필터링하는 규칙을 생성할 수 없습니다. [Debian 10]

iptables 명령을 사용하여 패킷을 필터링하는 규칙을 생성할 수 없습니다. [Debian 10]

iptables최신 버전의 iptables를 설치했는데도 명령을 사용할 때 여전히 오류가 발생합니다. 이 명령은 다음 오류를 보여줍니다 sudo iptables --list.

modprobe: ERROR: ../libkmod/libkmod.c:586 kmod_search_moddep() could not open moddep file '/lib/modules/4.4.194/modules.dep.bin'
modprobe: FATAL: Module ip_tables not found in directory /lib/modules/4.4.194
iptables v1.8.2 (legacy): can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.

/lib/modules디렉토리와 디스플레이 가 없으며 uname -a,

Linux vest 4.4.194 #6 SMP Tue Nov 16 17:43:41 CST 2021 aarch64 GNU/Linux

그리고 lsb_release -a주어진,

No LSB modules are available.
Distributor ID: Debian
Description:    Debian GNU/Linux 10 (buster)
Release:    10
Codename:   buster

커널과 헤더 업그레이드를 시도하고 커널 업그레이드 후 재부팅했습니다. 이 문제에는 아직 행운이 없습니다. 이 문제의 원인과 해결 방법을 아시는 분 계신가요?

관련 정보