I see the ubuntu 11.10 has enabled the ipv6 address.
eth0 Link encap:Ethernet HWaddr 78:2b:cb:b0:a0:47
inet addr:192.168.12.11 Bcast:192.168.12.255 Mask:255.255.255.0
inet6 addr: fe80::7a2b:cbff:feb0:a047/64 Scope:Link
- Has it enabled the ipv6 routing?
- Can I setup the apache2 on it to make it accept the eth0 ipv6 address: http://[fe80::7a2b:cbff:feb0:a047] , at least from the same machine ?
- Does it need to configure the apache?
- Which kind of router support ipv6 routing? How to test it?
The information of my system and my local net:
- I can "ping6 fe80::7a2b:cbff:feb0:a047%eth0", but I can't "ping6 fe80::7a2b:cbff:feb0:a047"
- I can access "http://[::1]" and "http://[::ffff:192.168.12.11]" and I can access the other machine using ipv6-v4 map "http://[::ffff:192.168.12.66]"
- I can't access both local machine and the other machine in my LAN by ipv6 address: http://[fe80::7a2b:cbff:feb0:a047] and http://[fe80::7a2b:cbff:feb0:a048]
The overall question is : How can I setup my machine and my local net to create a ipv6 apache server?
ping6). If you want your server to be reachable via IPv6 you need a global address. – ldx Apr 26 '12 at 12:35/etc/hostsso you don't need to add the numerical IPv6 address. – Anders Jun 27 '12 at 23:18