I have netcat running as a listener on port 7001 this is to troubleshoot a network client. I ran wireshark on the server to capture the packets.
If I connect using eth0, it connects fine. SYN <-> SYN/ACK
If I use eth0mv1 it fails like this: SYN <-> ACK/RST
eth0mv1 was built with:
ip link add link eth0 name eth0mv1 type macvlan
dhclient eth0mv1
how do I figure this out?
update: If I set up 100 of them, the first I use works, all the rest don't