port-mirroring
port-mirroring copied to clipboard
OpenWrt package for copying network packets without iptables
**问题1:** 如果计算机A的ip地址是192.168.10.10/24,计算机A是x86-64架构的pc; openwrt设备的ip地址:设备计划使用树莓派,lan口为192.168.20.20/24,wlan正常,计算机A使用有线网线接入到openwrt设备的lan接口; 后端计算机B通过openwrt设备的wlan(即树莓派的ap)联通,同时计算机B添加的ip地址是192.168.10.20/24,计算机B是x86-64架构的pc; 如果在openwrt上运行port-mirroring,那么,理论上,port-mirroring就能将计算机A的192.168.10.10流量转发到计算机B上,这是因为,openwrt设备与计算机B互通(基于wlan);此时,就能在计算机B上捕获计算机A的流量。 我这个思路有问题吗? **问题2:** 如果计算机B想把192.168.10.20的流量转发到计算机A上,那么,此时x86-64架构的计算机B也需要运行一个port-mirroring,那么,如何编译得到一个能在PC上运行的x86-64架构的port-mirroring呢?
environment: x86 virtual machine install openwrt, add 3 network ports, 1 wan(eth2), 2 lan(eth0, eth1) 2 win virtual machines, respectively set the network connection to the x86 openwrt lan port,eth0...
I want Source code & ipk of Marvell armada-3720, thanks!
Easier to just use strncpy.
Fixes compilation error with 64-bit time_t.
Hello, I wonder if it is possible to include binaries for the Marvell Armada Soc, specifically,: https://openwrt.org/toh/linksys/linksys_wrt3200acm Thanks, Michael
Hi! First of all thanks the program ;) I have a little problem with it: So it is working fine on my local network, but if I set a remote...
The tool port-mirroring can't handle correctly captured packets with packet size > 2048. For example it occurs when generic receive offloading assembles several packets together. - In **TEE** capturing mode,...
Hi I would like to request support for the Atheros 9531 chipset as used in this product: http://www.gl-inet.com/docs/mini/ar300m/ Thanks very much for your time and excellent project
I'm doing port-mirroring using TZSP protocol. I can see all the traffic but i cannot see ARP packets sent do the router. How can I enable to see this packets?