***2001.7.10 H.Sugawara ***

4.delegate


Notice

This document describes how to configure the Second Proxy Server with delegate software.
" ^ " means " space " in this procedure.

Conditions are;
1) Linux : Red Hat 7.0 (Linux-2.2.16-22)
2) Hardware : Dell GX110
3) Store rpm package : in "/tmp" (As you like !)


1. Download "delegate"

Get delegate software from following URL to /tmp
http://wall.etl.go.jp/delegate(Current Ver : 7.3.0 on May 14, 2001)

2. Compile

$ cd ^ /tmp
$ tar ^ xvfz ^ delegate7.3.0.tar.gz
$ cd ^ delegate7.3.0
$ make

!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Enter your E-mail address [support@hogehoge.co.jp] : support@hogehoge.co.jp

3. Install

$ su ^ -
# cd ^ /tmp/delegate7.3.0 /src
# install ^ -s ^ delegated ^ /usr/local/sbin

4. Make cache directory

# mkdir /var/spool/delegate-nobody/cache
# ls ^ -al ^ /var/spool/delegate-nobody/cache
# chown ^ nobody ^ /var/spool/delegate-nobody/cache ... (Change UID from "root" to nobody")
# chmod ^ 700 ^ /var/spool/delegate-nobody/cache ... (Accept R/W/X only from user "nobody")
# ls ^ -al ^ /var/spool/delegate-nobody/cache

5. Execute "delegate"

# delegated ^ -P123.456.789.222 : 8080 ^ SERVER=http ^ PROXY= " 123.456.789.111: 8080 "
or
# delegated ^ -Pproxy : 8080 ^ SERVER=http ^ PROXY= " 123.456.789.111: 8080 "
123.456.789.222 : Second Proxy Server (IP) = proxy.hogehoge.co.jp
123.456.789.111 : Primary Proxy Server (IP)

6. Stop "delegate"

#delegated ^ -P123.456.789.222 : 8080 ^ -Fkill

7. Reboot "delegate"

delegated ^ -P123.456.789..222 : 8080 ^ -Fkill-HUP

8. Auto start


Return to