Why you need to disable IPv6 in RHEL 5?
In Red Hat Enterprise 5 Linux internet protocol version 6 (IPv6) module is turned on by default and if your network is not ready to run IPv6 then you need to turn it off on your Linux server. When I first installed my Red Hat enterprise 5 server i noticed strange IPv6 error messages in /var/log/messages file.
Here is how i turned IPv6 on my Red Hat Enterprise Linux 5 (RHEL5) machine.
Steps to disabled IPv6 on RHEL 5:
1. In Fedora or RHEL5 Linux modules are loaded using /etc/modprobe.conf file, open the modprobe.conf file using your friendly editor vi or pico and add these line to disable autloading of IPv6 module
|
|
2. Next in your global network configuration file edit the IPv6 option using your root login session:
|
bosdev # vi /etc/sysconfig/network |
Change following option to NO:
|
NETWORKING_IPV6=yes to |
3. To turn off the IPv6 tables immediately run Linux service command to disable the IPv6 service
|
|
4. For permanently disabling the ip6tables using chkconfig command so it wouldn’t start during next Linux reboot
|
|
Using these steps I was able to successfully turn of IPv6 on my RHEL5 Linux machine. If you want to turn off IPv6 on your RHEL 5 or Fedora machines you can disable it by following these steps.
News Tags:
- ,rhel5 disable ipv6,rhel disable ipv6,disable ipv6 RHEL5,rhel 5 disable ipv6,disable ipv6 linux,linux disable ipv6,redhat disable ipv6,disable ipv6 rhel,how to disable IPv6 in redhat,redhat 5 disable ipv6,disable ipv6 redhat 5,rhel remove ipv6,rhel5 ipv6,disable ipv6 rhel 5,disable ipv6 redhat,rhel ipv6 disable,how to disable ipv6 in linux,disable ipv6 on rhel 5,rhel turn off ipv6,RHEL5 IPv6 disable,how to disable ipv6 in rhel5,centos 5 disable ipv6,Stop IPv6 Linux,redhat 5 ipv6,linux turn off ipv6,rhel 5 ipv6,disabling ipv6 in RHEL,linux stop ipv6,redhat turn off ipv6,turn off ipv6 RHEL5
No related posts.
{ 4 comments… read them below or add one }
What harm will it cause to leave IPv6 on?
it will only setup loopback and locallink addr.
you can also disable it at the installation stage.
this didn’t work for me, IPv6 persists:
udp 0 0 :::123 :::* 1883/ntpd
didnt work for me either…
the following worked for me”
[aurbain@nyxdevmd01 : ~
] cat /etc/modprobe.d/ipv6.conf
options ipv6 disable=1