Results 1 to 1 of 1
I think that detection of source/destination mac addresses of a packet is done after NF_IP_POST_ROUTING step of Netfilter. Is it possible to hook the packet after this step with correct ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-27-2009 #1Just Joined!
- Join Date
- May 2008
- Posts
- 1
Is it possible to hook a packet after NF_IP_POST_ROUTING step of Netfilter?
I think that detection of source/destination mac addresses of a packet is done after NF_IP_POST_ROUTING step of Netfilter.
Is it possible to hook the packet after this step with correct mac addrs? I want to decide about the out-going packet from my NIC to another to drop/accept packet. In another way, it is like to a firewall rule on mac addresses of output packets .


Reply With Quote
