I am working on Ubuntu 11.04. I want to switch off the IPv6 ND RA transmissions. How can I do this?
|
migrated from stackoverflow.com Nov 11 '11 at 10:58
|
You can turn off Router Advertisement acceptance via these sysctls:
|
|||
|
|
|
It sounds like you don't want IPv6 enabled at all. If you don't have IPv6 ND, that's the equivalent of not having ARP in IPv4. So IPv6 will not be usable. If you really want to disable IPv6 temporarily, issue the command:
You could add this to a system startup file in order to disable it on each boot, or use your distribution's supported method to tweak sysctl variables. (On Ubuntu that would be creating a file in If you want to disable other aspects of IPv6, run the command |
|||
|
|
|
You should disable radvd on the advertising machine. The configuration file is usually in |
|||||||
|