mucu
link
fedilink
5
edit-2
1Y

deleted by creator

There’s a few devices out there that don’t offer NAT hairpin/loopback by default, such as Mikrotik.

The client will look up your domain at whatever DNS it uses. It will return your public IP.

Client will send a packet with that as destination. It will reach the router which goes ‘I know! The call is coming from inside the house!’ and sends it to the server without modification.

The server gets it and sends a response, but the response is addressed back to client’s local IP.

Client gets the response, but that packet’s origin (in the header) is server’s local IP.

Client goes ‘wtf, I didn’t call you?!’ And drops the packet, still waiting for a response with your public IP as its origin.

This can be solved with the router modifying the appropriate traffic’s headers so that the headers match the expected, called NAT Loopback, or by using IPv6 global addresses.

It might also work running a local DNS server that returns your server’s local IP for a given domain, but that might yield certificate errors, and won’t work if devices ignore the DNS coming from DHCP.

I was using straight firewall rules for some years, but lost the template when the NAT Loopback checkbox started working (OpenWRT).

mucu
link
fedilink
11Y

deleted by creator

Yeah, I just included the DNS part for completion’s sake 🙂

This is a great explanation, I wish I could’ve got you to explain a bunch of other network stuff to me back when I was learning

mucu
link
fedilink
11Y

deleted by creator

Album
link
fedilink
14
edit-2
1Y

Enable nat loopback on your router

May be called hairpinning depending on the device.

atocci
link
fedilink
51Y

Hey same I don’t know why it doesn’t work. I need to use my server’s local IP when I connect from inside my house.

@whiskyjack@lemmy.ca
link
fedilink
English
3
edit-2
1Y

Couple good ideas already posted, but also you can update your hosts file with a ref to the internal IP, or if you are running your own DNS server, add an override for the domain

Create a post

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

Rules:

  • Posts must be relevant to programming, programmers, or computer science.
  • No NSFW content.
  • Jokes must be in good taste. No hate speech, bigotry, etc.
  • 1 user online
  • 120 users / day
  • 257 users / week
  • 744 users / month
  • 3.72K users / 6 months
  • 1 subscriber
  • 1.48K Posts
  • 32.5K Comments
  • Modlog