Hypixel.net is both their website and mc server adress.

Is it just that https is on port 443 and minecraft is on port 25565?

And if that is the case, can i do something similar by making a reverse proxy have two seperate server blocks for the one domain, with different ports?

chiisana
link
fedilink
English
66
edit-2
2d

The amount of confidently incorrect responses is exactly what one could expect from Lemmy.

First: TCP and UDP can listen on the same port, DNS is a great example of such. You’d generally need it to be part of the same process as ports are generally bound to the same process, but more on this later.

Second: Minecraft and website are both using TCP. TCP is part of layer 4, transport; whereas HTTP(S) / Minecraft are part of layer 7, application. If you really want to, you could cram HTTP(S) over UDP (technically, QUIC/HTTP3 does this), and if you absolutely want to, with updates to the protocol itself, and some server client edits you can cram Minecraft over UDP, too. People need to brush up on their OSI layers before making bold claims.

Third: The web server and the Minecraft server are not running on the same machine. For something that scale, both services are served from a cluster focused only on what they’re serving.

Finally: Hypixel use reverse proxy to sit between the user and their actual server. Specifically, they are most likely using Cloudflare Spectrum to proxy their traffic. User request reaches a point of presence, a reverse proxy service is listening on the applicable ports (443/25565) + protocol (HTTPS/Minecraft), and then depending on traffic type, and rules, the request gets routed to the actual server behind the scenes. There are speculations of them no longer using Cloudflare, but I don’t believe this is the case. If you dig their mc.hypixel.net domain, you get a bunch of direct assigned IP addresses, but if you tried to trace it from multiple locations, you’d all end up going through Cloudflare infrastructure. It is highly likely that they’re still leaning on Cloudflare for this service, with a BYOIP arrangement to reduce risk of DDOS addressed towards them overflow to other customers.

In no uncertain terms:

  1. Hypixel.net has Cloudflare DNS for their domain.
  2. For their website, it has orange cloud enabled to proxy traffic through CF’s global CDN and DDOS protection service.
  3. For their Minecraft server, they advertise mc.hypixel.net, but also have a SRV record for _minecraft._tcp.hypixel.net set for 25565 on mc.hypixel.net
  4. The mc.hypixel.net domain has CNAME record for mt.mc.production.hypixel.io. which is flattened to a bunch of their own direct assigned IP addresses.
  5. Traceroute towards those direct assigned IP addresses goes through Cloudflare infrastructure but final destination is obscured, just like their website, to protect them from DDOS attacks.

TCP and UDP can listen on the same port, DNS is a great example of such. You’d generally need it to be part of the same process as ports are generally bound to the same process

They don’t even need to be the same process. I’m pretty sure that’s just a common practice if something needs both protocols, but there’s nothing stopping you from having a web server on TCP 443 and a VPN server on UDP 443. Ports are an abstraction brought by each protocol, they aren’t in anyway related.

@catloaf@lemm.ee
link
fedilink
English
11h

Some protocols, like ICMP, don’t have the concept of ports at all!

@purrtastic@lemmy.nz
link
fedilink
English
112d

This person networks

looks at community I hope so?

Commercial IT’s overreliance on cloudflare will be the undoing of the internet.

Kairos
link
fedilink
English
772d

Is it just that https is on port 443 and minecraft is on port 25565?

Yes

@Blisterexe@lemmy.zip
creator
link
fedilink
English
502d

Good to know i was right, i will now carry this newfound confidence into every subject

@Dust0741@lemmy.world
link
fedilink
English
-122d

Yes, and Minecraft is TCP not http

Possibly linux
link
fedilink
English
102d

You are sort of right

TCP is on layer 4 of the OSI model. Http is layer 7 which runs on top of layer 4 (TCP)

In sort Minecraft and http are both tcp

Kairos
link
fedilink
English
262d

HTTP is TCP. And I’m pretty sure Minecraft uses UDP?

@Dust0741@lemmy.world
link
fedilink
English
102d

Oops you are right.

A quick search said mc uses tcp

