lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · edit-21 year agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square187fedilinkarrow-up1381file-text
arrow-up1381imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orglambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish · edit-21 year agomessage-square187fedilinkfile-text
minus-squaredan@upvote.aulinkfedilinkarrow-up2·1 year agoNAT is, and has always been, an ugly hack. Why would anyone like it?
minus-squarejaybone@lemmy.worldlinkfedilinkarrow-up1·1 year agoDoesn’t that mean private non-routable subnets like 10.x or 192.x have always been a hack?
minus-squareorangeboats@lemmy.worldlinkfedilinkarrow-up1·1 year agoPrivate addresses don’t necessitate NAT. IPv6 also allows private addresses in the form of fd00::/8, like fd00:face:b00b:1::1.
minus-squaredan@upvote.aulinkfedilinkarrow-up1·1 year agoNo, because there’s use cases for systems that aren’t connected to the internet. Also, public IPs can be dynamic, so you might not want to rely on them internally.
NAT is, and has always been, an ugly hack. Why would anyone like it?
Doesn’t that mean private non-routable subnets like 10.x or 192.x have always been a hack?
Private addresses don’t necessitate NAT. IPv6 also allows private addresses in the form of
fd00::/8
, likefd00:face:b00b:1::1
.No, because there’s use cases for systems that aren’t connected to the internet. Also, public IPs can be dynamic, so you might not want to rely on them internally.