To disable ipv6 in ubuntu server,
vi /etc/default/grub
Append “ipv6.disable=1″ to GRUB_CMDLINE_LINUX_DEFAULT as below,
GRUB_CMDLINE_LINUX_DEFAULT=”quiet ipv6.disable=1″
Then do,
update-grub
Related content:
Its not working because the grub file is read only
are you trying with root user?
Your email address will not be published. Required fields are marked *
Name *
Email *
Website
Comment
You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">
Notify me of followup comments via e-mail. You can also subscribe without commenting.
Notify me of follow-up comments by email.
Notify me of new posts by email.
Its not working because the grub file is read only
are you trying with root user?