Top "Ipv6" questions

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

Adding link local address

If the IPv6 link-local address is manually deleted on an interface, is there a way to obtain the link-local address …

linux networking linux-kernel ipv6 link-local
Java regex for accepting a valid hostname,IPv4, or IPv6 address

Anyone have a good (preferably tested) regex for accepting only a valid DNS hostname, IPv4 or IPv6 address?

java regex ipv6 hostname ipv4
How do you make IPV6 default in Chrome for MAC?

I've been to chrome://net-internals/#dns and enabled IPV6 but there does not seem to be an option to have …

google-chrome default ipv6
When is the hybrid IP notation ::ffff:192.168.1.4 appropriate?

Put another way, if an address is IPv4, why bother to express it as IPv6 at all?

ipv6
Node.js dns.resolve() vs dns.lookup()

I need to lookup a given host to its corresponding IP in Node.js. There seems to be two native …

javascript node.js dns ipv6 ipv4
List of possible internal socket statuses from /proc

I would like to know the possible values of st column in /proc/net/tcp. I think the st column …

linux sockets ipv6 ipv4 procfs
How can I connect to an IPv6 address on Android?

On Android, I'm using HttpClient to connect to a web address like so: String url = "http://[fe80::1cef:49e7:2661:ffda]:7001/…

android ipv6 google-tv
IPv6 validation

I used IPAddressUtil.isIPv6LiteralAddress (ipAddress) method to validate IPv6, but this method fails for ipv6-address/prefix-length format (format …

java regex parsing validation ipv6
Storing IP address in MySQL database (IPv4 AND IPv6)

Ok, now I'm aware that similar questions have probably been asked a million times but I'm a real novice at …

php mysql ip ipv6 ipv4
Check valid IPv4 Address in Java

I am using the sun.net.util.IPAddressUtil package to check whether the string contains a valid IPv4 and IPv6 …

java string ipv6 ipv4