- 1. Hi~ I have stupid question. :) (score: 1)
- Author: eken <pe1rxq@xxxxxxxxx>
- Date: Thu, 22 Nov 2001 21:36:23 +0900
- How can I build dual stack kernel that can send IPv4 and IPv6 packets? _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.
- /archives/netdev/2001-11/msg00066.html (7,663 bytes)
- 2. Re: Hi~ I have stupid question. :) (score: 1)
- Author: <kernelman@xxxxxxxxxxx>
- Date: Thu, 22 Nov 2001 13:06:01 -0200
- Em Thu, Nov 22, 2001 at 09:36:23PM +0900, Sung-jae. Lee. escreveu: most distros come with ipv6 compiled as a module, just insmod ipv6 and you'll have IPv4 and IPv6 support, now is a matter of configu
- /archives/netdev/2001-11/msg00067.html (8,374 bytes)
- 3. Re: Hi~ I have stupid question. :) (score: 1)
- Author: <acme@xxxxxxxxxxxxxxxx>
- Date: Thu, 22 Nov 2001 13:27:01 -0200
- Em Fri, Nov 23, 2001 at 12:18:42AM +0900, Sung-jae. Lee. escreveu: IPv4 cannot be compiled as a module, only IPv6 and with a little detail ;) : once loaded it cannot be unloaded like most modules, it
- /archives/netdev/2001-11/msg00068.html (8,415 bytes)
- 4. Re: Hi~ I have stupid question. :) (score: 1)
- Author: <acme@xxxxxxxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 00:39:56 +0900
- Some new distros (i.e, RedHat 7.2, Turbo 7.0) comes with IPv6 enabled userspace. But a lot of distros comes with IPv4 only userspace. If you want to use IPv6 on these distros, you must re-configure
- /archives/netdev/2001-11/msg00069.html (8,992 bytes)
- 5. Re: Hi~ I have stupid question. :) (score: 1)
- Author: <masanori@xxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 00:42:55 +0900
- You can't unload IPv6 module. This is specification. On 2001.11.23, at 00:27, Arnaldo Carvalho de Melo wrote: Em Fri, Nov 23, 2001 at 12:18:42AM +0900, Sung-jae. Lee. escreveu: Hmm... How about this?
- /archives/netdev/2001-11/msg00070.html (8,795 bytes)
- 6. Re: Hi~ I have stupid question. :) (score: 1)
- Author: <masanori@xxxxxxxxxxx>
- Date: Thu, 22 Nov 2001 18:25:32 +0200
- I could unload at one point, but it really isn't worth the effort. Doing that is fairly easy -- took me a week at one point, but the real effort which I see interesting is to have IPv6-only stack wit
- /archives/netdev/2001-11/msg00071.html (9,108 bytes)
- 7. Re: Hi~ I have stupid question. :) (score: 1)
- Author: tti.aarnio@xxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 00:18:42 +0900
- Hmm... How about this? support ipv6 in kernel, and support ipv4 as a module. do you have any idea? From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx> To: "Sung-jae. Lee." <kernelman@xxxxxxxxxxx>
- /archives/netdev/2001-11/msg00072.html (8,558 bytes)
- 8. Re: Hi~ I have stupid question. :) (score: 1)
- Author: arzik@xxxxxxxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 22:44:28 +0900
- Then, If I compile the kernel with IPv6 as a module(I mean dual stack.), can I config my computer that has only IPv6 address without IPv4 address? And that can send IPv6 and IPv4 packets? It will be
- /archives/netdev/2001-11/msg00075.html (8,783 bytes)
- 9. Re: Hi~ I have stupid question. :) (score: 1)
- Author: <kernelman@xxxxxxxxxxx>
- Date: Sun, 25 Nov 2001 18:16:18 +0100
- Configure special addresses (0.0.0.0) on your external interfaces. IPv4 connections to outside of the host are no longer possible afterwards and also no longer displayed. Peter
- /archives/netdev/2001-11/msg00076.html (8,483 bytes)
- 10. Hi~ I have stupid question. :) (score: 1)
- Author: "Sung-jae. Lee." <kernelman@xxxxxxxxxxx>
- Date: Thu, 22 Nov 2001 21:36:23 +0900
- How can I build dual stack kernel that can send IPv4 and IPv6 packets? thanks. :) _________________________________________________________________ Get your FREE download of MSN Explorer at http://ex
- /archives/netdev/2001-11/msg00159.html (7,599 bytes)
- 11. Re: Hi~ I have stupid question. :) (score: 1)
- Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
- Date: Thu, 22 Nov 2001 13:06:01 -0200
- Em Thu, Nov 22, 2001 at 09:36:23PM +0900, Sung-jae. Lee. escreveu: most distros come with ipv6 compiled as a module, just insmod ipv6 and you'll have IPv4 and IPv6 support, now is a matter of configu
- /archives/netdev/2001-11/msg00160.html (8,444 bytes)
- 12. Re: Hi~ I have stupid question. :) (score: 1)
- Author: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxx>
- Date: Thu, 22 Nov 2001 13:27:01 -0200
- Em Fri, Nov 23, 2001 at 12:18:42AM +0900, Sung-jae. Lee. escreveu: IPv4 cannot be compiled as a module, only IPv6 and with a little detail ;) : once loaded it cannot be unloaded like most modules, it
- /archives/netdev/2001-11/msg00161.html (8,485 bytes)
- 13. Re: Hi~ I have stupid question. :) (score: 1)
- Author: KUSUNOKI Masanori <masanori@xxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 00:39:56 +0900
- Hi! Some new distros (i.e, RedHat 7.2, Turbo 7.0) comes with IPv6 enabled userspace. But a lot of distros comes with IPv4 only userspace. If you want to use IPv6 on these distros, you must re-configu
- /archives/netdev/2001-11/msg00162.html (8,915 bytes)
- 14. Re: Hi~ I have stupid question. :) (score: 1)
- Author: KUSUNOKI Masanori <masanori@xxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 00:42:55 +0900
- You can't unload IPv6 module. This is specification. Em Fri, Nov 23, 2001 at 12:18:42AM +0900, Sung-jae. Lee. escreveu: Hmm... How about this? support ipv6 in kernel, and support ipv4 as a module. IP
- /archives/netdev/2001-11/msg00163.html (8,844 bytes)
- 15. Re: Hi~ I have stupid question. :) (score: 1)
- Author: Matti Aarnio <matti.aarnio@xxxxxxxxxxx>
- Date: Thu, 22 Nov 2001 18:25:32 +0200
- I could unload at one point, but it really isn't worth the effort. Doing that is fairly easy -- took me a week at one point, but the real effort which I see interesting is to have IPv6-only stack wit
- /archives/netdev/2001-11/msg00164.html (9,268 bytes)
- 16. Re: Hi~ I have stupid question. :) (score: 1)
- Author: "Sung-jae. Lee." <kernelman@xxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 00:18:42 +0900
- Hmm... How about this? support ipv6 in kernel, and support ipv4 as a module. do you have any idea? Em Thu, Nov 22, 2001 at 09:36:23PM +0900, Sung-jae. Lee. escreveu: most distros come with ipv6 compi
- /archives/netdev/2001-11/msg00165.html (8,410 bytes)
- 17. Re: Hi~ I have stupid question. :) (score: 1)
- Author: "Sung-jae. Lee." <kernelman@xxxxxxxxxxx>
- Date: Fri, 23 Nov 2001 22:44:28 +0900
- Then, If I compile the kernel with IPv6 as a module(I mean dual stack.), can I config my computer that has only IPv6 address without IPv4 address? And that can send IPv6 and IPv4 packets? It will be
- /archives/netdev/2001-11/msg00168.html (8,661 bytes)
- 18. Re: Hi~ I have stupid question. :) (score: 1)
- Author: Peter Bieringer <pb@xxxxxxxxxxxx>
- Date: Sun, 25 Nov 2001 18:16:18 +0100
- Configure special addresses (0.0.0.0) on your external interfaces. IPv4 connections to outside of the host are no longer possible afterwards and also no longer displayed. Peter
- /archives/netdev/2001-11/msg00169.html (8,553 bytes)
This search system is powered by
Namazu