Opened 12 years ago
Closed 11 years ago
#247 closed defect (wontfix)
IPv6 not working over Windows XP Teredo
Reported by: | Nieprawidłowe Imię | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-core | Version: | 1.2.x |
Keywords: | Cc: | ||
uname -a: | Microsoft Windows XP [Version 5.1.2600] | ||
nginx -V: |
nginx version: nginx/1.2.5
TLS SNI support enabled configure arguments: --with-cc=cl --builddir=objs.msvc8 --with-debug --prefix= --conf-path=conf/nginx.conf --pid-path=lo gs/nginx.pid --http-log-path=logs/access.log --error-log-path=logs/error.log --sbin-path=nginx.exe --http-client-body-te mp-path=temp/client_body_temp --http-proxy-temp-path=temp/proxy_temp --http-fastcgi-temp-path=temp/fastcgi_temp --http-s cgi-temp-path=temp/scgi_temp --http-uwsgi-temp-path=temp/uwsgi_temp --with-cc-opt=-DFD_SETSIZE=1024 --with-pcre=objs.msv c8/lib/pcre-8.31 --with-zlib=objs.msvc8/lib/zlib-1.2.7 --with-select_module --with-http_realip_module --with-http_additi on_module --with-http_sub_module --with-http_dav_module --with-http_stub_status_module --with-http_flv_module --with-htt p_mp4_module --with-http_gzip_static_module --with-http_random_index_module --with-http_secure_link_module --with-mail - -with-openssl=objs.msvc8/lib/openssl-1.0.1c --with-openssl-opt=enable-tlsext --with-http_ssl_module --with-mail_ssl_modu le --with-ipv6 |
Description
Setting up nginx to receive IPv6 traffic over Teredo is impossible on Windows XP,
since it is not aware of Microsoft IPV6_PROTECTION_LEVEL socket option.
Note:
See TracTickets
for help on using tickets.
At least in recent versions of Windows edge traversal could be explicitly configured in Windows Firewall settings according to this. Given the fact that nginx/Windows is mostly intended for testing and development, it's probably good idea to preserve things as is to let users control the behaviour of their firewalls instead of doing something in nginx.