'Is it possible to listen multiple ports from same IP in network discovery?

I'm trying to make a server search mechanic in Unity Mirror, using NetworkDiscovery class. My clients can successfully listen and list the servers with the specified port on the LAN. But when I create multiple servers in the same IP, clients can only listen one port at a time. Is it possible to listen all ports (all within a range) on an IP? Thanks in advance?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source