can forward packets sniffed by monitor mode wireless interface?
Hi,
I'm a student who is working on a wireless research project.
I have a madwifi driver for Atheros chipset on Debian Linux.
With having the wireless interface get into monitor mode, I want to forward the captured packets from the wireless interface to the other Ethernet interface so that a different computer which is connected to this machine via Ethernet receives those packets.
Do you think that this is possible?
If possible, how I can make this work?
I checked that alll packets are received in the wireless interface using TCPDUMP.
I tried to forward those packets with IPTABLES like 'iptables -p FORWARD -i ath0 -o eth2 -j ACCEPT'
However, I couldn't see any packets forwarded to eth2 using TCPDUMP.
I think I don't have any basic knowledge about this and I totally miss something here.
Any opinion would be appreciated. PLEASE HELP ME:(
Thanks,
JK