
6 www.redhat.com
Red Hat Network Satellite High Availability Guide | Wayman Smith
Add virtual IP address
It is necessary to manually add virtual IP address when testing Satellite functionality on each individual node
prior to cluster implementation.
To congure virtual IP address, use the following command:
# ip addr add 192.168.1.30/24 dev bond0
Verify virtual address has been created:
#ip addr list dev bond0
bond0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfo_fast state UP qlen 100
link/ether 00:15:58:c4:17:f8 brd ff:ff:ff:ff:ff:ff
inet 192.168.0.216/24 brd 192.168.0.255 scope global eth0
inet 192.168.1.30/24 scope global secondary eth0
To remove virutal IP address, use the following command:
# ip addr del 192.168.1.30/24 dev bond0
FIG 2: VIRTUAL IP ADDRESS
Komentarze do niniejszej Instrukcji