Results 1 to 1 of 1
Hi,
May someone help me understanding the INPUT chain in my iptables:
Code:
Chain INPUT (policy DROP)
target prot opt source destination
ACCEPT all -- anywhere anywhere
DROP all -- ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-28-2005 #1Just Joined!
- Join Date
- Sep 2004
- Posts
- 50
interpret INPUT chain
Hi,
May someone help me understanding the INPUT chain in my iptables:
It starts with accepting anything and finishes with dropping everything.Code:Chain INPUT (policy DROP) target prot opt source destination ACCEPT all -- anywhere anywhere DROP all -- anywhere 255.255.255.255 DROP all -- anywhere 10.0.0.255 input_ext all -- anywhere anywhere LOG all -- anywhere anywhere LOG level warning tcp-options ip-options prefix `SFW2-IN-ILL-TARGET ' DROP all -- anywhere anywhere
So what that means - do my server accept or drop?


Reply With Quote
