Ubuntu 16.04 시스템을 사용하고 있는데 구성 중에 문제가 발생했습니다 iptables
. 이 문제를 해결하는 방법?
modprobe: ERROR: could not insert 'ip_tables': Operation not permitted
iptables v1.6.0: can't initialize iptables table `filter': Table does not exist (do you need to insmod?)
Perhaps iptables or your kernel needs to be upgraded.
답변1
구성에는 문제가 없지만 iptables
필수 모듈을 로드하는 데 문제가 있습니다.
명령을 실행하고 있습니까 root
? 이 오류는 Operation not permitted
모듈이 누락된 것이 아니며 모듈을 로드할 권한이 부족한 것으로 나타남을 나타냅니다.
로 실행 중인 경우 root
다른 제한 사항으로 인해 AppArmor 또는 SELinux와 같은 모듈을 로드하지 못할 수도 있습니다.