On my local network I have two ipfs nodes installed on two different machines A and B. Let the daemons of A and B be both running. Now, when I use ipfs swarm peers on machine B it does show machine A with the correct peer ID 12D3KooWJGf… however, it shows another peer ID with the same machine:
ipfs swarm peers:
/ip4/192.168.178.59/udp/4001/quic-v1/p2p/12D3KooWJGfqzwPsV9S5vp3uUQq7Q6xREUg1dWFGsX4ZZMRYUxt6
/ip4/192.168.178.59/udp/44005/quic-v1/p2p/12D3KooWSyB1ctjbguNM4AndBbfpZrV3S3ejPxpHTRmFtRimKLMs
Now, I checked already if I would have two .ipfs folders for two different peers on the same machine A but this is not the case. Maybe someone had the same problem or knows what is going on here haha