LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   netfilter query (https://www.linuxquestions.org/questions/linux-networking-3/netfilter-query-257536/)

cranium2004 11-21-2004 07:16 AM

netfilter query
 
how can i use packets in userspace using netfilter. i want some sample examples that manipulates on packet.

mardanian 11-21-2004 12:51 PM

iptables -A INPUT -p tcp --dport 22 -j DROP ?

for more tutorial and howtos about the art of firewalling using iptables point your browser to www.netfilter.org

and here is a nice introduction to iptables
http://www.spotswood-computer.net/pr...iptables2.html

and this is best tutorial about iptables firewalling

http://iptables-tutorial.frozentux.n...-tutorial.html


All times are GMT -5. The time now is 02:34 PM.