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:
- [fe80::x:x:x] not work
- [fe80::x:x:x%eth0] not work
- [fe80::x:x:x%eth0]:80 not work
- [fe80::x:x:x%25eth0]:80 not work
- 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!