Page 1 of 1

IPv6 and outside access

PostPosted: 21. June 2013 10:56
by maver
Hello,

I have xampp 1.8.1 on windows 2008 server and configured on IPv6 address:
network card IPv6 works
port scan from outside works (http://www.subnetonline.com/pages/ipv6-network-tools/online-ipv6-port-scanner.php)
dns is ok
firewall for Apache permitted
access Apache from browser located inside works perfect.

<LocationMatch "^/(?i:(?:xampp|security|licenses|phpmyadmin|webalizer|server-status|server-info))">
Order deny,allow
Allow from all
ErrorDocument 403 /error/XAMPP_FORBIDDEN.html.var
</LocationMatch>

TINY PROBLEM:
cannot access Apache from outside

Re: IPv6 and outside access

PostPosted: 21. June 2013 17:29
by maver
Correction:

I can access my domain from outside, but since it is ipv6 only (AAAA only, not A) configured damain I cannot see it from ipv4 only connected pcs.