From: <Mar...@la...> - 2013-08-13 12:15:14
|
I've set up a bridge to access LAN from coLinux, like described in http://colinux.wikia.com/wiki/Network#WinPcap by adding this line to the coLinux configuration file: eth2=pcap-bridge,"Local Area Connection 2",00:0A:5E:63:AB:15 Now every packet from LAN to coLinux is duplicated. First packet has source MAC address of sender, second - source MAC address of "Local Area Connection 2". Packets from coLinux to LAN are not duplicated. How to fix it? |