Linux - SecurityThis forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
what about the inbound traffic that distended to a specific network it just like the INPUT chain in the iptables firewall ? and if so the outbound traffic will be like the OUTPUT traffic , any help will be appreciated
Hello adam_blackice. Could you please clarify a bit? It's hard to understand your question. Inbound traffic is any traffic headed in your direction, but I'm not sure if that's what you are asking or not.
thanks for your replay let us take the iptables as an example for what iam taking about if we say that the we want to make an INPUT rule that will drop icmp requests so we are going to make that in the filter table under INPUT chain
> my questions is could we say that the INPUT chain it's also inbound chain also as you said that the inbound is any traffic
You are correct. Traffic is classified based on whether it is "inbound to," "destined for," "merely passing-through," or "departing from" this computer. The documentation for IPTABLES et al tells all...
thanks for your replay let us take the iptables as an example for what iam taking about if we say that the we want to make an INPUT rule that will drop icmp requests so we are going to make that in the filter table under INPUT chain
> my questions is could we say that the INPUT chain it's also inbound chain also as you said that the inbound is any traffic
destined to inside the network
Sort of. It's best if you don't think of inbound traffic as belonging to a certain chain. Yes, in the case of the INPUT chain, the packets traversing it are indeed inbound - but only toward the host itself - NOT the network. Inbound traffic headed into your network would traverse the FORWARD chain instead.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.