Tôi chỉ tạo một vùng chứa Docker mới. Tuy nhiên, khi tôi cố gắng bật ufw, tôi nhận được thông báo lỗi sau:
# ufw kích hoạt
LỖI: sự cố khi chạy ufw-init
modprobe: LỖI: ../libkmod/libkmod.c:586 kmod_search_moddep() không thể mở tệp moddep '/lib/modules/5.11.0-44-generic/modules.dep.bin'
modprobe: FATAL: Không tìm thấy mô-đun nf_conntrack_ftp trong thư mục /lib/modules/5.11.0-44-generic
modprobe: LỖI: ../libkmod/libkmod.c:586 kmod_search_moddep() không thể mở tệp moddep '/lib/modules/5.11.0-44-generic/modules.dep.bin'
modprobe: FATAL: Không tìm thấy mô-đun nf_nat_ftp trong thư mục /lib/modules/5.11.0-44-generic
modprobe: LỖI: ../libkmod/libkmod.c:586 kmod_search_moddep() không thể mở tệp moddep '/lib/modules/5.11.0-44-generic/modules.dep.bin'
modprobe: FATAL: Không tìm thấy mô-đun nf_conntrack_netbios_ns trong thư mục /lib/modules/5.11.0-44-generic
iptables-restore: dòng 6 không thành công
iptables-restore: dòng 22 không thành công
iptables-restore v1.8.2 (nf_tables): Không thể tải khớp `conntrack': Không có tệp hoặc thư mục như vậy
Lỗi xảy ra ở dòng: 2
Hãy thử `iptables-restore -h' hoặc 'iptables-restore --help' để biết thêm thông tin.
iptables-restore: dòng 4 không thành công
iptables-restore: dòng 5 không thành công
iptables-restore: dòng 21 không thành công
iptables-restore v1.8.2 (nf_tables): tùy chọn không xác định "--dport"
Lỗi xảy ra tại dòng: 19
Hãy thử `iptables-restore -h' hoặc 'iptables-restore --help' để biết thêm thông tin.
iptables-restore: dòng 10 không thành công
iptables-restore v1.8.2 (nf_tables): tùy chọn không xác định "--dport"
Lỗi xảy ra tại dòng: 21
Hãy thử `iptables-restore -h' hoặc 'iptables-restore --help' để biết thêm thông tin.
iptables-restore v1.8.2 (nf_tables): Chuỗi 'ufw-before-input' không tồn tại
sysctl: cài đặt khóa "net.ipv4.conf.all.accept_redirects": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv4.conf.default.accept_redirects": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv6.conf.all.accept_redirects": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv6.conf.default.accept_redirects": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv4.icmp_echo_ignore_broadcasts": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv4.icmp_ignore_bogus_error_responses": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv4.icmp_echo_ignore_all": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv4.conf.all.log_martians": Hệ thống tệp chỉ đọc
sysctl: cài đặt khóa "net.ipv4.conf.default.log_martians": Hệ thống tệp chỉ đọc
Sự cố khi tải ipv6 (bỏ qua)
Sự cố khi chạy '/etc/ufw/b Before.rules'
Sự cố khi chạy '/etc/ufw/after.rules'
Sự cố khi chạy '/etc/ufw/user.rules
Mặt khác, nó có thể liên quan đến việc phát hiện sai gốc. Một số lệnh ufw không phát hiện người dùng là root mặc dù đó là người đó:
# ufw cho phép 22
CẢNH BÁO: initcaps
[Errno 2] iptables: Quyền bị từ chối (bạn phải root).
Đã cập nhật quy tắc
Đã cập nhật quy tắc (v6)
Vậy phải làm sao để có thể sử dụng uww
?