1 # NAT gateway configuration
3 # See ctdb.conf for main cluster configuration details
5 # Cluster provides file services on following IP addresses
7 # 10.1.1.101 - 10.1.1.106
9 # When a node is not hosting any IPs, it cannot connect to network
10 # infrastructure (e.g. DNS, Active Directory, ...).
12 # Using NAT gateway feature of CTDB allows a node not hosting IPs to connect
13 # to network infrastructure using the additional CTDB_NATGW_PUBLIC_IP.
15 # ---------- /etc/ctdb/natgw_nodes ----------
19 # ---------- /etc/ctdb/natgw_nodes ----------
21 CTDB_NATGW_PUBLIC_IP=10.1.1.121/24
22 CTDB_NATGW_PUBLIC_IFACE=eth1
23 CTDB_NATGW_DEFAULT_GATEWAY=10.1.1.254
24 CTDB_NATGW_PRIVATE_NETWORK=192.168.1.0/24
25 CTDB_NATGW_NODES=/etc/ctdb/natgw_nodes