]> git.evergreen-ils.org Git - contrib/pines/genasys.git/blob - templates/lvs/interfaces
add Apache mutex-file configuration
[contrib/pines/genasys.git] / templates / lvs / interfaces
1 # This file describes the network interfaces available on your system
2 # and how to activate them. For more information, see interfaces(5).
3
4 # The loopback network interface
5 auto lo
6 iface lo inet loopback
7
8 # The primary network interface
9 auto Primary_Interface
10 iface Primary_Interface inet static
11         name Public Address
12         address Pub_IP
13         netmask Pub_NETMASK
14         gateway Pub_GATEWAY
15         # dns-* options are implemented by the resolvconf package, if installed
16         dns-nameservers 127.0.0.1 LVS01_Private_IP LVS02_Private_IP
17         dns-search CLUSTER_DOMAINNAME
18         
19 auto Primary_Interface:0
20 iface Primary_Interface:0 inet static
21         name LVS Public Shared Address
22         address Cluster_Public_IP
23         netmask Pub_NETMASK
24
25
26
27 auto Private_Interface
28 iface Private_Interface inet static
29         name Private Address
30         address Priv_Physical_Address
31         netmask 255.255.255.0
32
33 auto Private_Interface:0
34 iface Private_Interface:0 inet static
35         name LVS Private Shared Address
36         address Priv_NET.1
37         netmask 255.255.255.0
38