Hello everyone, Lets say we have switch s1, connected to h1 through port 1 and connected to s2 through port 2.
As a packet arrives at port 2 from s2 to s1. I am modifying its destination mac and ip addresses and sending that back from the same port i.e. output port 2. But wireshark is not showing the same. Packet is arriving at port 2 from s2 to s1 but not going anywhere after that. Is there any trivial problem in sending the packet back through same port from where it has arrived? Because I have tried the same thing but sending the packet to port 1 and this time packet is going to port 1 but in case where I am sending it back through same port, Its not happening. Best Regards.