Comment by LegionMammal978

Comment by LegionMammal978 10 months ago

0 replies

> With IPv6 you simply punch a whole and and the two clients simply talking to each other with their GUAs.

Eh, I wouldn't call it that simple. With an IPv6 firewall, TCP hole-punching is still difficult to impossible depending on how strict the connection tracking is (necessitating something TURN-like), and UDP hole-punching still requires some timing trickery. It's useful to keep a connection open with a STUN server regardless, in case that influences the firewall. All that NAT does is add a few more possible failure points, depending on how the router sets up mappings.

In the end, these are just hacks on hacks regardless, since we're never going to have reliable UPnP or similar on every network.

> If a device gets its address via DHCP(v4), how do you identify it?

I manage its assigned IPv4 address from the router, which itself presumably identifies it by MAC address. Doing it centrally from the router is often easier than trying to change the device's own settings.

Regarding static IPv6, can you still have static addresses within a network, while using rotating privacy addresses for outside connections? I've always been somewhat unnerved by the idea of each device in a network having a persistent address that can be separately tracked.