michaelsanford
Translator, Web Developer
I've read up a bit on IPv6, and even though I understand only the basic differences from IP (IPv4) some things still ellude me.
For example, an IPv6 address is this long 128 bit address. I see that localhost can be condensed to simply "::1", and when I # ssh ::1 it works just fine, connects to localhost prompts to save RSA key etc etc.
However, I can't seem to SSH into my other computers with IPv6 addresses. For example, I sshed normally (with its rendezvous address) to my other Panther machine, and issued ifconfig en0 to get the "inet6 fe80::203:93ff:fe86:f73a prefixlen 64 scopeid 0x4" address.
Sadly, # ssh fe80::203:93ff:fe86:f73a returns "ssh: connect to host fe80::203:93ff:fe86:f73a port 22: No route to host". Why is that, and what exactly does that mean? Interestingly, when I # ifconfig en0 on my localhost, and try to # ssh (local IPv6 address-not ::1) I get the same error message...
For example, an IPv6 address is this long 128 bit address. I see that localhost can be condensed to simply "::1", and when I # ssh ::1 it works just fine, connects to localhost prompts to save RSA key etc etc.
However, I can't seem to SSH into my other computers with IPv6 addresses. For example, I sshed normally (with its rendezvous address) to my other Panther machine, and issued ifconfig en0 to get the "inet6 fe80::203:93ff:fe86:f73a prefixlen 64 scopeid 0x4" address.
Sadly, # ssh fe80::203:93ff:fe86:f73a returns "ssh: connect to host fe80::203:93ff:fe86:f73a port 22: No route to host". Why is that, and what exactly does that mean? Interestingly, when I # ifconfig en0 on my localhost, and try to # ssh (local IPv6 address-not ::1) I get the same error message...