diff options
author | root <root@rcn1.VSOFS1.COM> | 2009-03-18 09:33:58 +1100 |
---|---|---|
committer | root <root@rcn1.VSOFS1.COM> | 2009-03-18 09:33:58 +1100 |
commit | f037e881a228c4aaf9613f461cf5b7f21cf88d29 (patch) | |
tree | 0d53802ca046266d6ed57b0a4869eb6d222adb75 /ctdb/config | |
parent | 32391ec844715fe888c71e93e4ae962d39db4af0 (diff) | |
download | samba-f037e881a228c4aaf9613f461cf5b7f21cf88d29.tar.gz samba-f037e881a228c4aaf9613f461cf5b7f21cf88d29.tar.xz samba-f037e881a228c4aaf9613f461cf5b7f21cf88d29.zip |
change the NATGW_ example in sysconfig to make it more realistic
(This used to be ctdb commit 742283a8f8da7c614ee3a30d48c430e3a3bceeb9)
Diffstat (limited to 'ctdb/config')
-rw-r--r-- | ctdb/config/ctdb.sysconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig index bcc1184225..03b91b6088 100644 --- a/ctdb/config/ctdb.sysconfig +++ b/ctdb/config/ctdb.sysconfig @@ -161,8 +161,8 @@ #NATGW_PUBLIC_IP=10.0.0.227/24 #NATGW_PUBLIC_IFACE=eth0 #NATGW_DEFAULT_GATEWAY=10.0.0.1 -#NATGW_PRIVATE_IFACE=eth0 -#NATGW_PRIVATE_NETWORK=10.0.0.0/24 +#NATGW_PRIVATE_IFACE=eth1 +#NATGW_PRIVATE_NETWORK=10.1.1.0/24 # where to log messages |