Iptables'lerle ilgili yeni şeyler öğrenirken bunu yapamam. Başlamaya çalışıyorum iken, dediği gibi
[email protected]:~# 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
[email protected]:~# service iptables stop
iptables: unrecognized service
[email protected]:~# service iptables start
iptables: unrecognized service
Kaynak: İşte
Neden böyle alıyorum?
DÜZENLEME: Güvenlik duvarım zaten başladı ama neden ilk antrenmanda kaynak bağlantıda linkte bahsettiğim gibi çıkışı almıyorum.
İşte çıktım
[email protected]:~# sudo start ufw
start: Job is already running: ufw
[email protected]:~# 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
[email protected]:~#