How can I disable IPv4 stack from Linux ? I want to do that dynamically, ie. sometimes I want it enabled and sometimes I want only IPv6 stack. Is there any portable way to do that ? If you know how to do that in any distribution, it will also help me a lot. Thank you !
|
|
Well after a little chat on the IRC the general opinion is that the linux kernel shares some code between ipv4 and ipv6, and that may make completely disabling ipv4 entirely impossible. You can try to compile the kernel without the ipv4 parts but ipv6 may not compile in this case (but nothing keeps you from trying!). You can remove the ipv4 addresses from interfaces, AFAIK, but I don't think it's possible at this time to completely disable ipv4. EDIT: After a quick check on |
||||
|
|
|
Mostly you should recompile yours kernel without ipv4 modules. fedora You cant disable it completely because system usese 127.0.0.1 lb interface. But you can disable some ipv4 functions with if-cfg command. |
|||||||||||||
|