For VS/TUN clusters, first you need to configure tunl0 device up, then configure VIPs on the aliases of tunnel/dummy/loopback device and hide that device. A configuration example is as follows:
# Insert the ipip module insmod ipip # Make the tunl0 device up ifconfig tunl0 up # Start the hiding interface functionality echo 1 > /proc/sys/net/ipv4/conf/all/hidden # Hide all addresses for this tunnel device echo 1 > /proc/sys/net/ipv4/conf/tunl0/hidden # Configure a VIP on an alias of tunnel device ifconfig tunl0:0 <VIP> up
'Computer > System' 카테고리의 다른 글
LINUX ext3 Redhat's white paper (0) | 2007.05.23 |
---|---|
[스크랩] ext3 저널링 파일 시스템을 사용해 보자 (0) | 2007.05.23 |
[Linux] [펌] rm 으로 지운 파일 살리기 (0) | 2007.05.23 |
LVS (Linux Virtual Server) (0) | 2007.05.21 |
그리드컴퓨팅 (0) | 2007.05.18 |