Changes between Initial Version and Version 1 of Ticket #92, comment 2
- Timestamp:
- 12.09.2011 16:37:52 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #92, comment 2
initial v1 1 To disable IPv6 in Ubuntu 10.04 permanently, you have to add the following lines to ''/etc/sysctl.conf'': 2 {{{ 3 #disable ipv6 4 net.ipv6.conf.all.disable_ipv6 = 1 5 net.ipv6.conf.default.disable_ipv6 = 1 6 net.ipv6.conf.lo.disable_ipv6 = 1 7 }}}