0

I run apache on CentOS and Listen 80. And I can visit the website using 127.0.0.1.

I tried several ways to visit the website using ipv6 link-local address:

  1. [fe80::x:x:x] not work
  2. [fe80::x:x:x%eth0] not work
  3. [fe80::x:x:x%eth0]:80 not work
  4. [fe80::x:x:x%25eth0]:80 not work
  5. http://[fe80::x:x:x%eth0]:80 not work ....

Just more ways like above, no way works.

Any help?

BTW, I tried apache and ipv6 on windows 10. It works with [fe80::x:x:x] visiting the website..amazing!

Steven
  • 1
  • 4
  • [similar question](https://superuser.com/a/367788) – Anshuman Aug 14 '18 at 04:06
  • 1
    Possible duplicate of [How do i access the web server or website using link local IPv6 address?](https://stackoverflow.com/questions/31446953/how-do-i-access-the-web-server-or-website-using-link-local-ipv6-address) – Anshuman Aug 14 '18 at 04:14
  • @iNullPointer Thx, I've seen that question before, but in windows, it works. So I just wonder the diffirence ipv6 performs between windows and Linux. :) – Steven Aug 14 '18 at 04:55
  • You can't. Use a ULA or global address instead. – Michael Hampton Aug 15 '18 at 13:38

0 Answers0