Hacker News new | ask | show | jobs
by Dagger2 1040 days ago
It does translate, but it doesn't work for ping because ping bypasses most of the stack by sending raw packets. Try something like `telnet ::ffff:192.168.0.1 80`.
1 comments

That does work. Interesting, the OS translates this at the socket level.