# This file describes the network interfaces available on your system # and how to activate them. For more information, see interfaces(5). # The loopback network interface auto lo iface lo inet loopback # The primary network interface auto Primary_Interface iface Primary_Interface inet static name Public Address address Pub_IP netmask Pub_NETMASK gateway Pub_GATEWAY # dns-* options are implemented by the resolvconf package, if installed dns-nameservers 127.0.0.1 LVS01_Private_IP LVS02_Private_IP dns-search CLUSTER_DOMAINNAME auto Primary_Interface:0 iface Primary_Interface:0 inet static name LVS Public Shared Address address Cluster_Public_IP netmask Pub_NETMASK auto Private_Interface iface Private_Interface inet static name Private Address address Priv_Physical_Address netmask 255.255.255.0 auto Private_Interface:0 iface Private_Interface:0 inet static name LVS Private Shared Address address Priv_NET.1 netmask 255.255.255.0