Multiple servers on one port?

Hello!,

I'm currently planning to build a server farm. Now, my question: All of my servers must access ports 31400-31409, and that's absolutely necessary. But isn't it true that usually only one device per network can access a port? Is there a way around this by setting up multiple servers on a single port?

(1 votes)
Loading...

Similar Posts

Subscribe
Notify of
7 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
KuarThePirat
10 months ago

If there is no distribution mechanism, such as HTTP with location, then each server needs its own IP address on which it can open these ports. Is it IPv6?

KuarThePirat
10 months ago
Reply to  Sani12421

Is the reward so good that additional IPv4 addresses are worth it? Then go… what Crypto Node is?

kevin1905
10 months ago
Reply to  Sani12421

Then let yourself have a bit of something, dedicated or cloud…

ntechde
10 months ago

With the sparse information: set a load balancer before.

He listens to the public IP and distributes the requests.

ntechde
10 months ago
Reply to  Sani12421

Yes, because the Load Balancer listens exactly to this port and transmits the queries. With more information, I could perhaps answer more concretely.