In this part of the series we will learn how to make a service run on an IPV6 address.
Continue reading IPV6 migration part 2.
In this part of the series we will learn how to make a service run on an IPV6 address.
The first step in my exploration of IPV6 was to get an IPV6 address via an IPV4 to IPV6 tunnel. A little research lead me to the fine folks at SixXS.
cat /dev/zero >> /pathto/mnt/testfile &multipathd -kshow maps topology
multipathd> show maps topology
reload: mpath5 (360060e801045249004f2a5f900000031) dm-7 HITACHI,DF600F
[size=128G][features=0][hwhandler=0][rw]
\_ round-robin 0 [prio=1][active]
\_ 1:0:0:4 sdb 8:16 [active][ready]
\_ round-robin 0 [prio=0][enabled]
\_ 2:0:0:4 sdc 8:32 [active][ready]
del path sdbls -l /pathto/mnt
If testfile is still growing then the path sdc is working.fg 2. Re-add the path.add path sdbdel path sdcadd path sdcctrl-c. Kill the write job with
kill %1. Remove the test file.| Show network info | ipcalc 10.0.0.0/24 |
| Segment network into 2 50 node subnets | ipcalc 10.0.0.0/24 -s 50 50 |
| List interfaces | ip addr list |
| Link status | ip link list |
| Route table | ip route |
| Adding routes | ip route add default via 10.0.0.1 |
| Add/delete IP addresses |
ip addr add 10.0.0.2/24 dev eth0ifconfig eth0 10.0.0.2 netmask 255.255.255.0ip addr del 10.0.0.2/24 dev eth0ifconfig eth0 del 10.0.0.2 |
# Loading module:
# for Red Hat AS4, may work with other 2.6 Linuxes.
install bond0 /sbin/modprobe bonding -o bond0 mode=0 miimon=100
# for Red Hat AS3, may work with other 2.4 Linuxes.
alias bond0 bonding
options bond0 -o bonding mode=0 miimon=100
# For Redhat distributions
# ifcfg-ethx
DEVICE=ethx
USERCTL=no
ONBOOT=yes
MASTER=bond0
SLAVE=yes
BOOTPROTO=none
# ifcfg-bond0
DEVICE=bond0
USERCTL=no
ONBOOT=yes
IPADDR=172.16.48.66
NETMASK=255.255.255.0
GATEWAY=172.16.48.1
Click for more Ethernet bonding information.
This entry offers solutions to system administration problems using the configuration management tool Cfengine 2. Cookbook now available for Cfengine 3.
This entry presents an overview of how to build a DB2 service cluster using the Red Hat Cluster Suite. This procedure can be useful in learning how to setup clusters for other services.