Top "Ipv6" questions

The Internet Protocol is one of the fundamental protocols used for the Internet.

Create both IPv4 and IPv6 SPF record

Right now I have SPF IP4 and IP6 as two separate records, but IPv6 is not being recognized by Gmail. …

dns ipv6 spf
PHP $_SERVER['REMOTE_ADDR'] shows IPv6

I am facing an issue with $_SERVER['REMOTE_ADDR'] in PHP It is giving a IPv6 like value even though …

php ipv6
Parsing IPv6 extension headers containing unknown extensions

I'm writing a very simple net filter, and getting to where I want to parse IPv6 headers to match things …

networking ip ipv6
IIS Request.UserHostAddress returning IPV6 (::1), even when IPV6 disabled

In the properties section of my network card, on windows server 2008, i have IPV6 disabled, leaving only IPV4 enabled. However …

c# asp.net ipv6 ipv4
Why request.getRemoteAddr() returns ipv4 or ipv6 depending on context (post query or ajax query)

I've donne a web app with Spring/GWT that uses Flash to upload files. When I send an ajax request …

java spring jakarta-ee ipv6 ipv4
How to disable ipV6 in Google Chrome (version 45)?

I recently updated Chrome on my developer machine to v45. This update seems to set my client Ip to always …

google-chrome ipv6
Binding Sockets to IPv6 Addresses

I am trying to write a web server that listens on both IPv4 and IPv6 addresses. However, the code that …

c sockets ipv6 ipv4 berkeley-sockets
How to check IPv6 address of an IPhone

I have setup a IPv6 nat64 environment based on apple recommendations https://developer.apple.com/library/ios/documentation/NetworkingInternetWeb/Conceptual/…

ios objective-c ipv6 ios9.3
How to store IPv6-compatible address in a relational database

How do I do that? Right now, IPv6 will not be used, but I need to design the application to …

mysql ipv6
IPv6 parsing in C

I wanted to know how I can parse an IPv6 address in C and convert it to a 128 bit value? …

c parsing ipv6