Welcome Guest ( Log In | Register )

Outline · [ Standard ] · Linear+

 Are you using IPv6 right now?

Are you using IPv6 right now?
 
Yes, I am using IPv6 with absolutely no problems at all [ 64 ] ** [47.41%]
No, I disabled IPv6 on my router because it drastically slows down video streaming and other problems [ 61 ] ** [45.19%]
No, my router doesn't support IPv6 [ 10 ] ** [7.41%]
Total Votes: 135
Guests cannot vote 
views
     
CKKwan
post Feb 19 2017, 07:35 AM

Enthusiast
*****
Senior Member
886 posts

Joined: Dec 2004
There is a design flaw with IPv6 when using URL with port. Because the : is used as part of the address, when we need to specify port number

We need to put [IPv6]:port

The extra bracket [] broke most of the existing application.


CKKwan
post Feb 19 2017, 08:53 AM

Enthusiast
*****
Senior Member
886 posts

Joined: Dec 2004
QUOTE(raynman @ Feb 19 2017, 08:09 AM)
How do you explain the fact that many of us, me included, who have absolutely no problems at all with IPv6?
*
Because you are already using latest version of software that is IPv6 aware.
CKKwan
post Feb 19 2017, 09:07 AM

Enthusiast
*****
Senior Member
886 posts

Joined: Dec 2004
QUOTE(raynman @ Feb 19 2017, 09:02 AM)
But you just said that it is an IPv6 design flaw.
*
I said it broke *existing* software.

Example: If you are using http://192.168.0.1/index.html but changed to port 81 instead of the default 80.

What existing software will do is, http://192.168.0.1:81/index.html

But if you use IPv6, http://::1/index.html, becomes http://::1:81/index.html. It will not works. It has to be http://[::1]:81/index.html.

The requirement to add extra bracket [] broke almost all existing software. If IPv6 uses another characters instead of :, those old software that doesn't aware of IPv6 should still works. Because they can handle IPv6 just like IPv4.

 

Change to:
| Lo-Fi Version
0.0458sec    0.48    9 queries    GZIP Disabled
Time is now: 5th December 2025 - 02:06 AM