Deep Space 6 Publishes New IPv6 Status Pages 95
Mauro Tortonesi writes "The Deep Space 6 initiative publishes the first of the new IPv6 Status Pages: Current Status of IPv6 Support for Networking Applications.
The IPv6 Status Pages are a survey of the current status of IPv6 support for the Linux networking stack, system libraries and networking applications.
At the moment there is only one page concerning the IPv6 support of Linux networking applications, but we are planning to publish more pages soon and to extend our target to other important UNIX-derived OSes (e.g. *BSD) too."
Useful (Score:5, Interesting)
putty (Score:5, Informative)
It works well but it doesn't seem to like connecting to '4 hosts. (yet...) I renamed the IPv6 version to putty6.exe to get around that problem
Re:putty (Score:4, Interesting)
Re:putty (Score:1)
The results are cached for some time.
By the way if you really 'hate' it, then you shouldn't connect to port 80 of that box.
You connect to mine, I connect to yours.
Re:putty (Score:2)
Re:putty (Score:1)
Also, SPAM-relay checkers do public port scans.
Not even talking about the open-proxy scanners that just scan at random for breakable hosts. Or did you never get any port 135-137 connects?
Also in a public library, even if it is public you did signed a paper, stating who you are and that you will return the books and will be honest and the
Re:putty (Score:3, Informative)
If you have a host which only has a A record it will still try to connect to it as being an IPv6 address. You can avoid this problem by selecting the IPv4 protocol from the "Connection" tab in the Options/Settings menu.
Then it does work. As I've been pre-occupied by some better thing in live, which unfortunatly suddenly ended, I didn't have any time to fix it but expect a fixed version this month.
I'll quite prolly get forced to fix it at Megabit [megabit.nl] (July 21st-27th, Ede in
Re:Useful (Score:2, Funny)
Mozilla (Score:1)
Does anyone know why Mozilla under Linux (etc) systems supports IPv6 but Mozilla under Windows doesn't?
I'm really torn having to use Internet Explorer to visit IPv6 websites on my Windows computer
Re:Mozilla (Score:1)
Re:Mozilla (Score:2)
Something to do with Winsock2's broken implementation of 4-to-6 addressing. If you search the Mozilla dev list, you'll find the explaination. It's the OS's fault, in other words.
"Mozilla supports IPv6 on FreeBSD and Linux, but not for Windows. This is apparently because Windows XP doesn't support IPv4-mapped IPv6 addresses"
Google for "mozilla ipv6 support windows" and you'll find a PPT which you can "view as HTML" to see what I'm quoting from.
Re:Useful (Score:2)
Re:Useful (Score:1)
Only Unix derived systems? (Score:3, Interesting)
Any such lists for programs that run under other IPv6 operating systems? Like Windows? (yes, it has IPv6 support!)
Any other mainstream OSes have IPv6 support? (MacOS?)
Re:Only Unix derived systems? (Score:3, Informative)
Winsock (Score:2)
Re:Winsock (Score:2, Informative)
The Trumpet Winsock IPv6 implementation (for 9x) does some kind of proxying for IPv6 which enables almost a
Re:Winsock (Score:3, Informative)
Since the Winsock emulates the BSD calling interface (with some WSA_* handwaving in advance), the problem is apps using ipv4-only functions like gethostbyname, gethostbyaddr and using PF_INET. The solution is having the apps use getaddrinfo and PF_UNSPEC and let the resolver figure out itself what is best.
Using the addrinfo structures to hold resolver data breeds apps that can do both ipv4 _and_ ipv6. As far as I know, winsock groks the addrinfo stuff. People just need to use it.
Re:Only Unix derived systems? (Score:4, Informative)
Mac OS X currently has IPv6 support un the underlying OS (Darwin), but there's no GUI front-end for it. That should be coming in 10.3 this September. I don't expect to see support for classic Mac OS. Actually I'd say that'd be about as likely as support for IPv6 in Windows 95/98/ME: might be possible with third-party hacks, but Microsoft won't do it.
Re:Only Unix derived systems? (Score:2)
Mac OS X currently has IPv6 support un the underlying OS (Darwin), but there's no GUI front-end for it. That should be coming in 10.3 this September.
Indeed, a GUI is there in the build released at WWDC. Maybe you know that and that's what you were implying, but I'll come right out and say it.
Looong IP-Numbers (Score:4, Funny)
--
Stefan
DevCounter [berlios.de] - An open, free & independent developer pool
created to help developers find other developers, help, testers and new project members.
Re:The reason that IPv6 isn't catching on (Score:1)
What the hell are you talking about???? (Score:3, Insightful)
Re:What the hell are you talking about???? (Score:2)
*watches machine do RA queries*
hey,whaddayaknow, it configures itself! damn, that was hard...
You missed my point. (Score:2)
That's great! I agree it is easy to configure on a single box. But some of us have a few more boxes to be concerned about than the one on our desk.
Imagine the workload if you were responsible for reconfiguring/re-addessing 10,000 boxes, or at my former employer 120,000 boxes. Imagine if half of them required static addresses, not everything or everyone uses DHCP. Then think about the routers, switches, printers, alarm systems, time clocks, env
Re:You missed my point. (Score:2)
Anyway, there's more than one way to supply ipv6 ip adresses to a machine. Another way is dhcp6, and manual assignment. All you need to know is what subnet your machines belong to. I have a /48, so I know what part is mine to control, and what part isn't.
I can choose for using a EUIN based adressing scheme based on MAC adresses in my network, or I can just refer to my machines as subnet:1 subnet:2 etc etc etc.
Re:What the hell are you talking about???? (Score:1)
This lack of automation is a huge obstacle to IPv6 deployment. How are you going to convince millions of users to configure IPv6 on their machines? It doesn't give them access to any new web pages, or let them talk to additional customers, or save time, or provide any o
Re:The reason that IPv6 isn't catching on (Score:1, Insightful)
IPv6 useful? Not really. (Score:4, Interesting)
No one has ipv6 that doesn't have ipv4 servers, there are few (if any) residential networking hardware manu's that distribute IPv6 enabled devices (for good reason, ipv6 will eliminate the need for NAT).
Win2k/XP is a PAIN IN THE ASS to setup for ipv6, I didn't even bother (I use it on the Linux side for reverse DNS on IRC) but the documentation available is near nothing for XP.
Someday it might come around and be useful, as of now, no.
Re:I know what the killer ap is (Score:1)
Re:IPv6 useful? Not really. (Score:1)
Dunno about you, but compiling a kernel is somewhat harder than that
And on
As for 2k it's a bit harder, then again it was not supported then either; but it sure is possible. Check the following FAQ [sixxs.net]
Re:IPv6 useful? Not really. (Score:3, Informative)
Here are some very simple notes that I scratched about getting Redhat 8 working with IPv6 over IPv4 [umtstrial.co.uk]. It's really that simple.
Re:IPv6 useful? Not really. (Score:2, Informative)
6Wind (SixOS)
Cisco (IOS)
FreeBSD
Juniper (JunOS)
Linux - Debian
Linux - New - using iproute2
Linux - Old
NetBSD
OpenBSD
Solaris
Windows 98 / NT4 / 2000 / XP /
As for linux, you should have taken a look in the everlasting Peter Bieringer doc at The Linux Doc Project [tldp.org].
Here are some links that might be useful. (Score:2, Informative)
NAT will never be eliminated! (Score:4, Insightful)
My ISP used to offer all the addresses one could grab, so I just used my cable modem as a DHCP server for my lan like an idiot. The end result was that transfering a file from one computer to another went along at a slow crawl.
Companies can charge outrageous fees for more addresses. Now that they've stuck me to one, it would cost $150 to get two of the things.
Challenge to Slashdot (Score:5, Interesting)
The same goes for all site owners here.
Re:Challenge to Slashdot (Score:2)
Re:Challenge to Slashdot (Score:1)
And I use IPv6 - my system is set up to use IPv6 first, and IPv4 if there aren't any AAAA/A6 records.
Apache 2 is fine anyway - you might as well upgrade now...
Re:Challenge to Slashdot (Score:1)
put your money where your mouth is
What do you mean, where your mouth is? Should Slashdot refrain from publishing any article about IPv6 until they set up a IPv6-enabled web server that all of eight people will use? What would be the purpose of that?
Re:Challenge to Slashdot (Score:5, Informative)
http://ipv6gate.sixxs.net/ [sixxs.net]
Direct ipv6 link to
Re:Challenge to Slashdot (Score:2)
In fact, I don't consider that you can call yourself a networking bod unless you've played with it. I expect it's different in the US though, where IPv4 addresses fall out of the sky. I had to argue with my ISP to get a /26. That's 64 addresses. And yes, I can quite easily justify that amount.
IPv6 uses hexadecimal, remember. (Score:1)
Apache 1.3 & Opera (Score:3, Insightful)
It is possible to roll out IPV6 right now, the infrastructure and applications are all "capable". But it will require a great deal of effort and there is NO motivating factor, right now, to make everyone put forth the effort.
When the time comes that everyone HAS to implement IPV6 for some reason, they will. For now, the reason still isn't there and almost no one will.
Re:Apache 1.3 & Opera (Score:2, Informative)
Re:Apache 1.3 & Opera (Score:1)
What's going on here? (Score:1)
Re:What's going on here? (Score:1)
Re:Even though... (Score:1, Interesting)
Re:IP v 6? (Score:1)
IPv6 is dead, and I can prove it (Score:2, Funny)
ssh 10.0.0.2
I realised that IPv6 is doomed.
Re:IPv6 is dead, and I can prove it (Score:1)
Re:IPv6 is dead, and I can prove it (Score:2, Funny)
Plus it was undoubtedly easier for the machines to program a neural simulation that contained IPv4.
Re:IPv6 is dead, and I can prove it (Score:1)
Cheers!
Re:IPv6 is dead, and I can prove it (Score:5, Funny)
ssh 10.0.0.2
I realised that IPv6 is doomed.
What's more, she did ssh -l root 10.0.0.2 and used *password* authentication. "The Architect" doesn't know shit about security. Allowing root access and not using public key authentication?? It's no wonder the Matrix keeps getting hacked. Forget about Agents, let's install a Kerberos realm and implement IPSec before "The Boss" fires "The Architect", "The Oracle" (btw, is she the DBA?), and the rest of the IT staff ("The Helpdesk")...
sorry, very obvious (Score:2, Funny)
graspee
Re:sorry, very obvious (Score:1)
Where's the status of stack features? (Score:4, Interesting)
As a software programmer who has written IPv6 enabled applications what I'd really like to see is a similar report of the kernel support for IPv6 in addition to common applications, and for multiple operating systems.
For instance I took advantage of the superior multicasting capability of IPv6, but when porting to different Unixes I found varying level of support. Some just didn't do it, while others were missing some important APIs which made it easier. And some just have messed up C header files rather than faulting the kernel. IPv6 is supposed to have a whole new set of APIs which allow your application to do things like enumerate the various network adapters (important to know when multicasting). Name resolution is also done differently, and with more sane APIs.
The IETF IPv6 Working Group [ietf.org] has been busy developing a lot of standards, and for the developer the two most important are RFC2553 [ietf.org] for the basic sockets API, and RFC3542 [ietf.org] for advanced sockets API. But many Unix vendors aren't up to the latest standard and still implement the older RFC's 2133 and 2292 respectively.
Oh, and on the applications side, many network administrative tools are missing from their list. What about netfilter (aka, iptables and iptables6), or tcpdump, nc, ping/ping6, or X Window? Also what about language support for those languages which have "super" libraries. Python's support for IPv6 is getting pretty strong, but I've found Java's support to be superficial (it only exposes say 10% of IPv6 functionality). Not to complain too much though, this as list is the most complete I've seen so far.
Re:Where's the status of stack features? (Score:3, Insightful)
This is the problem being an early adopter. The mainstream won't see the point of throwing many resources at IPv6 until they are using it. You most likely won't have good support for IPv6 until a few years after the mainstream really starts to adopt it. Do any ISPs for home users even support IPv6 in any way? Do many businesses use IPv6 at all? Until the answer is yes, most developers / system administrators / & etc won't care much about IPv6.
Writing programs which use IPv6 is good, but don't expect i
Deep Space 6? (Score:2, Funny)
No images, link makes no sense (Score:2, Offtopic)
if you've got images turned off (or use links, lynx or w3m) the 'IPv6 Status Page' linked in the post is not going to make much sense.
Classic webmasturbator move, from folks who otherwise seem very together.
And all it needs is an alt attribute in the <img> tags.
Optional (Score:1)
Porting an application to full IPv6 support shouldn't take more then a few hours, unless you were doing multicast in which case maybe a long day.
Then converting the backbone, and all the hardware, and all the ISP's, and all the DSL/cable modems, and all the operating systems... Yea right, THAT is gonna happen.
IPv6 is great fo
Mirror (Score:1)
Here's a mirror for you.
http://razor.ipv4.csbnet.se/www.deepspace6.net/doDebian packages with IPv6 support: (Score:3, Informative)
See this page for details:
http://debian.fabbione.net/stat/ [fabbione.net]
If you want to go right to the package status/statistics, go here:
http://debdev.fabbione.net/cgi-bin/getstats [fabbione.net]
-molo
What does this list tell us? (Score:2, Insightful)
This list is showing us, that there are a lot of open source applications already supporting IPv6. Fine, that means I can do test installations in a lab. But in normal business there will be many year
the mistake made with ipv6 (Score:1, Insightful)
the way ipv6 was designed it requires _simultaneous_ upgrades on both ends, which is very unlikely to happen.
if ipv4 was simply part of the ipv6 address space and namespace, one could use an ipv6 client to connect to "legacy" (non-ipv6) hosts, without all the quirkiness and error-proneness of bolted-on ipv4.
what's now happening is that servers are supposed to get upgraded first. guess what, it doesnt happen. now if microsoft m
Re:the mistake made with ipv6 (Score:1)
Note that some application somewhere, probably an ALG will need to translate that IPv6 packet into an IPv4 packet though as the IPv4 only host doesn't know how to deal with IPv6. Yup that is somewhat a NAT or more a proxy.
The IPv6-only host will simply have a route to the IPv4 address space with the NAT/proxy/ALG translating it.
The transition path between IPv4 and IPv6 will take a lot of time because there