Δημοσιεύτηκε: 30 Νοέμ 2009, 23:15
Εκανα την επιλογ sudo iptables -L και εβγαλε αυτο:
- Κώδικας: Επιλογή όλων
owner@owner-laptop:~$ sudo iptables -L
[sudo] password for owner:
Sorry, try again.
[sudo] password for owner:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
in_world all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED
LOG all -- anywhere anywhere limit: avg 1/sec burst 5 LOG level warning prefix `'IN-unknown:''
DROP all -- anywhere anywhere
Chain FORWARD (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere state RELATED
LOG all -- anywhere anywhere limit: avg 1/sec burst 5 LOG level warning prefix `'PASS-unknown:''
DROP all -- anywhere anywhere
Chain OUTPUT (policy DROP)
target prot opt source destination
DROP tcp -- anywhere localhost tcp dpt:3128 ! owner UID match dansguardian
ACCEPT all -- anywhere anywhere
out_world all -- anywhere anywhere
ACCEPT all -- anywhere anywhere state RELATED
LOG all -- anywhere anywhere limit: avg 1/sec burst 5 LOG level warning prefix `'OUT-unknown:''
DROP all -- anywhere anywhere