[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Debian JP master SVN www commits (rev.274)
=======================================================
Repository: /org/svn.debian.or.jp/repos
Revision: 274
Commiter: kmuto
Date: 2007-04-28 10:20:42 +0900 (土, 28 4月 2007)
=======================================================
Log:
rough English README for Debian.org admin team
=======================================================
Changed:
A cdn/README.eng
Added: cdn/README.eng
===================================================================
--- cdn/README.eng (rev 0)
+++ cdn/README.eng 2007-04-28 01:20:42 UTC (rev 274)
@@ -0,0 +1,18 @@
+Usage:
+(You have to install ruby. Because DNS-Balance uses DNS TCP and UDP port, you can't run a named daemon on same machine)
+
+1. Checkout https://osdn.debian.or.jp/repos/cdn by using Subversion
+
+2. Set crontab for check-surrogates.rb (by normal user account)
+
+ */2 * * * * cd /home/yasu2/Debian-JP/DNS-Balance-2.0 && ruby check-surrogates.rb
+
+ This program will create a file "addr".
+
+3. Make a symlink DNS-Balance/addr -> addr
+
+4. Run DNS-Balance. (by root account)
+ # ruby dns_balance.rb -i 210.157.158.38
+ (-i specifies the address to listen. If you have only a single IP, you don't have to use this option)
+
+5. Check /var/log/syslog and /var/log/daemon.log.