@zzx@lemmy.world
link
fedilink
English
92d

Most games use UDP as the latency induced by TCP is unacceptable for games

ɐɥO
link
fedilink
English
52d

Minecraft java, for some reason, doesnt

My Password Is 1234
link
fedilink
English
1
edit-2
2d

Minecraft is a building game where latency does not matter as much as in shooter games. For example, if your latency is 200 ms, you can play Minecraft smoothly, while in FPS games it is unacceptable 😉

Edit: In addition, the Minecraft server can use UDP protocol to serve the server status (but only for this purpose and it is not, nor has it ever been used by the game client). In the past, it was used to display the number of players on websites with server listings, but this can be considered deprecated now – today they use the same protocol as the game client.

HTTP/3 is UDP though.

Kairos
link
fedilink
English
1
edit-2
2d

QUIC? Yeah I know. Interesting system.

@owsei@programming.dev
link
fedilink
English
4
edit-2
2d

TCP is the way that you send information, HTTP is what it means.

The difference, in your case, is the port. You can’t CAN have TCP and UDP on the same port, but you can’t have the same protocol on the same port.

edit: I didn’t knew you could have different transfer protocols on the same port, ty!

@peregus@lemmy.world
link
fedilink
English
122d

You can’t have TCP and UDP on the same port.

Why not? They are 2 completely separated set of ports. You can have a service listening on port 88 TCP while having another listening on port 88 UDP and they never know about each other.

You can’t have UDP and TCP on the same port? I don’t think that makes sense, I have DNS listening on UDP and TCP both on port 53.

For what

DNS

You have DNS listening on UDP and TCP… for DNS?

Iol, lol.

@peregus@lemmy.world
link
fedilink
English
92d

What’s there to laugh about? DNS protocol uses both ports: TCP for zone transfer and UDP for queries.

@undefined@lemmy.hogru.ch
link
fedilink
English
5
edit-2
2h

Yes I have a DNS service listening on both UDP and TCP to respond to DNS queries from clients using the standard DNS port; crazy me. 🤪

Flax
link
fedilink
English
132d

Minecraft allows for SRV records. It’s pretty nifty.

@FrostyCaveman@lemm.ee
link
fedilink
English
12d

TIL what SRV records are. Thank you.

@8osm3rka@lemmy.world
link
fedilink
English
262d

Minecraft can read a special DNS record type called SRV records. You can create a record like that to point Minecraft to a port that the server is running on. It doesn’t even have to have the same ip as the webserver.

This is for Namecheap, but the general principle applies everywhere: https://www.namecheap.com/support/knowledgebase/article.aspx/9765/2208/how-can-i-link-my-domain-name-to-a-minecraft-server/

Does Bedrock support SRV records yet? I honestly haven’t checked in a year or two, but I tried to use SRV records to host a survival game and creative game on different ports but found out it didn’t quite support them yet where as Java edition did.

DNS A record points to an IP destination. Ports are then handled by the requests for a specific port thing.

Example: A record for www.dududu.com points to IP 1.2.3.4, but different service ports are listening there to pick up different traffic.

@Blisterexe@lemmy.zip
creator
link
fedilink
English
2
edit-2
2d

Thanks, that’s what i figured.

I got confused by so many game servers using seperate domains for the site and server, i assumed there was a good reason for that

Lucy :3
link
fedilink
English
32d

Maybe most smaller ones have hosted both things separately, e.g… with a dedicated minecraft server hoster and a common website-building+hosting service, and don’t want to run an extra server for a proxy just for this.

With bigger servers (eg. Hypixel, 2b2t) or selfhosted servers (eg. mine), everything is on the same physical (or virtual) machine anyway and therefore everything has the same address, so you wouldn’t even need a proxy.

Nope. Just ports and an A Record.

@catloaf@lemm.ee
link
fedilink
English
12d

Flexibility. Maybe they get a hosting package that includes domain registration and hosting, but they can’t put anything else under that name.

WasPentalive
link
fedilink
English
22d

Does that mean, to play minecraft on their server I would put “www.dududu.com” in my Minecraft client?

