switch duplicates packets and forward in two route
- by sami
there is a network including a router, two hosts and a switch which connects hosts to router. i have a virtual machine on my system. the network adapter is set to act as bridge. so the virtual machine and real OS are my 2 hosts on different LAN. they use one network card and are connected to a switch.
when each of host send a packet to the other one, the switch duplicate the packet and forward it to both router and the other host.
how can I solve the duplicate packet problem?
Thanks.