this post was submitted on 17 Sep 2023
698 points (97.8% liked)

Programmer Humor

31230 readers
356 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 4 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 16 points 9 months ago (10 children)

Noob question. Would that request travel over the internet or is it resolved locally?

[–] [email protected] 12 points 9 months ago (3 children)

Depends. If the zone responsible for whatever resolves to that IP is hosted locally - then DNS request would stay local.

If the service behind that IP is running locally - then all traffic would stay local. Network stack would be smart enough to not run circles to find itself.

[–] [email protected] 2 points 9 months ago (2 children)

Yeah, the router ought to know that public IP belongs to a device in its own network unless you're doing stuff like running your own router behind an ISP provided router and just forwarding ports instead of maintaining IP assignment / routing tables

[–] [email protected] 1 points 9 months ago

I think OP is referring to NAT hairpinning though.

load more comments (1 replies)
load more comments (1 replies)
load more comments (7 replies)