I hope someone can help me out with a somewhat simple task.
I'm trying to redirect a client in my router through my desktop PC, so I can dump the traffic and analyze it (its potential source of poisoning the network with malicious packets).
The problem is that I don't have a second NIC on my hands and I was hoping I could redirect all the traffic from that IP through my PC, in essence performing a MiTM attack for the client. Does anyone have any idea where to start?
Current state:
(localip) --> (router) --> (internet)
And what i want to do:
(localip) --> (pc) --> (router) --> (internet)