IPv6 Support in new kernels
IPv6 Support in new kernels
I'm interested in finding out the answer to this question. According to some counter I saw the other day, IPv4 addresses run out in 4 years, so IPv6 may be forced upon us quite soon.
I'm planning on supporting IPv6 only, simply because it will be common by the time my system is. Also, my home and work networks both already route IPv6.
If you're not implementing IP at all, please tell us all why; I for one am quite interested!
Semi-Informative Link: http://en.wikipedia.org/wiki/Internet_Protocol
EDIT: Just noticed I wrote data link layer... which is wrong. I've checked. It's the Network layer. Oops... I feel a bit silly now.
I'm planning on supporting IPv6 only, simply because it will be common by the time my system is. Also, my home and work networks both already route IPv6.
If you're not implementing IP at all, please tell us all why; I for one am quite interested!
Semi-Informative Link: http://en.wikipedia.org/wiki/Internet_Protocol
EDIT: Just noticed I wrote data link layer... which is wrong. I've checked. It's the Network layer. Oops... I feel a bit silly now.
Last edited by JackScott on Mon Apr 21, 2008 5:48 am, edited 2 times in total.
Re: IPv6 Support in new kernels
Hi,
I voted for both too - if IPv4 addresses on the internet run out in 4 years there'll be a slow switch to IPv6 (for the internet) that could take decades. Even then it'd be possible to have a gateway with IPv6 on one side (the internet) and IPv4 on the other (your LAN)....
Worst case: It could be like the transition from "1 MB of RAM" to "more than 1 MB of RAM with A20 for backward compatibility" - so far it's taken 25 years and we still haven't quite reached the "no wrapping at 1 MB at all" stage.
Cheers,
Brendan
I voted for both too - if IPv4 addresses on the internet run out in 4 years there'll be a slow switch to IPv6 (for the internet) that could take decades. Even then it'd be possible to have a gateway with IPv6 on one side (the internet) and IPv4 on the other (your LAN)....
Worst case: It could be like the transition from "1 MB of RAM" to "more than 1 MB of RAM with A20 for backward compatibility" - so far it's taken 25 years and we still haven't quite reached the "no wrapping at 1 MB at all" stage.
Cheers,
Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
- zaleschiemilgabriel
- Member
- Posts: 232
- Joined: Mon Feb 04, 2008 3:58 am
Re: IPv6 Support in new kernels
I'm planning on supporting IPv6 only, because ipv4 has become too complex with all these protocols to solve its limitations.And ipv4 will be obsolete in a few years.
I haven't looked into it far enough to make an intelligent vote, but I am designing my OS around my own hardware -- so it depends on if my routers and in-house (literally) LAN can fully support v6 (the equipment is kinda old). If it's all v6 compliant, then I think I agree with octavio. If it's not, then I'll go with Brendan.
- thepowersgang
- Member
- Posts: 734
- Joined: Tue Dec 25, 2007 6:03 am
- Libera.chat IRC: thePowersGang
- Location: Perth, Western Australia
- Contact:
Re: IPv6 Support in new kernels
Since my OS will have to connect mainly with other computers in my house running, yes, my OS I'm planning on implementing IPv4 and putting IPv6 on the when I've got nothing better to do list. Since in OS development I seem to always have other things to implement it'll probably only support IPv4. Still, it's planned many versions ahead of where I am now.
Modular Interface Kernel With a lot of bugs
- Troy Martin
- Member
- Posts: 1686
- Joined: Fri Apr 18, 2008 4:40 pm
- Location: Langley, Vancouver, BC, Canada
- Contact:
Re: IPv6 Support in new kernels
IPv4 for right now, since I don't use v6 at home. And v4 won't die for years.
By the time I get the stuff to do networking in my kernel, v6 will probably be the standard!
By the time I get the stuff to do networking in my kernel, v6 will probably be the standard!
-
- Member
- Posts: 2566
- Joined: Sun Jan 14, 2007 9:15 pm
- Libera.chat IRC: miselin
- Location: Sydney, Australia (I come from a land down under!)
- Contact:
Re: IPv6 Support in new kernels
I will initially implement IPv4, but if I design things correctly it should be possible to support IPv6 or IPv4.
Some of the individual systems on my local network support IPv6 (my server box, my Vista laptop) so I at least have something to test with.
Some of the individual systems on my local network support IPv6 (my server box, my Vista laptop) so I at least have something to test with.