Choosing A Webhost:
A web hosting service is a type of Internet hosting service that allows individuals and organizations to provide their own website accessible via the World Wide Web. Web hosts are companies that provide space on a server they own for use by their clients as well as providing Internet connectivity, typically in a data center. Web hosts can also provide data center space and connectivity to the Internet for servers they do not own to be located in their data center, called colocation. more...
|
[SSI] openssi/openssi-tools/net/ha-lvs clusterip.sh,1.4,1.5: msg#00068
|
Subject: |
[SSI] openssi/openssi-tools/net/ha-lvs clusterip.sh,1.4,1.5 |
Update of /cvsroot/ssic-linux/openssi/openssi-tools/net/ha-lvs
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28054
Modified Files:
Tag: OPENSSI-DEBIAN
clusterip.sh
Log Message:
i like long options
Index: clusterip.sh
===================================================================
RCS file: /cvsroot/ssic-linux/openssi/openssi-tools/net/ha-lvs/clusterip.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- clusterip.sh 15 Jul 2004 09:25:32 -0000 1.4
+++ clusterip.sh 15 Jul 2004 09:32:41 -0000 1.5
@@ -162,7 +162,8 @@
ipvsadm --set 36000 0 0
# set the director node to forward connection originating from
# real server
- iptables -t nat -A POSTROUTING -o $3 -j MASQUERADE
+ iptables --table nat --append POSTROUTING --out-interface $3
--jump MASQUERADE
+
elif [ $DIRECTOR -eq 2 ];then
/bin/echo "Running on LVS Director-backup";
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
|
| |