Host:Port

Droolio
link
fedilink
English
92d

Don’t forget, you can also use SRV records to point a domain to another target, where you can also omit the port number. So connecting to server.org say, can point to mc.server.org:25565 under the hood.

This prolly isn’t what hypixel are doing as everything’s likely on the same network and their router/firewall is just forwarding traffic onto different machines, but SRV is one way to redirect a minecraft connection (and you could combine the technique with subdomains).

@foggy@lemmy.world
link
fedilink
English
3
edit-2
2d

That suggested, it could be done with ports, or it could be done with separate servers.

Domain.com resolves to 1.2.3.4

www.domain.com resolves to 1.2.3.4:443

app.domain.com resolves to 1.2.3.4:5555

Games.domain.com resolves to 1.2.5.6

Mail.domaim.com resolves to 1.2.7.8

Portal.domain.com resolves to 1.2.9.10

Etc, etc.

@4am@lemm.ee
link
fedilink
English
22d

You cannot specify ports in a DNS A or AAAA record. www.example.com cannot resolve to 1.2.3.4:443 and app.domain.com cannot resolve to 1.2.3.4:5555

If the application (be it a game or whatnot) supports it, SRV records can identify a port for a hostname. So, you could have minecraft1.domain.com and an SRV record to specify port 25565, and minecraft2.domain.com SRV 25566.

This means you can have multiple Minecraft servers with the same IP address, but you won’t need to give people the port numbers to remember; the hostname allows the game to look up the port via the SRV record.

This is great for selfhosters because we generally only get one IP (until they rollout IPv6; probably half the reason they don’t)

@foggy@lemmy.world
link
fedilink
English
1
edit-2
2d

I didn’t say to specify a port in the DNS. I just said that it is a way that we can resolve a resource.

In the case of ports we’d configure it through whatever webserver (Apache, nginx, traefik, whatever) configs necessary on that machine. The DNS in this scenario would only be for the machines IP where our webserver then routes traffic to different ports.

I was accounting for both valid setups.

@bulwark@lemmy.world
link
fedilink
English
32d

This is how I set up my reverse proxy and it works really well with wildcard SSL certs. Only need one certificate for as many sites as I want!

@Oisteink@lemmy.world
link
fedilink
English
12d

Or you can use something like caddy that will set up certs automatically using tls-alpn-01 challenge, so no need for dns challenge .

@bulwark@lemmy.world
link
fedilink
English
22d

I haven’t tried caddy but I’ve heard good things. I’ve used nginx in the past. I’m currently using Traefik and have been for a few years now. Once it’s set up its pretty great.

@iggy@lemmy.world
link
fedilink
English
12d

Caddy can do both. If you’re using a wildcard already, stick with it. In fact, I’d say it’s more prudent to use wildcards (with DNS challenges) than http challenges.Then you aren’t listing all of your domains in letsencrypt’s public database for everyone to see. Nobody needs to know you’ve got a site called bulwarksdirtyunderpants.bulwark.ninja

@IronKrill@lemmy.ca
link
fedilink
English
02d

deleted by creator

Create a post

A place to share alternatives to popular online services that can be self-hosted without giving up privacy or locking you into a service you don’t control.

Rules:

  1. Be civil: we’re here to support and learn from one another. Insults won’t be tolerated. Flame wars are frowned upon.

  2. No spam posting.

  3. Posts have to be centered around self-hosting. There are other communities for discussing hardware or home computing. If it’s not obvious why your post topic revolves around selfhosting, please include details to make it clear.

  4. Don’t duplicate the full text of your blog or github here. Just post the link for folks to click.

  5. Submission headline should match the article title (don’t cherry-pick information from the title to fit your agenda).

  6. No trolling.

Resources:

Any issues on the community? Report it using the report flag.

Questions? DM the mods!

  • 1 user online
  • 370 users / day
  • 584 users / week
  • 1.25K users / month
  • 3.86K users / 6 months
  • 1 subscriber
  • 3.73K Posts
  • 75.4K Comments
  • Modlog