Most voted "ipv6" questions
Ipv6 is the most current version of the Internet Protocol.
Learn more…9 questions
Sort by count of
-
5
votes1
answer112
viewsProblems comparing two Ipv6 addresses
Lately I’ve been working on several "test codes" to exercise the "head", specifically codes involving the API of sockets of Unix. The most recent code I wrote was a simple server that receives a new…
-
3
votes1
answer883
viewsHow to make a page to know Ipv6?
To know Ipv4 I can use the code on a page: <?php echo $_SERVER["REMOTE_ADDR"]; ?> But I can not find anything similar to do the same with Ipv6, what I get a lot is already sites with…
-
3
votes2
answers1422
viewsApplication rejected by Apple Ipv6 error
I developed a hybrid application using Ionic and when sending it to the Apple Store review it was rejected, I got the following error message: We discovered one or more bugs in your app when…
-
2
votes2
answers81
viewsHow to print Ipv6 Global using grep and awk?
It’s been a few days since I’ve been searching the Internet for such an answer, but I haven’t had one so far. I am trying to print Ipv6 Global from ifconfig to be used in MOTD on Ubuntu. With Ipv4…
-
2
votes1
answer505
viewsIPV4 only with PHP with ipv4/ipv6 link
I’ve always used $_SERVER['REMOTE_ADDR'] to obtain the IP user/visitor on some systems. But I started using a FIXED IP at work, which is IPV4, but when I will see the record I agreed with IPV6. But…
-
2
votes1
answer94
viewsIpv6 server accepting Ipv4 connections
I wrote a server in C using the API socket UNIX for some tests and I ended up encountering a "weird" problem: The server is cutting connections Ipv4 being that it was programmed to accept only…
-
1
votes0
answers31
viewsWhat is "scoped address zone" in Ipv6?
I was looking at the library of net golang, until I found the Ipaddr guy which is exactly: type IPAddr struct { IP IP Zone string // IPv6 scoped addressing zone } What caught my attention is this…
-
0
votes3
answers2246
viewsWhat is the percentage difference between the number of possible addresses with Ipv4 and Ipv6?
What is the difference in percentage numbers of the ip possibilities of the IPv4 and of IPv6?
-
0
votes0
answers125
viewsMysql connection via Ipv6
How can I connect to mysql using Ipv6? I am using a Debian Linux Virtual Machine (VM) and am trying to connect via prompt When I try like this: mysql --host=9999:9999:9999:1:xxx9:x999:2b23:ccab…