qm
Explore posts from serversMDCMara's Developper Corner
•Created by qm on 11/21/2024 in #🐕get-help
Converted Files cause LaTeX to behave oddly.
24 replies
AAdmincraft
•Created by qm on 9/4/2024 in #questions
Two Servers on the Same IP
Hello, I must make it clear at first that I know next to nothing about networking and the like, but I've gotten half-way there off Youtube and forums, but I've finally gotten stuck.
I'm trying to setup two Minecraft Servers on my desktop, both on the same IP, but on the first one, I kept
server-port
and query-port
to 25565 and on the second one I set server-port
and query-port
to 25566.
In the Advanced DNS for my custom domain, I have the following A Record
:
- A Record |
play |
[insert IP]
- A Record |
build |
[insert IP]
And for SRV Record
:
- SRV Record |
_minecraft |
_tcp.build |
0 |
10 |
25566 |
build.[domain]
- SRV Record |
_minecraft |
_tcp.play |
0 |
10 |
25565 |
play.[domain]
I've tried to swap stuff around, change around the priority and weights to prioritize 25566, but it will always just default to 25565. Although, it seems to actually only link to the IP, as no matter which domain (with subdomain) I input into the server address in Minecraft, if I put :25566
it goes to the right server. At this point, I have zero idea what I'm doing and I'd be very grateful if someone knows a fix.32 replies