Disabling ipv6 functionality
IPv6 still couldn't find any role in industry. So, it is good to completely disable this functionality in kernel. You can do this with building a custom kerne. But, most of the systems uses generic kernels which comes with the distribution itself. In order to disable ipv6 support, create a new file named 000-local under /etc/modprobe.d directory and puts following two lines:
alias net-pf-10 off
alias ipv6 off
After that, restart your system and ipv6 just gone away.
NOTE: If you have a distribution that ipv6 support compiled into main kernel not built as module you still disable ipv6 through proc interface, or adding following line into /etc/sysctl.conf:
net.ipv6.conf.all.disable_ipv6 = 1
- 0 Comment
- Murat Demirten
- 10 Jun 2009, 21:12
-
You must be login first or sign-up for an account to post comments.
USERBOX
CATEGORIES
MOST READ TODAY
- Disabling reverse dns lookups in ssh
- XFS Filesystem has duplicate UUID problem
- Changing splash image with grub loader
- Remove all frozen messages from exim mail queue
- Finding hosts which opens N+ TCP connections probably a DDoS attack
- Human readable disk usage
- Using iPhone internet sharing over bluetooth under Linux
- How to choose the fastest Debian mirror
- Disabling ipv6 functionality
LAST ADDED
- Using iPhone internet sharing over bluetooth under Linux
- Using USB sound card with amarok
- Multi-conditional search and replace (clearing a ftp trojan script example)
- Disabling ipv6 functionality
- How to convert a mp3 file
- How to choose the fastest Debian mirror
- Disabling reverse dns lookups in ssh
- Rewriting destination ip address
- Deleting A File By It's Inode Value
- Learning which libraries are used for a binary
