iptables에 대한 새로운 것들을 배우는 동안 나는 이것을 할 수 없습니다. 시작하려고하는 동안
root@badfox:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
root@badfox:~# service iptables stop
iptables: unrecognized service
root@badfox:~# service iptables start
iptables: unrecognized service
출처 : http://www.cyberciti.biz/tips/linux-iptables-examples.html
왜 이렇게 되나요?
편집 : 그래서 내 방화벽은 이미 시작되었지만 첫 번째 운동의 소스 링크 링크에서 언급 한 것처럼 출력을 얻지 못하는 이유는 무엇입니까?
여기 내 출력이 있습니다
root@badfox:~# sudo start ufw
start: Job is already running: ufw
root@badfox:~# iptables -L -n -v
Chain INPUT (policy ACCEPT 4882 packets, 2486K bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 5500 packets, 873K bytes)
pkts bytes target prot opt in out source destination
root@badfox:~#
3
iptables는 서비스가 아니며 항상 실행됩니다. 방화벽을 막는 유일한 방법은 모든 항목을 비우고 수락하는 규칙을 플러시하는 것입니다. 그래도 정확히 무엇을 묻고 있습니까? 기본적으로이 결코 없다 구성된 규칙.
—
토마스 워드
@LordofTime, 소스 링크를 클릭하십시오
—
rɑːdʒɑ
그냥 제안, 왜 공식 iptables 를 참조하지 않습니까 ?
—
atenz
아니오
—
atenz
(the why don't )
, 그 이유나 다른 것을 묻지 말고 단지 제안하는 방법이었습니다 : D. 고마워, 나는 다시 한번 그 라이너를 시도하지 않을 것입니다 : D.