RHEL6 – disable IPv6 on an interface
I’ve been having fun upgrading, or should one say migrating to RHEL6 (Scientific Linux 6.1). As run KVM (Virtualization) I have a bridge running for my VM to connect to the network.
Now I suddenly noticed that IPv6 was enable on my ‘eth0′ which is part of the bridge, this should not happen as it can cause communication issues (yes I got IPv6 enabled devices on my network). So after a bit of searching I found a bug from Redhat (bug#496444) which states that IPV6INIT=no does not work for a single interface, in fact it does not work at all. The bug is still open.
Now after a bit of searching I found something which works just fine:
# echo 1 > /proc/sys/net/ipv6/conf/ethX/disable_ipv6
To make this permanent add it to /etc/rc.d/rc.local then IPv6 will get disabled every time the server restarts.
recent books
- Simon R. Green
- A Hard Day's Knight
- Jack Campbell
- The Lost Fleet: Beyond the Frontier: Dreadnaught
- Hannu Rajaniemi
- The Quantum Thief
- Gary Gibson
- Nova War
- Adrian Tchaikovsky
- Heirs of the Blade
- Brian Herbert,Kevin J. Anderson
- Sisterhood of Dune
- Michael Cobley
- The Ascendant Stars
- Michael Cobley
- The Orphaned Worlds
- Markus Heitz
- The Revenge Of The Dwarves
- Christopher Paolini
- Inheritance
charities
recent comments
- VMware ESXi 5 – VNC to a guest | Casper's Life on VMware ESXi 5 – ssh key authentication
- Balkan 2011 – Part 6 | Casper's Life on Balkan 2011 – Part 5
- Balkan 2011 – Part 5 | Casper's Life on Balkan 2011 – Part 2
- Balkan 2011 – Part 4 | Casper's Life on Balkan 2011 – Part 2
- Balkan 2011 – Part 3 | Casper's Life on Balkan 2011 – Part 1
categories
- apple (62)
- books (5)
- chat (1)
- computers (32)
- driving (11)
- gps (7)
- graphics (1)
- hardware (18)
- howto (7)
- idm (6)
- internet (5)
- iphone (8)
- kvm (1)
- life in it's simplest form… (29)
- linux (11)
- motorbikes (20)
- music (3)
- networking (1)
- opinion (11)
- os (5)
- osx (26)
- photography (13)
- politics (8)
- programming (3)
- rant (18)
- rhel6 (1)
- science fiction (1)
- software (44)
- technology (7)
- trash (2)
- travel (20)
- tv (3)
- uncategorized (3)
- video (1)
- vmware (3)
- widget (1)
- wireless (1)
- wordpress (1)
- xen (1)







