|
-
February 8th, 2005, 05:20 AM
#6
Member
have you checked your default policies?
iptables -P INPUT ACCEPT
iptables -P OUTPUT ACCEPT
but id prefer to disallow everthing then start allowing only the things i need
iptables -P INPUT DROP
iptables -P OUTPUT DROP
iptables -A INPUT -p tcp --dport 22 -j ACCEPT
iptables -A INPUT -p tcp --dport 3128 --tcp-flags SYN,FIN,ACK SYN -j ACCEPT
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|